Mega Gengar ex Extended Art Print | Raw Card Display Frame
from $54.99
● Card is not included ● Watermark is removed on the final print ● Designed for raw trading cards, not graded slabs ● Artwork is UV printed directly Vinyl sticker paper then adhered to the Acrylic Frame for sharper detail, vivid colour, and a durable premium finish ● Frame Material: Magnetic acrylic display frame ● 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 Magnetic Acrylic Frame ● Includes the custom UV printed magnetic acrylic frame. ● Features artwork printed onto the back layer of the frame for a clean raw card display finish.
2. Holographic Magnetic Acrylic Frame ● Includes the custom UV printed magnetic acrylic frame with a holographic finish. ● Adds extra shine, depth, and visual impact behind your favourite raw card.
3. Standard Premium Display Kit ● Includes the custom magnetic acrylic frame 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.
4. Holographic Premium Display Kit ● Includes the custom magnetic acrylic frame, holographic finish, 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 ● Designed for raw trading cards, not graded slabs ● Artwork is UV printed directly Vinyl sticker paper then adhered to the Acrylic Frame for sharper detail, vivid colour, and a durable premium finish ● Frame Material: Magnetic acrylic display frame ● 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 Magnetic Acrylic Frame ● Includes the custom UV printed magnetic acrylic frame. ● Features artwork printed onto the back layer of the frame for a clean raw card display finish.
2. Holographic Magnetic Acrylic Frame ● Includes the custom UV printed magnetic acrylic frame with a holographic finish. ● Adds extra shine, depth, and visual impact behind your favourite raw card.
3. Standard Premium Display Kit ● Includes the custom magnetic acrylic frame 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.
4. Holographic Premium Display Kit ● Includes the custom magnetic acrylic frame, holographic finish, 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);
};