@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";.sidebar-container{width:300px;background-color:#fff;position:fixed;min-height:100vh;height:100%;top:0;z-index:9999;box-shadow:2px 0 #9b9b9b5e;z-index:999}@media (min-width: 48em){.sidebar-container .close-sidebar{display:none}}.sidebar-container .background{background-color:#00000021;text-align:left;position:fixed;top:50%;right:0;transform:translateY(-50%);height:100dvh;width:calc(100vw - 302px);display:flex;justify-content:center}.sidebar-container .background .close-sidebar{margin-top:5dvh;color:#5e5e5e;font-weight:500;font-size:1.5rem}.sidebar-container .navbar-lari-logo-img{width:80px;padding-top:15px;margin-right:auto;margin-left:auto;display:flex;cursor:pointer}.sidebar-container .sidebar-logo{margin-right:auto;margin-left:auto;display:flex;justify-content:center;margin-top:15px;font-size:larger;font-weight:500}.sidebar-container .sidebar-components{padding-top:30px;display:flex;flex-direction:column;gap:20px;padding-left:60px}.sidebar-container .sidebar-components .sidebar-item{display:flex;align-items:center;flex-direction:row;gap:10px;font-weight:400;color:#818181;cursor:pointer;width:fit-content;transition:transform .3s ease;text-decoration:none}.sidebar-container .sidebar-components .sidebar-item.active{color:#000;font-weight:500;transform:translate(10px)}.sidebar-container .sidebar-components .sidebar-item.active svg{color:#ca85df;font-size:25px}.sidebar-container .sidebar-bottom{display:flex;align-items:center;gap:10px;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.sidebar-container .sidebar-bottom p{line-height:normal;white-space:nowrap;max-width:200px;text-overflow:ellipsis;overflow:hidden;font-weight:400;color:#686868}.sidebar-container .sidebar-bottom .user-picture{width:30px;height:30px;border-radius:50%;object-fit:cover}.mobile-button{margin-top:2dvh;margin-left:20px;padding:10px;background-color:#000000b4;width:fit-content;border-radius:5px;position:fixed;z-index:10}.mobile-button svg{color:#fff}.home{background-color:#fff;width:100%;height:100vh}.home .sidebar{width:300px;background-color:#fff;position:absolute;min-height:100vh;height:100%;top:0;z-index:9999;box-shadow:2px 0 #9b9b9b5e}.home .sidebar .navbar-lari-logo-img{width:180px;padding-top:15px;margin-right:auto;margin-left:auto;display:flex}.home .sidebar .sidebar-components{padding-top:30px;display:flex;flex-direction:column;gap:20px;padding-left:60px}.home .sidebar .sidebar-components .sidebar-item{display:flex;align-items:center;flex-direction:row;gap:10px;font-weight:400;color:#818181;cursor:pointer;width:fit-content;transition:transform .3s ease}.home .sidebar .sidebar-components .sidebar-item.active{color:#000;font-weight:500;transform:translate(10px)}.home .sidebar .sidebar-components .sidebar-item.active svg{color:#f59f00;font-size:25px}.home .home-content{padding-left:300px}.home .home-content .home-default-view img{width:100%;height:100vh;object-fit:cover}.Orders{padding:24px 24px 40px;max-width:1400px;margin:0 auto}.Orders .loading-container{text-align:center;padding:100px 20px}.Orders .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #2196f3;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.Orders .loading-container p{color:#666;font-size:16px;margin:0}.Orders .error-container{text-align:center;padding:100px 20px}.Orders .error-container .error-icon{font-size:64px;color:#f44336;margin-bottom:20px}.Orders .error-container h3{color:#f44336;margin-bottom:12px;font-size:24px}.Orders .error-container p{color:#666;margin-bottom:24px;font-size:16px}.Orders .error-container .retry-button{background:#2196f3;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.Orders .error-container .retry-button:hover{background:#1976d2}.Orders .orders-container .orders-header{margin-bottom:24px;background:white;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014}.Orders .orders-container .orders-header .header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.Orders .orders-container .orders-header .header-top .page-title{margin:0;font-size:32px;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#2196f3,#1976d2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Orders .orders-container .orders-header .header-top .orders-stats{display:flex;gap:16px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f8f9fa;border-radius:12px;min-width:100px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-icon{font-size:24px;color:#2196f3;margin-bottom:8px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-value{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-label{font-size:12px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.Orders .orders-container .orders-header .controls-row{display:flex;gap:20px;margin-bottom:20px;align-items:flex-start}.Orders .orders-container .orders-header .controls-row .search-box{flex:1;position:relative;max-width:500px}.Orders .orders-container .orders-header .controls-row .search-box .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#666;font-size:20px;z-index:2}.Orders .orders-container .orders-header .controls-row .search-box .search-input{width:100%;padding:14px 20px 14px 52px;border:2px solid #e1e5e9;border-radius:12px;font-size:15px;transition:all .2s;background:#f8f9fa}.Orders .orders-container .orders-header .controls-row .search-box .search-input:focus{outline:none;border-color:#2196f3;background:white;box-shadow:0 0 0 3px #2196f31a}.Orders .orders-container .orders-header .controls-row .search-box .search-input::placeholder{color:#999}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options{display:flex;gap:8px;flex-wrap:wrap}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button{display:flex;align-items:center;gap:6px;padding:10px 16px;border:2px solid #e1e5e9;border-radius:8px;background:white;color:#555;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button:hover{border-color:#2196f3;color:#2196f3}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button.active{background:#2196f3;border-color:#2196f3;color:#fff}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button.active .sort-icon{color:#fff}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button .sort-icon{font-size:18px;color:#999;transition:transform .2s}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button .sort-icon.ascending{transform:rotate(180deg)}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options .sort-button .sort-icon.descending{transform:rotate(0)}.Orders .orders-container .orders-header .status-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-bottom:16px}.Orders .orders-container .orders-header .status-filters::-webkit-scrollbar{height:6px}.Orders .orders-container .orders-header .status-filters::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.Orders .orders-container .orders-header .status-filters::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.Orders .orders-container .orders-header .status-filters::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.Orders .orders-container .orders-header .status-filters .status-filter{display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #e1e5e9;border-radius:25px;background:white;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;flex-shrink:0;position:relative;overflow:hidden}.Orders .orders-container .orders-header .status-filters .status-filter:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.Orders .orders-container .orders-header .status-filters .status-filter:hover{border-color:#2196f3;transform:translateY(-1px);box-shadow:0 4px 12px #2196f326}.Orders .orders-container .orders-header .status-filters .status-filter:hover:before{left:100%}.Orders .orders-container .orders-header .status-filters .status-filter.active{background:linear-gradient(135deg,#2196f3,#1976d2);border-color:#2196f3;color:#fff;box-shadow:0 4px 16px #2196f340}.Orders .orders-container .orders-header .status-filters .status-filter.active .filter-count{background:rgba(255,255,255,.2);color:#fff}.Orders .orders-container .orders-header .status-filters .status-filter .filter-label{font-weight:600;font-size:14px;letter-spacing:.3px}.Orders .orders-container .orders-header .status-filters .status-filter .filter-count{background:#f0f2f5;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:700;min-width:24px;text-align:center;transition:all .2s}.Orders .orders-container .orders-header .results-info{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-top:1px solid #f0f0f0}.Orders .orders-container .orders-header .results-info .results-count{font-size:14px;color:#666;font-weight:500}.Orders .orders-container .orders-header .results-info .page-info{font-size:14px;color:#999;font-weight:500}.Orders .orders-container .orders-list{display:flex;flex-direction:column;gap:16px;position:relative}.Orders .orders-container .orders-list .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.Orders .orders-container .orders-list .loading-overlay .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2196f3;border-radius:50%;animation:spin 1s linear infinite}.Orders .orders-container .orders-list .empty-state{text-align:center;padding:80px 40px;background:white;border-radius:16px;box-shadow:0 2px 12px #00000014;border:2px dashed #e1e5e9}.Orders .orders-container .orders-list .empty-state .empty-icon{font-size:80px;color:#d1d5db;margin-bottom:24px;opacity:.7}.Orders .orders-container .orders-list .empty-state h3{color:#6b7280;margin-bottom:12px;font-size:24px;font-weight:600}.Orders .orders-container .orders-list .empty-state p{color:#9ca3af;margin:0 0 24px;font-size:16px;line-height:1.5}.Orders .orders-container .orders-list .empty-state .clear-filters-button{background:#2196f3;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.Orders .orders-container .orders-list .empty-state .clear-filters-button:hover{background:#1976d2}.Orders .orders-container .orders-list .order-card{display:block;background:white;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:24px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);border-left:4px solid #2196f3;position:relative;overflow:hidden}.Orders .orders-container .orders-list .order-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(33,150,243,.03),transparent);transition:left .6s}.Orders .orders-container .orders-list .order-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.Orders .orders-container .orders-list .order-card:hover:before{left:100%}.Orders .orders-container .orders-list .order-card .order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main{flex:1}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .order-icon{color:#666;font-size:20px;flex-shrink:0}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .order-identifiers{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .order-identifiers .order-id{font-weight:700;color:#1a1a1a;font-size:18px;background:#f8f9fa;padding:4px 12px;border-radius:8px}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .order-identifiers .order-number{color:#666;font-size:14px;font-weight:500}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .customer-name{color:#2196f3;font-size:15px;font-weight:600;background:rgba(33,150,243,.1);padding:4px 12px;border-radius:8px}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-time{font-size:13px;color:#999;font-weight:500;margin-left:32px}.Orders .orders-container .orders-list .order-card .order-card-header .order-status{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(33,150,243,.08);border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize;border:1px solid rgba(33,150,243,.2)}.Orders .orders-container .orders-list .order-card .order-card-header .order-status .status-icon{font-size:18px}.Orders .orders-container .orders-list .order-card .order-card-body{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px}.Orders .orders-container .orders-list .order-card .order-card-body .order-details{flex:1}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .detail-item{display:flex;align-items:center;gap:12px;margin-bottom:12px}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .detail-item:last-child{margin-bottom:0}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .detail-item .detail-icon{color:#666;font-size:18px;width:18px;text-align:center;flex-shrink:0}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .detail-item .detail-text{font-size:14px;color:#555;line-height:1.4}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px;padding:12px;background:#f8f9fa;border-radius:8px}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview .item-preview{display:flex;align-items:center;gap:8px}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview .item-preview .item-preview-image{width:32px;height:32px;border-radius:6px;object-fit:cover;border:1px solid #e1e5e9}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview .item-preview .item-preview-name{font-size:13px;color:#555;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview .more-items{font-size:12px;color:#999;font-weight:500;background:rgba(0,0,0,.05);padding:4px 8px;border-radius:6px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta{display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:140px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .payment-info{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f8f9fa;border-radius:8px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .payment-info .payment-icon{color:#666;font-size:16px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .payment-info .payment-status{font-size:13px;font-weight:600;text-transform:capitalize}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .order-amount{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;color:#fff}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .order-amount .amount-icon{font-size:18px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta .order-amount .amount-value{font-size:18px;font-weight:700}.Orders .orders-container .orders-list .order-card .order-card-actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #f0f0f0}.Orders .orders-container .orders-list .order-card .order-card-actions .quick-action{font-size:12px;padding:6px 12px;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.Orders .orders-container .orders-list .order-card .order-card-actions .quick-action.ready-to-ship{background:#e8f5e8;color:#2e7d32;border:1px solid #c8e6c9}.Orders .orders-container .orders-list .order-card .order-card-actions .quick-action.tracking-available{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.Orders .orders-container .orders-list .order-card .order-card-actions .quick-action.needs-attention{background:#fff3e0;color:#ef6c00;border:1px solid #ffe0b2}.Orders .orders-container .orders-list .order-card .order-card-actions .quick-action.confirmed{background:#f3e5f5;color:#7b1fa2;border:1px solid #e1bee7}.Orders .orders-container .pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding:24px 0}.Orders .orders-container .pagination .page-button{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border:2px solid #e1e5e9;border-radius:10px;background:white;color:#555;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.Orders .orders-container .pagination .page-button:hover:not(:disabled){border-color:#2196f3;color:#2196f3;transform:translateY(-1px)}.Orders .orders-container .pagination .page-button.active{background:#2196f3;border-color:#2196f3;color:#fff;box-shadow:0 4px 12px #2196f34d}.Orders .orders-container .pagination .page-button:disabled{background:#f8f9fa;border-color:#e1e5e9;color:#ccc;cursor:not-allowed;transform:none}.Orders .orders-container .pagination .page-button.nav-button{background:#f8f9fa;border-color:#e1e5e9}.Orders .orders-container .pagination .page-button.nav-button:hover:not(:disabled){background:#2196f3;border-color:#2196f3;color:#fff}.Orders .orders-container .pagination .page-ellipsis{color:#999;font-weight:600;padding:0 8px}@media (max-width: 1200px){.Orders .orders-container .orders-header .header-top .orders-stats .stat-item{min-width:80px;padding:12px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-value{font-size:18px}}@media (max-width: 768px){.Orders{padding:16px 16px 40px}.Orders .orders-container .orders-header{padding:20px}.Orders .orders-container .orders-header .header-top{flex-direction:column;align-items:flex-start;gap:20px}.Orders .orders-container .orders-header .header-top .page-title{font-size:28px}.Orders .orders-container .orders-header .header-top .orders-stats{width:100%;justify-content:space-between;gap:12px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item{flex:1;min-width:auto;padding:12px 8px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-icon{font-size:20px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-value{font-size:16px}.Orders .orders-container .orders-header .header-top .orders-stats .stat-item .stat-label{font-size:11px}.Orders .orders-container .orders-header .controls-row{flex-direction:column;gap:16px}.Orders .orders-container .orders-header .controls-row .search-box{max-width:none}.Orders .orders-container .orders-header .controls-row .sort-controls .sort-options{justify-content:center}.Orders .orders-container .orders-header .status-filters{gap:6px}.Orders .orders-container .orders-header .status-filters .status-filter{padding:8px 16px;font-size:13px}.Orders .orders-container .orders-header .results-info{flex-direction:column;gap:8px;align-items:flex-start}.Orders .orders-container .orders-list .order-card{padding:20px}.Orders .orders-container .orders-list .order-card .order-card-header{flex-direction:column;align-items:flex-start;gap:12px}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-id-section .order-identifiers{flex-direction:column;align-items:flex-start;gap:4px}.Orders .orders-container .orders-list .order-card .order-card-header .order-info-main .order-time{margin-left:0}.Orders .orders-container .orders-list .order-card .order-card-body{flex-direction:column;align-items:flex-start;gap:16px}.Orders .orders-container .orders-list .order-card .order-card-body .order-meta{align-items:flex-start;width:100%;flex-direction:row;justify-content:space-between}.Orders .orders-container .pagination{flex-wrap:wrap;gap:6px}.Orders .orders-container .pagination .page-button{min-width:40px;height:40px;font-size:13px}}@media (max-width: 480px){.Orders{padding:12px 12px 80px}.Orders .orders-container .orders-header{padding:16px}.Orders .orders-container .orders-header .status-filters .status-filter{padding:6px 12px;font-size:12px}.Orders .orders-container .orders-header .status-filters .status-filter .filter-count{padding:2px 6px;font-size:10px}.Orders .orders-container .orders-list .order-card{padding:16px}.Orders .orders-container .orders-list .order-card .order-card-body .order-details .order-items-preview .item-preview .item-preview-name{max-width:120px}}.AdminLogin{font-family:Open Sans,sans-serif;padding-top:150px;display:flex;flex-direction:column;align-items:center;gap:10px;height:75svh}.AdminLogin .main-form{display:flex;flex-direction:column;gap:10px;background-color:#fff;padding:50px;width:fit-content;border-radius:20px;box-shadow:2px 2px 2px #9b9b9b5e;border-top:1px solid rgba(155,155,155,.37);border-left:1px solid rgba(155,155,155,.37)}@media (min-width: 48em){.AdminLogin .main-form{max-width:400px;align-items:center}}.AdminLogin .main-form .title{font-weight:500;text-transform:capitalize;font-size:22px;margin-bottom:10px}.AdminLogin .main-form label{display:flex;font-weight:500;padding-bottom:5px;text-transform:capitalize}.AdminLogin .main-form input{border:1.5px solid #d4d4d4;border-radius:10px;height:50px;display:flex;align-items:center;padding-left:10px;transition:.2s ease-in-out}.AdminLogin .main-form input:not(focus):invalid{border-color:#ff4d4f}.AdminLogin .main-form .error-message,.AdminLogin .main-form .backend-error-message{color:#bd181b;font-size:.7rem;font-weight:600;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,182,182,.8043592437) 15%,rgba(255,182,182,.8519782913) 85%,rgba(255,255,255,0) 100%);padding:3px}.AdminLogin .main-form .backend-error-message{text-align:center}.AdminLogin .main-form .button{margin:20px 0 10px;background-color:#2b2927;border:none;color:#fff;font-size:15px;font-weight:500;letter-spacing:1px;border-radius:10px;height:50px;width:100%;cursor:pointer}@media (min-width: 48em){.AdminLogin .main-form .button{width:200px}}.AdminLogin .redirect{display:flex;font-size:14px;margin-left:5px;color:#2d79f3;font-weight:500;gap:10px;cursor:pointer}.ViewOrder{padding:24px;max-width:1200px;margin:0 auto}.ViewOrder .loading-spinner{text-align:center;padding:60px 20px;font-size:18px;color:#666}.ViewOrder .error-state{text-align:center;padding:60px 20px}.ViewOrder .error-state .error-icon{font-size:48px;color:#f44336;margin-bottom:16px}.ViewOrder .error-state h3{color:#f44336;margin-bottom:8px}.ViewOrder .error-state p{color:#666;margin-bottom:20px}.ViewOrder .error-state .retry-button{background:#2196f3;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px}.ViewOrder .error-state .retry-button:hover{background:#1976d2}.ViewOrder .order-container{display:flex;flex-direction:column;gap:24px}.ViewOrder .order-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #2196f3}.ViewOrder .order-header .order-title-section .order-title{margin:0 0 8px;font-size:24px;font-weight:600;color:#333}.ViewOrder .order-header .order-title-section .order-date{margin:0;color:#666;font-size:14px}.ViewOrder .order-header .order-status-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;color:#fff;font-weight:500;font-size:14px}.ViewOrder .order-header .order-status-badge .status-icon{font-size:18px}.ViewOrder .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.ViewOrder .info-card{background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.ViewOrder .info-card .info-card-header{display:flex;align-items:center;gap:12px;padding:20px 20px 0;margin-bottom:16px}.ViewOrder .info-card .info-card-header .card-icon{color:#2196f3;font-size:20px}.ViewOrder .info-card .info-card-header .info-card-title{margin:0;font-size:18px;font-weight:600;color:#333}.ViewOrder .info-card .info-card-header .items-count{margin-left:auto;background:#f5f5f5;padding:4px 12px;border-radius:12px;font-size:12px;color:#666}.ViewOrder .info-card .info-card-content{padding:0 20px 20px}.ViewOrder .info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f0f0}.ViewOrder .info-row:last-child{border-bottom:none}.ViewOrder .info-row .info-label{display:flex;align-items:center;gap:8px;font-weight:500;color:#555;font-size:14px}.ViewOrder .info-row .info-label .info-icon{font-size:14px}.ViewOrder .info-row .info-value{text-align:right;color:#333;font-size:14px;word-break:break-word;max-width:60%}.ViewOrder .info-row .info-value.highlight{font-weight:600;color:#4caf50}.ViewOrder .info-row .info-value.small{font-size:12px;color:#888;font-family:monospace}.ViewOrder .order-products .products-list{padding-right:10px;padding-left:10px;padding-bottom:8px}.ViewOrder .order-products .products-list .order-item-container{border-bottom:1px solid #f0f0f0;padding:20px 0}.ViewOrder .order-products .products-list .order-item-container:last-child{border-bottom:none}.ViewOrder .order-products .products-list .order-item-container .order-item{display:flex;gap:16px;margin-bottom:12px}.ViewOrder .order-products .products-list .order-item-container .order-item .product-image{flex-shrink:0}.ViewOrder .order-products .products-list .order-item-container .order-item .product-image .main-img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #f0f0f0}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details{flex:1}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .product-title{margin:0 0 8px;font-size:16px;font-weight:500;color:#333}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .item-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .item-meta .item-price{color:#666;font-size:14px}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .item-meta .item-total{font-weight:600;color:#333;font-size:16px}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .price-comparison{display:flex;align-items:center;gap:8px}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .price-comparison .original-price{text-decoration:line-through;color:#999;font-size:14px}.ViewOrder .order-products .products-list .order-item-container .order-item .item-details .price-comparison .discount-badge{background:#ffebee;color:#f44336;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.ViewOrder .order-products .products-list .order-item-container .item-additional-info{display:flex;justify-content:space-between;font-size:12px;color:#888}.ViewOrder .order-products .products-list .order-item-container .item-additional-info .item-id{font-family:monospace}.ViewOrder .order-products .products-list .order-summary{margin-top:20px;padding-top:20px;border-top:2px solid #f0f0f0}.ViewOrder .order-products .products-list .order-summary .summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.ViewOrder .order-products .products-list .order-summary .summary-row.discount{color:#f44336}.ViewOrder .order-products .products-list .order-summary .summary-row.total{font-weight:600;font-size:18px;color:#333;border-top:1px solid #f0f0f0;margin-top:8px;padding-top:12px}.ViewOrder .actions-card .actions-content{padding:0 20px 20px}.ViewOrder .actions-card .actions-content .error-message,.ViewOrder .actions-card .actions-content .success-message{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.ViewOrder .actions-card .actions-content .error-message{background:#ffebee;color:#f44336;border:1px solid #ffcdd2}.ViewOrder .actions-card .actions-content .success-message{background:#e8f5e8;color:#4caf50;border:1px solid #c8e6c9}.ViewOrder .actions-card .shipping-form .form-group{margin-bottom:20px}.ViewOrder .actions-card .shipping-form .form-group .form-label{display:block;margin-bottom:8px;font-weight:500;color:#333}.ViewOrder .actions-card .shipping-form .form-group .form-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:border-color .2s}.ViewOrder .actions-card .shipping-form .form-group .form-input:focus{outline:none;border-color:#2196f3}.ViewOrder .actions-card .shipping-form .form-group .form-input::placeholder{color:#999}.ViewOrder .actions-card .shipping-form .form-group .form-help{display:block;margin-top:4px;font-size:12px;color:#666}.ViewOrder .actions-card .shipping-form .confirm-button{display:flex;align-items:center;gap:8px;width:100%;padding:14px 20px;background:#2196f3;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.ViewOrder .actions-card .shipping-form .confirm-button:hover:not(:disabled){background:#1976d2}.ViewOrder .actions-card .shipping-form .confirm-button:disabled{background:#ccc;cursor:not-allowed}.ViewOrder .actions-card .shipping-form .confirm-button .button-icon{font-size:18px}.ViewOrder .actions-card .shipping-form .confirm-button .spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.ViewOrder .tracking-card .tracking-content{padding:0 20px 20px}.ViewOrder .tracking-card .tracking-content .tracking-link{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#e3f2fd;color:#2196f3;text-decoration:none;border-radius:8px;font-weight:500;margin-top:12px;transition:background-color .2s}.ViewOrder .tracking-card .tracking-content .tracking-link:hover{background:#bbdefb}@media (max-width: 768px){.ViewOrder{padding:16px}.ViewOrder .order-header{flex-direction:column;gap:16px;align-items:flex-start}.ViewOrder .info-grid{grid-template-columns:1fr}.ViewOrder .order-item{flex-direction:column}.ViewOrder .item-meta{flex-direction:column;align-items:flex-start!important;gap:4px}}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:1000;max-width:100%;width:auto}@media (min-width: 48em){.toast-container{bottom:30px;right:30px;max-width:400px}}.toast{position:relative;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;animation:slideIn .3s ease-out forwards;opacity:0;transform:translate(100%);max-width:100%;width:300px;box-sizing:border-box}@media (min-width: 48em){.toast{width:350px;padding:16px 20px}}.toast.success{background-color:#4caf50}.toast.error{background-color:#f44336}.toast.info{background-color:#2196f3}.toast .toast-content{display:flex;align-items:center;gap:12px;flex-grow:1}.toast .toast-icon{font-size:1.5rem;flex-shrink:0}.toast .toast-message{font-size:.9rem;line-height:1.4;word-break:break-word}@media (min-width: 48em){.toast .toast-message{font-size:1rem}}.toast .toast-close{background:transparent;border:none;color:inherit;cursor:pointer;margin-left:12px;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease}.toast .toast-close:hover{opacity:1}.toast .toast-close svg{font-size:1.2rem}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.toast-exit{animation:slideOut .3s ease-in forwards}@keyframes slideOut{to{opacity:0;transform:translate(100%)}}.search-container{position:relative;width:100%;max-width:600px;padding-bottom:3px}@media (min-width: 48em){.search-container{padding-bottom:0}}.navbar-search-holder{width:100%;height:36px;border-radius:10px;background:#fff;display:flex;align-items:center;position:relative;transition:all .3s ease;border:1px solid #e0e0e0}@media (min-width: 48em){.navbar-search-holder{max-height:38px}}.navbar-search-holder.focus{box-shadow:0 4px 12px #00000026}.navbar-search-holder input{font-size:16px;background:none;color:#333;width:100%;height:100%;border:none;outline:none;padding:0 52px 0 48px;caret-color:#000}.navbar-search-holder input::placeholder{color:#9e9e9e}.navbar-search-holder input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.navbar-search-holder .search-icon{position:absolute;left:16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#757575;transition:color .2s}.navbar-search-holder .search-icon svg{width:20px;height:20px}.navbar-search-holder .search-icon:hover{color:#000}.navbar-search-holder .clear-icon{position:absolute;right:16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9e9e9e;transition:color .2s}.navbar-search-holder .clear-icon svg{width:18px;height:18px}.navbar-search-holder .clear-icon:hover{color:#f44336}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-height:400px;overflow-y:auto;z-index:1000;padding:8px 0;animation:fadeIn .2s ease-out}.suggestions-dropdown .suggestions-section{margin-bottom:8px}.suggestions-dropdown .suggestions-section .section-header{display:flex;align-items:center;padding:8px 16px;color:#757575;font-size:14px;font-weight:500}.suggestions-dropdown .suggestions-section .section-header .section-icon{margin-right:8px;font-size:18px}.suggestions-dropdown .suggestion-item{display:flex;flex-direction:column;padding:12px 16px;cursor:pointer;transition:background-color .2s;color:#212121}.suggestions-dropdown .suggestion-item:hover{background-color:#f5f5f5}.suggestions-dropdown .suggestion-item .item-category{display:flex;align-items:center;font-size:12px;color:#757575;margin-top:4px}.suggestions-dropdown .suggestion-item .item-category .category-icon{font-size:14px;margin-right:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ManageProduct{padding:2rem;padding-left:300px;max-width:1000px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.ManageProduct .search-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.ManageProduct .search-header .title{font-size:1.8rem;font-weight:600;color:#333}.ManageProduct .add-product{margin-top:1rem}.ManageProduct .add-product a{display:inline-block;padding:.75rem 1.5rem;background-color:#4f46e5;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:background-color .3s ease}.ManageProduct .add-product a:hover{background-color:#4338ca}@media (max-width: 600px){.ManageProduct{padding-top:80px;padding-left:2rem!important}}@media (max-width: 47.9375em){.AddProduct{overflow-y:hidden;padding:30px 20px 0!important}}@media (max-width: 47.9375em){.AddProduct .main-form .title{display:flex;justify-content:center;margin-bottom:15px}}@media (max-width: 47.9375em){.AddProduct .main-form .general-information .input-text{max-width:70vw}}@media (max-width: 47.9375em){.AddProduct .main-form .general-information textarea{max-width:70vw}}.AddProduct .main-form .input-div-switch .slider-span{width:22px;height:22px;position:absolute;left:calc(50% - 23.5px);top:calc(50% - 11px);border-radius:50%;background:#FFFFFF;box-shadow:0 3px 8px #00000026,0 2px 1px #0000000f;transition:all .2s ease-out;cursor:pointer}.SelectCategory .main-form{background:linear-gradient(139deg,#f8f9fa 0%,#e4e1e6 100%);border-radius:20px;width:320px;max-height:80vh;overflow-y:none;box-shadow:0 10px 25px #00000026,0 5px 10px #0000000d;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999;padding:1rem 1.2rem}.SelectCategory .main-form .header{font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#333}.SelectCategory .main-form .content{display:flex;flex-direction:column;gap:10px}.SelectCategory .main-form .content .content-container{display:flex;align-items:center;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.8);transition:background .2s,transform .2s;cursor:pointer;gap:10px}.SelectCategory .main-form .content .content-container:hover{background:#eaeaea}.SelectCategory .main-form .content .content-container .content-image{width:40px;height:40px;border-radius:10px;object-fit:cover}.SelectCategory .main-form .content .content-container .content-title{flex:1;font-size:.95rem;font-weight:500;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:normal}.SelectCategory .main-form .subcategory-grid{display:flex;flex-direction:column;gap:10px}.SelectCategory .main-form .subcategory-grid .content-container{background:rgba(220,220,250,.3)}.SelectCategory .main-form .subcategory-grid .content-container:hover{background:rgba(200,200,255,.4)}.SelectCategory .main-form .back-button{background:#ddd;border:none;border-radius:8px;padding:6px 12px;margin-bottom:10px;font-size:.9rem;cursor:pointer;transition:background .2s ease}.SelectCategory .main-form .back-button:hover{background:#ccc}.SelectCategory .main-form .message{margin-top:.5rem;color:#6b7280;font-size:.875rem}.SelectCategory .form-background{position:fixed;width:100vw;height:100vh;background-color:#1118276b;top:0;left:0;z-index:9999}.SelectAttribute .main-form::-webkit-scrollbar{display:none}.SelectAttribute .main-form{overflow:hidden;background-color:#f5f5f5;border-radius:10px;width:fit-content;min-width:800px;max-height:80vh;min-height:50vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.SelectAttribute .main-form .header{padding:20px;display:flex;flex-direction:row;justify-content:space-between}.SelectAttribute .main-form .header button{border:none;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;padding:5px 10px;gap:5px;font-weight:400;font-size:1rem;color:#414141;border-radius:5px;background-color:#bebebe;border-color:transparent;cursor:pointer}.SelectAttribute .main-form .content,.SelectAttribute .main-form .content-value{display:flex;flex-direction:row;gap:10px;overflow-x:hidden;padding:20px}.SelectAttribute .main-form .content .content-container,.SelectAttribute .main-form .content-value .content-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;border:1px solid transparent;border-radius:5px;padding:10px 3px 10px 10px;background:rgb(230,230,230);margin:10px;width:max-content;min-width:100px;cursor:pointer;color:#555}.SelectAttribute .main-form .content .content-container svg,.SelectAttribute .main-form .content-value .content-container svg{height:20px}.SelectAttribute .main-form .content .content-container .content-image,.SelectAttribute .main-form .content-value .content-container .content-image{width:35px;aspect-ratio:1;object-fit:cover;border-radius:10px}.SelectAttribute .main-form .content .content-container .content-title,.SelectAttribute .main-form .content-value .content-container .content-title{font-size:1rem;font-weight:450;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-transform:capitalize;text-align:center}.SelectAttribute .main-form .value-container{padding:20px}.SelectAttribute .main-form .message{margin-top:.5rem;color:#6b7280;font-size:.875rem;line-height:1.25rem}.SelectAttribute .form-background{position:fixed;width:100vw;background-color:#1118276c;height:100vh;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;overflow:hidden}.AddCategory{padding-top:120px;display:flex;flex-direction:column;align-items:center;min-height:75svh;background-color:#f8fafc;padding-bottom:40px}@media (max-width: 47.9375em){.AddCategory{overflow-y:hidden}}.AddCategory .main-form{display:flex;flex-direction:column;align-items:center;gap:20px;padding:24px;width:90vw;max-width:500px;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 47.9375em){.AddCategory .main-form{padding:8px}}@media (min-width: 48em){.AddCategory .main-form{padding:32px;gap:24px}}.AddCategory .main-form .title{font-weight:600;text-align:center;font-size:24px;margin-bottom:8px;color:#1e293b}.AddCategory .main-form .input-div{display:flex;flex-direction:column;gap:8px}.AddCategory .main-form .input-div .cateogry-image{max-width:100%;max-height:100%;aspect-ratio:1;object-fit:cover}.AddCategory .main-form .input-div .input-div-label{font-weight:500;font-size:14px;color:#334155}.AddCategory .main-form .input-div .input-container{position:relative}.AddCategory .main-form .input-div .input-text,.AddCategory .main-form .input-div .input-image{width:465px;border:1px solid #e2e8f0;border-radius:8px;height:48px;padding:0 16px;font-size:14px;transition:all .2s ease;background-color:#f8fafc}@media (max-width: 47.9375em){.AddCategory .main-form .input-div .input-text,.AddCategory .main-form .input-div .input-image{max-width:70vw}}.AddCategory .main-form .input-div .input-text:focus,.AddCategory .main-form .input-div .input-image:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.AddCategory .main-form .input-div .input-text::placeholder,.AddCategory .main-form .input-div .input-image::placeholder{color:#94a3b8}.AddCategory .main-form .input-div .input-image{padding:12px 16px;cursor:pointer}@media (max-width: 47.9375em){.AddCategory .main-form .input-div .input-image{padding:5px}}.AddCategory .main-form .input-div .input-image::-webkit-file-upload-button{visibility:hidden}.AddCategory .main-form .input-div .input-image:before{content:"Choose image";display:inline-block;background:#3b82f6;color:#fff;border-radius:4px;padding:6px 12px;outline:none;white-space:nowrap;cursor:pointer;font-size:14px;margin-right:12px}.AddCategory .main-form .input-div .selected-category-add{width:120px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:500;border:none;background-color:#3b82f6;color:#fff;transition:all .2s ease;font-size:14px}.AddCategory .main-form .input-div .selected-category-add:hover{background-color:#2563eb}.AddCategory .main-form .input-div .category-container{display:flex;justify-content:space-between;align-items:center;height:36px;border-radius:8px;background-color:#3b82f6;width:100%;overflow:hidden}.AddCategory .main-form .input-div .category-container .selected-category-delete{border:none;background-color:#ef4444;height:100%;width:36px;color:#fff;cursor:pointer;transition:all .2s ease}.AddCategory .main-form .input-div .category-container .selected-category-delete:hover{background-color:#dc2626}.AddCategory .main-form .input-div .category-container .selected-category-title{font-size:14px;font-weight:500;width:100%;padding:0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.AddCategory .main-form .input-radio{display:flex;border-radius:8px;background-color:#f1f5f9;padding:4px;width:100%;font-size:14px;margin-top:8px}@media (max-width: 47.9375em){.AddCategory .main-form .input-radio{max-width:80vw}}.AddCategory .main-form .input-radio .radio{flex:1 1 auto;text-align:center}.AddCategory .main-form .input-radio .radio input{display:none}.AddCategory .main-form .input-radio .radio .radio-text{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:6px;border:none;padding:10px 0;color:#64748b;transition:all .2s ease;font-weight:500}.AddCategory .main-form .input-radio .radio input:checked+.radio-text{background-color:#fff;color:#3b82f6;box-shadow:0 1px 3px #0000001a}.AddCategory .main-form .button{margin:16px 0 0;background-color:#3b82f6;border:none;color:#fff;font-size:16px;font-weight:500;border-radius:8px;height:48px;width:100%;cursor:pointer;transition:all .2s ease}.AddCategory .main-form .button:hover{background-color:#2563eb}.AddCategory .main-form .button:disabled{background-color:#94a3b8;cursor:not-allowed}.AddCategory .main-form .input-div-switch{display:flex;align-items:center;justify-content:space-between;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;background-color:#f8fafc}.AddCategory .main-form .input-div-switch .input-container-switch{width:50px;height:28px;position:relative}.AddCategory .main-form .input-div-switch .input-checkbox{opacity:0;width:0;height:0;position:absolute}.AddCategory .main-form .input-div-switch .checkbox-label{width:100%;height:100%;display:block;background-color:#e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s ease}.AddCategory .main-form .input-div-switch .slider-span{width:24px;height:24px;position:absolute;left:2px;top:2px;border-radius:50%;background:white;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.AddCategory .main-form .input-div-switch .input-checkbox:checked+.checkbox-label{background-color:#10b981}.AddCategory .main-form .input-div-switch .input-checkbox:checked+.checkbox-label .slider-span{left:calc(100% - 26px)}.AddCategory .redirect{display:flex;align-items:center;font-size:14px;margin-top:20px;color:#3b82f6;font-weight:500;gap:8px;cursor:pointer;transition:all .2s ease}.AddCategory .redirect:hover{color:#2563eb;text-decoration:underline}.AddProduct{padding:80px 40px 0 340px}.AddProduct .main-form .form-switch{display:flex;align-items:center;gap:1rem;justify-content:space-between}.AddProduct .main-form .form-switch-label{color:#666;font-weight:500;font-size:.875rem}.AddProduct .main-form .switch{position:relative;display:inline-block;width:44px;height:26px}.AddProduct .main-form .switch-input{opacity:0;width:0;height:0}.AddProduct .main-form .switch-input:checked+.switch-slider{background:linear-gradient(135deg,#7f19d2 0%,#bc42f5 100%)}.AddProduct .main-form .switch-input:checked+.switch-slider:before{transform:translate(20px);background:rgb(223,154,251)}.AddProduct .main-form .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgb(198,197,198);transition:all .3s ease;border-radius:24px}.AddProduct .main-form .switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:3px;background:rgb(69,69,69);transition:all .3s ease;border-radius:50%}.AddProduct .main-form .title{font-weight:500;text-transform:capitalize;font-size:22px;margin-bottom:10px;color:#4e4e4e;display:flex;gap:5px}.AddProduct .main-form .input-main-container{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.AddProduct .main-form .general-information{background-color:#f1f1f1;width:fit-content;padding:20px;border-radius:10px;display:flex;flex-direction:column;gap:20px;color:#555;height:fit-content}.AddProduct .main-form .general-information .general-information-title{font-weight:400;font-size:1rem;margin-bottom:5px}.AddProduct .main-form .general-information .input-text{width:456px}.AddProduct .main-form .general-information input::placeholder,.AddProduct .main-form .general-information textarea::placeholder{color:#888;opacity:.7}.AddProduct .main-form .general-information textarea{font-family:inherit}.AddProduct .main-form .price-information,.AddProduct .main-form .product-category{background-color:#f1f1f1;width:fit-content;min-width:200px;padding:20px;border-radius:10px;display:flex;flex-direction:column;gap:20px;color:#555;height:fit-content}.AddProduct .main-form .price-information .flexbox-container-title,.AddProduct .main-form .product-category .flexbox-container-title{font-weight:400;margin-bottom:5px}.AddProduct .main-form .price-information input::placeholder,.AddProduct .main-form .product-category input::placeholder{color:#888;opacity:.7}.AddProduct .main-form .input-div{display:flex;text-transform:capitalize;flex-direction:column;gap:15px}.AddProduct .main-form .input-div .description-input{width:450px;height:100px;border-radius:10px;resize:none;padding:10px;border:none}.AddProduct .main-form .input-div .selected-category-button{width:100px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;font-weight:400;background-color:#2da3f1;padding:5px;width:100%;height:40px}.AddProduct .main-form .input-div .selected-category-button p{display:flex;align-items:center;font-size:1rem;gap:5px}.AddProduct .main-form .input-div .selected-category-button .selected-category-button-text{font-weight:500;color:#fff}.AddProduct .main-form .input-div .sub-category-container{display:flex;flex-direction:column;gap:5px}.AddProduct .main-form .input-div .sub-category-container .sub-category-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:30px;border-radius:10px;background-color:#4d4d4d;width:100%;min-width:150px}.AddProduct .main-form .input-div .sub-category-container .sub-category-item .remove-button{border:none;background-color:transparent;height:30px;width:47px;color:#fff;background-color:#ffffff2c;text-transform:capitalize;padding:0;border-radius:0 10px 10px 0;cursor:pointer;font-weight:500}.AddProduct .main-form .input-div .sub-category-container .sub-category-item .sub-category-title{margin-left:5px;font-size:.9rem;font-weight:600;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:20ch;text-align:center;padding-left:5px;color:#fff}.AddProduct .main-form .input-div-label{font-size:.9rem;font-weight:400}.AddProduct .main-form .input-text{border:1.5px solid #ecedec;border-radius:10px;height:50px;display:flex;align-items:center;padding-left:10px;transition:.2s ease-in-out}.AddProduct .main-form .variants-section{padding:1rem;border:1px solid #eee;border-radius:10px}.AddProduct .main-form .flexbox-container-title{font-weight:400;color:#555;font-size:1rem}.AddProduct .main-form .variants-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;max-height:500px;overflow-y:scroll}.AddProduct .main-form .variant-card{padding:1rem;border:1px solid #ddd;border-radius:6px;background:#f9f9f9}.AddProduct .main-form .variant-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.AddProduct .main-form .variant-controls{display:flex;flex-direction:column;gap:.5rem}.AddProduct .main-form .variant-input{display:flex;flex-direction:column}.AddProduct .main-form .variant-input label{font-size:.8rem;margin-bottom:.2rem;color:#666}.AddProduct .main-form .variant-input input{padding:.5rem;border:1px solid #ddd;border-radius:4px}.AddProduct .main-form .variant-image-select{display:flex;flex-direction:column}.AddProduct .main-form .variant-image-select label{font-size:.8rem;margin-bottom:.2rem;color:#666}.AddProduct .main-form .variant-image-select select{padding:.5rem;border:1px solid #ddd;border-radius:4px}.AddProduct .main-form .image-selector-container{max-width:350px;min-width:200px}.AddProduct .main-form .image-selector-container .filled-image-container{background-color:#f1f1f1;border-radius:10px;padding:20px;width:300px}.AddProduct .main-form .image-selector-container .image-container-title{font-weight:400;margin-bottom:10px;color:#555}.AddProduct .main-form .image-selector-container .main-preview{position:relative;width:100%;height:350px;margin-bottom:20px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.AddProduct .main-form .image-selector-container .main-image{width:100%;height:100%;object-fit:cover}.AddProduct .main-form .image-selector-container .thumbnail-container{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.AddProduct .main-form .image-selector-container .thumbnail-wrapper{position:relative;flex:0 0 calc(25% - 10px);aspect-ratio:1;min-width:80px}.AddProduct .main-form .image-selector-container .thumbnail{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 1px 3px #0000001a}.AddProduct .main-form .image-selector-container .add-more,.AddProduct .main-form .image-selector-container .empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5;border:2px dashed #ccc;border-radius:4px;cursor:pointer;transition:all .2s ease}.AddProduct .main-form .image-selector-container .add-more:hover,.AddProduct .main-form .image-selector-container .empty-state:hover{background-color:#ebebeb;border-color:#999}.AddProduct .main-form .image-selector-container .add-more{aspect-ratio:1;min-width:80px}.AddProduct .main-form .image-selector-container .empty-state{width:100%;height:250px;border-radius:10px}.AddProduct .main-form .image-selector-container .plus-sign{font-size:24px;color:#6e6e6e;margin-bottom:8px}.AddProduct .main-form .image-selector-container .add-text{font-size:14px;color:#333}.AddProduct .main-form .image-selector-container .hint-text{font-size:12px;color:#888;margin-top:8px}.AddProduct .main-form .image-selector-container .remove-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background-color:#0009;color:#fff;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:14px;transition:all .2s ease}.AddProduct .main-form .image-selector-container .remove-btn:hover{background-color:#f00c;transform:scale(1.1)}.AddProduct .main-form .image-selector-container .thumbnail-container::-webkit-scrollbar{height:6px}.AddProduct .main-form .image-selector-container .thumbnail-container::-webkit-scrollbar-track{background:#f1f1f1}.AddProduct .main-form .image-selector-container .thumbnail-container::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.AddProduct .main-form .image-selector-container .thumbnail-container::-webkit-scrollbar-thumb:hover{background:#555}.AddProduct .main-form .add-product-button{margin:20px 0 10px;background-color:#151717;border:none;color:#fff;font-size:15px;font-weight:500;border-radius:10px;height:50px;width:100%;cursor:pointer}@media (min-width: 48em){.AddProduct .main-form .add-product-button{width:200px}}.AddProduct .main-form .input-div-switch{display:flex;align-items:center;flex-direction:row;justify-content:space-between;border-radius:5px}.AddProduct .main-form .input-div-switch .input-container-switch{width:51px;height:26px;position:relative}.AddProduct .main-form .input-div-switch .input-checkbox{opacity:0;width:0;height:0;position:absolute}.AddProduct .main-form .input-div-switch .checkbox-label{width:100%;height:100%;display:block;background-color:#e9e9eb;border-radius:16px;cursor:pointer;transition:all .2s ease-out}.AddProduct .main-form .input-div-switch .slider-span{width:22px;height:22px;position:absolute;left:calc(50% - 23.5px);top:calc(50% - 11px);border-radius:50%;background:#ffffff;box-shadow:0 3px 8px #00000026,0 2px 1px #0000000f;transition:all .2s ease-out;cursor:pointer}.AddProduct .main-form .input-div-switch .input-checkbox:checked+.checkbox-label{background-color:#34c759}.AddProduct .main-form .input-div-switch .input-checkbox:checked+.checkbox-label .slider-span{left:calc(50% + 1.5px);top:calc(50% - 11px)}.AddProduct .redirect{display:flex;font-size:14px;margin-left:5px;color:#2d79f3;font-weight:500;gap:10px;cursor:pointer}.cardContainer .card{width:40vw;display:flex;flex-direction:column;margin-bottom:10px;background-color:#fff;height:auto;border-radius:10px;gap:10px;padding-bottom:10px;border:1px solid rgb(233,233,233);position:relative}@media (min-width: 48em){.cardContainer .card{max-width:180px;margin:0 7px}}.cardContainer .card .favoriteButton{position:absolute;z-index:99;top:8px;right:8px;display:flex;width:28px;height:28px;justify-content:center;align-items:center;background-color:#fff;border:none;border-radius:50%}.cardContainer .card .favoriteButton svg{color:#4b4b4b;height:22px;transform:translateY(1px)}.cardContainer .card .linkContainer{display:flex;flex-direction:column;text-decoration:none;color:#000;max-height:250px;gap:10px}.cardContainer .card .linkContainer .image{width:100%;height:190px;overflow:hidden;position:relative;border-radius:10px}.cardContainer .card .linkContainer .image:hover .secondImg{z-index:2}.cardContainer .card .linkContainer .image img{width:100%;height:100%;object-fit:cover;position:absolute}.cardContainer .card .linkContainer .image .mainImg{z-index:1}.cardContainer .card .linkContainer .image span{position:absolute;top:5px;left:5px;background-color:#e9f3fa;color:#094974;padding:3px 5px;z-index:3;font-weight:500;font-size:11px;border-radius:5px}.cardContainer .card .linkContainer .title{font-size:13px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:initial;word-break:break-word;max-width:100%;height:35px;max-height:26px;line-height:13px;padding:0 5px}.cardContainer .card .bottomCard{display:flex;justify-content:space-between;padding:0 5px}.cardContainer .card .bottomCard .prices{display:flex;flex-direction:column;justify-content:space-between;position:relative;align-items:flex-start}.cardContainer .card .bottomCard .prices .price{margin-bottom:auto;margin-top:auto;font-size:19px;font-weight:550;color:#1d1d1d;white-space:nowrap}.cardContainer .card .bottomCard .prices .oldPrices{display:flex;flex-direction:row;gap:5px;align-items:center}.cardContainer .card .bottomCard .prices .oldPrices .oldPrice{font-size:12px;text-decoration:line-through;color:#2b2727}.cardContainer .card .bottomCard .prices .oldPrices .discountNumber{font-size:10px;color:#094974;font-weight:500;border:1px solid #cce6f7;background-color:#cce6f7;padding:1px}.cardContainer .card .bottomCard .cartButton{display:flex;border:none;justify-content:center;align-items:center;border-radius:7px;background-color:#ef7bc0;padding:10px;cursor:pointer}.cardContainer .card .bottomCard .cartButton .cartIcon{color:#fff;font-size:20px}.search-page{padding:1rem;max-width:1400px;margin:0 auto}@media (min-width: 48em){.search-page{padding-left:350px}}.search-page__header{margin-bottom:2rem;text-align:center}.search-page__title{font-size:1.5rem;margin-bottom:.5rem;color:#333}@media (min-width: 48em){.search-page__title{font-size:2rem}}.search-page__count{color:#666;font-size:.9rem;margin-bottom:1rem}.search-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.search-page__loading .spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#333;animation:spin 1s ease-in-out infinite}.search-page__loading p{margin-top:1rem}.search-page__empty{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 600px){.results-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.product-card{transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination__arrow,.pagination__number{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:white;border-radius:4px;cursor:pointer;transition:all .2s ease}.pagination__arrow:hover:not(:disabled),.pagination__number:hover:not(:disabled){background:#f5f5f5}.pagination__arrow:disabled,.pagination__number:disabled{opacity:.5;cursor:not-allowed}.pagination__number.active{background:#333;color:#fff;border-color:#333}.pagination__ellipsis{padding:0 .5rem}@media (max-width: 600px){.pagination{gap:.25rem}.pagination__arrow,.pagination__number{min-width:32px;height:32px;font-size:.9rem}}@keyframes spin{to{transform:rotate(360deg)}}.ManageCategory{padding:2rem;padding-left:300px;max-width:900px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.ManageCategory .modify-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.ManageCategory .modify-buttons .modify{padding:.75rem 1.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.ManageCategory .modify-buttons .modify:hover{background-color:#dc2626}.ManageCategory .add-button{margin-bottom:2rem}.ManageCategory .add-button .add-category{display:inline-block;padding:.75rem 1.5rem;background-color:#10b981;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:500;transition:background-color .3s ease}.ManageCategory .add-button .add-category:hover{background-color:#059669}@media (max-width: 600px){.ManageCategory{padding-top:80px;padding-left:2rem!important}.ManageCategory .modify-buttons{flex-direction:column}.ManageCategory .modify-buttons .modify{width:100%}.ManageCategory .add-button{text-align:center}.ManageCategory .add-button .add-category{display:block}}.discount-manager{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.discount-manager h2{color:#2c3e50;margin-bottom:30px;border-bottom:2px solid #ecf0f1;padding-bottom:10px}.discount-form{background:#f8f9fa;padding:25px;border-radius:8px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.discount-form h3{margin-top:0;color:#34495e}.form-row{display:flex;gap:20px;margin-bottom:20px}.discount-title{margin-bottom:20px;font-size:larger;font-weight:600}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{margin-bottom:8px;font-weight:600;color:#2c3e50}.form-group input,.form-group select{padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.checkbox-group{flex-direction:row;align-items:center;gap:10px}.checkbox-group input{margin:0;width:auto}.discount-form button{padding:12px 20px;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-right:10px;transition:background .3s}.discount-form button:hover{background:#2980b9}.discount-form button:disabled{background:#bdc3c7;cursor:not-allowed}.discount-form button[type=button]{background:#95a5a6}.discount-form button[type=button]:hover{background:#7f8c8d}.discounts-list h3{color:#34495e;margin-bottom:20px}.discounts-table{display:flex;flex-direction:column;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:1fr 1fr 2fr 1fr 1fr 1fr 1.5fr;padding:15px;gap:15px;align-items:center}.table-header{background:#34495e;color:#fff;font-weight:600}.table-row{border-bottom:1px solid #e1e8ed;background:white}.table-row:last-child{border-bottom:none}.table-row.inactive{background:#f8f9fa;color:#95a5a6}.table-row .code{font-weight:600;font-family:monospace}.status-toggle{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.status-toggle.active{background:#2ecc71;color:#fff}.status-toggle.inactive{background:#e74c3c;color:#fff}.actions{display:flex;gap:10px}.edit-btn,.delete-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.edit-btn{background:#3498db;color:#fff}.delete-btn{background:#e74c3c;color:#fff}@media (max-width: 1024px){.table-header,.table-row{grid-template-columns:1fr 1fr 1fr;gap:10px}.table-header span:nth-child(4),.table-row span:nth-child(4),.table-header span:nth-child(5),.table-row span:nth-child(5){display:none}}.alert{padding:12px;border-radius:4px;margin-bottom:16px}.alert.error{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.alert.success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.form-group{position:relative}.form-group input.error,.form-group select.error{border-color:#f44336}.form-group .field-error{display:block;color:#f44336;font-size:12px;margin-top:4px}@media (max-width: 768px){.form-row{flex-direction:column;gap:15px}.table-header,.table-row{grid-template-columns:1fr 1fr}.table-header span:nth-child(3),.table-row span:nth-child(3){display:none}.actions{flex-direction:column}}:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-200: #bfdbfe;--primary-300: #93c5fd;--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success-50: #ecfdf5;--success-100: #d1fae5;--success-200: #a7f3d0;--success-300: #6ee7b7;--success-400: #34d399;--success-500: #10b981;--success-600: #059669;--success-700: #047857;--success-800: #065f46;--success-900: #064e3b;--warning-50: #fffbeb;--warning-100: #fef3c7;--warning-200: #fde68a;--warning-300: #fcd34d;--warning-400: #fbbf24;--warning-500: #f59e0b;--warning-600: #d97706;--warning-700: #b45309;--warning-800: #92400e;--warning-900: #78350f;--error-50: #fef2f2;--error-100: #fee2e2;--error-200: #fecaca;--error-300: #fca5a5;--error-400: #f87171;--error-500: #ef4444;--error-600: #dc2626;--error-700: #b91c1c;--error-800: #991b1b;--error-900: #7f1d1d;--info-50: #ecfeff;--info-100: #cffafe;--info-200: #a5f3fc;--info-300: #67e8f9;--info-400: #22d3ee;--info-500: #06b6d4;--info-600: #0891b2;--info-700: #0e7490;--info-800: #155e75;--info-900: #164e63}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border:1px solid transparent;border-radius:.75rem;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn--primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;box-shadow:0 1px 2px #0000000d}.btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{background:#ffffff;color:#374151;border-color:#e5e7eb;box-shadow:0 1px 2px #0000000d}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.btn--success{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 1px 2px #0000000d}.btn--success:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--error{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;box-shadow:0 1px 2px #0000000d}.btn--error:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--ghost{background:transparent;color:#4b5563;border-color:transparent}.btn--ghost:hover:not(:disabled){background:#f3f4f6;color:#374151}.btn--link{background:transparent;color:#2563eb;border-color:transparent;text-decoration:underline}.btn--link:hover:not(:disabled){color:#1d4ed8;background:#eff6ff}.btn--sm{padding:.5rem 1rem;font-size:.75rem;border-radius:.5rem}.btn--lg{padding:.75rem 2rem;font-size:1rem;border-radius:.875rem}.btn--loading{color:transparent!important;pointer-events:none}.btn--loading:after{content:"";position:absolute;width:1rem;height:1rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}.btn--icon{padding:.625rem;aspect-ratio:1}.btn--icon.btn--sm{padding:.5rem}.btn--icon.btn--lg{padding:.75rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-group{display:inline-flex;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.btn-group .btn{border-radius:0;border-right:1px solid #e5e7eb}.btn-group .btn:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.btn-group .btn:last-child{border-right:none;border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.form__group{margin-bottom:1.5rem;position:relative}.form__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151;transition:color .2s ease}.form__label--required:after{content:"*";margin-left:.25rem;color:#ef4444}.form__control{width:100%;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:.75rem;background:#ffffff;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:#111827;transition:all .2s cubic-bezier(.4,0,.2,1)}.form__control::placeholder{color:#9ca3af}.form__control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:translateY(-1px)}.form__control:hover:not(:focus){border-color:#d1d5db}.form__control--error{border-color:#ef4444}.form__control--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form__control--success{border-color:#10b981}.form__control:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form__error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;color:#dc2626;animation:slideDown .2s ease-out}.form__error:before{content:"⚠";font-size:.75rem}.form__help{margin-top:.5rem;font-size:.875rem;color:#6b7280}.form__checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer}.form__checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;border:1.5px solid #d1d5db;border-radius:.375rem;background:#ffffff;transition:all .2s ease;cursor:pointer}.form__checkbox input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.form__checkbox input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.form__checkbox-label{font-size:.875rem;color:#374151;-webkit-user-select:none;user-select:none}.form select.form__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.form-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-grid--full{grid-template-columns:1fr}.card{background:#ffffff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.card--interactive{cursor:pointer}.card--interactive:active{transform:translateY(0)}.card__header{padding:1.5rem 1.5rem 0;margin-bottom:1rem}.card__header--border{padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.card__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.card__subtitle{font-size:.875rem;color:#6b7280;margin:.5rem 0 0}.card__body{padding:0 1.5rem 1.5rem}.card__footer{padding:1rem 1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}.card__actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.card--elevated{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:none}.card--outlined{box-shadow:none;border:1px solid #e5e7eb}.card--flat{box-shadow:none;border:none;background:transparent}.discounts-table{width:100%;border-collapse:collapse;background:#ffffff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.discounts-table .table-header{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr 1fr .8fr 1.2fr;gap:1rem;padding:1rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}.discounts-table .table-header .actions{text-align:center}.discounts-table .table-row{display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr 1fr .8fr 1.2fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease;position:relative}.discounts-table .table-row:last-child{border-bottom:none}.discounts-table .table-row:hover{background:#f9fafb}.discounts-table .table-row.inactive{opacity:.6}.discounts-table .table-row .table-col{display:flex;align-items:center;min-height:2.5rem}.discounts-table .table-row .table-col.code{font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:600}.discounts-table .table-row .table-col.value{flex-direction:column;align-items:flex-start;justify-content:center}.discounts-table .table-row .table-col.value .discount-value{font-weight:600;color:#059669}.discounts-table .table-row .table-col.value .min-purchase{margin-top:.25rem}.discounts-table .table-row .table-col.period,.discounts-table .table-row .table-col.usage{flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem}.discounts-table .table-row .table-col.actions{justify-content:center}.discounts-table .table-row .table-col.actions .action-buttons{display:flex;gap:.5rem}@media (max-width: 1024px){.discounts-table .table-header{display:none}.discounts-table .table-row{display:block;padding:1.25rem;margin-bottom:.75rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#ffffff;box-shadow:0 1px 2px #0000000d}.discounts-table .table-row:last-child{margin-bottom:0}.discounts-table .table-row .table-col{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid #f3f4f6;min-height:auto}.discounts-table .table-row .table-col:last-child{border-bottom:none;padding-bottom:0}.discounts-table .table-row .table-col:before{content:attr(data-label);font-weight:600;font-size:.875rem;color:#4b5563;min-width:30%;margin-right:1rem}.discounts-table .table-row .table-col.code{font-size:1.125rem;font-weight:700;color:#2563eb}.discounts-table .table-row .table-col.code:before{content:"Code"}.discounts-table .table-row .table-col.title{font-weight:500}.discounts-table .table-row .table-col.title:before{content:"Titre"}.discounts-table .table-row .table-col.value{flex-direction:row;justify-content:space-between;align-items:center}.discounts-table .table-row .table-col.value:before{content:"Valeur"}.discounts-table .table-row .table-col.value .discount-value{font-size:1rem}.discounts-table .table-row .table-col.value .min-purchase{margin-top:0;margin-left:.5rem}.discounts-table .table-row .table-col.period{flex-direction:column;align-items:stretch}.discounts-table .table-row .table-col.period:before{content:"Période"}.discounts-table .table-row .table-col.period>div{display:flex;justify-content:space-between;font-size:.875rem}.discounts-table .table-row .table-col.period>div:first-child{margin-bottom:.25rem}.discounts-table .table-row .table-col.usage:before{content:"Utilisation"}.discounts-table .table-row .table-col.status:before{content:"Statut"}.discounts-table .table-row .table-col.actions{justify-content:flex-end;padding-top:.75rem}.discounts-table .table-row .table-col.actions:before{content:"Actions"}.discounts-table .table-row .table-col.actions .action-buttons{width:100%;justify-content:space-between}.discounts-table .table-row .table-col.actions .action-buttons .btn{flex:1;margin:0 .25rem;padding:.5rem}.discounts-table .table-row .table-col.actions .action-buttons .btn:first-child{margin-left:0}.discounts-table .table-row .table-col.actions .action-buttons .btn:last-child{margin-right:0}}@media (max-width: 640px){.discounts-table .table-row{padding:1rem}.discounts-table .table-row .table-col{flex-direction:column;align-items:stretch;text-align:left}.discounts-table .table-row .table-col:before{margin-bottom:.25rem;min-width:auto}.discounts-table .table-row .table-col.value .min-purchase{margin-left:0;margin-top:.25rem}.discounts-table .table-row .table-col.actions .action-buttons .btn{padding:.375rem;font-size:.75rem}}.discount-cards{display:none}@media (max-width: 1024px){.discount-cards{display:block}}.discount-cards .discount-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.discount-cards .discount-card:last-child{margin-bottom:0}.discount-cards .discount-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.discount-cards .discount-card.inactive{opacity:.6}.discount-cards .discount-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.discount-cards .discount-card .card-header .code-info{flex:1}.discount-cards .discount-card .card-header .code-info .code{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:1.125rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.discount-cards .discount-card .card-header .code-info .title{font-weight:500;color:#374151}.discount-cards .discount-card .card-header .status-badge{margin-left:1rem}.discount-cards .discount-card .card-content .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.discount-cards .discount-card .card-content .info-grid .info-item .label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;font-weight:500}.discount-cards .discount-card .card-content .info-grid .info-item .value{font-size:.875rem;color:#1f2937;font-weight:500}.discount-cards .discount-card .card-content .info-grid .info-item .value.discount-value{color:#059669;font-weight:600}.discount-cards .discount-card .card-content .info-grid .info-item.full-width{grid-column:1/-1}.discount-cards .discount-card .card-content .period-info{background:#f9fafb;padding:.75rem;border-radius:.5rem;margin-bottom:1rem}.discount-cards .discount-card .card-content .period-info .period-item{display:flex;justify-content:space-between;font-size:.875rem}.discount-cards .discount-card .card-content .period-info .period-item:first-child{margin-bottom:.25rem}.discount-cards .discount-card .card-content .period-info .period-item .label{color:#4b5563}.discount-cards .discount-card .card-content .period-info .period-item .value{color:#1f2937;font-weight:500}.discount-cards .discount-card .card-actions{display:flex;gap:.5rem;justify-content:space-between}.discount-cards .discount-card .card-actions .btn{flex:1;text-align:center}@media (max-width: 1024px){.responsive-table .discounts-table:not(.force-table){display:none}.responsive-table .discount-cards{display:block}}@media (min-width: 1024px){.responsive-table .discount-cards{display:none}.responsive-table .discounts-table{display:block}}.table-loading .table-row .table-col{position:relative}.table-loading .table-row .table-col:after{content:"";position:absolute;top:50%;left:0;right:0;height:1rem;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem;transform:translateY(-50%)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.tooltip{position:relative;display:inline-flex;align-items:center}.tooltip__trigger{cursor:help;margin-left:.5rem;color:#9ca3af;transition:color .2s ease}.tooltip__trigger:hover{color:#3b82f6}.tooltip__content{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#111827;color:#fff;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}.tooltip__content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:.375rem solid transparent;border-top-color:#111827}.tooltip:hover .tooltip__content{opacity:1;visibility:visible;bottom:calc(100% + .5rem)}.alert{padding:1rem 1.5rem;border-radius:.75rem;border-left:4px solid transparent;margin-bottom:1.5rem;animation:slideIn .3s ease-out}.alert--error{background:#fef2f2;border-left-color:#ef4444;color:#b91c1c}.alert--success{background:#ecfdf5;border-left-color:#10b981;color:#047857}.alert--warning{background:#fffbeb;border-left-color:#f59e0b;color:#b45309}.alert--info{background:#ecfeff;border-left-color:#06b6d4;color:#0e7490}.alert__title{font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.alert__message{font-size:.875rem;opacity:.9;line-height:1.625}.alert__icon{width:1.25rem;height:1.25rem}@keyframes slideIn{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500;line-height:1;transition:all .2s ease}.badge--primary{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.badge--success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.badge--warning{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.badge--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.badge--info{background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc}.badge--gray{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.badge--solid{border:none;color:#fff}.badge--solid.badge--primary{background:#2563eb}.badge--solid.badge--success{background:#059669}.badge--solid.badge--warning{background:#d97706}.badge--solid.badge--error{background:#dc2626}.badge--solid.badge--info{background:#0891b2}.badge--solid.badge--gray{background:#4b5563}.badge--outline{background:transparent}.badge--outline.badge--primary{color:#2563eb;border-color:#60a5fa}.badge--outline.badge--success{color:#059669;border-color:#34d399}.badge--outline.badge--warning{color:#d97706;border-color:#fbbf24}.badge--outline.badge--error{color:#dc2626;border-color:#f87171}.badge--outline.badge--info{color:#0891b2;border-color:#22d3ee}.badge--outline.badge--gray{color:#4b5563;border-color:#9ca3af}.badge--sm{padding:.25rem .5rem;font-size:.75rem}.badge--lg{padding:.5rem 1rem;font-size:.875rem}.badge--with-dot:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:currentColor}.tab-navigation{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.tab-navigation .tab-button{padding:.75rem 1.5rem;border:none;background:transparent;color:#4b5563;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.tab-navigation .tab-button:hover{background:#f9fafb;color:#374151}.tab-navigation .tab-button--active{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.site-wide-discounts .active-discounts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 640px){.site-wide-discounts .active-discounts-grid{grid-template-columns:1fr}}.site-wide-discounts .discount-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.site-wide-discounts .discount-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.site-wide-discounts .discount-card--active{border-left:4px solid #10b981}.site-wide-discounts .discount-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.site-wide-discounts .discount-card__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.site-wide-discounts .discount-card__content .discount-value{font-size:1.25rem;font-weight:700;color:#059669;margin:0 0 .5rem}.site-wide-discounts .discount-card__content .valid-until,.site-wide-discounts .discount-card__content .min-purchase,.site-wide-discounts .discount-card__content .max-discount{font-size:.875rem;color:#4b5563;margin:.25rem 0}.site-wide-discounts .discount-card__content .valid-until:before,.site-wide-discounts .discount-card__content .min-purchase:before,.site-wide-discounts .discount-card__content .max-discount:before{content:"• ";color:#9ca3af}.discounts-table .table-row .action-buttons{display:flex;gap:.5rem;justify-content:center}.text-center{text-align:center}.text-4xl{font-size:2.25rem}.layout{min-height:100vh;background:linear-gradient(135deg,#f9fafb 0%,#ffffff 100%)}.layout__container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.layout__container{padding:2rem 1.5rem}}@media (min-width: 1024px){.layout__container{padding:3rem 2rem}}.layout__header{margin-bottom:3rem;text-align:center}@media (min-width: 768px){.layout__header{text-align:left}}.layout__title{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .5rem;background:linear-gradient(135deg,#111827 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 1024px){.layout__title{font-size:2.25rem}}.layout__subtitle{font-size:1.125rem;color:#4b5563;margin:0;font-weight:400}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f9fafb;color:#111827;font-size:1rem}.text--xs{font-size:.75rem}.text--sm{font-size:.875rem}.text--lg{font-size:1.125rem}.text--xl{font-size:1.25rem}.text--2xl{font-size:1.5rem}.text--light{font-weight:300}.text--medium{font-weight:500}.text--semibold{font-weight:600}.text--bold{font-weight:700}.text--muted{color:#6b7280}.text--success{color:#059669}.text--error{color:#dc2626}.text--warning{color:#d97706}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.focus-ring:focus{outline:2px solid #3b82f6;outline-offset:2px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.visible.menu.transition{overflow:visible}.app{-webkit-tap-highlight-color:transparent;font-family:Open Sans,sans-serif;font-weight:300;font-style:normal}.app .link{color:inherit;text-decoration:none}
