Scandinavian Viking Axe Solid Pewter Necklace

$39.99
Quantity

Description

Tin is the fourth precious metal arranged behind platinum, gold, and silver. It is three times the value of copper, Tin can preserve its forever luster! 
Tin is very suitable for contact with the human body, It is the best jewelry material after gold and silver.

Item Details:

Pendant height: 6cm
Pendant width: 2cm
Pendant weight: 16 grams
Pendant material: pure pewter
Chain length: 60cm
Chain weight: 15g
Chain material: titanium steel

Pure Tin Material, Warm and Retro โœจ

The pendant of this necklace is meticulously crafted from pure tin. Pure tin is soft in texture and has a charming luster. Through the work of craftsmen, it not only presents a warm and gentle texture but also comes with a unique retro charm ๐Ÿ˜‰. This material seems to preserve the stories of time, carrying the profound history of the Viking era. Every detail exudes an antique atmosphere.

Beast - head Design, Mysterious and Majestic ๐Ÿ˜ˆ

At the top of the pendant is a highly iconic beast - head shape, a common element in Viking culture. The lines of the beast - head are smooth, and the carving is exquisite. Curly patterns surround it, creating a full - fledged mysterious atmosphere. In the beliefs of the Vikings, the beast - head can bring protection and power ๐Ÿ’ช. Wearing it, you can seemingly feel the mysterious majesty from ancient times, showing a unique personality.

Axe - blade Shape, Neat and Sharp โš”๏ธ

The part of the axe - blade has simple and crisp lines, perfectly restoring the sharpness of a Viking battle - axe. In Viking culture, the battle - axe is a crucial weapon for warriors in battles, symbolizing courage and fearlessness. The axe - blade made of pure tin, although it has no actual sharp edge, precisely replicates the shape, making people reminiscent of the valiant figures of Viking warriors on the battlefield.

Pattern Carvings, Cultural Imprints ๐Ÿ“œ

The body of the axe is engraved with exquisite geometric patterns and designs, which are derived from the traditional decorative art of the Vikings. They not only enhance the appearance of the pendant but also serve as unique symbols of Viking culture. Every line tells an ancient legend, fully demonstrating the wisdom and aesthetics of the Vikings.

Chain Matching, Unified Style ๐Ÿ‘

The chain of the necklace is a thick silver one, highly consistent in style with the pure - tin pendant. The thick chain is sturdy and durable, highlighting the Vikings' admiration for strength in their culture. Paired with the axe - shaped pendant, the overall look is tough and individualistic. It is very suitable for both daily wear and as a collection of Viking culture.
class SpzCustomDiscountFlashsale extends SPZ.BaseElement { constructor(element) { super(element); this.xhr_ = SPZServices.xhrFor(this.win); this.getFlashSaleApi = "\/api\/storefront\/promotion\/flashsale\/display_setting\/product_setting"; this.timer = null; this.variantId = "afffed4f-550c-4785-8892-774ab4d04949"; // ไฟƒ้”€ๆดปๅŠจๆ•ฐๆฎ this.flashsaleData = {} } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.templates_ = SPZServices.templatesForDoc(); this.viewport_ = this.getViewport(); // ๆŒ‚่ฝฝbindๅ‡ฝๆ•ฐ ่งฃๅ†ณthisๆŒ‡ๅ‘้—ฎ้ข˜ this.render = this.render.bind(this); this.resize = this.resize.bind(this); this.switchVariant = this.switchVariant.bind(this); } mountCallback() { // ่Žทๅ–ๆ•ฐๆฎ this.getData(); this.element.onclick = (e) => { const cur = this.win.document.querySelector(".app_discount_flashsale_desc"); if (this.flashsaleData.product_setting.is_redirection && appDiscountUtils.inProductBody(this.element) && e.target !== cur) { this.win.open(`/promotions/discount-default/${this.flashsaleData.discount_info.id}`); } } // ็ป‘ๅฎš this.viewport_.onResize(this.resize); // ็›‘ๅฌๅญๆฌพๅผๅˆ‡ๆข๏ผŒ้‡ๆ–ฐๆธฒๆŸ“ this.win.document.addEventListener('dj.variantChange', this.switchVariant); } unmountCallback() { // ่งฃ็ป‘ this.viewport_.removeResize(this.resize); this.win.document.removeEventListener('dj.variantChange', this.switchVariant); // ๆธ…้™คๅฎšๆ—ถๅ™จ if (this.timer) { clearTimeout(this.timer); this.timer = null; } } resize() { if (this.timer) { clearTimeout(this.timer) this.timer = null; } this.timer = setTimeout(() => { this.render(); }, 200) } switchVariant(event) { const variant = event.detail.selected; if (variant.product_id == '39fccbe2-8ae7-45a3-b84a-06e5a6058eae' && variant.id != this.variantId) { this.variantId = variant.id; this.getData(); } } getData() { const reqBody = { product_id: "39fccbe2-8ae7-45a3-b84a-06e5a6058eae", product_type: "default", variant_id: this.variantId } this.flashsaleData = {}; this.win.fetch(this.getFlashSaleApi, { method: "POST", body: JSON.stringify(reqBody), headers: { "Content-Type": "application/json" } }).then(async (response) => { if (response.ok) { this.flashsaleData = await response.json(); this.render(); } else { this.clearDom(); } }).catch(err => { this.clearDom(); }); } clearDom() { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); } render() { this.templates_ .findAndRenderTemplate(this.element, { isMobile: appDiscountUtils.judgeMobile(), isRTL: appDiscountUtils.judgeRTL(), inProductDetail: appDiscountUtils.inProductBody(this.element), flashsaleData: this.flashsaleData, image_domain: this.win.SHOPLAZZA.image_domain, }) .then((el) => { this.clearDom(); this.element.appendChild(el); }) } } SPZ.defineElement('spz-custom-discount-flashsale', SpzCustomDiscountFlashsale);