.product-management[data-v-beeb2288]{padding:15px;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-management .global-filter-bar[data-v-beeb2288]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.product-management .global-filter-bar .search-form[data-v-beeb2288]{flex:1;margin:0}.product-management .main-content[data-v-beeb2288]{display:flex;gap:15px}.product-management .main-content .category-sidebar[data-v-beeb2288]{width:230px;background:#fff;border:1px solid #ebeef5;border-radius:4px;display:flex;flex-direction:column;position:sticky;top:15px;max-height:calc(100vh - 250px)}.product-management .main-content .category-sidebar .sidebar-title[data-v-beeb2288]{padding:15px;font-size:16px;font-weight:600;color:#303133;border-bottom:1px solid #ebeef5;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.product-management .main-content .category-sidebar .sidebar-title .category-summary[data-v-beeb2288]{padding:4px 12px;background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;border-radius:16px;font-size:12px;font-weight:500;box-shadow:0 2px 6px rgba(64,158,255,.2);white-space:nowrap}.product-management .main-content .category-sidebar .category-list[data-v-beeb2288]{flex:1;overflow-y:auto;padding:10px 0}.product-management .main-content .category-sidebar .category-list .category-item[data-v-beeb2288]{padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.product-management .main-content .category-sidebar .category-list .category-item[data-v-beeb2288]:hover{background:#ecf5ff}.product-management .main-content .category-sidebar .category-list .category-item.active[data-v-beeb2288]{background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;font-weight:600;border-left:4px solid #409eff}.product-management .main-content .category-sidebar .category-list .category-item.active .category-name[data-v-beeb2288]{font-weight:700}.product-management .main-content .category-sidebar .category-list .category-item.active .category-count[data-v-beeb2288]{color:#fff;background:hsla(0,0%,100%,.3)}.product-management .main-content .category-sidebar .category-list .category-item .category-name[data-v-beeb2288]{font-size:14px}.product-management .main-content .category-sidebar .category-list .category-item .category-count[data-v-beeb2288]{font-size:12px;color:#909399;white-space:nowrap}.product-management .main-content .category-sidebar .category-list .category-item .category-count.badge[data-v-beeb2288]{background:linear-gradient(135deg,#409eff,#66b1ff);color:#fff;padding:2px 8px;border-radius:10px;font-weight:600;font-size:12px;min-width:80px;text-align:center;box-shadow:0 2px 4px rgba(64,158,255,.3)}.product-management .main-content .category-sidebar .category-list .category-item.has-count .category-name[data-v-beeb2288]{font-weight:500}.product-management .main-content .product-content[data-v-beeb2288]{flex:1;background:#fff;border:1px solid #ebeef5;border-radius:4px;display:flex;flex-direction:column}.product-management .main-content .product-content .content-header[data-v-beeb2288]{padding:15px;border-bottom:1px solid #ebeef5}.product-management .main-content .product-content .content-header .header-actions[data-v-beeb2288]{display:flex;gap:10px}.product-management .main-content .product-content .product-grid[data-v-beeb2288]{padding:15px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px;align-content:start}.product-management .main-content .product-content .product-grid .product-card[data-v-beeb2288]{border:1px solid #ebeef5;border-radius:6px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;cursor:pointer}.product-management .main-content .product-content .product-grid .product-card[data-v-beeb2288]:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-2px)}.product-management .main-content .product-content .product-grid .product-card.is-selected[data-v-beeb2288]{border-color:#409eff;background:linear-gradient(135deg,#ecf5ff,#e6f7ff);box-shadow:0 4px 12px rgba(64,158,255,.25)}.product-management .main-content .product-content .product-grid .product-card.is-selected .card-header[data-v-beeb2288]{background:linear-gradient(135deg,#409eff,#66b1ff)}.product-management .main-content .product-content .product-grid .product-card.is-selected .card-header .product-name[data-v-beeb2288]{color:#fff;font-weight:600}.product-management .main-content .product-content .product-grid .product-card.is-selected .card-header .stock-badge[data-v-beeb2288]{background:hsla(0,0%,100%,.25);color:#fff}.product-management .main-content .product-content .product-grid .product-card .card-header[data-v-beeb2288]{padding:6px 8px;background:#dcdfe6;display:flex;align-items:center;gap:6px}.product-management .main-content .product-content .product-grid .product-card .card-header .product-checkbox[data-v-beeb2288] .el-checkbox__label{display:none!important}.product-management .main-content .product-content .product-grid .product-card .card-header .product-name[data-v-beeb2288]{flex:1;font-size:12px;font-weight:600;color:#303133;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-management .main-content .product-content .product-grid .product-card .card-header .stock-badge[data-v-beeb2288]{font-size:11px;color:#409eff;font-weight:600;background:rgba(64,158,255,.1);padding:2px 8px;border-radius:4px;flex-shrink:0}.product-management .main-content .product-content .product-grid .product-card .card-body[data-v-beeb2288]{padding:8px;flex:0 0 auto}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item[data-v-beeb2288]{display:flex;margin-bottom:3px;font-size:11px}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item[data-v-beeb2288]:last-child{margin-bottom:0}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item .label[data-v-beeb2288]{color:#909399;width:65px;flex-shrink:0}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item .value[data-v-beeb2288]{color:#303133;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item .value.price-value[data-v-beeb2288]{color:#e74c3c;font-weight:600}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item .value.cost-value[data-v-beeb2288]{color:#27ae60;font-weight:600}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row[data-v-beeb2288]{display:flex;gap:10px;margin-bottom:3px}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row[data-v-beeb2288]:last-child{margin-bottom:0}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row .info-item-half[data-v-beeb2288]{flex:1;display:flex;font-size:11px}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row .info-item-half .label[data-v-beeb2288]{color:#909399;width:50px;flex-shrink:0}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row .info-item-half .value[data-v-beeb2288]{color:#303133;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row .info-item-half .value.price-value[data-v-beeb2288]{color:#e74c3c;font-weight:600}.product-management .main-content .product-content .product-grid .product-card .card-body .sku-info .info-item-row .info-item-half .value.cost-value[data-v-beeb2288]{color:#27ae60;font-weight:600}.product-management .main-content .product-content .product-grid .product-card .qr-code-section[data-v-beeb2288]{padding:0 8px 8px}.product-management .main-content .product-content .product-grid .product-card .qr-code-section .qr-code-wrapper[data-v-beeb2288]{display:flex;justify-content:center;align-items:center;height:80px;background:#fafafa;border-radius:4px;position:relative}.product-management .main-content .product-content .product-grid .product-card .qr-code-section .qr-code-wrapper .barcode-image[data-v-beeb2288]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-management .main-content .product-content .product-grid .product-card .qr-code-section .qr-code-wrapper .no-qr-tip[data-v-beeb2288]{position:absolute;font-size:10px;color:#909399}.product-management .main-content .product-content .product-grid .product-card .card-footer[data-v-beeb2288]{padding:6px 8px;border-top:1px solid #ebeef5;display:flex;gap:8px;justify-content:center;flex-shrink:0}.product-management .main-content .product-content .pagination[data-v-beeb2288]{padding:15px;border-top:1px solid #ebeef5;display:flex;justify-content:flex-end}[data-v-beeb2288] .print-preview{display:flex;flex-wrap:wrap;gap:10px}[data-v-beeb2288] .print-preview .print-card{width:220px;border:2px solid #333;padding:10px;display:flex;flex-direction:column;align-items:center}[data-v-beeb2288] .print-preview .print-card .print-qr-wrapper{width:160px;height:100px;margin-bottom:8px;display:flex;justify-content:center;align-items:center}[data-v-beeb2288] .print-preview .print-card .print-qr-wrapper .print-qr-code{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}[data-v-beeb2288] .print-preview .print-card .print-info{text-align:center;width:100%}[data-v-beeb2288] .print-preview .print-card .print-info .print-sku{font-size:12px;font-weight:700;word-break:break-all;margin-bottom:4px}[data-v-beeb2288] .print-preview .print-card .print-info .print-name{font-size:11px;margin-bottom:2px}[data-v-beeb2288] .print-preview .print-card .print-info .print-spec{font-size:10px;color:#666;margin-bottom:2px}[data-v-beeb2288] .print-preview .print-card .print-info .print-price{font-size:14px;font-weight:700;color:#f56c6c}