Buggy Manga OP09 Extended Art Insert | Graded Card Display Case
from $39.99
● Card is not included ● Watermark is removed on the final print ● Please choose the correct slab type before ordering ● Art Insert Material: UV printed directly onto plastic for more durability, sharper lines, and vivid colour. Holographic option is printed on holographic vinyl paper and adhered to plastic. ● Handmade by Lostmoon ● Colours may vary slightly between screen and printed finish ● Holographic finishes may vary depending on lighting, angle, and artwork colours
Available Options:
1. Standard Insert Only ● Includes the custom UV printed display insert only.
2. Holographic Insert Only ● Includes the custom UV printed display insert with a holographic finish for extra shine and visual depth.
3. Standard Insert + Case ● Includes the custom UV printed display insert and compatible display case.
4. Holographic Insert + Case ● Includes the custom UV printed holographic display insert and compatible display case.
5. Standard Premium Display Kit ● Includes the custom UV printed display insert, compatible display case, and acrylic display stand. ● Features higher quality front and back UV printing with an extended front and back artwork design. ● Designed for a more complete, premium collector display setup.
6. Holographic Premium Display Kit ● Includes the custom UV printed holographic display insert, compatible display case, and acrylic display stand. ● Features higher quality front and back UV printing with an extended front and back artwork design. ● Adds extra shine, depth, and a more premium collector display finish.
● Card is not included ● Watermark is removed on the final print ● Please choose the correct slab type before ordering ● Art Insert Material: UV printed directly onto plastic for more durability, sharper lines, and vivid colour. Holographic option is printed on holographic vinyl paper and adhered to plastic. ● Handmade by Lostmoon ● Colours may vary slightly between screen and printed finish ● Holographic finishes may vary depending on lighting, angle, and artwork colours
Available Options:
1. Standard Insert Only ● Includes the custom UV printed display insert only.
2. Holographic Insert Only ● Includes the custom UV printed display insert with a holographic finish for extra shine and visual depth.
3. Standard Insert + Case ● Includes the custom UV printed display insert and compatible display case.
4. Holographic Insert + Case ● Includes the custom UV printed holographic display insert and compatible display case.
5. Standard Premium Display Kit ● Includes the custom UV printed display insert, compatible display case, and acrylic display stand. ● Features higher quality front and back UV printing with an extended front and back artwork design. ● Designed for a more complete, premium collector display setup.
6. Holographic Premium Display Kit ● Includes the custom UV printed holographic display insert, compatible display case, and acrylic display stand. ● Features higher quality front and back UV printing with an extended front and back artwork design. ● Adds extra shine, depth, and a more premium collector display finish.
Reviews
Reviewer Name
Review Date
Star Rating
Description
Posted on Etsy
Product
/* ============================================================
19. SHOP FILTER DEEP LINKS
Lets any button/link send someone to /shop with a Product
Filter tag already applied, e.g. /shop?lm_filter=raw-card-display
============================================================ */
LM.initShopFilterDeepLink = function() {
const params = new URLSearchParams(window.location.search);
const slug = params.get('lm_filter');
if (!slug) return;
const FILTER_MAP = {
'raw-card-display': {
id: 'ef887b1f-b932-47a9-8959-452d48ebd430',
type: 'TAG',
value: 'raw card display'
},
'graded-card-display': {
id: 'f3d00fcd-9a57-4d96-b78a-2934ed32fea6',
type: 'TAG',
value: 'graded card display'
}
};
const STORAGE_KEY = 'PRODUCT_LIST_APPLIED_FILTERS_6920586aa6fa7a0a03df0893';
const filters = slug.split(',')
.map(function(s) { return FILTER_MAP[s.trim()]; })
.filter(Boolean);
if (!filters.length) return;
try {
sessionStorage.setItem(STORAGE_KEY, JSON.stringify(filters));
} catch (e) {
return;
}
window.location.replace(window.location.pathname);
};