.Orders-module__K2k2wW__container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);min-height:100vh;padding:2rem}.Orders-module__K2k2wW__header{text-align:center;margin-bottom:3rem}.Orders-module__K2k2wW__backBtn{color:#8b4513;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.Orders-module__K2k2wW__backBtn:hover{color:#654321}.Orders-module__K2k2wW__backIcon{width:20px;height:20px}.Orders-module__K2k2wW__title{color:#1f2937;background:linear-gradient(135deg,#8b4513,#d2691e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.Orders-module__K2k2wW__subtitle{color:#6b7280;margin:.5rem 0 0;font-size:1.1rem}.Orders-module__K2k2wW__loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.Orders-module__K2k2wW__spinner{border:4px solid #e5e7eb;border-top-color:#8b4513;border-radius:50%;width:50px;height:50px;animation:1s linear infinite Orders-module__K2k2wW__spin}@keyframes Orders-module__K2k2wW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Orders-module__K2k2wW__error{text-align:center;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Orders-module__K2k2wW__error h2{color:#ef4444;margin-bottom:1rem}.Orders-module__K2k2wW__retryBtn{color:#fff;cursor:pointer;background:#8b4513;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .3s}.Orders-module__K2k2wW__retryBtn:hover{background:#654321}.Orders-module__K2k2wW__emptyState{text-align:center;background:#fff;border-radius:12px;padding:4rem 2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Orders-module__K2k2wW__emptyIcon{color:#d1d5db;width:80px;height:80px;margin-bottom:1.5rem}.Orders-module__K2k2wW__emptyState h2{color:#1f2937;margin-bottom:1rem}.Orders-module__K2k2wW__emptyState p{color:#6b7280;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.Orders-module__K2k2wW__shopBtn{color:#fff;background:linear-gradient(135deg,#8b4513,#d2691e);border-radius:8px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:transform .3s;display:inline-block}.Orders-module__K2k2wW__shopBtn:hover{transform:translateY(-2px)}.Orders-module__K2k2wW__ordersGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.Orders-module__K2k2wW__orderCard{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.Orders-module__K2k2wW__orderCard:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.Orders-module__K2k2wW__orderHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Orders-module__K2k2wW__orderInfo h3{color:#1f2937;margin:0 0 .5rem;font-size:1.1rem}.Orders-module__K2k2wW__orderDate{color:#6b7280;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Orders-module__K2k2wW__dateIcon{width:16px;height:16px}.Orders-module__K2k2wW__orderStatus{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Orders-module__K2k2wW__statusBadge,.Orders-module__K2k2wW__paymentBadge{color:#fff;text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.Orders-module__K2k2wW__orderProducts{margin-bottom:1rem}.Orders-module__K2k2wW__productItem{border-bottom:1px solid #f3f4f6;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.Orders-module__K2k2wW__productItem:last-child{border-bottom:none}.Orders-module__K2k2wW__productImage{object-fit:cover;border-radius:8px;width:60px;height:60px}.Orders-module__K2k2wW__productInfo h4{color:#1f2937;margin:0 0 .25rem;font-size:1rem}.Orders-module__K2k2wW__productDetails{color:#6b7280;margin:0;font-size:.9rem}.Orders-module__K2k2wW__moreProducts{text-align:center;color:#6b7280;padding:.5rem;font-style:italic}.Orders-module__K2k2wW__orderFooter{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Orders-module__K2k2wW__orderTotal{flex-direction:column;align-items:flex-start;display:flex}.Orders-module__K2k2wW__totalLabel{color:#6b7280;font-size:.9rem}.Orders-module__K2k2wW__totalAmount{color:#1f2937;font-size:1.2rem;font-weight:700}.Orders-module__K2k2wW__viewDetailsBtn{color:#fff;cursor:pointer;background:#8b4513;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:background-color .3s;display:flex}.Orders-module__K2k2wW__viewDetailsBtn:hover{background:#654321}.Orders-module__K2k2wW__viewIcon{width:16px;height:16px}.Orders-module__K2k2wW__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.Orders-module__K2k2wW__modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.Orders-module__K2k2wW__modalHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Orders-module__K2k2wW__modalHeader h2{color:#1f2937;margin:0}.Orders-module__K2k2wW__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;display:flex}.Orders-module__K2k2wW__modalContent{padding:1.5rem}.Orders-module__K2k2wW__orderSummary{margin-bottom:2rem}.Orders-module__K2k2wW__summaryItem{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:.5rem 0;display:flex}.Orders-module__K2k2wW__summaryItem:last-child{border-bottom:none}.Orders-module__K2k2wW__customerInfo{margin-bottom:2rem}.Orders-module__K2k2wW__customerInfo h3,.Orders-module__K2k2wW__productsList h3{color:#1f2937;margin-bottom:1rem;font-size:1.2rem}.Orders-module__K2k2wW__infoGrid{gap:.75rem;display:grid}.Orders-module__K2k2wW__infoItem{color:#4b5563;align-items:center;gap:.75rem;display:flex}.Orders-module__K2k2wW__infoIcon{color:#8b4513;width:18px;height:18px}.Orders-module__K2k2wW__productsList{margin-bottom:2rem}.Orders-module__K2k2wW__productDetail{border-bottom:1px solid #f3f4f6;gap:1rem;padding:1rem 0;display:flex}.Orders-module__K2k2wW__productDetail:last-child{border-bottom:none}.Orders-module__K2k2wW__productDetailImage{object-fit:cover;border-radius:8px;width:80px;height:80px}.Orders-module__K2k2wW__productDetailInfo h4{color:#1f2937;margin:0 0 .5rem}.Orders-module__K2k2wW__productDetailInfo p{color:#6b7280;margin:.25rem 0;font-size:.9rem}.Orders-module__K2k2wW__pricingSummary{background:#f8fafc;border-radius:8px;padding:1.5rem}.Orders-module__K2k2wW__pricingRow{justify-content:space-between;margin-bottom:.5rem;font-size:1rem;display:flex}.Orders-module__K2k2wW__pricingRow.Orders-module__K2k2wW__total{color:#1f2937;border-top:2px solid #8b4513;margin-top:.5rem;padding-top:.5rem;font-size:1.2rem;font-weight:700}@media (max-width:768px){.Orders-module__K2k2wW__container{padding:1rem}.Orders-module__K2k2wW__title{font-size:2rem}.Orders-module__K2k2wW__ordersGrid{grid-template-columns:1fr}.Orders-module__K2k2wW__orderCard{padding:1rem}.Orders-module__K2k2wW__orderHeader{flex-direction:column;gap:1rem}.Orders-module__K2k2wW__orderStatus{align-items:flex-start}.Orders-module__K2k2wW__orderFooter{flex-direction:column;align-items:stretch;gap:1rem}.Orders-module__K2k2wW__modal{max-height:calc(100vh - 2rem);margin:1rem}}
