.all-products{padding:unset;background:0 0;width:100%;min-height:auto;overflow:hidden}.all-products .page-header{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .page-header .header-left{align-items:center;gap:1.5rem;display:flex}.all-products .page-header .header-left h1{color:#1e293b;letter-spacing:-.025em;background:linear-gradient(135deg,#1e293b 0%,#475569 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.25rem;font-weight:700}.all-products .page-header .header-left .product-count{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px #3b82f633}.all-products .page-header .header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.all-products .loading-spinner{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.all-products .loading-spinner .spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.all-products .loading-spinner p{color:#64748b;margin-top:1.5rem;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.all-products .filters-section{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;padding:2rem;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .filters-section .filters-row{flex-flow:column wrap;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.all-products .filters-section .filters-row:last-child{margin-bottom:0}.all-products .filters-section .search-box{width:100%;position:relative}.all-products .filters-section .search-box .search-input{color:#374151;background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border:1px solid #d1d5db;border-radius:12px;width:100%;padding:.875rem 1.25rem .875rem 3rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.all-products .filters-section .search-box .search-input:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a}.all-products .filters-section .search-box .search-input::placeholder{color:#9ca3af;font-weight:400}.all-products .filters-section .search-box .search-icon{color:#6b7280;pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.all-products .filters-section .filtering{justify-content:space-between;width:100%;display:flex}.all-products .filters-section .filtering .filter-group{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:80%;display:flex}.all-products .filters-section .filtering .filter-group .filter-select{color:#374151;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f9fafb 100%);border:1px solid #d1d5db;border-radius:12px;min-width:160px;max-width:280px;padding:.875rem 1.25rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.all-products .filters-section .filtering .filter-group .filter-select:focus{background:#fff;border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a}.all-products .filters-section .filtering .filter-group .filter-select:hover{border-color:#9ca3af}.all-products .filters-section .filtering .view-controls{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #d1d5db;border-radius:12px;flex-shrink:0;gap:0;padding:.25rem;display:flex}.all-products .filters-section .filtering .view-controls .view-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.all-products .filters-section .filtering .view-controls .view-btn:hover{color:#3b82f6;background:#3b82f61a}.all-products .filters-section .filtering .view-controls .view-btn.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 8px #3b82f633}.all-products .filters-section .filtering .view-controls .view-btn svg{width:18px;height:18px}.all-products .filters-section .active-filters{border-top:1px solid #e2e8f0;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.all-products .filters-section .active-filters .filters-label{color:#64748b;font-size:.875rem;font-weight:600}.all-products .filters-section .active-filters .clear-filters{color:#ef4444;font-size:.875rem;font-weight:500;text-decoration:none}.all-products .filters-section .active-filters .clear-filters:hover{text-decoration:underline}.all-products .bulk-actions{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.25rem 2rem;display:flex;box-shadow:0 2px 8px #f59e0b1a}.all-products .bulk-actions .bulk-info{color:#92400e;font-weight:600}.all-products .bulk-actions .bulk-buttons{gap:.75rem;display:flex}.all-products .products-stats{color:#64748b;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 2rem;font-size:.875rem;font-weight:500;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a}.all-products .products-stats p{margin:0}.all-products .error-message{color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fecaca 100%);border:1px solid #f87171;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 8px #f871711a}.all-products .error-message .error-content{align-items:center;gap:.75rem;display:flex}.all-products .error-message .error-content svg{flex-shrink:0}.all-products .error-message .error-content p{margin:0;font-weight:500}.all-products .products-table-container{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:100%;margin-bottom:2rem;overflow:auto hidden;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .products-table-container::-webkit-scrollbar{height:8px}.all-products .products-table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.all-products .products-table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.all-products .products-table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.all-products .products-table-container .products-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1300px;font-size:.875rem}.all-products .products-table-container .products-table colgroup col:first-child{width:50px}.all-products .products-table-container .products-table colgroup col:nth-child(2){width:80px}.all-products .products-table-container .products-table colgroup col:nth-child(3){width:250px}.all-products .products-table-container .products-table colgroup col:nth-child(4),.all-products .products-table-container .products-table colgroup col:nth-child(5){width:120px}.all-products .products-table-container .products-table colgroup col:nth-child(6){width:140px}.all-products .products-table-container .products-table colgroup col:nth-child(7),.all-products .products-table-container .products-table colgroup col:nth-child(8){width:160px}.all-products .products-table-container .products-table colgroup col:nth-child(9){width:100px}.all-products .products-table-container .products-table colgroup col:nth-child(10){width:120px}.all-products .products-table-container .products-table colgroup col:nth-child(11){width:160px}.all-products .products-table-container .products-table thead{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.all-products .products-table-container .products-table thead th{text-align:left;color:#1e293b;white-space:nowrap;z-index:10;text-transform:uppercase;letter-spacing:.025em;text-overflow:ellipsis;border-bottom:1px solid #e2e8f0;padding:1.25rem 1rem;font-size:.8125rem;font-weight:700;position:sticky;top:0;overflow:hidden}.all-products .products-table-container .products-table thead th input[type=checkbox]{cursor:pointer;transform:scale(1.1)}.all-products .products-table-container .products-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s cubic-bezier(.4,0,.2,1)}.all-products .products-table-container .products-table tbody tr:hover{background:linear-gradient(135deg,var(--accent-lt)0%,#f1f5f9 100%)}.all-products .products-table-container .products-table tbody tr.selected{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-color:#3b82f6}.all-products .products-table-container .products-table tbody tr:last-child{border-bottom:none}.all-products .products-table-container .products-table tbody td{vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;padding:1.25rem 1rem;overflow:hidden}.all-products .products-table-container .products-table tbody td input[type=checkbox]{cursor:pointer;transform:scale(1.1)}.all-products .products-table-container .products-table tbody td:nth-child(3),.all-products .products-table-container .products-table tbody td:nth-child(7),.all-products .products-table-container .products-table tbody td:nth-child(8){white-space:normal;word-wrap:break-word}.all-products .products-table-container .products-table .product-image{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.all-products .products-table-container .products-table .product-image img{object-fit:cover;width:100%;height:100%}.all-products .products-table-container .products-table .product-image .no-image{color:#94a3b8;text-align:center;font-size:.75rem;font-weight:500}.all-products .products-table-container .products-table .product-info{flex-direction:column;display:flex}.all-products .products-table-container .products-table .product-info h3{color:#1e293b;margin:0 0 .375rem;font-size:1rem;font-weight:600;line-height:1.4;overflow:hidden}.all-products .products-table-container .products-table .product-info .product-name-link{cursor:pointer;color:#3b82f6;text-decoration:none;transition:color .2s}.all-products .products-table-container .products-table .product-info .product-name-link:hover{color:#1d4ed8;text-decoration:underline}.all-products .products-table-container .products-table .product-info .product-status{text-transform:capitalize;white-space:nowrap;border-radius:20px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.all-products .products-table-container .products-table .product-info .product-status.publish{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.all-products .products-table-container .products-table .product-info .product-status.draft{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a)}.all-products .products-table-container .products-table .product-info .product-status.private{color:#991b1b;background:linear-gradient(135deg,#fecaca,#fca5a5)}.all-products .products-table-container .products-table .sku{color:#475569;text-overflow:ellipsis;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:8px;max-width:100%;padding:.375rem .75rem;font-family:Monaco,Menlo,SF Mono,monospace;font-size:.8125rem;font-weight:600;display:inline-block;overflow:hidden}.all-products .products-table-container .products-table .price{color:#059669;font-size:1rem;font-weight:700}.all-products .products-table-container .products-table .price .sale-price{color:#dc2626;margin-right:.5rem}.all-products .products-table-container .products-table .price .regular-price{color:#9ca3af;font-size:.875rem;font-weight:500;text-decoration:line-through}.all-products .products-table-container .products-table .stock-status{text-transform:capitalize;border-radius:20px;align-items:center;gap:.375rem;max-width:100%;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.all-products .products-table-container .products-table .stock-status.in-stock{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.all-products .products-table-container .products-table .stock-status.out-of-stock{color:#991b1b;background:linear-gradient(135deg,#fecaca,#fca5a5)}.all-products .products-table-container .products-table .stock-status.backorder{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a)}.all-products .products-table-container .products-table .stock-status .stock-quantity{opacity:.8;font-weight:500}.all-products .products-table-container .products-table .categories,.all-products .products-table-container .products-table .tags{flex-wrap:wrap;gap:.375rem;max-width:100%;display:flex}.all-products .products-table-container .products-table .categories .category-tag,.all-products .products-table-container .products-table .tags .category-tag{color:#1e40af;white-space:nowrap;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.all-products .products-table-container .products-table .categories .tag-item,.all-products .products-table-container .products-table .tags .tag-item{color:#7c3aed;white-space:nowrap;background:linear-gradient(135deg,#fae8ff,#f3e8ff);border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.all-products .products-table-container .products-table .categories .no-tags,.all-products .products-table-container .products-table .tags .no-tags{color:#9ca3af;font-size:.75rem;font-style:italic}.all-products .products-table-container .products-table .product-type{text-transform:capitalize;white-space:nowrap;border-radius:8px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.all-products .products-table-container .products-table .product-type.simple{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.all-products .products-table-container .products-table .product-type.variable{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a)}.all-products .products-table-container .products-table .product-type.grouped{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.all-products .products-table-container .products-table .product-type.external{color:#7c3aed;background:linear-gradient(135deg,#fae8ff,#f3e8ff)}.all-products .products-table-container .products-table .actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.all-products .products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%;max-width:100%;margin-bottom:2rem;display:grid}.all-products .products-grid .product-card{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .products-grid .product-card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #10161a1a,0 4px 6px #10161a1a,0 8px 25px #10161a1a}.all-products .products-grid .product-card.selected{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 4px 6px #3b82f61a,0 8px 25px #3b82f61a}.all-products .products-grid .product-card .card-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.all-products .products-grid .product-card .card-header input[type=checkbox]{cursor:pointer;transform:scale(1.1)}.all-products .products-grid .product-card .product-image{cursor:pointer;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);justify-content:center;align-items:center;width:100%;height:220px;transition:opacity .2s;display:flex}.all-products .products-grid .product-card .product-image:hover{opacity:.9}.all-products .products-grid .product-card .product-image img{object-fit:cover;width:100%;height:100%}.all-products .products-grid .product-card .product-image .no-image{color:#94a3b8;font-size:1rem;font-weight:500}.all-products .products-grid .product-card .card-content{padding:1.5rem}.all-products .products-grid .product-card .card-content h3{color:#1e293b;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .75rem;font-size:1.125rem;font-weight:700;line-height:1.4;transition:color .2s;overflow:hidden}.all-products .products-grid .product-card .card-content h3:hover{color:#3b82f6}.all-products .products-grid .product-card .card-content .sku{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-bottom:1rem;font-family:monospace;font-size:.8125rem;font-weight:600;overflow:hidden}.all-products .products-grid .product-card .card-content .price{color:#059669;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.all-products .products-grid .product-card .card-content .price .sale-price{color:#dc2626;margin-right:.5rem}.all-products .products-grid .product-card .card-content .price .regular-price{color:#9ca3af;font-size:1rem;font-weight:500;text-decoration:line-through}.all-products .products-grid .product-card .card-content .categories,.all-products .products-grid .product-card .card-content .tags{flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;display:flex}.all-products .products-grid .product-card .card-content .categories .category-tag,.all-products .products-grid .product-card .card-content .tags .category-tag{color:#1e40af;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.all-products .products-grid .product-card .card-content .categories .tag-item,.all-products .products-grid .product-card .card-content .tags .tag-item{color:#7c3aed;background:linear-gradient(135deg,#fae8ff,#f3e8ff);border-radius:12px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.all-products .products-grid .product-card .card-actions{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;gap:.75rem;padding:1.25rem;display:flex}.all-products .products-grid .product-card .card-actions .btn{flex:1;padding:.75rem;font-size:.8125rem;font-weight:600}.all-products .no-products{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;padding:4rem;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .no-products .no-products-content{max-width:400px;margin:0 auto}.all-products .no-products .no-products-content svg{color:#cbd5e1;margin-bottom:1.5rem}.all-products .no-products .no-products-content h3{color:#1e293b;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.all-products .no-products .no-products-content p{color:#64748b;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.all-products .pagination{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding:1.5rem;display:flex;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.all-products .pagination .page-numbers{gap:.375rem;display:flex}.all-products .btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.all-products .btn:disabled{opacity:.5;cursor:not-allowed}.all-products .btn.btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 8px #3b82f633}.all-products .btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.all-products .btn.btn-secondary{color:#fff;background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 2px 8px #64748b33}.all-products .btn.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px);box-shadow:0 4px 12px #64748b4d}.all-products .btn.btn-link{color:#3b82f6;box-shadow:none;background:0 0;padding:.5rem .75rem;text-decoration:none}.all-products .btn.btn-link:hover{color:#1d4ed8;text-decoration:underline;transform:none}.all-products .btn.btn-view{color:#fff;background:linear-gradient(135deg,#06b6d4,#0891b2);padding:.625rem;box-shadow:0 2px 8px #06b6d433}.all-products .btn.btn-view:hover{background:linear-gradient(135deg,#0891b2,#0e7490);transform:translateY(-1px);box-shadow:0 4px 12px #06b6d44d}.all-products .btn.btn-view svg{width:16px;height:16px}.all-products .btn.btn-edit{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);padding:.625rem;box-shadow:0 2px 8px #f59e0b33}.all-products .btn.btn-edit:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.all-products .btn.btn-edit svg{width:16px;height:16px}.all-products .btn.btn-duplicate{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);padding:.625rem;box-shadow:0 2px 8px #8b5cf633}.all-products .btn.btn-duplicate:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.all-products .btn.btn-duplicate svg{width:16px;height:16px}.all-products .btn.btn-delete{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);padding:.625rem;box-shadow:0 2px 8px #ef444433}.all-products .btn.btn-delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.all-products .btn.btn-delete svg{width:16px;height:16px}.all-products .btn.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef444433}.all-products .btn.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.all-products .modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#0f172a99;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.all-products .modal-overlay .modal{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:20px;width:90%;max-width:540px;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) slideIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d}.all-products .modal-overlay .modal .modal-header{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:2rem;display:flex}.all-products .modal-overlay .modal .modal-header h3{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.all-products .modal-overlay .modal .modal-header .close-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.all-products .modal-overlay .modal .modal-header .close-btn:hover{color:#1e293b;background-color:#f1f5f9;transform:scale(1.1)}.all-products .modal-overlay .modal .modal-body{max-height:calc(90vh - 200px);padding:2rem;overflow-y:auto}.all-products .modal-overlay .modal .modal-body p{color:#374151;margin:0 0 1.25rem;font-size:1rem;line-height:1.6}.all-products .modal-overlay .modal .modal-body .delete-confirmation{text-align:center}.all-products .modal-overlay .modal .modal-body .delete-confirmation svg{margin-bottom:1rem}.all-products .modal-overlay .modal .modal-body .delete-confirmation p{margin-bottom:.75rem}.all-products .modal-overlay .modal .modal-body .delete-confirmation p.warning{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fecaca);border:1px solid #fca5a5;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.all-products .modal-overlay .modal .modal-body .file-input{cursor:pointer;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #d1d5db;border-radius:12px;width:100%;margin:1.25rem 0;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;transition:all .3s}.all-products .modal-overlay .modal .modal-body .file-input:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6}.all-products .modal-overlay .modal .modal-body .file-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.all-products .modal-overlay .modal .modal-body .import-help{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;margin-top:1.25rem;padding:1.5rem}.all-products .modal-overlay .modal .modal-body .import-help p{color:#1e40af;margin-bottom:.75rem;font-weight:600}.all-products .modal-overlay .modal .modal-body .import-help p strong{font-weight:700}.all-products .modal-overlay .modal .modal-body .import-help ul{margin:0;padding-left:1.5rem}.all-products .modal-overlay .modal .modal-body .import-help ul li{color:#1e40af;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.all-products .modal-overlay .modal .modal-footer{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;padding:2rem;display:flex}.all-products .loading-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background-color:#ffffffe6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.all-products .loading-overlay .spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1400px){.all-products .products-table{min-width:1100px}.all-products .products-table colgroup col:nth-child(3){width:200px}.all-products .products-table colgroup col:nth-child(7),.all-products .products-table colgroup col:nth-child(8),.all-products .products-table colgroup col:nth-child(11){width:140px}}@media (max-width:1200px){.all-products .products-table-container{overflow:auto visible}.all-products .products-table-container .products-table{min-width:1000px}.all-products .products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.all-products .page-header .header-left h1{font-size:2rem}}@media (max-width:768px){.all-products .page-header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.all-products .page-header .header-left{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.all-products .page-header .header-left h1{font-size:1.75rem}.all-products .page-header .header-actions{flex-wrap:wrap;gap:.5rem;width:100%}.all-products .page-header .header-actions .btn{flex:1;min-width:0;font-size:.8125rem}.all-products .filters-section{padding:1.5rem}.all-products .filters-section .filters-row{align-items:stretch;gap:1rem}.all-products .filters-section .filters-row .search-box{width:100%;min-width:auto;max-width:none}.all-products .filters-section .filters-row .filtering .filter-group{gap:.75rem}.all-products .filters-section .filters-row .filtering .filter-group .filter-select{width:100%;min-width:auto;max-width:none}.all-products .filters-section .filters-row .filtering .view-controls{align-self:center}.all-products .bulk-actions{text-align:center;flex-direction:column;gap:1.25rem;padding:1.5rem}.all-products .bulk-actions .bulk-buttons{flex-wrap:wrap;justify-content:center}.all-products .products-table-container{border-radius:0;margin:0 -1rem}.all-products .products-table-container .products-table{min-width:900px;font-size:.75rem}.all-products .products-table-container .products-table th,.all-products .products-table-container .products-table td{padding:.75rem .5rem}.all-products .products-table-container .products-table .product-image{width:48px;height:48px}.all-products .products-table-container .products-table .product-info h3{font-size:.875rem}.all-products .products-table-container .products-table .actions{flex-direction:column;gap:.375rem;min-width:120px}.all-products .products-table-container .products-table .actions .btn{padding:.5rem;font-size:.75rem}.all-products .products-grid{grid-template-columns:1fr;gap:1.25rem}.all-products .products-grid .product-card .card-actions{flex-direction:column;gap:.75rem}.all-products .products-grid .product-card .card-actions .btn{flex:none}.all-products .pagination{flex-wrap:wrap;gap:.5rem;padding:1.25rem}.all-products .pagination .page-numbers{flex-wrap:wrap;justify-content:center}.all-products .pagination .btn{padding:.75rem 1rem;font-size:.8125rem}}@media (max-width:480px){.all-products .modal-overlay .modal{border-radius:16px;width:calc(100% - 2rem);margin:1rem}.all-products .modal-overlay .modal .modal-header,.all-products .modal-overlay .modal .modal-body,.all-products .modal-overlay .modal .modal-footer{padding:1.5rem}.all-products .modal-overlay .modal .modal-footer{flex-direction:column}.all-products .modal-overlay .modal .modal-footer .btn{width:100%}.all-products .page-header .header-actions{flex-direction:column;gap:.75rem}.all-products .products-grid .product-card .product-image{height:180px}.all-products .filters-section{padding:1.25rem}.all-products .products-stats,.all-products .bulk-actions{padding:1.25rem 1.5rem}.all-products .products-table-container .products-table{min-width:800px}.all-products .products-table-container .products-table colgroup col:first-child{width:40px}.all-products .products-table-container .products-table colgroup col:nth-child(2){width:60px}.all-products .products-table-container .products-table colgroup col:nth-child(3){width:180px}.all-products .products-table-container .products-table colgroup col:nth-child(4),.all-products .products-table-container .products-table colgroup col:nth-child(5){width:100px}.all-products .products-table-container .products-table colgroup col:nth-child(6),.all-products .products-table-container .products-table colgroup col:nth-child(7),.all-products .products-table-container .products-table colgroup col:nth-child(8){width:120px}.all-products .products-table-container .products-table colgroup col:nth-child(9){width:80px}.all-products .products-table-container .products-table colgroup col:nth-child(10),.all-products .products-table-container .products-table colgroup col:nth-child(11){width:100px}.all-products .products-table-container .products-table .product-image{width:40px;height:40px}}
.admin-dashboard{background:#fafbfc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:visible}.admin-dashboard .sidebar{z-index:10;background:linear-gradient(#fff 0%,#f8fafc 100%);border-right:1px solid #e2e8f0;flex-direction:column;width:20%;height:100vh;display:flex;position:sticky;top:0;box-shadow:0 0 0 1px #10161a0d,0 1px 1px #10161a1a,0 2px 6px #10161a0d}.admin-dashboard .sidebar .sidebar-header{border-bottom:1px solid #e2e8f0;padding:2rem 1.5rem 1.5rem}.admin-dashboard .sidebar .sidebar-header .logo{text-align:center;margin-bottom:1rem}.admin-dashboard .sidebar .sidebar-header .logo img{filter:drop-shadow(0 2px 8px #00000014);width:200px;height:auto}.admin-dashboard .sidebar .sidebar-header .brand-text{text-align:center}.admin-dashboard .sidebar .sidebar-header .brand-text h2{color:#1e293b;letter-spacing:-.025em;margin:0;font-size:1.25rem;font-weight:700}.admin-dashboard .sidebar .sidebar-header .brand-text .subtitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.admin-dashboard .sidebar .nav{flex:1;padding:1.5rem 1rem;overflow-y:auto}.admin-dashboard .sidebar .nav .nav-section{margin-bottom:2rem}.admin-dashboard .sidebar .nav .nav-section .section-title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 .75rem;font-size:.75rem;font-weight:600;display:block}.admin-dashboard .sidebar .nav .nav-section .nav-item{color:#475569;border-radius:8px;align-items:center;margin-bottom:.25rem;padding:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.admin-dashboard .sidebar .nav .nav-section .nav-item:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:opacity .2s;position:absolute;inset:0}.admin-dashboard .sidebar .nav .nav-section .nav-item .nav-icon{stroke-width:2px;width:18px;height:18px;margin-right:.75rem;transition:all .2s}.admin-dashboard .sidebar .nav .nav-section .nav-item span{transition:all .2s}.admin-dashboard .sidebar .nav .nav-section .nav-item:hover{color:#1e293b;background:#f1f5f9;transform:translate(2px)}.admin-dashboard .sidebar .nav .nav-section .nav-item:hover .nav-icon{stroke:#3b82f6}.admin-dashboard .sidebar .nav .nav-section .nav-item.active{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);font-weight:600;box-shadow:0 4px 12px #3b82f640,0 2px 4px #3b82f61a}.admin-dashboard .sidebar .nav .nav-section .nav-item.active:before{opacity:1}.admin-dashboard .sidebar .nav .nav-section .nav-item.active .nav-icon{stroke:#fff}.admin-dashboard .sidebar .nav .nav-section .nav-item.active:hover{transform:translate(0);box-shadow:0 6px 16px #3b82f64d,0 2px 4px #3b82f626}.admin-dashboard .sidebar .sidebar-footer{border-top:1px solid #e2e8f0;margin-top:auto;padding:1rem 1.5rem 2rem;position:relative}.admin-dashboard .sidebar .sidebar-footer .user-info{cursor:pointer;align-items:center;gap:.75rem;display:flex;position:relative}.admin-dashboard .sidebar .sidebar-footer .user-info .dropdown-arrow{width:16px;height:16px;fill:var(--bg-light);margin-left:auto;transition:transform .2s}.admin-dashboard .sidebar .sidebar-footer .user-info .dropdown-arrow:hover{transform:rotate(180deg)}.admin-dashboard .sidebar .sidebar-footer .user-info .avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 2px 8px #3b82f633}.admin-dashboard .sidebar .sidebar-footer .user-info .avatar .r81b29z{color:#fff;background:0 0;border-radius:50%;font-size:.875rem;font-weight:600;width:100%!important;height:100%!important}.admin-dashboard .sidebar .sidebar-footer .user-info .user-details{flex:1}.admin-dashboard .sidebar .sidebar-footer .user-info .user-details .user-name{color:#1e293b;font-size:.875rem;font-weight:600;line-height:1.2;display:block}.admin-dashboard .sidebar .sidebar-footer .user-info .user-details .user-role{color:#64748b;font-size:.75rem;line-height:1.2;display:block}.admin-dashboard .sidebar .sidebar-footer .user-dropdown{background:#fff;border-radius:8px;margin-bottom:10px;position:absolute;bottom:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.admin-dashboard .sidebar .sidebar-footer .user-dropdown .logout-btn{color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;transition:background-color .2s;display:flex}.admin-dashboard .sidebar .sidebar-footer .user-dropdown .logout-btn:hover{background:#fef2f2}.admin-dashboard .sidebar .sidebar-footer .user-dropdown .logout-btn svg{width:16px;height:16px}.admin-dashboard .main-content{background:linear-gradient(135deg,#fafbfc 0%,#f1f5f9 100%);flex:1;width:80%;min-height:100vh;position:relative}.admin-dashboard .main-content:before{content:"";pointer-events:none;background:linear-gradient(135deg,#3b82f60d 0%,#93c5fd0d 50%,#dbeafe0d 100%);height:300px;position:absolute;top:0;left:0;right:0}.admin-dashboard .main-content .content-wrapper{z-index:1;max-width:1400px;margin:0 auto;padding:1rem;position:relative}@media (max-width:1024px){.admin-dashboard .sidebar{width:240px}.admin-dashboard .sidebar .sidebar-header{padding:1.5rem 1rem}.admin-dashboard .sidebar .sidebar-header .logo img{width:140px}.admin-dashboard .sidebar .nav{padding:1rem .75rem}.admin-dashboard .sidebar .nav .nav-section .nav-item{padding:.625rem;font-size:.8125rem}.admin-dashboard .sidebar .nav .nav-section .nav-item .nav-icon{width:16px;height:16px;margin-right:.5rem}}@media (max-width:768px){.admin-dashboard .sidebar{width:200px}.admin-dashboard .sidebar .brand-text h2{font-size:1.125rem}.admin-dashboard .sidebar .nav .nav-section .section-title{font-size:.6875rem}.admin-dashboard .main-content .content-wrapper{padding:1.5rem}}@media (prefers-color-scheme:dark){.admin-dashboard{background:#0f172a}.admin-dashboard .sidebar{background:linear-gradient(#1e293b 0%,#0f172a 100%);border-right-color:#334155}.admin-dashboard .sidebar .sidebar-header{border-bottom-color:#334155}.admin-dashboard .sidebar .sidebar-header .brand-text h2{color:#f8fafc}.admin-dashboard .sidebar .sidebar-header .subtitle,.admin-dashboard .sidebar .nav .nav-section .section-title{color:#94a3b8}.admin-dashboard .sidebar .nav .nav-section .nav-item{color:#cbd5e1}.admin-dashboard .sidebar .nav .nav-section .nav-item:hover{color:#f8fafc;background:#334155}.admin-dashboard .sidebar .sidebar-footer{border-top-color:#334155}.admin-dashboard .sidebar .sidebar-footer .user-details .user-name{color:#f8fafc}.admin-dashboard .sidebar .sidebar-footer .user-details .user-role{color:#94a3b8}.admin-dashboard .main-content{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}}
.admin-orders{background-color:#f9fafb;min-height:100vh;padding:1.5rem;position:relative}.admin-orders__container{max-width:87.5rem;margin:0 auto;position:relative}.admin-orders__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.admin-orders__title{color:#111827;margin-bottom:.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}.admin-orders__subtitle{color:#4b5563;margin:0;font-size:1rem}.header-actions{align-items:center;gap:.75rem;display:flex}.refresh-btn,.reset-filters-btn{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;display:flex}.refresh-btn:hover,.reset-filters-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.refresh-btn:disabled,.reset-filters-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-icon{width:1rem;height:1rem;margin-right:.5rem}.refresh-icon.spinning{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-orders__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}@media (min-width:768px){.admin-orders__stats{grid-template-columns:repeat(5,1fr)}}.stats-card{background-color:#fff;border-radius:12px;padding:1rem;transition:transform .15s ease-in-out;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.stats-card:hover{transform:translateY(-2px)}.stats-card__content{justify-content:space-between;align-items:center;display:flex}.stats-card__info{flex:1}.stats-card__label{color:#4b5563;text-transform:capitalize;margin:0 0 .25rem;font-size:.875rem;font-weight:500}.stats-card__value{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.stats-card__icon{border-radius:12px;padding:.5rem}.stats-card__icon .status-icon{width:1rem;height:1rem}.stats-card__icon--pending{color:#d97706;background-color:#fef3c7}.stats-card__icon--processing{color:#3b82f6;background-color:#dbeafe}.stats-card__icon--shipped{color:#8b5cf6;background-color:#e9d5ff}.stats-card__icon--completed,.stats-card__icon--delivered{color:#10b981;background-color:#d1fae5}.stats-card__icon--cancelled,.stats-card__icon--refunded{color:#ef4444;background-color:#fee2e2}.stats-card__icon--revenue{color:#10b981;background-color:#d1fae5}.admin-orders__filters{background-color:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.filters__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.filters__grid{grid-template-columns:repeat(4,1fr)}}.search-input{position:relative}.search-input__icon{color:#9ca3af;width:1rem;height:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input__field{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.5rem 1rem .5rem 2.5rem;font-size:.875rem;transition:all .15s ease-in-out}.search-input__field:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f680}.search-input__field::placeholder{color:#9ca3af}.filter-select{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .15s ease-in-out}.filter-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f680}.filters__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.filters__info{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.filters__count{color:#4b5563;margin:0;font-size:.875rem}.bulk-actions{align-items:center;gap:.5rem;display:flex}.bulk-actions .selected-count{color:#3b82f6;font-size:.875rem;font-weight:500}.bulk-actions .bulk-select{color:#3b82f6;background-color:#fff;border:1px solid #3b82f6;border-radius:8px;padding:.25rem .5rem;font-size:.75rem}.export-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s ease-in-out;display:flex}.export-btn:hover{background-color:#2563eb}.export-btn:disabled{opacity:.5;cursor:not-allowed}.export-btn__icon{width:1rem;height:1rem;margin-right:.5rem}.orders-table{background-color:#fff;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.orders-table__wrapper{overflow-x:auto}.loading-overlay{z-index:10;background-color:#ffffffe6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading-spinner{flex-direction:column;align-items:center;gap:.5rem;display:flex}.loading-spinner .spinning{animation:1s linear infinite spin}.loading-spinner span{color:#4b5563;font-size:.875rem}.table{border-collapse:collapse;width:100%}.table__head{background-color:#f9fafb}.table__header{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;padding:.75rem 1.5rem;font-size:.75rem;font-weight:500}.table__header--checkbox{text-align:center;width:50px}.table__header-icon{vertical-align:middle;width:.875rem;height:.875rem;margin-right:.25rem}.table__body{background-color:#fff}.table__row{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease-in-out}.table__row:hover{background-color:#f9fafb}.table__cell{white-space:nowrap;vertical-align:top;padding:1rem 1.5rem}.order-id{color:#3b82f6;font-size:.875rem;font-weight:600}.customer-info__name{color:#111827;margin-bottom:.125rem;font-size:.875rem;font-weight:500}.customer-info__email{color:#6b7280;font-size:.75rem}.order-date{color:#111827;font-size:.875rem}.status-select{text-transform:capitalize;cursor:pointer;border:none;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:all .15s ease-in-out}.status-select:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.status-select--pending{color:#d97706;background-color:#fef3c7}.status-select--processing{color:#3b82f6;background-color:#dbeafe}.status-select--shipped{color:#8b5cf6;background-color:#e9d5ff}.status-select--delivered{color:#10b981;background-color:#d1fae5}.status-select--cancelled{color:#ef4444;background-color:#fee2e2}.order-total{color:#111827;font-size:.875rem;font-weight:600}.order-items{color:#4b5563;font-size:.875rem}.table-actions{gap:.5rem;display:flex}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem;transition:all .15s ease-in-out}.action-btn__icon{width:1rem;height:1rem}.action-btn--view{color:#3b82f6}.action-btn--view:hover{color:#2563eb;background-color:#dbeafe}.action-btn--edit{color:#4b5563}.action-btn--edit:hover{color:#111827;background-color:#f3f4f6}.empty-state{text-align:center;padding:2rem}.empty-state__text{color:#6b7280;margin:0;font-size:.875rem}.error-state{text-align:center;padding:2rem}.error-state .error-icon{color:#ef4444;width:3rem;height:3rem;margin-bottom:1rem}.error-state h3{color:#111827;margin-bottom:.5rem}.error-state p{color:#4b5563;margin-bottom:1rem}.error-state .retry-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.error-state .retry-btn .retry-icon{width:1rem;height:1rem;margin-right:.5rem}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.pagination__info{color:#374151;font-size:.875rem}.pagination__controls{gap:.5rem;display:flex}.pagination__btn{color:#6b7280;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.pagination__btn:hover:not(:disabled){background-color:#f9fafb}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__btn--active{color:#fff;background-color:#3b82f6;border-color:#0000}.pagination__btn--active:hover{background-color:#2563eb}.pagination__btn--prev:hover:not(:disabled),.pagination__btn--next:hover:not(:disabled){color:#374151;background-color:#f9fafb}.order-details-overlay{z-index:300000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0;overflow-y:auto}.order-details-modal{background-color:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.order-details-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.order-details-header h3{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.order-details-header .close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem;font-size:1.5rem;transition:all .15s ease-in-out}.order-details-header .close-btn:hover{color:#374151;background-color:#e5e7eb}.order-details-content{max-height:calc(90vh - 100px);padding:1.5rem 2rem;overflow-y:auto}.order-details-section{margin-bottom:2rem}.order-details-section:last-child{margin-bottom:0}.order-details-section .section-title{color:#111827;border-bottom:2px solid #3b82f6;margin:0 0 1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.order-details-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.detail-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.detail-item:last-child{border-bottom:none}.detail-item .detail-label{color:#4b5563;font-size:.875rem;font-weight:500}.detail-item .detail-value{color:#111827;text-align:right;font-size:.875rem}.detail-item .detail-value.status-badge{text-transform:capitalize;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.order-items-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.items-table-header{color:#374151;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:2fr 1fr 1fr 1fr;font-size:.875rem;font-weight:600;display:grid}.items-table-body{background-color:#fff}.item-column{align-items:center;padding:1rem;display:flex}.item-column--product{grid-column:1}.item-column--price{grid-column:2;justify-content:center}.item-column--quantity{grid-column:3;justify-content:center}.item-column--total{grid-column:4;justify-content:flex-end;font-weight:600}.item-row{border-bottom:1px solid #f3f4f6;grid-template-columns:2fr 1fr 1fr 1fr;transition:background-color .15s ease-in-out;display:grid}.item-row:hover{background-color:#f9fafb}.item-row:last-child{border-bottom:none}.product-info{align-items:center;gap:.75rem;display:flex}.product-image{object-fit:cover;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;width:50px;height:50px}.product-details{flex:1;min-width:0}.product-name{color:#111827;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.3}.product-variation{flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem;display:flex}.product-variation .variation-item{color:#4b5563;background-color:#f3f4f6;border-radius:999px;padding:.125rem .5rem;font-size:.75rem}.product-sku{color:#6b7280;font-size:.75rem}.empty-items{text-align:center;color:#6b7280;padding:2rem;font-style:italic}.order-totals{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.total-row{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.total-row:not(:last-child){border-bottom:1px solid #e5e7eb}.total-row .total-label{color:#4b5563;font-size:.875rem}.total-row .total-value{color:#111827;font-size:.875rem;font-weight:500}.total-row--discount .total-value{color:#10b981}.total-row--final{border-top:2px solid #d1d5db;margin-top:.5rem;padding-top:1rem}.total-row--final .total-label{color:#111827;font-size:1rem;font-weight:600}.total-row--final .total-value{color:#3b82f6;font-size:1.125rem;font-weight:700}.addresses-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.address-block{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.address-block .address-title{color:#111827;border-bottom:1px solid #d1d5db;margin:0 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:600}.address-block .address-content p{color:#374151;margin:0 0 .5rem;font-size:.875rem;line-height:1.4}.address-block .address-content p:last-child{margin-bottom:0}.customer-note{color:#374151;background-color:#f9fafb;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;padding:1rem;font-style:italic;line-height:1.5}@media (max-width:768px){.admin-orders{padding:1rem}.admin-orders__title{font-size:1.5rem}.admin-orders__header,.filters__footer,.pagination{flex-direction:column;align-items:flex-start}.table__cell{padding:.75rem 1rem;font-size:.8rem}.table__header{padding:.5rem 1rem}.order-details-modal{width:calc(100% - 2rem);max-height:calc(100vh - 2rem);margin:1rem}.order-details-header,.order-details-content{padding:1rem 1.5rem}.order-details-grid,.items-table-header,.item-row{grid-template-columns:1fr}.item-column{padding:.5rem 1rem}.item-column--product{border-bottom:1px solid #f3f4f6;grid-column:1}.item-column--price,.item-column--quantity,.item-column--total{grid-column:1;justify-content:space-between}.item-column--price:before,.item-column--quantity:before,.item-column--total:before{content:attr(data-label);color:#4b5563;font-weight:600}.addresses-grid{grid-template-columns:1fr}}@media (max-width:640px){.admin-orders__stats,.filters__grid{grid-template-columns:1fr}.stats-card{padding:.75rem}.orders-table__wrapper{font-size:.75rem}.product-info{flex-direction:column;align-items:flex-start;gap:.5rem}.product-image{width:40px;height:40px}}@media (max-width:480px){.order-details-overlay{padding:0}.order-details-modal{border-radius:0;width:100%;height:100vh;max-height:100vh;margin:0}.order-details-header{border-radius:0}}
.category-details-page{width:100%;margin:0 auto}.category-details-page .category-header{background-color:var(--primary-color);justify-content:center;align-items:center;height:15vh;display:flex}.category-details-page .category-header h1{text-transform:capitalize;color:var(--bg-color)}@media (max-width:768px){.category-details-page .category-header h1{text-align:center;padding:0 1rem;font-size:1.8rem}}@media (max-width:480px){.category-details-page .category-header h1{font-size:1.5rem}}.category-details-page .loading-state{justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.category-details-page .error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.category-details-page .error-state p{max-width:600px;margin-bottom:1rem;line-height:1.6}.category-details-page .error-state button{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .3s}.category-details-page .error-state button:hover{filter:brightness(90%)}.category-details-page .cat-search{flex-wrap:wrap;justify-content:space-between;gap:1em;width:50vw;margin:0 auto;padding-block:2em;display:flex}@media (max-width:1024px){.category-details-page .cat-search{width:70vw}}@media (max-width:768px){.category-details-page .cat-search{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:90vw;padding-block:1.5rem}}.category-details-page .cat-search form{flex:60%;min-width:250px}@media (max-width:768px){.category-details-page .cat-search form{flex:none;width:100%;min-width:auto}}.category-details-page .cat-search .mobile-filter-toggle{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;transition:all .3s;display:none}@media (max-width:768px){.category-details-page .cat-search .mobile-filter-toggle{display:flex}}.category-details-page .cat-search .mobile-filter-toggle:hover{filter:brightness(90%)}.category-details-page .cat-search .mobile-filter-toggle.active{background-color:var(--accent-md);color:var(--text-color)}.category-details-page .cat-search .mobile-filter-toggle svg{width:20px;height:20px}.category-details-page .cat-prod-content{display:flex}@media (max-width:768px){.category-details-page .cat-prod-content{flex-direction:column;position:relative}}.category-details-page .cat-prod-content .mobile-overlay{display:none}@media (max-width:768px){.category-details-page .cat-prod-content .mobile-overlay{z-index:999;opacity:0;pointer-events:none;background-color:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.category-details-page .cat-prod-content .mobile-overlay.active{opacity:1;pointer-events:all}}.category-details-page .cat-prod-content .shop-sidebar{width:unset}.category-details-page .cat-prod-content .sidebar{width:20%;min-width:250px}@media (max-width:768px){.category-details-page .cat-prod-content .sidebar{z-index:1000;background-color:var(--bg-color);width:280px;height:100vh;transition:transform .5s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 20px #0000001a}.category-details-page .cat-prod-content .sidebar.open{transform:translate(0)}}.category-details-page .cat-prod-content .products-loading{justify-content:center;align-items:center;width:100%;min-height:40vh;display:flex}.category-details-page .cat-prod-content .no-products{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:40vh;padding:2rem;display:flex}.category-details-page .cat-prod-content .no-products p{color:var(--text-gray);margin-bottom:1.5rem}.category-details-page .cat-prod-content .no-products button{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .3s}.category-details-page .cat-prod-content .no-products button:hover{filter:brightness(90%)}.category-details-page .cat-prod-content .shop-products{flex-direction:column;align-items:center;width:80%;padding-inline:1em;display:flex}@media (max-width:768px){.category-details-page .cat-prod-content .shop-products{width:100%;padding-inline:1rem}}.category-details-page .cat-prod-content .shop-products .products-sort{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:768px){.category-details-page .cat-prod-content .shop-products .products-sort{flex-direction:column;align-items:stretch;gap:1rem}}.category-details-page .cat-prod-content .shop-products .products-sort .sorts{border-radius:4px;width:200px}@media (max-width:768px){.category-details-page .cat-prod-content .shop-products .products-sort .sorts{width:100%}}.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(4,minmax(250px,1fr));grid-auto-rows:350px;gap:1em;margin-block:1em;display:grid}@media (max-width:1200px){.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (max-width:900px){.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:768px){.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(2,minmax(180px,1fr));grid-auto-rows:300px;gap:.75em}}@media (max-width:480px){.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(2,minmax(160px,1fr));grid-auto-rows:280px;gap:.6em;margin-inline:-.5rem}}@media (max-width:360px){.category-details-page .cat-prod-content .shop-products .products{grid-template-columns:repeat(2,minmax(140px,1fr));grid-auto-rows:260px;gap:.5em}}
.category-container .categories-header{background:var(--primary-color);height:20vh;color:var(--bg-color);letter-spacing:1px;text-transform:uppercase;text-align:center;justify-content:center;align-items:center;padding:0 1rem;font-weight:800;display:flex}.category-container .category-search{flex-wrap:wrap;justify-content:space-between;gap:1em;width:90vw;margin:0 auto;padding-block:2em;display:flex}.category-container .category-search form{flex:60%;min-width:250px}.category-container .category-search .sorts{border-radius:32px;width:200px}.category-container .loading-state{justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.category-container .loading-state p{color:var(--text-color);font-size:1.2rem;font-weight:500}.category-container .error-state{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:40vh;padding:2rem;display:flex}.category-container .error-state p{color:var(--text-color);text-align:center;margin-bottom:0;font-size:1.1rem}.category-container .error-state button{background:var(--primary-color);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.category-container .error-state button:hover{background:var(--secondary-color);transform:translateY(-2px)}.category-container .no-results{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:30vh;padding:2rem;display:flex}.category-container .no-results p{color:var(--text-color);text-align:center;margin-bottom:0;font-size:1.1rem}.category-container .no-results button{background:var(--primary-color);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.category-container .no-results button:hover{background:var(--secondary-color);transform:translateY(-2px)}.category-container .category-cards{flex-wrap:wrap;justify-content:center;gap:2em;padding:2em;display:flex}.category-container .category-cards .category-card{background:var(--bg-color);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:space-between;gap:1em;width:280px;height:260px;padding:1em;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000012}.category-container .category-cards .category-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}.category-container .category-cards .category-card p{color:var(--text-gray);text-align:right;font-weight:600}.category-container .category-cards .category-card .category-title{justify-content:space-between;gap:1rem;height:100%;display:flex}.category-container .category-cards .category-card .category-title h3{max-width:90%;color:var(--text-color);font-size:1.1rem;font-weight:700;line-height:1.3}.category-container .category-cards .category-card img{object-fit:cover;object-position:center;width:100%;height:70%}.category-container .category-cards .category-card button{background:var(--primary);color:var(--text);border:2px solid var(--secondary);cursor:pointer;border-radius:12px;align-self:flex-end;margin-top:1.5em;padding:.6em 1.2em;font-size:.9rem;font-weight:600;transition:all .3s}.category-container .category-cards .category-card button:hover{background:var(--secondary);color:var(--primary)}.category-container .pagination{justify-content:center;margin:2em 0 4em;display:flex}@media (max-width:1024px){.category-card{width:240px;height:230px}}@media (max-width:768px){.category-card{width:90%;height:auto;padding:1em}.category-card .category-title{flex-direction:column;align-items:flex-start;gap:.5em}.category-card .category-title img{width:32px;height:32px}.category-card button{margin-top:1em}.category-container .loading-state,.category-container .error-state,.category-container .no-results{min-height:25vh;padding:1.5rem}.category-container .loading-state p,.category-container .error-state p,.category-container .no-results p{font-size:1rem}.category-container .loading-state button,.category-container .error-state button,.category-container .no-results button{padding:.7rem 1.2rem;font-size:.9rem}}@media (max-width:450px){.category-container .category-search{flex-direction:column;align-items:center}.category-container .category-search .form{flex:1;width:100vw}}
.shop-container{width:100%;margin:0 auto 3em}.shop-container .shop-header{background-color:var(--primary-color);justify-content:center;align-items:center;height:15vh;display:flex}.shop-container .shop-header h1{text-transform:capitalize;color:var(--bg-color)}@media (max-width:768px){.shop-container .shop-header h1{text-align:center;padding:0 1rem;font-size:1.8rem}}@media (max-width:480px){.shop-container .shop-header h1{font-size:1.5rem}}.shop-container .loading-state{justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.shop-container .error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:40vh;padding:2rem;display:flex}.shop-container .error-state p{max-width:600px;margin-bottom:1rem;line-height:1.6}.shop-container .error-state button{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .3s}.shop-container .error-state button:hover{filter:brightness(90%)}.shop-container .shop-search{flex-wrap:wrap;justify-content:space-between;gap:1em;width:50vw;margin:0 auto;padding-block:2em;display:flex}@media (max-width:1024px){.shop-container .shop-search{width:70vw}}@media (max-width:768px){.shop-container .shop-search{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:90vw;padding-block:1.5rem}}.shop-container .shop-search form{flex:60%;min-width:250px}@media (max-width:768px){.shop-container .shop-search form{flex:none;width:100%;min-width:auto}}.shop-container .shop-search .mobile-filter-toggle{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;transition:all .3s;display:none}@media (max-width:768px){.shop-container .shop-search .mobile-filter-toggle{display:flex}}.shop-container .shop-search .mobile-filter-toggle:hover{filter:brightness(90%)}.shop-container .shop-search .mobile-filter-toggle.active{background-color:var(--accent-md);color:var(--text-color)}.shop-container .shop-search .mobile-filter-toggle svg{width:20px;height:20px}.shop-container .shop-content{display:flex}@media (max-width:768px){.shop-container .shop-content{flex-direction:column;position:relative}}.shop-container .shop-content .mobile-overlay{display:none}@media (max-width:768px){.shop-container .shop-content .mobile-overlay{z-index:999;opacity:0;pointer-events:none;background-color:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.shop-container .shop-content .mobile-overlay.active{opacity:1;pointer-events:all}}.shop-container .shop-content .shop-sidebar{width:unset}.shop-container .shop-content .sidebar{width:20%;min-width:250px}@media (max-width:768px){.shop-container .shop-content .sidebar{z-index:1000;background-color:var(--bg-color);width:280px;height:100vh;transition:transform .5s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 20px #0000001a}.shop-container .shop-content .sidebar.open{transform:translate(0)}}.shop-container .shop-content .products-loading{justify-content:center;align-items:center;width:100%;min-height:40vh;display:flex}.shop-container .shop-content .products-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:40vh;padding:2rem;display:flex}.shop-container .shop-content .products-error p{color:var(--text-gray);margin-bottom:1.5rem}.shop-container .shop-content .products-error button{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .3s}.shop-container .shop-content .products-error button:hover{filter:brightness(90%)}.shop-container .shop-content .no-products{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:40vh;padding:2rem;display:flex}.shop-container .shop-content .no-products p{color:var(--text-gray);margin-bottom:1.5rem}.shop-container .shop-content .no-products button{background-color:var(--primary-color);color:var(--bg-light);cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;transition:background-color .3s}.shop-container .shop-content .no-products button:hover{filter:brightness(90%)}.shop-container .shop-content .shop-products{flex-direction:column;align-items:center;width:80%;padding-inline:1em;display:flex}@media (max-width:768px){.shop-container .shop-content .shop-products{width:100%;padding-inline:1rem}}.shop-container .shop-content .shop-products .products-sort{justify-content:space-between;align-items:center;width:100%;display:flex}@media (max-width:768px){.shop-container .shop-content .shop-products .products-sort{flex-direction:column;align-items:stretch;gap:1rem}}.shop-container .shop-content .shop-products .products-sort .sorts{border-radius:4px;width:200px}@media (max-width:768px){.shop-container .shop-content .shop-products .products-sort .sorts{width:100%}}.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(4,minmax(250px,1fr));grid-auto-rows:350px;gap:1em;margin-block:1em;display:grid}@media (max-width:1200px){.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(3,minmax(250px,1fr))}}@media (max-width:900px){.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:768px){.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(2,minmax(180px,1fr));grid-auto-rows:300px;gap:.75em}}@media (max-width:480px){.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(2,minmax(160px,1fr));grid-auto-rows:280px;gap:.6em;margin-inline:-.5rem}}@media (max-width:360px){.shop-container .shop-content .shop-products .products{grid-template-columns:repeat(2,minmax(140px,1fr));grid-auto-rows:260px;gap:.5em}}.sidebar-skeleton{padding:1rem}.skeleton-filter{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;height:60px;margin-bottom:1rem;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.products-initial-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;min-height:400px;display:flex}.error-state{text-align:center;padding:3rem}.error-state button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:.75rem 1.5rem}.loading-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;width:80vw;padding:2rem 0;display:grid}.skeleton-card{background:#fff;border-radius:12px;animation:.4s ease-in-out fadeIn;overflow:hidden;box-shadow:0 2px 6px #00000014}.skeleton-image{background:linear-gradient(100deg,#f0f0f0 30%,#e6e6e6 50%,#f0f0f0 70%) 0 0/200% 100%;width:100%;height:180px;animation:1.6s infinite shimmer}.skeleton-content{padding:1rem}.skeleton-title,.skeleton-price,.skeleton-button{background:linear-gradient(100deg,#f0f0f0 30%,#e6e6e6 50%,#f0f0f0 70%) 0 0/200% 100%;border-radius:8px;animation:1.6s infinite shimmer}.skeleton-title{width:70%;height:18px;margin-bottom:.8rem}.skeleton-price{width:40%;height:16px;margin-bottom:1.2rem}.skeleton-button{border-radius:6px;width:100%;height:36px}.skeleton-card:hover{transition:transform .2s ease-in-out;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.cart-container{flex-direction:column;width:90vw;margin:2em auto 0;display:flex}.cart-container .cart-header{flex-direction:column;gap:.5em;margin-bottom:2em;display:flex}.cart-container .cart-header h4{font-weight:500}.cart-container .cart-content{justify-content:space-between;align-items:flex-start;gap:2em;margin-bottom:2em;display:flex;position:relative}.cart-container .cart-content .cart-items{flex:1}.cart-container .cart-content .cart-items .zero-cart{flex-direction:column;align-items:center;gap:1em;display:flex}.cart-container .cart-content .cart-items .zero-cart svg{width:20%;height:30%;fill:var(--accent-lt)}.cart-container .cart-content .cart-items .zero-cart p{width:45%;font-size:var(--font-size-p);text-align:center;color:var(--text-gray)}.cart-container .cart-content .cart-items .zero-cart h1{font-size:3rem;font-weight:600}.cart-container .cart-content .cart-items .zero-cart button{background:var(--primary-color);color:var(--bg-color);cursor:pointer;border-radius:20px;padding:10px 15px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;box-shadow:0 3px 8px #0000003d;border:0!important;outline:0!important}.cart-container .cart-content .cart-items .cart-cards{border:1px solid var(--accent-md);background-color:var(--bg-light);border-radius:4px;flex-direction:column;gap:.5em;padding:.5em;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-desc{justify-content:space-between;align-items:center;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-desc h3{padding-top:.5em}.cart-container .cart-content .cart-items .cart-cards .cart-desc button{font-size:var(--font-size-button);cursor:pointer;background-color:#0000;border:none;padding-right:1em;font-weight:600;transition:transform .3s ease-in,color .3s ease-in}.cart-container .cart-content .cart-items .cart-cards .cart-desc button:hover{color:var(--warn-color);transform:scale(.98)}.cart-container .cart-content .cart-items .cart-cards .cart-card{border:1px solid var(--accent-md);border-radius:8px;justify-content:space-between;align-items:center;gap:1em;padding:.3em;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-card img{object-fit:cover;object-position:center;border-radius:4px;flex-shrink:0;width:60px;height:60px}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc{flex-direction:column;flex:2;gap:.5em;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc h4{font-size:var(--font-size-md)}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc p{font-size:var(--font-size-xs);color:var(--text-gray);font-weight:500}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc .shipping-info small{font-size:.75rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc .shipping-info .bulk-badge{color:var(--primary-color);font-weight:600}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div{flex:1;justify-content:center;align-items:center;gap:.5em;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div button{cursor:pointer;background-color:var(--accent-lt);width:24px;height:28px;color:var(--text-color);border:none;font-weight:700;transition:background-color .3s ease-in,color .3s ease-in}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div button:hover{background-color:var(--primary-color);color:var(--bg-color)}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div span{font-weight:600}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier{flex-direction:column;flex:1;align-items:flex-end;gap:.5em;display:flex}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:first-child{font-size:var(--font-size-h6);font-weight:600}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:last-child{font-size:var(--font-size-xs);font-weight:500}.cart-container .cart-content .cart-items .cart-cards .cart-card svg{cursor:pointer;fill:var(--warn-color);flex-shrink:0;margin-left:.5em}.cart-container .cart-content .cart-summary{border:1px solid var(--accent-md);border-radius:8px;flex-shrink:0;width:300px;height:fit-content;padding:.5em;position:sticky;top:30vh}.cart-container .cart-content .cart-summary .cart-totals{flex-direction:column;justify-content:space-between;gap:1em;width:100%;height:100%;display:flex}.cart-container .cart-content .cart-summary .cart-totals h3{justify-content:space-between;padding-bottom:.5em;display:flex}.cart-container .cart-content .cart-summary .cart-totals .cart-calcs{border-bottom:1px solid var(--accent-md);flex-direction:column;gap:.5em;padding-bottom:1em;display:flex}.cart-container .cart-content .cart-summary .cart-totals .cart-calcs h4{justify-content:space-between;width:100%;font-weight:400;display:flex}.cart-container .cart-content .cart-summary .cart-totals .cart-calcs h4 span:last-child{font-weight:600}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns{flex-direction:column;gap:.5em;display:flex}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:var(--font-size-button);cursor:pointer;border-radius:20px;padding:10px;font-weight:600;transition:transform .3s ease-in;box-shadow:0 3px 8px #0000003d;border:0!important;outline:0!important}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button:first-child{background:var(--accent-lt);color:var(--primary-color)}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button:last-child{background:var(--primary-color);color:var(--bg-color)}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button:hover{filter:brightness(90%);transform:scale(.98)}.cart-container .cart-content .cart-summary .cart-totals p{font-size:var(--font-size-md);align-items:center;display:flex}.cart-container .cart-content .cart-summary .cart-totals p svg{fill:green}@media (max-width:1024px){.cart-container{width:95vw}.cart-container .cart-content{gap:1.5em}.cart-container .cart-content .cart-summary{width:280px;top:20vh}}@media (max-width:768px){.cart-container{width:95vw;margin-top:1em}.cart-container .cart-header{margin-bottom:1.5em}.cart-container .cart-header h1{font-size:1.8rem}.cart-container .cart-header h4{font-size:.95rem}.cart-container .cart-content{flex-direction:column;gap:1.5em}.cart-container .cart-content .cart-items{width:100%}.cart-container .cart-content .cart-items .zero-cart{padding:2em 0}.cart-container .cart-content .cart-items .zero-cart svg{width:40%;height:auto}.cart-container .cart-content .cart-items .zero-cart h1{text-align:center;padding:0 1em;font-size:1.8rem}.cart-container .cart-content .cart-items .zero-cart p{width:90%;font-size:.95rem}.cart-container .cart-content .cart-items .zero-cart button{padding:12px 24px;font-size:1rem}.cart-container .cart-content .cart-items .cart-cards .cart-desc{padding:.5em}.cart-container .cart-content .cart-items .cart-cards .cart-desc h3{font-size:1.1rem}.cart-container .cart-content .cart-items .cart-cards .cart-desc button{padding-right:.5em;font-size:.9rem}.cart-container .cart-content .cart-items .cart-cards .cart-card{flex-wrap:wrap;gap:.8em;padding:.8em;position:relative}.cart-container .cart-content .cart-items .cart-cards .cart-card img{width:80px;height:80px}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc{flex:1;min-width:150px}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc h4{font-size:1rem;line-height:1.3}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc p{font-size:.8rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc .shipping-info{margin-top:.3em}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc .shipping-info small{font-size:.7rem}.cart-container .cart-content .cart-items .cart-cards .cart-card>svg{width:20px;height:20px;position:absolute;top:.5em;right:.5em}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div,.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier{flex:1;min-width:120px}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div{justify-content:flex-start}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div button{width:32px;height:32px;font-size:1.1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div span{text-align:center;min-width:30px;font-size:1.1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier{align-items:flex-end}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:first-child{font-size:1.1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:last-child{font-size:.8rem}.cart-container .cart-content .cart-summary{order:-1;width:100%;margin-bottom:1em;position:static}.cart-container .cart-content .cart-summary .cart-totals{padding:1em}.cart-container .cart-content .cart-summary .cart-totals h3{font-size:1.2rem}.cart-container .cart-content .cart-summary .cart-totals .cart-calcs h4{font-size:1rem}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button{padding:14px;font-size:1rem}.cart-container .cart-content .cart-summary .cart-totals p{justify-content:center;gap:.3em;font-size:.85rem}}@media (max-width:480px){.cart-container{width:98vw}.cart-container .cart-header h1{font-size:1.5rem}.cart-container .cart-header h4{font-size:.85rem}.cart-container .cart-content .cart-items .zero-cart h1{font-size:1.5rem}.cart-container .cart-content .cart-items .zero-cart p{width:95%;font-size:.9rem}.cart-container .cart-content .cart-items .cart-cards .cart-card{padding:.6em}.cart-container .cart-content .cart-items .cart-cards .cart-card img{width:70px;height:70px}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc{min-width:130px}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc h4{font-size:.95rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc p{font-size:.75rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .item-desc .shipping-info small{font-size:.65rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div{min-width:100px}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div button{width:28px;height:28px;font-size:1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .count-div span{font-size:1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier{min-width:100px}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:first-child{font-size:1rem}.cart-container .cart-content .cart-items .cart-cards .cart-card .price-multiplier span:last-child{font-size:.75rem}.cart-container .cart-content .cart-summary .cart-totals{padding:.8em}.cart-container .cart-content .cart-summary .cart-totals h3{font-size:1.1rem}.cart-container .cart-content .cart-summary .cart-totals .cart-calcs h4{font-size:.95rem}.cart-container .cart-content .cart-summary .cart-totals .cart-totals-btns button{padding:12px;font-size:.95rem}}
.checkout-container .checkout-logo{justify-content:center;width:100%;margin-top:3em;display:flex}.checkout-container .checkout-logo img{width:250px;max-width:80%}.checkout-container .checkout-content{width:90vw;margin:3em auto 2em;display:flex}@media (max-width:968px){.checkout-container .checkout-content{flex-direction:column-reverse;gap:1rem;width:95vw}}.checkout-container .checkout-content .billing-info{background-color:var(--bg-light);border:1px solid var(--accent-lt);padding-inline:1em;border-radius:8px;flex-direction:column;flex:2;height:fit-content;padding-bottom:1em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info{padding-inline:.75em}}.checkout-container .checkout-content .billing-info h2{align-items:center;gap:.5em;padding-top:1em;padding-bottom:.5em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info h2{font-size:1.25em}}.checkout-container .checkout-content .billing-info h2 span{background-color:var(--primary-color);color:var(--bg-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:.2em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info h2 span{width:35px;height:35px;font-size:.9em}}.checkout-container .checkout-content .billing-info h2 small{color:var(--warn-color);font-size:.7em;font-weight:500}.checkout-container .checkout-content .billing-info h4{padding-bottom:1em;font-weight:500}@media (max-width:768px){.checkout-container .checkout-content .billing-info h4{font-size:.95em}}.checkout-container .checkout-content .billing-info h4 a{text-decoration:none}.checkout-container .checkout-content .billing-info h4 a:hover{text-decoration:underline}.checkout-container .checkout-content .billing-info form fieldset{border:none;flex-direction:column;gap:1em;display:flex}.checkout-container .checkout-content .billing-info form fieldset .first-last-name,.checkout-container .checkout-content .billing-info form fieldset .email-phone,.checkout-container .checkout-content .billing-info form fieldset .country-county{justify-content:space-between;gap:1em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info form fieldset .first-last-name,.checkout-container .checkout-content .billing-info form fieldset .email-phone,.checkout-container .checkout-content .billing-info form fieldset .country-county{flex-direction:column;gap:.75em}}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name,.checkout-container .checkout-content .billing-info form fieldset .country-county .name{flex-direction:column;width:45%;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name,.checkout-container .checkout-content .billing-info form fieldset .country-county .name{width:100%}}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name label,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name label,.checkout-container .checkout-content .billing-info form fieldset .country-county .name label{font-weight:500;font-size:var(--font-size-md);padding-block:.5em}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name label span:last-child,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name label span:last-child,.checkout-container .checkout-content .billing-info form fieldset .country-county .name label span:last-child{color:var(--warn-color)}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name input,.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name select,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name input,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name select,.checkout-container .checkout-content .billing-info form fieldset .country-county .name input,.checkout-container .checkout-content .billing-info form fieldset .country-county .name select{border:1px solid var(--accent-lt);font-size:var(--font-size-md);background-color:#0000;border-radius:4px;padding-block:.8em;padding-inline:.5em}@media (max-width:768px){.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name input,.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name select,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name input,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name select,.checkout-container .checkout-content .billing-info form fieldset .country-county .name input,.checkout-container .checkout-content .billing-info form fieldset .country-county .name select{padding-block:.7em;font-size:16px}}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name input:focus,.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name select:focus,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name input:focus,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name select:focus,.checkout-container .checkout-content .billing-info form fieldset .country-county .name input:focus,.checkout-container .checkout-content .billing-info form fieldset .country-county .name select:focus{outline:1px solid var(--accent-dk)}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name .email-check,.checkout-container .checkout-content .billing-info form fieldset .email-phone .name .email-check,.checkout-container .checkout-content .billing-info form fieldset .country-county .name .email-check{font-size:var(--font-size-md);justify-content:flex-start;align-items:center;gap:.5em;margin-top:.5em;display:flex}.checkout-container .checkout-content .billing-info form fieldset .first-last-name .name .email-check input[type=checkbox],.checkout-container .checkout-content .billing-info form fieldset .email-phone .name .email-check input[type=checkbox],.checkout-container .checkout-content .billing-info form fieldset .country-county .name .email-check input[type=checkbox]{flex-shrink:0;margin:0}.checkout-container .checkout-content .billing-info form fieldset .address{flex-direction:column;display:flex}.checkout-container .checkout-content .billing-info form fieldset .address label{font-weight:500;font-size:var(--font-size-md);padding-block:.5em}.checkout-container .checkout-content .billing-info form fieldset .address label span:last-child{color:var(--warn-color)}.checkout-container .checkout-content .billing-info form fieldset .address input{border:1px solid var(--accent-lt);font-size:var(--font-size-md);border-radius:4px;padding-block:.8em;padding-inline:.5em}@media (max-width:768px){.checkout-container .checkout-content .billing-info form fieldset .address input{padding-block:.7em;font-size:16px}}.checkout-container .checkout-content .billing-info form fieldset .address input:focus{outline:1px solid var(--accent-dk)}.checkout-container .checkout-content .billing-info .error-message{color:var(--warn-color);font-size:var(--font-size-md);margin-top:.25rem;display:block}@media (max-width:768px){.checkout-container .checkout-content .billing-info .error-message{font-size:.85em}}.checkout-container .checkout-content .billing-info .shipping-options{margin-top:1.5em}.checkout-container .checkout-content .billing-info .shipping-options .shipping-method-radios{background-color:var(--bg-light);border:1px solid var(--accent-lt);border-radius:4px;flex-direction:column;gap:1em;margin-top:1em;padding:1em;display:flex}.checkout-container .checkout-content .billing-info .shipping-options .shipping-method-radios label{cursor:pointer;font-size:var(--font-size-md);border-radius:4px;align-items:center;gap:.75em;padding:.75em;transition:background-color .2s;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info .shipping-options .shipping-method-radios label{padding:.6em;font-size:.95em}}.checkout-container .checkout-content .billing-info .shipping-options .shipping-method-radios label:hover{background-color:var(--accent-lt)}.checkout-container .checkout-content .billing-info .shipping-options .shipping-method-radios label input[type=radio]{cursor:pointer;flex-shrink:0}.checkout-container .checkout-content .billing-info .payment fieldset{border:none}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods{display:flex}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods{flex-direction:column}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods button{color:var(--text-color);cursor:pointer;background-color:#0000;border:none;width:140px;padding:.5rem;font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods button{padding:.6rem .4rem;font-size:.9em}}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods button{width:100%}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa{border-right:none;border-bottom:1px solid var(--accent-dk);justify-content:space-evenly;align-items:center;display:flex}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa{border-right:1px solid var(--accent-dk);border-bottom:none}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa img{width:60px}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa img{width:50px}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa.active{background-color:var(--accent-lt);border-top:1px solid var(--accent-dk);border-right:1px solid var(--accent-dk);color:var(--primary-color);border-bottom:none}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .mpesa.active{border-bottom:1px solid var(--accent-dk)}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards{border-bottom:1px solid var(--accent-dk);border-left:none;justify-content:space-evenly;align-items:center;display:flex}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards{border-left:1px solid var(--accent-dk)}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards svg{fill:var(--accent-dk)}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards.active{background-color:var(--accent-lt);border-top:1px solid var(--accent-dk);border-left:1px solid var(--accent-dk);color:var(--primary-color);border-bottom:none}@media (max-width:480px){.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards.active{border-bottom:1px solid var(--accent-dk)}}.checkout-container .checkout-content .billing-info .payment fieldset .payment-methods .cards.active svg{fill:var(--primary-color)}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form{background-color:var(--bg-light);padding:1.5em}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form{padding:1em}}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-instructions{margin-bottom:1.5em}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-instructions ul{margin:0;padding:0;list-style:none}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-instructions ul li{color:var(--text-gray);font-size:var(--font-size-sm);margin-bottom:.75em;padding-left:1.5em;line-height:1.4;position:relative}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-instructions ul li{padding-left:1.25em;font-size:.85em}}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-instructions ul li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-number-input{flex-direction:column;display:flex}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-number-input label{font-weight:500;font-size:var(--font-size-md);color:var(--text-color);padding-block:.5em}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-number-input .mpesa-input{border:1px solid var(--accent-lt);font-size:var(--font-size-md);background-color:#0000;border-radius:4px;padding-block:.8em;padding-inline:.5em}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-number-input .mpesa-input{padding-block:.7em;font-size:16px}}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form .mpesa-number-input .mpesa-input:focus{outline:1px solid var(--accent-dk)}.checkout-container .checkout-content .billing-info .payment .card-payment-info{background-color:var(--bg-light);padding:1.5em}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment .card-payment-info{padding:1em}}.checkout-container .checkout-content .billing-info .payment .card-payment-info p{color:var(--text-gray);margin-bottom:1em;line-height:1.5}@media (max-width:768px){.checkout-container .checkout-content .billing-info .payment .card-payment-info p{font-size:.9em}}.checkout-container .checkout-content .billing-info .payment .card-payment-info .card-logos{flex-direction:column;gap:.5em;display:flex}.checkout-container .checkout-content .billing-info .payment .card-payment-info .card-logos span{color:var(--text-color);font-weight:600}.checkout-container .checkout-content .billing-info .payment .card-payment-info .card-logos div{color:var(--text-gray);font-size:var(--font-size-sm)}.checkout-container .checkout-content .billing-info .payment .mpesa-payment-form,.checkout-container .checkout-content .billing-info .payment .card-payment-info{border-bottom:1px solid var(--accent-lt);padding-bottom:2em}.checkout-container .checkout-content .billing-info .privacy-notice p{font-size:var(--font-size-md);border-bottom:1px solid var(--accent-lt);width:90%;margin:1em auto 0;padding-bottom:1em;line-height:150%}@media (max-width:768px){.checkout-container .checkout-content .billing-info .privacy-notice p{width:95%;font-size:.85em}}.checkout-container .checkout-content .billing-info .privacy-notice p a{color:var(--text-color);font-weight:600}.checkout-container .checkout-content .billing-info .privacy-notice p a:hover{color:var(--primary-color)}.checkout-container .checkout-content .billing-info .read-terms{width:90%;font-size:var(--font-size-md);align-items:flex-start;gap:1em;margin:1em auto 0;display:flex}@media (max-width:768px){.checkout-container .checkout-content .billing-info .read-terms{gap:.75em;width:95%;font-size:.85em}}.checkout-container .checkout-content .billing-info .read-terms input[type=checkbox]{flex-shrink:0;margin-top:.25em}.checkout-container .checkout-content .billing-info .read-terms a{color:var(--text-color);font-weight:600}.checkout-container .checkout-content .billing-info .read-terms a:hover{color:var(--primary-color)}.checkout-container .checkout-content .billing-info .terms-error,.checkout-container .checkout-content .billing-info .payment-error{color:var(--warn-color);font-size:var(--font-size-h6);background-color:rgba(var(--warn-color-rgb),.1);border-radius:4px;width:90%;margin:.5em auto 0;padding:.75em;font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .billing-info .terms-error,.checkout-container .checkout-content .billing-info .payment-error{width:95%;font-size:.9em}}.checkout-container .checkout-content .billing-info .order-actions{margin-top:1.5em}.checkout-container .checkout-content .billing-info .order-actions .place-order-btn{background-color:var(--primary-color);width:100%;color:var(--bg-light);font-size:var(--font-size-button);cursor:pointer;border:none;border-radius:6px;margin-bottom:1em;padding:1em;font-weight:600;transition:background-color .3s}@media (max-width:768px){.checkout-container .checkout-content .billing-info .order-actions .place-order-btn{padding:.9em;font-size:1em}}.checkout-container .checkout-content .billing-info .order-actions .place-order-btn:hover:not(:disabled){background-color:var(--accent-md);color:var(--primary-color)}.checkout-container .checkout-content .billing-info .order-actions .place-order-btn:disabled{background-color:var(--accent-md);color:var(--primary-color);cursor:not-allowed;opacity:.7}.checkout-container .checkout-content .billing-info .order-actions .edit-cart-link{text-align:center;color:var(--primary-color);font-size:var(--font-size-button);font-weight:500;text-decoration:none;display:block}@media (max-width:768px){.checkout-container .checkout-content .billing-info .order-actions .edit-cart-link{font-size:.95em}}.checkout-container .checkout-content .billing-info .order-actions .edit-cart-link:hover:not(.disabled){text-decoration:underline}.checkout-container .checkout-content .billing-info .order-actions .edit-cart-link.disabled{opacity:.5;cursor:not-allowed}.checkout-container .checkout-content .order-summary{margin:unset;background-color:var(--bg-light);border:1px solid var(--accent-md);border-radius:8px;flex:1;height:fit-content;margin-left:2em;padding:1.5em;position:sticky;top:2em}@media (max-width:968px){.checkout-container .checkout-content .order-summary{order:1;width:100%;margin-top:2em;margin-left:0;position:static}}@media (max-width:768px){.checkout-container .checkout-content .order-summary{padding:1em}}.checkout-container .checkout-content .order-summary .order-header{border-bottom:1px solid var(--accent-md);margin-bottom:1.5em;padding-bottom:1em}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-header{margin-bottom:1em;padding-bottom:.8em}}.checkout-container .checkout-content .order-summary .order-header h2{margin-bottom:.5em;font-size:1.5em;font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-header h2{font-size:1.2rem}}.checkout-container .checkout-content .order-summary .order-header p{color:var(--text-gray);font-size:var(--font-size-md);font-weight:500}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-header p{font-size:.95rem}}.checkout-container .checkout-content .order-summary .order-items{margin-bottom:1.5em}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items{margin-bottom:1em}}.checkout-container .checkout-content .order-summary .order-items .order-item{border-bottom:1px solid var(--accent-lt);align-items:center;gap:1em;padding:.5em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item{padding:.8em .5em}}.checkout-container .checkout-content .order-summary .order-items .order-item:last-child{border-bottom:none}.checkout-container .checkout-content .order-summary .order-items .order-item .item-image{flex:1;position:relative}.checkout-container .checkout-content .order-summary .order-items .order-item .item-image img{object-fit:cover;border:1px solid var(--accent-lt);border-radius:4px;width:60px;height:70px}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-image img{width:60px;height:70px}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-image .item-quantity{background-color:var(--accent-dk);color:#fff;text-align:center;border-radius:50%;min-width:20px;padding:.25em .5em;font-size:.75em;font-weight:600;position:absolute;top:0;right:0}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-image .item-quantity{min-width:18px;font-size:.7em}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-details{flex:2;min-width:0}.checkout-container .checkout-content .order-summary .order-items .order-item .item-details h4{font-size:var(--font-size-md);margin-bottom:.3em;font-weight:500;line-height:1.3}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-details h4{font-size:1rem}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-details p{color:var(--text-gray);font-size:var(--font-size-xs);margin-bottom:.25em}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-details p{font-size:.8rem}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-price{font-weight:600;font-size:var(--font-size-md);color:var(--text-color);text-align:right;border-top:unset;flex-direction:column;flex:1 0;gap:.3em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-price{font-size:.95rem}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-price span:first-child{font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-price span:first-child{font-size:1rem}}.checkout-container .checkout-content .order-summary .order-items .order-item .item-price span:last-child{color:var(--text-gray);font-size:.8em;font-weight:500}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-items .order-item .item-price span:last-child{font-size:.75rem}}.checkout-container .checkout-content .order-summary .order-totals{border-top:1px solid var(--accent-md);padding:1em}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals{padding:.8em 0}}.checkout-container .checkout-content .order-summary .order-totals .total-row{justify-content:space-between;margin-bottom:.75em;display:flex}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row{margin-bottom:.6em}}.checkout-container .checkout-content .order-summary .order-totals .total-row:last-child{margin-bottom:0}.checkout-container .checkout-content .order-summary .order-totals .total-row span:first-child{color:var(--text-gray);font-size:var(--font-size-md);font-weight:400}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row span:first-child{font-size:1rem}}.checkout-container .checkout-content .order-summary .order-totals .total-row span:last-child{font-weight:600;font-size:var(--font-size-md)}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row span:last-child{font-size:1rem}}.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final{border-top:1px solid var(--accent-md);margin-top:.75em;padding-top:.75em}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final{margin-top:.8em;padding-top:.8em}}.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final span:first-child{color:var(--text-color);font-size:1.1em;font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final span:first-child{font-size:1.1rem}}.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final span:last-child{font-size:1.1em;font-weight:600}@media (max-width:768px){.checkout-container .checkout-content .order-summary .order-totals .total-row.total-final span:last-child{font-size:1.1rem}.checkout-container .checkout-logo,.checkout-container .checkout-content{margin-top:2em}}
.order-completed-container{background:linear-gradient(135deg,var(--bg-color)0%,#f0f4ff 100%);min-height:100vh;padding:2rem 1rem}.order-completed-container .order-completed-content{max-width:800px;margin:0 auto}.order-completed-container .order-completed-content .order-header{text-align:center;margin-bottom:3rem}.order-completed-container .order-completed-content .order-header .success-icon{color:#fff;background:linear-gradient(135deg,#28a745,#20c997);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;animation:2s ease-in-out successPulse;display:flex;box-shadow:0 8px 25px #28a7454d}.order-completed-container .order-completed-content .order-header .success-icon svg{width:40px;height:40px}.order-completed-container .order-completed-content .order-header h1{color:var(--primary-color);margin-bottom:1rem;font-weight:700}.order-completed-container .order-completed-content .order-header p{color:var(--text-gray);font-size:var(--font-size-p);max-width:500px;margin:0 auto;line-height:1.6}.order-completed-container .order-completed-content .loading-spinner{text-align:center;padding:4rem 2rem}.order-completed-container .order-completed-content .loading-spinner .spinner{border:4px solid var(--accent-lt);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;margin:0 auto 1rem;animation:1s linear infinite spin}.order-completed-container .order-completed-content .loading-spinner p{color:var(--text-gray);font-size:var(--font-size-p)}.order-completed-container .order-completed-content .error-state{text-align:center;padding:4rem 2rem}.order-completed-container .order-completed-content .error-state h2{color:var(--warn-color);margin-bottom:1rem}.order-completed-container .order-completed-content .error-state p{color:var(--text-gray);margin-bottom:2rem}.order-completed-container .order-completed-content .order-summary-card{background:var(--bg-light);border-radius:12px;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 20px #00000014}.order-completed-container .order-completed-content .order-summary-card .order-info{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1rem;display:flex}.order-completed-container .order-completed-content .order-summary-card .order-info .order-number h3{color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.order-completed-container .order-completed-content .order-summary-card .order-info .order-number .order-date{color:var(--text-gray);font-size:var(--font-size-md)}.order-completed-container .order-completed-content .order-summary-card .order-info .order-status .status-badge{color:#fff;font-weight:600;font-size:var(--font-size-md);text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.5rem 1rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left:4px solid orange;padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions{align-items:flex-start;gap:1rem;display:flex}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .mpesa-logo img{width:60px;height:auto}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text{flex:1}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text h4{color:var(--primary-color);margin-bottom:1rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text ul{margin:1rem 0;padding-left:1.5rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text ul li{color:var(--text-color);font-size:var(--font-size-md);margin-bottom:.5rem;line-height:1.5}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text .countdown{text-align:center;background:#fffc;border-radius:8px;margin-top:1rem;padding:.75rem 1rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .instructions-text .countdown span{color:var(--primary-color);font-weight:600;font-size:var(--font-size-p)}.order-completed-container .order-completed-content .order-summary-card .payment-pending .card-processing{align-items:center;gap:1rem;display:flex}.order-completed-container .order-completed-content .order-summary-card .payment-pending .card-processing .processing-icon .spinner{border:3px solid var(--accent-lt);border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.order-completed-container .order-completed-content .order-summary-card .payment-pending .card-processing .processing-text h4{color:var(--primary-color);margin-bottom:.5rem}.order-completed-container .order-completed-content .order-summary-card .payment-pending .card-processing .processing-text p{color:var(--text-gray);font-size:var(--font-size-md)}.order-completed-container .order-completed-content .order-summary-card .payment-failed{border-left:4px solid var(--warn-color);text-align:center;background:linear-gradient(135deg,#f8d7da,#f5c6cb);padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .payment-failed h4{color:var(--warn-color);margin-bottom:1rem}.order-completed-container .order-completed-content .order-summary-card .payment-failed p{color:var(--text-color);margin-bottom:1.5rem}.order-completed-container .order-completed-content .order-summary-card .payment-failed .retry-button{background:var(--warn-color);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.order-completed-container .order-completed-content .order-summary-card .payment-failed .retry-button:hover{background:#a73636}.order-completed-container .order-completed-content .order-summary-card .billing-info{border-bottom:1px solid #f0f0f0;padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .billing-info h4{color:var(--primary-color);margin-bottom:1rem;font-weight:600}.order-completed-container .order-completed-content .order-summary-card .billing-info .billing-details p{color:var(--text-color);font-size:var(--font-size-md);margin-bottom:.5rem}.order-completed-container .order-completed-content .order-summary-card .billing-info .billing-details p strong{color:var(--text-color);font-weight:600}.order-completed-container .order-completed-content .order-summary-card .order-items{border-bottom:1px solid #f0f0f0;padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .order-items h4{color:var(--primary-color);margin-bottom:1rem;font-weight:600}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item{border-bottom:1px solid #f8f8f8;align-items:center;gap:1rem;padding:1rem 0;display:flex}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item:last-child{border-bottom:none}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-image{border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-image img{object-fit:cover;width:100%;height:100%}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-details{flex:1}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-details h5{color:var(--text-color);font-weight:600;font-size:var(--font-size-h4);margin-bottom:.25rem}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-details p{color:var(--text-gray);font-size:var(--font-size-md)}.order-completed-container .order-completed-content .order-summary-card .order-items .order-item .item-total{color:var(--primary-color);font-weight:600;font-size:var(--font-size-p)}.order-completed-container .order-completed-content .order-summary-card .order-totals{border-bottom:1px solid #f0f0f0;padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .order-totals .total-row{font-size:var(--font-size-p);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.order-completed-container .order-completed-content .order-summary-card .order-totals .total-row.total-final{border-top:2px solid var(--primary-color);font-weight:700;font-size:var(--font-size-h4);color:var(--primary-color);margin-top:.5rem;padding-top:1rem}.order-completed-container .order-completed-content .order-summary-card .order-totals .total-row span:first-child{color:var(--text-color)}.order-completed-container .order-completed-content .order-summary-card .order-totals .total-row span:last-child{color:var(--text-color);font-weight:600}.order-completed-container .order-completed-content .order-summary-card .payment-method{padding:1.5rem 2rem}.order-completed-container .order-completed-content .order-summary-card .payment-method h4{color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.order-completed-container .order-completed-content .order-summary-card .payment-method p{color:var(--text-color);font-size:var(--font-size-p);font-weight:500}.order-completed-container .order-completed-content .next-steps{margin-bottom:2rem}.order-completed-container .order-completed-content .next-steps h3{text-align:center;color:var(--primary-color);margin-bottom:2rem;font-weight:600}.order-completed-container .order-completed-content .next-steps .steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.order-completed-container .order-completed-content .next-steps .steps-grid .step{background:var(--bg-light);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 10px #0000000d}.order-completed-container .order-completed-content .next-steps .steps-grid .step:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.order-completed-container .order-completed-content .next-steps .steps-grid .step .step-number{background:var(--primary-color);color:#fff;width:30px;height:30px;font-weight:700;font-size:var(--font-size-md);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.order-completed-container .order-completed-content .next-steps .steps-grid .step .step-content h4{color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.order-completed-container .order-completed-content .next-steps .steps-grid .step .step-content p{color:var(--text-gray);font-size:var(--font-size-md);line-height:1.5}.order-completed-container .order-completed-content .action-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.order-completed-container .order-completed-content .action-buttons .home-button,.order-completed-container .order-completed-content .action-buttons .track-button{font-weight:600;font-size:var(--font-size-button);text-align:center;border-radius:8px;min-width:160px;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s}.order-completed-container .order-completed-content .action-buttons .home-button:hover,.order-completed-container .order-completed-content .action-buttons .track-button:hover{transform:translateY(-2px)}.order-completed-container .order-completed-content .action-buttons .home-button{background:var(--primary-color);color:#fff}.order-completed-container .order-completed-content .action-buttons .home-button:hover{background:#0e3a8a;box-shadow:0 4px 15px #1246ab4d}.order-completed-container .order-completed-content .action-buttons .track-button{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.order-completed-container .order-completed-content .action-buttons .track-button:hover{background:var(--hover-color);box-shadow:0 4px 15px #1246ab33}.order-completed-container .order-completed-content .help-section{text-align:center;background:var(--bg-light);border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000000d}.order-completed-container .order-completed-content .help-section h4{color:var(--primary-color);margin-bottom:1rem;font-weight:600}.order-completed-container .order-completed-content .help-section p{color:var(--text-gray);line-height:1.6;font-size:var(--font-size-p)}.order-completed-container .order-completed-content .help-section p a{color:var(--primary-color);font-weight:600;text-decoration:none}.order-completed-container .order-completed-content .help-section p a:hover{text-decoration:underline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes successPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.order-completed-container{padding:1rem .5rem}.order-completed-container .order-completed-content .order-summary-card .order-info{flex-direction:column;align-items:flex-start;gap:1rem}.order-completed-container .order-completed-content .order-summary-card .order-info .order-status{align-self:flex-end}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions{text-align:center;flex-direction:column}.order-completed-container .order-completed-content .order-summary-card .payment-pending .mpesa-instructions .mpesa-logo{align-self:center}.order-completed-container .order-completed-content .order-summary-card .order-item{gap:.75rem}.order-completed-container .order-completed-content .order-summary-card .order-item .item-image{width:50px;height:50px}.order-completed-container .order-completed-content .next-steps .steps-grid{grid-template-columns:1fr}.order-completed-container .order-completed-content .action-buttons{flex-direction:column;align-items:center}.order-completed-container .order-completed-content .action-buttons .home-button,.order-completed-container .order-completed-content .action-buttons .track-button{width:100%;max-width:280px}}@media (max-width:480px){.order-completed-container .order-completed-content .order-header .success-icon{width:60px;height:60px}.order-completed-container .order-completed-content .order-header .success-icon svg{width:30px;height:30px}.order-completed-container .order-completed-content .order-summary-card .order-info,.order-completed-container .order-completed-content .order-summary-card .billing-info,.order-completed-container .order-completed-content .order-summary-card .order-items,.order-completed-container .order-completed-content .order-summary-card .order-totals,.order-completed-container .order-completed-content .order-summary-card .payment-method,.order-completed-container .order-completed-content .order-summary-card .payment-pending{padding:1rem 1.5rem}.order-completed-container .order-completed-content .next-steps .steps-grid .step{padding:1rem}}
