.products-wrapper{margin-top:1rem}.products-header{border-bottom:1px solid #e5e5e5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.product-count{color:#64748b;font-size:1rem;font-weight:600}.add-another-btn{color:#1a1a2e;background:#f8fafc;border:1px solid #e5e5e5;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.add-another-btn:hover{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.product-card{cursor:pointer;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;min-height:100%;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.product-card-link{color:inherit;text-decoration:none;display:block}.product-actions{background:#fafafa;border-top:1px solid #e5e5e5;gap:8px;padding:12px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.edit-btn{color:#fff;background:#3b82f6;transition:background .2s}.edit-btn:hover{background:#2563eb}.delete-btn{color:#fff;background:#ef4444;transition:background .2s}.delete-btn:hover{background:#dc2626}.delete-btn:disabled{cursor:not-allowed;background:#9ca3af}.product-image{object-fit:cover;background-color:#f5f5f5;width:100%;height:250px}.product-image.placeholder{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;background-color:#f1f5f9;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.product-info{padding:1rem}.product-header-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.product-name{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1.25rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-status{white-space:nowrap;border-radius:12px;flex-shrink:0;padding:4px 8px;font-size:.7rem;font-weight:600}.status-pending{color:#d97706;background:#fef3c7}.status-approved{color:#16a34a;background:#dcfce7}.status-rejected{color:#dc2626;background:#fee2e2}.product-price{color:#1a1a2e;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.product-stock{color:#64748b;margin:0;font-size:.85rem}.product-stock.out-of-stock{color:#dc2626}.product-grid-empty{text-align:center;background:#f8fafc;border:2px dashed #e5e5e5;border-radius:16px;padding:4rem 2rem}.empty-icon{color:#94a3b8;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.empty-text{color:#64748b;margin:0 0 1.5rem;font-size:1.1rem}.add-product-btn{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.add-product-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 12px #1a1a2e4d}.product-card.empty-box{opacity:.6;grid-column:1/-1}.product-card.empty-box .product-image.placeholder{justify-content:center;align-items:center;display:flex}.product-card.empty-box .product-image.placeholder svg{color:#cbd5e1}@media (max-width:768px){.product-card{border-radius:10px}.product-image{height:140px}.product-name{font-size:.95rem}.product-price{font-size:1.1rem}.products-header{gap:.75rem}.add-another-btn{font-size:.85rem}}@media (max-width:480px){.product-grid{gap:.75rem}.product-card{border-radius:8px}.product-image{height:120px}.product-name{font-size:.85rem}.product-price{font-size:1rem}.product-grid-empty{padding:2rem 1rem}.empty-icon{font-size:1rem}.add-product-btn{padding:12px 20px;font-size:.9rem}}
