@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--sidebar-bg:#472354;--sidebar-text:#fff;--sidebar-active:#882eca;--sidebar-hover:#882eca2e;--sidebar-border:#ffffff14;--sidebar-width:260px;--page-bg:#f8f5fc;--page-white:#fff;--title-color:#6b0354;--subtitle-color:#ab9595;--text-dark:#1a1a2e;--text-body:#374151;--text-muted:#9ca3af;--accent-purple:#882eca;--accent-green:#61d29a;--accent-orange:#ff9f43;--accent-blue:#54a0ff;--accent-pink:#fd79a8;--color-success:#61d29a;--color-warning:#ff9f43;--color-danger:#ff6b6b;--color-info:#54a0ff;--gradient-purple:var(--accent-purple);--gradient-green:var(--accent-green);--gradient-orange:var(--accent-orange);--gradient-blue:var(--accent-blue);--border-color:#e8e0f0;--border-light:#f3e8ff;--shadow-sm:0 1px 3px #47235414;--shadow-md:0 4px 16px #4723541f;--shadow-lg:0 8px 32px #47235429;--shadow-card:0 2px 12px #47235417;--radius-sm:3px;--radius-md:5px;--radius-lg:8px;--radius-xl:12px;--transition:all .2s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .3s cubic-bezier(.4, 0, .2, 1);--z-sidebar:100;--z-overlay:99;--z-modal:200;--z-toast:300}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--page-bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.page-title{color:var(--title-color);letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}.page-subtitle{color:var(--subtitle-color);margin-top:.25rem;font-size:.9rem;font-weight:400}.section-title{color:var(--title-color);font-size:1.1rem;font-weight:600}.app-wrapper{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-width);min-height:100vh;transition:var(--transition-slow);flex-direction:column;flex:1;display:flex;overflow-x:hidden}.page-inner{flex:1;padding:2rem 2.5rem}.page-header{margin-bottom:2rem}.card{background:var(--page-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-color);overflow:hidden}.card-body{padding:1.5rem}.card-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.admin-toolbar{background:var(--sidebar-bg);color:#fff;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.admin-toolbar .search-input{border:1.5px solid var(--border-color);color:var(--text-dark);background-color:#fff}.admin-toolbar .search-input::placeholder{color:var(--text-muted)}.admin-toolbar .search-input:focus{border-color:var(--accent-purple);background-color:#fff;box-shadow:0 0 0 3px #882eca1f}.admin-toolbar .search-input-wrapper .search-icon{color:var(--text-muted)}.admin-toolbar .form-control{color:#fff;background-color:#ffffff12;border:1.5px solid #ffffff1f}.admin-toolbar .form-control:focus{background-color:#ffffff1f;border-color:#fff6;box-shadow:0 0 0 3px #ffffff0f}.admin-toolbar select.form-control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")}.admin-toolbar select.form-control option{color:#fff;background-color:#472354}.admin-toolbar .btn-secondary{color:#fff;background:#ffffff12;border:1.5px solid #ffffff26}.admin-toolbar .btn-secondary:hover{background:#ffffff26}.admin-toolbar span{color:#ffffffb3!important}.stat-cards-grid,.stat-cards-grid-3,.stat-cards-grid-2{grid-auto-rows:1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.stat-cards-grid{grid-template-columns:repeat(4,1fr)}.stat-cards-grid-3{grid-template-columns:repeat(3,1fr)}.stat-cards-grid-2{grid-template-columns:repeat(2,1fr)}.stat-card{background:var(--page-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-color);transition:var(--transition);align-items:center;gap:1rem;min-height:120px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-icon.purple{color:var(--accent-purple);background:#882eca1f}.stat-icon.green{color:#00b894;background:#61d29a26}.stat-icon.orange{color:#e17055;background:#ff9f4326}.stat-icon.blue{color:#2e86de;background:#54a0ff26}.stat-info{flex:1}.stat-value{color:var(--text-dark);letter-spacing:-.02em;font-size:1.6rem;font-weight:700;line-height:1.1}.stat-label{color:var(--subtitle-color);text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem;font-size:.8rem;font-weight:500}.btn{border-radius:var(--radius-md);transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;line-height:1;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--gradient-purple);color:#fff;box-shadow:0 4px 12px #882eca4d}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #882eca66}.btn-secondary{background:var(--page-white);color:var(--accent-purple);border:1.5px solid var(--accent-purple)}.btn-secondary:hover:not(:disabled){background:#882eca0f}.btn-danger{color:var(--color-danger);background:#fff0f0;border:1.5px solid #ffcdd2}.btn-danger:hover:not(:disabled){background:#ffe0e0}.btn-success{color:#00b894;background:#61d29a26;border:1.5px solid #61d29a66}.btn-success:hover:not(:disabled){background:#61d29a40}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-lg{border-radius:var(--radius-lg);padding:.875rem 2rem;font-size:1rem}.btn-full{justify-content:center;width:100%}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--text-dark);font-size:.875rem;font-weight:500}.form-label span.required{color:var(--color-danger);margin-left:2px}.form-control{border:1.5px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-dark);background:var(--page-white);transition:var(--transition);outline:none;padding:.65rem 1rem;font-size:.9rem}.form-control:focus{border-color:var(--accent-purple);box-shadow:0 0 0 3px #882eca1f}.form-control:disabled{cursor:not-allowed;background:#f5f3f7}.form-control.error{border-color:var(--color-danger);box-shadow:0 0 0 3px #ff6b6b1a}.form-error{color:var(--color-danger);font-size:.8rem}.form-hint{color:var(--subtitle-color);font-size:.8rem}textarea.form-control{resize:vertical;min-height:80px}.table-wrapper{border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table thead th{color:var(--subtitle-color);text-transform:uppercase;letter-spacing:.07em;text-align:left;border-bottom:1.5px solid var(--border-color);white-space:nowrap;background:#f9f5ff;padding:.875rem 1rem;font-size:.73rem;font-weight:600}.table tbody td{border-bottom:1px solid var(--border-light);color:var(--text-body);vertical-align:middle;padding:.9rem 1rem}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:var(--transition)}.table tbody tr:hover{background:#fdf8ff}.badge{letter-spacing:.02em;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#00b894;background:#61d29a26}.badge-warning{color:#e17055;background:#ff9f4326}.badge-danger{color:#d63031;background:#ff6b6b26}.badge-info{color:#2e86de;background:#54a0ff26}.badge-purple{color:var(--accent-purple);background:#882eca1a}.badge-gray{color:#6c757d;background:#f1f3f5}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);background:#1a1a2e99;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-box{background:var(--page-white);border-radius:var(--radius-xl);width:100%;max-width:560px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.25s slideUp;overflow-y:auto}.modal-box.modal-lg{max-width:760px}.modal-box.modal-xl{max-width:960px}.modal-box.modal-sm{max-width:420px}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-title{color:var(--title-color);font-size:1.1rem;font-weight:700}.modal-close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--subtitle-color);transition:var(--transition);background:#f5f0ff;border:none;justify-content:center;align-items:center;display:flex}.modal-close:hover{color:var(--title-color);background:#ede0ff}.modal-body{padding:1.5rem 2rem}.modal-footer{border-top:1px solid var(--border-light);justify-content:flex-end;gap:.75rem;padding:1.25rem 2rem;display:flex}.topbar{background:var(--page-white);border-bottom:1px solid var(--border-color);z-index:50;align-items:center;gap:1rem;height:64px;padding:0 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #47235412}.topbar-title{color:var(--title-color);flex:1;font-size:1rem;font-weight:600}.topbar-user{border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.topbar-user:hover{background:#f5f0ff}.avatar{background:var(--gradient-purple);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;font-weight:700;display:flex}.filter-bar{flex-wrap:wrap;align-items:center;gap:.875rem;margin-bottom:1.5rem;display:flex}.search-input-wrapper{flex:1;min-width:220px;max-width:400px;position:relative}.search-input-wrapper .search-icon{color:var(--subtitle-color);pointer-events:none;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.search-input{border:1.5px solid var(--border-color);border-radius:var(--radius-md);width:100%;transition:var(--transition);background:var(--page-white);outline:none;padding:.65rem 1rem .65rem 2.5rem;font-size:.875rem}.search-input:focus{border-color:var(--accent-purple);box-shadow:0 0 0 3px #882eca1a}.pagination{border-top:1px solid var(--border-light);align-items:center;gap:.4rem;padding:1.25rem 1.5rem;display:flex}.page-btn{border-radius:var(--radius-sm);border:1.5px solid var(--border-color);background:var(--page-white);width:34px;height:34px;color:var(--text-body);transition:var(--transition);justify-content:center;align-items:center;font-size:.875rem;font-weight:500;display:flex}.page-btn:hover:not(:disabled){border-color:var(--accent-purple);color:var(--accent-purple)}.page-btn.active{background:var(--gradient-purple);color:#fff;border-color:#0000}.page-btn:disabled{opacity:.4;cursor:not-allowed}.empty-state{color:var(--subtitle-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.empty-state svg{color:var(--border-color)}.empty-state p{text-align:center;font-size:.9rem}.toast-container{z-index:var(--z-toast);flex-direction:column;gap:.75rem;display:flex;position:fixed;top:1.25rem;right:1.25rem}.toast{background:var(--page-white);color:var(--text-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);align-items:center;gap:.75rem;min-width:280px;max-width:380px;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;animation:.3s slideInRight;display:flex}.toast.success{color:#fff;background-color:#10b981}.toast.error{color:#fff;background-color:#ef4444}.toast.warning{color:#1e293b;background-color:#facc15}.toast.info{color:#fff;background-color:#3b82f6}.divider{border:none;border-top:1px solid var(--border-light);margin:1.5rem 0}select.form-control{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ab9595' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.5rem}.spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin;display:inline-block}.spinner.dark{border:2.5px solid #882eca33;border-top-color:var(--accent-purple)}.steps{align-items:center;gap:0;margin-bottom:2rem;display:flex}.step-item{flex:1;align-items:center;gap:.5rem;display:flex}.step-number{border:2px solid var(--border-color);background:var(--page-white);width:36px;height:36px;color:var(--subtitle-color);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.step-item.active .step-number,.step-item.completed .step-number{background:var(--gradient-purple);color:#fff;border-color:#0000}.step-label{color:var(--subtitle-color);white-space:nowrap;font-size:.8rem;font-weight:500}.step-item.active .step-label{color:var(--accent-purple);font-weight:600}.step-item.completed .step-label{color:var(--color-success)}.step-line{background:var(--border-color);flex:1;height:2px;margin:0 .5rem}.step-line.completed{background:var(--gradient-purple)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:1.5s ease-in-out infinite pulse}.hamburger-btn{border-radius:var(--radius-md);width:42px;height:42px;color:var(--title-color);cursor:pointer;transition:var(--transition);background:#f5f0ff;border:none;flex-shrink:0;justify-content:center;align-items:center;display:none}.hamburger-btn:hover{background:#ede0ff}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:calc(var(--z-sidebar) - 1);background:#1a1a2e8c;animation:.2s fadeIn;display:none;position:fixed;inset:0}@media (width<=1200px){.stat-cards-grid,.stat-cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.stat-cards-grid,.stat-cards-grid-3{grid-template-columns:repeat(2,1fr)}.stat-card{gap:.875rem;min-height:105px;padding:1.15rem 1.25rem}.stat-icon{width:48px;height:48px}.stat-icon svg{width:20px!important;height:20px!important}.stat-value{font-size:1.45rem}.stat-label{font-size:.78rem}}@media (width<=768px){:root{--sidebar-width:0px}.hamburger-btn{display:flex}.main-content{margin-left:0}.sidebar-overlay.visible{display:block}.page-inner{padding:1.25rem 1rem}.topbar{padding:0 1.25rem}.stat-cards-grid,.stat-cards-grid-3,.stat-cards-grid-2{grid-template-columns:repeat(2,1fr);gap:.875rem}.stat-card{gap:.75rem;min-height:96px;padding:1rem 1.15rem}.stat-icon{width:44px;height:44px}.stat-icon svg{width:18px!important;height:18px!important}.stat-value{font-size:1.35rem}.stat-label{font-size:.75rem}.filter-bar{gap:.625rem}.search-input-wrapper{min-width:100%;max-width:100%}.modal-header,.modal-body,.modal-footer{padding-left:1.25rem;padding-right:1.25rem}.table{width:100%;min-width:max-content}.table thead th{padding:.55rem .75rem;font-size:.72rem}.table tbody td{padding:.65rem .75rem;font-size:.8rem}.page-title{font-size:1.35rem;line-height:1.25}.page-subtitle{margin-top:.35rem;font-size:.825rem;line-height:1.4}.page-header{margin-bottom:1.5rem}.page-header.flex{gap:1rem}.page-header .btn{flex-shrink:0;justify-content:center;width:38px;height:38px;padding:0!important}.admin-toolbar{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;padding:.75rem 1rem!important}.admin-toolbar>div{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;width:100%!important;min-width:100%!important;max-width:100%!important;display:flex!important}.admin-toolbar .search-input-wrapper{width:100%!important;min-width:100%!important;max-width:100%!important}.admin-toolbar .custom-dropdown{width:100%!important;min-width:100%!important}.admin-toolbar .custom-dropdown-trigger{width:100%!important}.admin-toolbar .btn-secondary,.admin-toolbar .btn-primary{justify-content:center!important;width:100%!important}.admin-toolbar div[style*=background]{width:100%!important;display:flex!important}.admin-toolbar div[style*=background] button{flex:1!important;justify-content:center!important}.admin-toolbar .toolbar-count{text-align:right!important;font-size:.75rem!important;display:block!important}}@media (width<=600px){.stat-cards-grid,.stat-cards-grid-3,.stat-cards-grid-2{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem}.stat-card{gap:.75rem;min-height:96px;padding:1rem}.stat-icon{width:44px;height:44px}.stat-icon svg{width:18px!important;height:18px!important}.stat-value{font-size:1.3rem}.steps .step-label{display:none}.modal-box{border-radius:var(--radius-lg)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.w-full{width:100%}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.settings-grid-layout{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=992px){.settings-grid-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:1.5rem}}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--subtitle-color)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-right{text-align:right}.text-center{text-align:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:var(--radius-md)}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=768px){.grid-2,.grid-3{grid-template-columns:1fr}.hide-mobile{display:none!important}}.custom-dropdown-trigger{color:var(--text-dark)!important;border:1.5px solid var(--border-color)!important;border-radius:var(--radius-md)!important;cursor:pointer!important;width:100%!important;transition:var(--transition)!important;text-align:left!important;background-color:#fff!important;outline:none!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important;padding:.65rem 1rem!important;font-size:.875rem!important;font-weight:500!important;display:flex!important}.custom-dropdown-trigger:hover{border-color:var(--accent-purple)!important}.custom-dropdown-trigger.active{border-color:var(--accent-purple)!important;box-shadow:0 0 0 3px #882eca1f!important}.custom-dropdown-menu{border:1.5px solid var(--border-color)!important;border-radius:var(--radius-md)!important;width:max-content!important;min-width:100%!important;max-width:calc(100vw - 2rem)!important;box-shadow:var(--shadow-md)!important;z-index:100!important;scrollbar-width:none!important;-ms-overflow-style:none!important;background-color:#fff!important;max-height:220px!important;margin-top:.25rem!important;position:absolute!important;top:100%!important;left:0!important;overflow-y:auto!important}.custom-dropdown-menu::-webkit-scrollbar{display:none!important}.custom-dropdown-item{text-align:left!important;cursor:pointer!important;width:100%!important;color:var(--text-dark)!important;white-space:nowrap!important;transition:var(--transition)!important;background:0 0!important;border:none!important;align-items:center!important;gap:.5rem!important;padding:.65rem 1rem!important;font-size:.875rem!important;font-weight:500!important;display:flex!important}.custom-dropdown-item:hover{color:var(--accent-purple)!important;background-color:#882eca0d!important}.custom-dropdown-item.selected{color:var(--accent-purple)!important;background-color:#882eca14!important;font-weight:600!important}.custom-dropdown-trigger span,.custom-dropdown-item span{color:var(--text-dark)!important}.custom-dropdown-item.selected span,.custom-dropdown-item:hover span{color:var(--accent-purple)!important}.order-item-row{border-bottom:1px dashed var(--border-light);align-items:center;gap:1rem;width:100%;padding:.85rem 0;display:flex}.order-item-left{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.order-item-left img{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--border-color);flex-shrink:0;width:48px;height:48px}.order-item-img-placeholder{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#f8f5fc;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.order-item-details{flex:1;min-width:0}.order-item-name{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.875rem;font-weight:700;overflow:hidden}.order-item-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.order-item-right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.order-item-qty-control{background:#f5f0ff;border-radius:4px;align-items:center;gap:.35rem;padding:4px;display:flex}.order-item-qty-btn{cursor:pointer;color:#882eca;background:#fff;border:none;border-radius:2px;justify-content:center;align-items:center;width:22px;height:22px;transition:background .2s;display:flex;box-shadow:0 1px 2px #0000000d}.order-item-qty-btn:hover{background:#ede0ff}.order-item-qty-val{text-align:center;width:24px;color:var(--text-dark);font-size:.85rem;font-weight:800}.order-item-qty-input{text-align:center;width:36px;color:var(--text-dark);background:0 0;border:none;outline:none;padding:0;font-size:.85rem;font-weight:800}.order-item-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-item-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.order-item-qty-input{-moz-appearance:textfield}.order-item-price{text-align:right;min-width:100px}.order-item-price-val{color:var(--title-color);font-size:.875rem;font-weight:800}.order-item-delete-btn{color:#ff6b6b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.order-item-delete-btn:hover{color:#ff3b3b}@media (width<=576px){.order-item-row{flex-direction:column;align-items:stretch;gap:.75rem}.order-item-left{width:100%}.order-item-right{border-top:1px dotted var(--border-light);justify-content:space-between;width:100%;padding-top:.5rem}.order-item-price{text-align:right;min-width:unset;flex:1}}
