Spider Labz® Neon Luxury - Header
TECHNOLOGY

Pharma Grade

Certified quality

R&D

Continuous

QC Tests

Each batch

Nano Tech

Encapsulation

Precision

Molecular-level

Patents

Exclusive IP

Combining pharmaceutical-grade standards with innovative nanotechnology for superior product performance and reliability.
OUR FACTORY

Standards

GMP & FDA

Capacity

500K/month

Eco Power

100% renewable

Automation

State-of-art

QC Lab

In-house

Security

Biometric

Our global infrastructure ensures high availability and low latency worldwide. Visit spiderlaboratoriez.com →
WHOLESALE

Min Order

208/SKU

Shipping

Worldwide

Benefits

Exclusive

Discounts

Volume-based

Private Label

Custom branding

Logistics

Full support

Featuring competitive pricing, custom branding options, and global logistics support with fast worldwide shipping.
RETAIL

Availability

Premium stores

Locator

Find retailers

Margins

Competitive

Placement

Prime locations

Exclusives

Retail-only

Min Order

50 units/SKU

Featuring exclusive products, prime shelf placement, and competitive margins for boutique retailers worldwide.
$SPIDER TOKEN

Token Supply

50,000,000

$SPIDER

Token $SPIDER

View on BscScan →

Discount

10%

paying with $SPIDER

Blockchain

Binance Smart Chain (BSC)

Smart Contract

View on BscScan →

Staking

Earn rewards locking $SPIDER

Use $SPIDER to pay, save, and earn within our ecosystem. Whitepaper available in the Blockchain section.
PAYMENT METHODS

Credit Card

Yes

Refunds

No

Checks

No

Crypto

Yes (BTC/ETH)

Bank Transfer

Yes

Cash

No

Including credit cards, bank transfers, and cryptocurrency for your convenience and security.
SHIPPING POLICY

Processing

1-3 days

Rates

Calculated

Regions

Worldwide

Packaging

Luxury

Delivery

Express

Tracking

Real-time

With premium packaging, real-time tracking, and express delivery options for your convenience.
RETURN POLICY

Condition

Unopened only

Process

Contact first

Refunds

Case by case

Restrictions

No opened items

Return Ship

Customer pays

Damaged

Replaced

With prompt replacements for damaged items upon verification.
CONTACT US

Support

Post-order

Business

support@spiderlabz.com

Press

Official channels

HQ

European Union

Phone

Post-order

Location

Spain

Will address your inquiries and requests as promptly as possible.
PRIVACY POLICY

Data

Minimal collection

Usage

Service only

Protection

Military-grade

Anonymity

Optional

Tracking

None

Compliance

GDPR

Military-grade encryption, and full GDPR compliance for your protection.
INTELLIGENT AGENTS
PRIYA SHARMA
PRIYA SHARMA
Logistics · Shipping · Stock
ARACHNE
ARACHNE
Coordinator · KPIs · Incidents
MAYA CHEN
MAYA CHEN
Sales · VIP · Flavors · Pricing
DEREK FOSTER
DEREK FOSTER
Wholesale · Pallets · Bulk
MARCUS WEBB
MARCUS WEBB
Support · Tickets · Returns
ELENA VOSS
ELENA VOSS
Payments · Billing · Collections
These 6 intelligent agents manage the warehouse and you can buy in our Telegram Mini App
BLOCKCHAIN

Authentication

Unique ID

Transparency

Full tracking

Payments

Crypto accepted

Provenance

Digital history

Smart Contracts

Automated

Security

Anti-fake

Spider Labz® - Stand Oficial NEON

THE FUTURE OF BIOHACKING

ARACHNE
WHOLESALE ACCESS

WHOLESALE CODE

Required to view prices

BULK ORDERS

Unlimited units

WEB ORDER

Code required for prices

24/7 BOTS

Secure automated purchasing

PALLET ORDERS

Bulk discounts available

CONTAINER

20' & 40' options

Wholesale code required to view prices and order. Request your code via Telegram.
INDIVIDUAL ACCESS

NO CODE NEEDED

Instant access

WHOLESALE PRICE

Volume discounts

WEB ORDER

No restrictions

24/7 BOTS

Secure automated purchasing

VOLUME DISCOUNTS

Automatic at checkout

FAST SHIPPING

Worldwide delivery

No code required for individual purchases. Order via Telegram.
ARACHNE ARACHNE · AGENT ROUTING AI
2 SPECIALIZED AGENTS · SMART ROUTING
Black Widow® Luxury - Order System

BLACK WIDOW® OWN THE FUTURE

This is not a normal pre-workout. This is something never seen before in the sports nutrition industry.

Nothing compares. Because there is nothing like Black Widow®. 6 years creating the impossible formula. The purest. The most advanced.

And just when you thought you had seen it all... a Black Widow spider on its lid. A design that by itself is a collector's piece. Something never seen before in the industry.

Black Widow Luxury
ORDER

INDIVIDUAL

VIP Clients and Final Customers

WHOLESALE

Pallet & container pricing

WHOLESALE

EXCLUSIVE B2B ACCESS
Do you already have a wholesale account?

REQUEST WHOLESALE ACCESS

Fill this in and Derek Foster will review it — you'll get your code by email within 24-48h.

REQUEST VIP ACCESS

Fill this in and Maya Chen will review it — you'll get your code by email within 24-48h.
CONFIRM ORDER

SELECT YOUR COUNTRY

