0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Card Holders

45 items found
Sort by
Urban Collection Punched Metal Business Card Holder, Holds 50 2 x 3.5 Cards, Perforated Steel, Black
Fusion Double-Sided Business Card Holder, Holds 2.25 x 4 Cards, Polypropylene, Gray/White
Super Stacker Storage Boxes, Holds 500 4 x 6 Cards, 7.25 x 5 x 4.75, Plastic, Clear
Super Stacker Storage Boxes, Holds 400 3 x 5 Cards, 6.25 x 3.88 x 3.5, Plastic, Clear
Index Card Case, Holds 200 4 x 6 Cards, 6.38 x 1.88 x 4.63, Polypropylene, Assorted Colors
Index Card Case, Holds 100 3 x 5 Cards, 5.38 x 1.25 x 3.5, Polypropylene, Assorted Colors
TELINDEX Desk Address Card File, Holds 500 2.88 x 4.13 Cards, 5.13 x 9.31 x 3.56, Plastic, Graphite/Black
VISIFIX Desk Business Card File, Holds 200 2.88 x 4.13 Cards, 5 x 9.31 x 3.56, Plastic, Graphite/Black
VISIFIX Flip Rotary Business Card File, Holds 400 2.88 x 4.13 Cards, 8.75 x 7.13 x 8.06, Plastic, Black/Silver
Horizontal Business Card Holder, Holds 50 Cards, 3.88 x 1.38 x 1.81, Plastic, Clear
6-Pocket Business Card Holder, Holds 480 Cards, 8.5 x 1.63 x 9.75, Plastic, Clear
8-Pocket Business Card Holder, Holds 400 Cards, 7.78 x 3.5 x 3.38, Plastic, Clear
Total 45 products
show per page
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();