Viking Style Double Snake Round Waistband Belt

$69.99
Color:  Brown
Quantity

Description

Item Details:
Material: PU embossed + hardware fastener + rivet decoration
Weight: 660g/pc (including strap)

Viking Culture-themed Design, Recreating Ancient Mysterious Aura

These images showcase a Viking-style belt. Made of leather, it deeply integrates Viking cultural elements. The core area on the belt’s front features iconic Viking totems—the intertwined double snakes, symbolizing mysterious power and protection in Viking mythology. Surrounded by Old Norse runes, it further strengthens the mysterious atmosphere of Viking culture, as if telling ancient legends, making the wearer travel back to the Viking era in an instant. ๐Ÿ“œ๐Ÿ

Exquisite Craftsmanship, Demonstrating Hardcore Texture

Crafted from leather, the belt boasts a tough and retro texture. The edge of the circular relief pattern on the front is decorated with metal rivets, enhancing visual hierarchy and echoing the rough craftsmanship of Viking artifacts. The side is equipped with adjustable buckles, achieving tightness adjustment through leather straps interweaving with loops. Inspired by Viking warriors’ pursuit of equipment practicality, it ensures a secure fit while showcasing the fusion of functionality and decorativeness. โš™๏ธ๐Ÿ”—

Clear Size Labeling, Catering to Diverse Needs

The images clearly mark the belt’s size: waist adjustability ranges from 94–130 cm, width from 14–22 cm. The explicit specification display allows users of different body types to find a suitable way to wear it. Whether paired with Viking-themed costumes or used as a statement piece for individual styling, it’s easily adaptable, meeting diverse scene needs like cosplay and themed events. ๐ŸŒŸ

Multi-scene Wearing Display, Strong Style Adaptability

Showcasing wearing effects in different scenarios: When paired with chainmail and leather clothing in Viking warrior style, the belt becomes the highlight of the look, highlighting a domineering aura. When matched with simple robes, it adds a retro and mysterious touch to the overall look. Whether men want to exhibit the demeanor of Viking warriors or women aim to create a unique retro style, this belt seamlessly fits in, becoming the finishing touch of the style. ๐Ÿ›ก๏ธ
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 = "b194e0d4-eee5-434b-8b0c-1e2014f1acaf"; // ไฟƒ้”€ๆดปๅŠจๆ•ฐๆฎ 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 == '0febcbce-187c-44ae-bf65-221d61295fa1' && variant.id != this.variantId) { this.variantId = variant.id; this.getData(); } } getData() { const reqBody = { product_id: "0febcbce-187c-44ae-bf65-221d61295fa1", 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);