CitruSyn®
COMPONENT
99.9%
Purity Level
'; var ajaxUrl = (typeof bw_order_vars !== 'undefined' && bw_order_vars.ajaxurl) ? bw_order_vars.ajaxurl : '/wp-admin/admin-ajax.php'; var nonce = (typeof bw_order_vars !== 'undefined' && bw_order_vars.nonce) ? bw_order_vars.nonce : ''; this.showAlert("Sending order...", "info", 5000); // Datos estructurados para el WMS (SPIDER LABZ® WMS + ARACHNE): con esto el // almacén descuenta stock real, registra la venta y calcula el IVA correcto // según canal y país. El precio real lo recalcula siempre el servidor // contra sus propios tramos; lo que aquí se manda es solo referencia. var bwOrderChannel = isWholesale ? 'wholesale' : (isVip ? 'vip' : 'customer'); var bwOrderItems = items.map(function(it) { return { sku: it.product, qty: it.quantity, price: it.price, total: it.total }; }); var formDataEmail = new FormData(); formDataEmail.append('action', 'bw_send_order_email'); formDataEmail.append('email_content', emailContent); formDataEmail.append('customer_email', formData.email); formDataEmail.append('security', nonce); formDataEmail.append('order_items', JSON.stringify(bwOrderItems)); formDataEmail.append('order_channel', bwOrderChannel); formDataEmail.append('order_total', grandTotal); formDataEmail.append('shipping_cost', order.shippingCost || 0); formDataEmail.append('customer_name', formData.fullName || formData.contactName || ''); formDataEmail.append('customer_company', formData.companyName || ''); formDataEmail.append('customer_vat', formData.vatNumber || ''); formDataEmail.append('customer_phone', formData.phone || ''); formDataEmail.append('customer_country', formData.country || ''); formDataEmail.append('payment_method', order.paymentMethod || ''); formDataEmail.append('delivery_method', order.deliveryMethod || ''); // Campos anti-bot: bw_hp debe llegar siempre vacío; bw_ts es el tiempo (ms) // transcurrido desde que cargó la página hasta este envío. formDataEmail.append('bw_hp', ''); formDataEmail.append('bw_ts', Date.now() - (this.pageLoadTs || Date.now())); var self = this; fetch(ajaxUrl, { method: 'POST', body: formDataEmail, credentials: 'same-origin' }).then(function(response) { return response.json(); }).then(function(data) { if (data.success) { self.showAlert("ORDER CONFIRMED! We'll contact you shortly.", "info"); if (isWholesale) { self.quoteItems = []; self.wholesalePendingOrder = null; } else { self.individualQuoteItems = []; self.pendingOrder = null; } self.closeProductPopup(); self.closeComparativePopup(); self.closeFlavorDetailPopup(); self.closeStatsPopup(); self.closePurityPopup(); self.closeWholesalePopup(); self.closeTechSheetPopup(); self.closeMainOrderPopup(); self.closeIndividualFlavorPopup(); self.closeConfirmationPopup(); document.querySelectorAll('.BWLUX-popup-overlay').forEach(function(o) { o.style.display = 'none'; }); } else { throw new Error(data.data?.message || 'Server error'); } }).catch(function(error) { console.error('Error sending order:', error); self.showAlert(error.message || "Error sending order. Please try again or contact us directly.", "error"); }); }, openTechSheetPopup: function(id, el) { var eyes = document.querySelectorAll('.BWLUX-eye-icon'); for (var i = 0; i < eyes.length; i++) { eyes[i].classList.remove('BWLUX-active'); } if (el) el.classList.add('BWLUX-active'); var sheet = this.techSheets[id]; if (!sheet) return; document.getElementById('BWLUX-techsheet-content').innerHTML = sheet.title; document.getElementById('BWLUX-techsheet-body').innerHTML = sheet.content; document.getElementById('BWLUX-techsheet-overlay').style.display = 'block'; document.getElementById('BWLUX-techsheet-popup').style.display = 'block'; }, goBackToOrderPopup: function() { this.closeProductPopup(); this.openMainOrderPopup(); }, openProductPopup: function(content) { if (content === 'order') { this.openMainOrderPopup(); return; } var overlay = document.getElementById('BWLUX-popup-overlay'); var popup = document.getElementById('BWLUX-popup-content'); overlay.style.display = 'block'; popup.style.display = 'block'; popup.innerHTML = ''; if (content === 'flavors') { this.renderFlavorsPopup(popup); } else if (content === 'nutrition') renderNutritionPopup(popup); else if (content === 'barcode') { this.renderBarcodePopup(popup); } else if (content === 'products') { this.renderProductsPopup(popup); } else if (content === 'qr') { this.renderQRPopup(popup); } else if (content === 'video') this.renderVideoPopup(popup); }, renderVideoPopup: function(popup) { popup.innerHTML = ''; const closeBtn = document.createElement('button'); closeBtn.className = 'BWLUX-popup-close'; closeBtn.innerHTML = '×'; closeBtn.onclick = function() { BWORDER.closeProductPopup(); }; popup.appendChild(closeBtn); var header = document.createElement('div'); header.className = 'BWLUX-popup-header'; header.innerHTML = ' VIDEO'; popup.appendChild(header); var vc = document.createElement('div'); vc.className = 'BWLUX-video-container'; var v = document.createElement('video'); v.controls = true; v.autoplay = true; v.style.width = '100%'; var s = document.createElement('source'); s.src = "https://spiderlabz.com/wp-content/uploads/2025/06/Black-Widow%C2%AE-WEB.mp4"; s.type = "video/mp4"; v.appendChild(s); vc.appendChild(v); popup.appendChild(vc); setTimeout(function() { v.play().catch(function(e) { console.log('Autoplay prevented'); }); }, 100); }, openFlavorDetailPopup: function(id) { var flavorDetails = { "deadly-web": { title: "Deadly Web", quote: "Flavor Profile: A bold combination of vibrant orange, rich caramel, and smooth vanilla. The perfect balance of citrusy, creamy, and sweet for an irresistible experience.", cards: [{ icon: "fa-apple-alt", title: "Orange", value: "Citrus", sub: "Fresh" },{ icon: "fa-candy-cane", title: "Caramel", value: "Sweet", sub: "Rich" },{ icon: "fa-ice-cream", title: "Vanilla", value: "Creamy", sub: "Smooth" }] }, "sweet-trap": { title: "Sweet Trap", quote: "Flavor Profile: The crisp freshness of green apple meets the deep sweetness of caramel and the juicy touch of strawberry.", cards: [{ icon: "fa-apple-alt", title: "Green Apple", value: "Crisp", sub: "Fresh" },{ icon: "fa-candy-cane", title: "Caramel", value: "Sweet", sub: "Deep" },{ icon: "fa-apple-alt", title: "Strawberry", value: "Juicy", sub: "Tart" }] }, "venom-punch": { title: "Venom Punch", quote: "A fruity explosion blending juicy strawberry, watermelon, and cherry with a hint of caramel.", cards: [{ icon: "fa-apple-alt", title: "Strawberry", value: "Juicy", sub: "Sweet" },{ icon: "fa-apple-alt", title: "Watermelon", value: "Refreshing", sub: "Fresh" },{ icon: "fa-apple-alt", title: "Cherry", value: "Tart", sub: "Intense" },{ icon: "fa-candy-cane", title: "Caramel", value: "Sweet", sub: "Hint" }] }, "lethal-bite": { title: "Lethal Bite", quote: "The tropical sweetness of melon and banana intertwines with caramel to create a smooth, indulgent experience.", cards: [{ icon: "fa-apple-alt", title: "Melon", value: "Sweet", sub: "Tropical" },{ icon: "fa-candy-cane", title: "Caramel", value: "Smooth", sub: "Indulgent" },{ icon: "fa-apple-alt", title: "Banana", value: "Creamy", sub: "Rich" }] }, "dark-venom": { title: "Dark Venom", quote: "A direct trip to the tropics with the refreshing tartness of pineapple, the smoothness of coconut, and the sweet touch of caramel.", cards: [{ icon: "fa-apple-alt", title: "Pineapple", value: "Tart", sub: "Refreshing" },{ icon: "fa-apple-alt", title: "Coconut", value: "Smooth", sub: "Tropical" },{ icon: "fa-candy-cane", title: "Caramel", value: "Sweet", sub: "Exotic" }] }, "silk-drift": { title: "Silk Drift", quote: "The juicy sweetness of pear and apple combined with caramel creates a smooth, velvety flavor.", cards: [{ icon: "fa-apple-alt", title: "Pear", value: "Juicy", sub: "Sweet" },{ icon: "fa-apple-alt", title: "Apple", value: "Crisp", sub: "Fresh" },{ icon: "fa-candy-cane", title: "Caramel", value: "Velvety", sub: "Smooth" }] } }; var d = flavorDetails[id] || { title: this.flavorData[id]?.title || id, quote: "Experience the extraordinary flavor profile.", cards: [{ icon: "fa-star", title: "Flavor", value: "Unique", sub: "Premium" },{ icon: "fa-star", title: "Quality", value: "Premium", sub: "Grade" },{ icon: "fa-star", title: "Experience", value: "Intense", sub: "Satisfaction" }] }; this.closeProductPopup(); var overlay = document.getElementById('BWLUX-flavor-detail-overlay'); var popup = document.getElementById('BWLUX-flavor-detail-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; var cardsHtml = ''; for (var c = 0; c < d.cards.length; c++) { var card = d.cards[c]; cardsHtml += '

