Skip to content
icon-X
Close menu
NEW
APPAREL
Men's T-Shirt
Women's T-Shirt
Hoodies
Long Sleeves
Jackets
Pants & Shorts
MUSIC
CDs
DVDs
BATTLE GEAR
Bags
Flags
Hats
Photobooks
Doormat
Drinkware
ULTIMATE FAN UPGRADES
ABOUT UFE
UFE
GIFT CARDS
Log in
NEW
APPAREL
Men's T-Shirt
Women's T-Shirt
Hoodies
Long Sleeves
Jackets
Pants & Shorts
MUSIC
CDs
DVDs
BATTLE GEAR
Bags
Flags
Hats
Photobooks
Doormat
Drinkware
ULTIMATE FAN UPGRADES
ABOUT UFE
UFE
GIFT CARDS
account
Log in
icon-search
Search
icon-hamburger
Site navigation
Cart
Search
Search
Pause slideshow
Play slideshow
FREE SHIPPING
ON ALL ORDERS ABOVE $100 WITHIN THE U.S.!
FREE MANOWAR GIFT
ON ALL ORDERS ABOVE $50
NEW ARRIVALS
2025 IMMORTAL WARRIOR COLLECTION
SHOP NOW
Availability
In stock
(20)
Out of stock
(0)
Price
Filter
icon-X
Close menu
Availability
In stock
(20)
Out of stock
(0)
Price
icon-filter
Filter
20 products
Sort
Sort
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
Manowar CD Battle Hymns MMXI
$10.00
Manowar CD Gods Of War Limited Steelbook Edition
$20.00
Manowar CD 2 Disc Hell On Wheels Live
$10.00
Manowar CD 2-Disc Hell On Stage Live
$10.00
Manowar CD Into Glory Ride Silver Edition - Digipak
$10.00
Manowar CD Hail To England Silver Edition - Digipak
$10.00
Manowar CD Hail To England
$10.00
Manowar CD Gods Of War
$10.00
Manowar EP The Sons Of Odin - Immortal Edition
$10.00
Manowar EP The Sons Of Odin
$5.00
Manowar CD Into Glory Ride Imperial Edition MMXIX (remixed/remastered)
$12.00
Manowar CD Hail To England Imperial Edition MMXIX (remixed/remastered)
$12.00
Manowar CD Kings of Metal MMXIV 2 Disc (Silver Edition)
$15.00
Manowar CD The Lord Of Steel
$10.00
Manowar CD Warriors Of The World - Digipak
$10.00
Manowar CD GODS OF WAR LIVE 2 DISC
$10.00
Manowar EP THUNDER IN THE SKY DELUXE EDITION 2 DISC
$10.00
Manowar EP The Final Battle I
$7.00
Manowar CD Single Laut Und Hart Stark Und Schnell
$5.00
Manowar CD Warriors Of The World 10th Anniversary Remastered Edition
$10.00
Toggle Switch
U.S. STORE
EU STORE
icon-X
"Close (esc)"
icon-X
icon-chevron
icon-X
CDs
function nuke(el){ el.style.setProperty('display','none','important'); el.style.setProperty('visibility','hidden','important'); el.style.setProperty('opacity','0','important'); el.style.setProperty('animation','none','important'); el.style.setProperty('transition','none','important'); } function hideIfSoldOut(el) { try { if (!el) return; if (el.closest && el.closest('.badge--hotseller')) return; // μην αγγίζεις Hot Seller if (el.matches && el.matches('button,[role="button"]')) return; // μην αγγίζεις κουμπί // IMG/SVG/USE if (el.matches && el.matches('img,svg,use')) { const alt = el.getAttribute('alt') || ''; const aria = el.getAttribute('aria-label') || ''; const src = (el.getAttribute('src') || '') + (el.getAttribute('href') || ''); if (RX.test(alt) || RX.test(aria) || /sold.*out/i.test(src)) return nuke(el); } // Text content const txt = (el.textContent || '').trim(); if (txt && RX.test(txt)) return nuke(el); } catch(e) {} } function scanRoot(root) { try { const scopes = root.querySelectorAll ? root.querySelectorAll(WRAPS.join(',')) : []; (scopes.length ? scopes : [root]).forEach(scope => { const all = scope.querySelectorAll ? scope.querySelectorAll('*') : []; all.forEach(hideIfSoldOut); }); // Shadow DOM traversal const nodes = root.querySelectorAll ? root.querySelectorAll('*') : []; nodes.forEach(node => { if (node.shadowRoot) scanRoot(node.shadowRoot); }); } catch(e) {} } // Run now scanRoot(document); // Watch for dynamic injections new MutationObserver(muts => { muts.forEach(m => { m.addedNodes && m.addedNodes.forEach(n => { if (n.nodeType === 1) { scanRoot(n); if (n.shadowRoot) scanRoot(n.shadowRoot); } }); }); }).observe(document.documentElement, { childList: true, subtree: true }); // Bonus: κόψε animations στα generic product tags (δεν πειράζει Hot Seller) const style = document.createElement('style'); style.textContent = ` .grid-product__tag { animation: none !important; transition: none !important; } .badge--hotseller, .badge--hotseller * { animation: initial !important; } `; document.documentElement.appendChild(style); })();