' + card.title + '

' + card.value + '

' + card.sub + '
'; } popup.innerHTML = '
' + d.title + '
' + cardsHtml + '
' + d.quote + '
'; }, openComparativePopup: function(type) { if (type === 'purity-data') { this.openPurityPopup(); return; } if (type === 'health-plus') { this.openHealthPlusPopup(); return; } if (type === 'lab-results') { this.openLabResultsPopup(); return; } var overlay = document.getElementById('BWLUX-comparative-overlay'); var popup = document.getElementById('BWLUX-comparative-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; var contents = { 'core-facts': { title: 'CORE FACTS', icon: 'fa-vial', features: [{icon:'fa-flask',title:'Purity',value:'99.9%',sub:'Pharma'},{icon:'fa-microscope',title:'Quality',value:'ISO 9001',sub:'Certified'},{icon:'fa-certificate',title:'Tested',value:'3rd Party',sub:'Verified'}] }, 'strength-tip': { title: 'STRENGTH TIP', icon: 'fa-running', features: [{icon:'fa-dumbbell',title:'Power',value:'+50%',sub:'Gain'},{icon:'fa-bolt',title:'Energy',value:'4-6h',sub:'Sustained'},{icon:'fa-brain',title:'Focus',value:'Laser',sub:'Sharp'}] }, 'final-view': { title: 'FINAL VIEW', icon: 'fa-trophy', features: [{icon:'fa-star',title:'Rating',value:'5/5',sub:'Stars'},{icon:'fa-award',title:'Award',value:'Best',sub:'Pre-workout'},{icon:'fa-users',title:'Users',value:'1M+',sub:'Satisfied'}] }, 'tech-specs': { title: 'TECH SPECS', icon: 'fa-microchip', features: [{icon:'fa-microscope',title:'Micronized',value:'<10μm',sub:'Particle'},{icon:'fa-clock',title:'Duration',value:'4-6h',sub:'Effects'},{icon:'fa-temperature-high',title:'Stable',value:'2 Years',sub:'Shelf'}] }, 'custom-tubes': { title: 'CUSTOM TUBES', icon: 'fa-tools', features: [{icon:'fa-ruler',title:'Size',value:'Custom',sub:'Any'},{icon:'fa-paint-brush',title:'Design',value:'Your',sub:'Branding'},{icon:'fa-box-open',title:'Packaging',value:'Eco',sub:'Friendly'}] }, 'price-value': { title: 'PRICE VALUE', icon: 'fa-tags', features: [{icon:'fa-euro-sign',title:'Price',value:'Best',sub:'Value'},{icon:'fa-chart-line',title:'ROI',value:'High',sub:'Return'},{icon:'fa-piggy-bank',title:'Savings',value:'Bulk',sub:'Discounts'}] }, 'exclusive-tech': { title: 'EXCLUSIVE TECH', icon: 'fa-atom', features: [{icon:'fa-copyright',title:'Patent',value:'Protected',sub:'Formula'},{icon:'fa-flask',title:'Innovation',value:'Proprietary',sub:'Blend'},{icon:'fa-lock',title:'Exclusive',value:'Only',sub:'From Us'}] }, 'behavior': { title: 'BEHAVIOR', icon: 'fa-bolt', features: [{icon:'fa-chart-bar',title:'Response',value:'Rapid',sub:'Onset'},{icon:'fa-smile',title:'Mood',value:'Enhanced',sub:'Mood'},{icon:'fa-clock',title:'Duration',value:'Long',sub:'Lasting'}] } }; var data = contents[type] || contents['core-facts']; var featuresHtml = ''; for (var f = 0; f < data.features.length; f++) { var feat = data.features[f]; featuresHtml += '

' + feat.title + '

' + feat.value + '

' + feat.sub + '
'; } popup.innerHTML = '
' + data.title + '
' + featuresHtml + '
'; this.renderComparativeChart(type, data); }, openHealthPlusPopup: function() { var overlay = document.getElementById('BWLUX-comparative-overlay'); var popup = document.getElementById('BWLUX-comparative-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; popup.innerHTML = '
HEALTH PLUS

Cardiovascular

+45%

Endurance

Immune System

+38%

Boost

Cognitive Health

+52%

Function
'; this.renderHealthChart(); }, // ========== GRÁFICOS CON COLORES VARIADOS ========== renderHealthChart: function() { var ctx = document.getElementById('BWLUX-health-chart')?.getContext('2d'); if (!ctx) return; if (this.comparativeChart) this.comparativeChart.destroy(); this.comparativeChart = new Chart(ctx, { type: 'doughnut', data: { labels: ['Cardiovascular Health', 'Immune Support', 'Cognitive Function', 'Recovery Speed', 'Energy Levels'], datasets: [{ data: [94, 88, 96, 85, 98], backgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff'], borderColor: '#fff', borderWidth: 2, hoverOffset: 15 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { animateRotate: true, duration: 1800 }, plugins: { legend: { position: 'bottom', labels: { color: '#fff', font: { size: 10 } } }, tooltip: { callbacks: { label: function(ctx) { return ctx.label + ': ' + ctx.raw + '% improvement'; } } } } } }); }, openLabResultsPopup: function() { var overlay = document.getElementById('BWLUX-comparative-overlay'); var popup = document.getElementById('BWLUX-comparative-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; popup.innerHTML = '
LAB RESULTS
' + '
' + '

Purity

99.92%

HPLC Tested
' + '

Bioavailability

98.7%

Absorption Rate
' + '

Contaminants

0 ppm

Heavy Metals
' + '
' + '
' + 'MONTHLY QUALITY CONTROL' + '
' + '
' + '' + '
'; this.renderLabChart(); }, renderLabChart: function() { var ctx = document.getElementById('BWLUX-lab-chart')?.getContext('2d'); if (!ctx) return; if (this.comparativeChart) this.comparativeChart.destroy(); var gradient1 = ctx.createLinearGradient(0, 0, 0, 250); gradient1.addColorStop(0, 'rgba(0, 255, 255, 0.9)'); gradient1.addColorStop(0.3, 'rgba(0, 255, 255, 0.5)'); gradient1.addColorStop(1, 'rgba(0, 255, 255, 0.1)'); var gradient2 = ctx.createLinearGradient(0, 0, 0, 250); gradient2.addColorStop(0, 'rgba(255, 0, 204, 0.9)'); gradient2.addColorStop(0.3, 'rgba(255, 0, 204, 0.5)'); gradient2.addColorStop(1, 'rgba(255, 0, 204, 0.1)'); var gradient3 = ctx.createLinearGradient(0, 0, 0, 250); gradient3.addColorStop(0, 'rgba(255, 123, 0, 0.9)'); gradient3.addColorStop(0.3, 'rgba(255, 123, 0, 0.5)'); gradient3.addColorStop(1, 'rgba(255, 123, 0, 0.1)'); this.comparativeChart = new Chart(ctx, { type: 'line', data: { labels: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], datasets: [ { label: 'Purity %', data: [92, 94, 95, 96, 97, 98, 98.5, 99, 99.2, 99.5, 99.8, 99.92], borderColor: '#0ff', backgroundColor: gradient1, fill: true, tension: 0.4, pointBackgroundColor: '#0ff', pointBorderColor: '#fff', pointRadius: 6, pointHoverRadius: 10, pointBorderWidth: 2, borderWidth: 3 }, { label: 'Potency %', data: [88, 90, 91, 92, 93, 94, 95, 96, 97, 97.5, 98, 98.5], borderColor: '#ff00cc', backgroundColor: gradient2, fill: true, tension: 0.4, pointBackgroundColor: '#ff00cc', pointBorderColor: '#fff', pointRadius: 6, pointHoverRadius: 10, pointBorderWidth: 2, borderWidth: 3 }, { label: 'Bioavailability %', data: [75, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98.7], borderColor: '#ff7b00', backgroundColor: gradient3, fill: true, tension: 0.4, pointBackgroundColor: '#ff7b00', pointBorderColor: '#fff', pointRadius: 6, pointHoverRadius: 10, pointBorderWidth: 2, borderWidth: 3 } ] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 2000, easing: 'easeInOutQuart' }, interaction: { mode: 'index', intersect: false }, scales: { y: { min: 60, max: 100, ticks: { color: '#fff', stepSize: 5, font: { size: 11 } }, grid: { color: 'rgba(255,255,255,0.15)' }, title: { display: true, text: 'Percentage (%)', color: '#fff', font: { size: 12 } } }, x: { ticks: { color: '#fff', font: { size: 10 } }, grid: { color: 'rgba(255,255,255,0.08)' } } }, plugins: { legend: { position: 'top', labels: { color: '#fff', font: { size: 11, weight: 'bold' }, usePointStyle: true, padding: 15 } }, tooltip: { backgroundColor: 'rgba(0,0,0,0.85)', titleColor: '#0ff', bodyColor: '#fff', borderColor: '#0ff', borderWidth: 2, padding: 14, cornerRadius: 8, callbacks: { label: function(context) { return context.dataset.label + ': ' + context.parsed.y + '%'; } } } } } }); }, renderComparativeChart: function(type, data) { var ctx = document.getElementById('BWLUX-comparative-chart')?.getContext('2d'); if (!ctx) return; if (this.comparativeChart) this.comparativeChart.destroy(); var white = '#fff'; var cfg = {}; if (type === 'core-facts') { cfg = { type: 'bar', data: { labels: ['Purity', 'Quality', 'Certified', 'Stability'], datasets: [{ data: [99.9, 98.5, 100, 97.2], backgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14'], borderColor: white, borderRadius: 12, barPercentage: 0.65 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 1600 }, scales: { y: { max: 100, ticks: { color: white } }, x: { ticks: { color: white } } } } }; } else if (type === 'strength-tip') { cfg = { type: 'line', data: { labels: ['Power', 'Energy', 'Focus', 'Endurance', 'Recovery'], datasets: [{ data: [95, 98, 92, 88, 94], borderColor: '#0ff', backgroundColor: 'rgba(0,255,255,0.1)', fill: true, tension: 0.4, pointBackgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff'], pointBorderColor: white, pointRadius: 6, borderWidth: 3 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 1800 }, scales: { y: { max: 100, ticks: { color: white } }, x: { ticks: { color: white } } } } }; } else if (type === 'final-view') { var grad = ctx.createLinearGradient(0, 0, 0, 200); grad.addColorStop(0, 'rgba(0,255,255,0.6)'); grad.addColorStop(1, 'rgba(0,255,255,0.05)'); cfg = { type: 'line', data: { labels: ['W1', 'W2', 'W3', 'W4', 'W5', 'W6', 'W7', 'W8'], datasets: [{ data: [75, 82, 88, 91, 94, 97, 99, 100], borderColor: '#0ff', backgroundColor: grad, fill: true, tension: 0.4, pointBackgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff', '#ffff00', '#0ff', '#ff00cc'], pointBorderColor: white, pointRadius: 5, borderWidth: 3 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 2000 }, scales: { y: { max: 100, ticks: { color: white } }, x: { ticks: { color: white } } } } }; } else if (type === 'tech-specs') { cfg = { type: 'bar', data: { labels: ['Absorption', 'Duration', 'Stability', 'Potency', 'Bioavailability'], datasets: [{ data: [98, 95, 97, 99, 96], backgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff'], borderColor: white, borderRadius: 10 }] }, options: { responsive: true, maintainAspectRatio: false, indexAxis: 'y', animation: { duration: 1500 }, scales: { x: { max: 100, ticks: { color: white } }, y: { ticks: { color: white } } } } }; } else if (type === 'custom-tubes') { cfg = { type: 'bar', data: { labels: ['Size', 'Design', 'Material', 'Printing', 'Eco'], datasets: [{ label: 'Standard', data: [80, 75, 85, 70, 65], backgroundColor: '#888' }, { label: 'Premium', data: [95, 98, 96, 97, 94], backgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff'] }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 1700 }, scales: { y: { max: 100, ticks: { color: white } }, x: { ticks: { color: white } } }, plugins: { legend: { labels: { color: white } } } } }; } else if (type === 'price-value') { cfg = { type: 'doughnut', data: { labels: ['Price/Value', 'Quality', 'Service', 'Innovation'], datasets: [{ data: [48, 32, 12, 8], backgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14'], borderColor: white, borderWidth: 2, cutout: '60%' }] }, options: { responsive: true, maintainAspectRatio: false, animation: { animateRotate: true, duration: 1700 }, plugins: { legend: { labels: { color: white } } } } }; } else if (type === 'exclusive-tech') { cfg = { type: 'bubble', data: { datasets: [{ label: 'Patent', data: [{ x: 18, y: 96, r: 16 }], backgroundColor: '#0ff', borderColor: white }, { label: 'Innovation', data: [{ x: 48, y: 98, r: 22 }], backgroundColor: '#ff00cc', borderColor: white }, { label: 'Exclusive', data: [{ x: 78, y: 95, r: 20 }], backgroundColor: '#ff7b00', borderColor: white }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 2000 }, scales: { x: { min: 0, max: 100, ticks: { color: white } }, y: { min: 90, max: 100, ticks: { color: white } } }, plugins: { legend: { labels: { color: white } } } } }; } else if (type === 'behavior') { cfg = { type: 'line', data: { labels: ['0m', '10m', '20m', '30m', '45m', '60m', '90m', '120m'], datasets: [{ label: 'Energy', data: [0, 35, 72, 95, 98, 94, 86, 75], borderColor: '#0ff', borderWidth: 3, pointBackgroundColor: '#0ff', tension: 0.3 }, { label: 'Focus', data: [0, 28, 68, 88, 96, 97, 91, 82], borderColor: '#ff00cc', borderWidth: 3, pointBackgroundColor: '#ff00cc', tension: 0.3 }, { label: 'Strength', data: [0, 18, 52, 76, 86, 92, 89, 78], borderColor: '#ff7b00', borderWidth: 3, pointBackgroundColor: '#ff7b00', tension: 0.3 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 1800 }, scales: { y: { max: 100, ticks: { color: white } }, x: { ticks: { color: white } } }, plugins: { legend: { labels: { color: white } } } } }; } this.comparativeChart = new Chart(ctx, cfg); }, openStatsPopup: function() { var overlay = document.getElementById('BWLUX-stats-overlay'); var popup = document.getElementById('BWLUX-stats-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; popup.innerHTML = '
Performance Stats

Energy

95%

Boost

Focus

90%

Improvement

Strength

85%

Increase
'; this.renderStatsChart(); }, renderStatsChart: function() { var ctx = document.getElementById('BWLUX-stats-chart')?.getContext('2d'); if (!ctx) return; if (this.statsChart) this.statsChart.destroy(); this.statsChart = new Chart(ctx, { type: 'radar', data: { labels: ['Energy', 'Focus', 'Strength', 'Endurance', 'Recovery', 'Pump'], datasets: [{ data: [95, 90, 85, 88, 82, 92], backgroundColor: 'rgba(0, 255, 255, 0.25)', borderColor: '#0ff', pointBackgroundColor: ['#0ff', '#ff00cc', '#ff7b00', '#39ff14', '#aa00ff', '#ffff00'], pointBorderColor: '#fff', pointRadius: 5, pointHoverRadius: 10, borderWidth: 3 }] }, options: { responsive: true, maintainAspectRatio: false, animation: { duration: 1500 }, scales: { r: { ticks: { color: '#fff', backdropColor: 'transparent' }, grid: { color: 'rgba(255,255,255,0.2)' } } } } }); }, // ========== PURITY DATA - HEAT GRID (2 FILAS - TOOLTIP PERSONALIZADO) ========== openPurityPopup: function() { var overlay = document.getElementById('BWLUX-purity-overlay'); var popup = document.getElementById('BWLUX-purity-popup'); overlay.style.display = 'block'; popup.style.display = 'block'; var purityData = [ { label: 'CitruSyn®', value: '99.9%' }, { label: 'CreaZ®', value: '99.5%' }, { label: 'Carnosyn®', value: '99.2%' }, { label: 'Taurine', value: '98.8%' }, { label: 'D-Glucoro', value: '98.5%' }, { label: 'Caffsphere®', value: '99.1%' }, { label: 'Schisandra', value: '98.3%' }, { label: 'L-Tyrosine', value: '98.7%' }, { label: 'Kuchacore®', value: '98.0%' }, { label: 'Agmapure®', value: '99.3%' }, { label: 'Bioperine®', value: '99.8%' }, { label: 'Complex', value: '99.0%' } ]; var gridHtml = '
'; for (var i = 0; i < purityData.length; i++) { var item = purityData[i]; // CON tooltips gridHtml += '
' + '' + item.value + '' + '' + item.label + '' + '
'; } gridHtml += '
'; var legendHtml = '
' + '
99%+
' + '
98-99%
' + '
97-98%
' + '
96-97%
' + '
95-96%
' + '
'; popup.innerHTML = '' + '
PURITY DATA
' + '
' + '

Avg Purity

99.1%

Overall average
' + '

Tested

3rd party

verified
' + '

Contaminants

None

detected
' + '
' + // CONTENEDOR ESTILO GRÁFICO - SIN TÍTULO "COMPONENT PURITY MATRIX" '
' + gridHtml + legendHtml + '
'; }, renderPurityChart: function() { // Ya no se usa - reemplazado por el heat grid }, flavorData: { "deadly-web": { title: "Deadly Web" }, "sweet-trap": { title: "Sweet Trap" }, "venom-punch": { title: "Venom Punch" }, "lethal-bite": { title: "Lethal Bite" }, "dark-venom": { title: "Dark Venom" }, "silk-drift": { title: "Silk Drift" } }, techSheets: { 'half-pallet': { title: 'TECH SHEET – HALF PALLET', content: '
FormatHalf pallet
Pallets0.5
BW-4 Boxes52
Box dimensions24.9 × 22.2 × 22.2 cm
Total units208 tubes
Empty box weight0.30 kg
Total boxes weight15.6 kg
Product + tube weight0.30 kg
Total product + tube62.4 kg
Pallet weight15 kg
Total order weight93 kg
Price per unit€23.38
TOTAL PRICE€4,863.04
' }, 'one-pallet': { title: 'TECH SHEET – 1 FULL PALLET', content: '
Format1 pallet
Pallets1
BW-4 Boxes105
Box dimensions24.9 × 22.2 × 22.2 cm
Total units420 tubes
Empty box weight0.30 kg
Total boxes weight31.5 kg
Product + tube weight0.30 kg
Total product + tube126 kg
Pallet weight15 kg
Total order weight172.5 kg
Price per unit€21.68
TOTAL PRICE€9,105.60
' }, 'two-pallets': { title: 'TECH SHEET – 2 PALLETS', content: '
Format2 pallets
Pallets2
BW-4 Boxes210
Box dimensions24.9 × 22.2 × 22.2 cm
Total units840 tubes
Empty box weight0.30 kg
Total boxes weight63 kg
Product + tube weight0.30 kg
Total product + tube252 kg
Pallets weight30 kg
Total order weight345 kg
Price per unit€21.11
TOTAL PRICE€17,732.40
' }, 'three-pallets': { title: 'TECH SHEET – 3 PALLETS', content: '
Format3 pallets
Pallets3
BW-4 Boxes315
Box dimensions24.9 × 22.2 × 22.2 cm
Total units1,260 tubes
Empty box weight0.30 kg
Total boxes weight94.5 kg
Product + tube weight0.30 kg
Total product + tube378 kg
Pallets weight45 kg
Total order weight517.5 kg
Price per unit€20.48
TOTAL PRICE€25,804.80
' }, 'four-pallets': { title: 'TECH SHEET – 4 PALLETS', content: '
Format4 pallets
Pallets4
BW-4 Boxes420
Box dimensions24.9 × 22.2 × 22.2 cm
Total units1,680 tubes
Empty box weight0.30 kg
Total boxes weight126 kg
Product + tube weight0.30 kg
Total product + tube504 kg
Pallets weight60 kg
Total order weight690 kg
Price per unit€19.99
TOTAL PRICE€33,583.20
' }, 'five-pallets': { title: 'TECH SHEET – 5 PALLETS', content: '
Format5 pallets
Pallets5
BW-4 Boxes525
Box dimensions24.9 × 22.2 × 22.2 cm
Total units2,100 tubes
Empty box weight0.30 kg
Total boxes weight157.5 kg
Product + tube weight0.30 kg
Total product + tube630 kg
Pallets weight75 kg
Total order weight862.5 kg
Price per unit€19.48
TOTAL PRICE€40,908.00
' }, 'six-pallets': { title: 'TECH SHEET – 6 PALLETS', content: '
Format6 pallets
Pallets6
BW-4 Boxes630
Box dimensions24.9 × 22.2 × 22.2 cm
Total units2,520 tubes
Empty box weight0.30 kg
Total boxes weight189 kg
Product + tube weight0.30 kg
Total product + tube756 kg
Pallets weight90 kg
Total order weight1,035 kg
Price per unit€18.94
TOTAL PRICE€47,728.80
' }, 'container-20': { title: 'TECH SHEET – 20′ CONTAINER', content: '
Format20′ Container
Pallets11
BW-4 Boxes1,155
Box dimensions24.9 × 22.2 × 22.2 cm
Total units4,620 tubes
Empty box weight0.30 kg
Total boxes weight346.5 kg
Product + tube weight0.30 kg
Total product + tube1,386 kg
Pallet weight165 kg
Total order weight1,897.5 kg
Price per unit€18.04
TOTAL PRICE€83,344.80
' }, 'container-40': { title: 'TECH SHEET – 40′ CONTAINER', content: '
Format40′ Container
Pallets25
BW-4 Boxes2,625
Box dimensions24.9 × 22.2 × 22.2 cm
Total units10,500 tubes
Empty box weight0.30 kg
Total boxes weight787.5 kg
Product + tube weight0.30 kg
Total product + tube3,150 kg
Pallet weight375 kg
Total order weight4,312.5 kg
Price per unit€16.72
TOTAL PRICE€175,560.00
' }, 'full-truck': { title: 'TECH SHEET – FULL TRUCK', content: '
FormatFull Truck
Pallets33
BW-4 Boxes3,465
Box dimensions24.9 × 22.2 × 22.2 cm
Total units13,860 tubes
Empty box weight0.30 kg
Total boxes weight1,039.5 kg
Product + tube weight0.30 kg
Total product + tube4,158 kg
Pallets weight495 kg
Total order weight5,692.5 kg
Price per unit€16.42
TOTAL PRICE€227,581.20
' } }, individualTechSheets: { 'individual-1': { title: 'TECH SHEET – 1 UNIT', content: '
FormatSingle unit
PalletsN/A
BW-4 BoxesN/A
Box dimensions12.6 × 11.6 × 11.6 cm
Total units1 tube
Empty box weight0.15 kg
Total boxes weight0.15 kg
Product + tube weight0.30 kg
Total product + tube0.30 kg
Pallet weightN/A
Total order weight0.45 kg
Price per unit€46.87
TOTAL PRICE€46.87
' }, 'individual-2': { title: 'TECH SHEET – 2 UNITS', content: '
Format2 units
PalletsN/A
BW-4 BoxesN/A
Box dimensions25.2 × 11.6 × 11.6 cm
Total units2 tubes
Empty box weight0.25 kg
Total boxes weight0.25 kg
Product + tube weight0.30 kg
Total product + tube0.60 kg
Pallet weightN/A
Total order weight0.85 kg
Price per unit€45.83
TOTAL PRICE€91.66
' }, 'individual-3': { title: 'TECH SHEET – 3 UNITS', content: '
Format3 units
PalletsN/A
BW-4 BoxesN/A
Box dimensions25.2 × 23.2 × 11.6 cm
Total units3 tubes
Empty box weight0.35 kg
Total boxes weight0.35 kg
Product + tube weight0.30 kg
Total product + tube0.90 kg
Pallet weightN/A
Total order weight1.25 kg
Price per unit€44.79
TOTAL PRICE€134.37
' }, 'individual-4': { title: 'TECH SHEET – 4 UNITS', content: '
Format4 units
PalletsN/A
BW-4 BoxesN/A
Box dimensions25.2 × 23.2 × 11.6 cm
Total units4 tubes
Empty box weight0.35 kg
Total boxes weight0.35 kg
Product + tube weight0.30 kg
Total product + tube1.20 kg
Pallet weightN/A
Total order weight1.55 kg
Price per unit€43.75
TOTAL PRICE€175.00
' }, 'individual-5': { title: 'TECH SHEET – 5 UNITS', content: '
Format5 units
PalletsN/A
BW-4 BoxesN/A
Box dimensions50.4 × 23.2 × 11.6 cm
Total units5 tubes
Empty box weight0.55 kg
Total boxes weight0.55 kg
Product + tube weight0.30 kg
Total product + tube1.50 kg
Pallet weightN/A
Total order weight2.05 kg
Price per unit€42.71
TOTAL PRICE€213.55
' }, 'individual-6': { title: 'TECH SHEET – 6 UNITS', content: '
Format6 units
PalletsN/A
BW-4 BoxesN/A
Box dimensions50.4 × 23.2 × 11.6 cm
Total units6 tubes
Empty box weight0.55 kg
Total boxes weight0.55 kg
Product + tube weight0.30 kg
Total product + tube1.80 kg
Pallet weightN/A
Total order weight2.35 kg
Price per unit€41.67
TOTAL PRICE€250.02
' }, 'individual-7': { title: 'TECH SHEET – 7 UNITS', content: '
Format7 units
PalletsN/A
BW-4 BoxesMulti-box
Box dimensions50.4 × 23.2 × 11.6 cm per box
Total units7 tubes
Empty box weight0.55 kg per box
Total boxes weight0.55 kg
Product + tube weight0.30 kg
Total product + tube2.10 kg
Pallet weightN/A
Total order weight2.65 kg
Price per unit€40.63
TOTAL PRICE€284.41
' }, 'individual-8': { title: 'TECH SHEET – 8 UNITS', content: '
Format8 units
PalletsN/A
BW-4 BoxesMulti-box
Box dimensions50.4 × 23.2 × 11.6 cm per box
Total units8 tubes
Empty box weight0.55 kg per box
Total boxes weight1.10 kg
Product + tube weight0.30 kg
Total product + tube2.40 kg
Pallet weightN/A
Total order weight3.50 kg
Price per unit€39.59
TOTAL PRICE€316.72
' }, 'individual-9': { title: 'TECH SHEET – 9 UNITS', content: '
Format9 units
PalletsN/A
BW-4 BoxesMulti-box
Box dimensions50.4 × 23.2 × 11.6 cm per box
Total units9 tubes
Empty box weight0.55 kg per box
Total boxes weight1.10 kg
Product + tube weight0.30 kg
Total product + tube2.70 kg
Pallet weightN/A
Total order weight3.80 kg
Price per unit€38.53
TOTAL PRICE€346.77
' }, 'individual-10': { title: 'TECH SHEET – 10 UNITS', content: '
Format10 units
PalletsN/A
BW-4 BoxesMulti-box
Box dimensions50.4 × 23.2 × 11.6 cm per box
Total units10 tubes
Empty box weight0.55 kg per box
Total boxes weight1.10 kg
Product + tube weight0.30 kg
Total product + tube3.00 kg
Pallet weightN/A
Total order weight4.10 kg
Price per unit€37.45
TOTAL PRICE€374.50
' } }, initEventListeners: function() { var self = this; document.querySelectorAll('.BWLUX-icon-button').forEach(function(btn){ btn.addEventListener('click',function(){ self.openProductPopup(this.getAttribute('data-popup-type')); }); }); document.querySelectorAll('.BWLUX-circle-button').forEach(function(btn){ btn.addEventListener('click',function(){ self.openComparativePopup(this.getAttribute('data-popup-type')); }); }); document.querySelectorAll('.BWLUX-popup-overlay').forEach(function(overlay){ overlay.addEventListener('click',function(e){ if(e.target===this){ self.closeProductPopup(); self.closeComparativePopup(); self.closeFlavorDetailPopup(); self.closeStatsPopup(); self.closePurityPopup(); self.closeWholesalePopup(); self.closeTechSheetPopup(); self.closeMainOrderPopup(); self.closeIndividualFlavorPopup(); self.closeConfirmationPopup(); } }); }); var countryCloseBtn = document.getElementById('country-popup-close'); var countryOverlay = document.getElementById('country-popup-overlay'); if(countryCloseBtn){ countryCloseBtn.addEventListener('click',function(){ self.closeCountryPopup(); }); } if(countryOverlay){ countryOverlay.addEventListener('click',function(){ self.closeCountryPopup(); }); } }, init: function() { this.pageLoadTs = Date.now(); this.initEventListeners(); var self = this; fetch('https://spiderlabz.com/wp-json/spiderlabz/v1/public-config') .then(r => r.json()) .then(cfg => { if (cfg.company_wallet) self.companyWallet = cfg.company_wallet; if (cfg.token_contract_bsc) self.contractAddresses.bsc = cfg.token_contract_bsc; }); } }; // ========== PURITY TOOLTIP FUNCTIONS ========== function showPurityTooltip(event, label, value) { var tooltip = document.getElementById('purityTooltip'); if (!tooltip) return; document.getElementById('tooltipTitle').textContent = label; document.getElementById('tooltipValue').textContent = value; document.getElementById('tooltipSub').textContent = 'Purity Level'; tooltip.style.display = 'block'; tooltip.style.left = (event.clientX + 12) + 'px'; tooltip.style.top = (event.clientY - 8) + 'px'; } function hidePurityTooltip() { var tooltip = document.getElementById('purityTooltip'); if (tooltip) { tooltip.style.display = 'none'; } } // ================= WMS REAL-TIME STOCK BRIDGE ================= // The WMS is the source of truth. This read-only endpoint is public so the // storefront can show availability without exposing internal WMS data. (function(){ var STOCK_URL = 'https://spiderlabz.com/wp-json/swms/v1/stock'; var stockTimer = null; var stockRequest = null; function applyWarehouseStock(data){ window.BWLUX_STOCK_DATA = data || null; var nodes = document.querySelectorAll('.BWLUX-stock-status[data-sku]'); for (var i=0;i 0 ? (' (only ' + available + ' unit(s) available)') : '') + '. Please choose another flavor or reduce the quantity.'); return false; } return true; }; window.BWLUX_refreshWarehouseStock = function(){ if(stockRequest) return stockRequest; stockRequest=fetch(STOCK_URL+'?t='+Date.now(), {method:'GET', cache:'no-store', headers:{'Accept':'application/json'}}) .then(function(r){ if(!r.ok) throw new Error('WMS stock '+r.status); return r.json(); }) .then(function(data){ applyWarehouseStock(data); return data; }) .catch(function(){ // Never invent availability when the WMS cannot be reached. var nodes=document.querySelectorAll('.BWLUX-stock-status[data-sku]'); for(var i=0;i
Black Widow® - ENDURANCE Edition | 4 Metrics Cards

COGNITIVE FOCUS

ENDURANCE

MUSCLE PUMP

RECOVERY RATE

Spider Labz® Luxury - Footer
Spider Labz® · Black Widow Health Calculator
HEALTH CALCULATOR
1Select calculator
2Fill data
3Click circle
4Get result
RESULT
Select a calculator
Select option
Select the value that best suits your profile
Spider Labz® · Appointment Scheduler

APPOINTMENT BY EMAIL

Select a date
January 2026
Mon
Tue
Wed
Thu
Fri
Sat
Sun