York Barbell 30kg Bundle Set
York Barbell 30kg Bundle Set - 6' Standard Spinlock Barbell & Cast Iron Plate Set body { box-sizing: border-box; } .york-bundle-page { box-sizing: border-box; font-family: 'Arial', sans-serif; background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: #333; line-height: 1.6; min-height: 100%; } .york-bundle-page * { box-sizing: border-box; } .york-bundle-page .container { max-width: 1200px; margin: 0 auto; padding: 20px; } .york-bundle-page .header { text-align: center; background: white; padding: 40px 20px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .york-bundle-page .product-title { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: bold; margin-bottom: 15px; color: #1a1a1a; line-height: 1.2; } .york-bundle-page .product-subtitle { font-size: clamp(1.5rem, 3.2vw, 1.9rem); color: #555; max-width: 900px; margin: 0 auto; line-height: 1.5; } .york-bundle-page .hero-banner { background: linear-gradient(135deg, #FF0000, #cc0000); color: white; padding: 50px 30px; text-align: center; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .york-bundle-page .hero-title { font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: bold; margin-bottom: 20px; } .york-bundle-page .hero-text { font-size: clamp(1.4rem, 3vw, 1.8rem); max-width: 850px; margin: 0 auto; opacity: 0.95; } .york-bundle-page .bundle-highlight { background: white; padding: 50px 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .york-bundle-page .bundle-title { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: bold; text-align: center; margin-bottom: 40px; color: #2c3e50; text-transform: uppercase; } .york-bundle-page .total-weight-banner { background: linear-gradient(135deg, #e74c3c, #c0392b); color: white; padding: 30px; text-align: center; border-radius: 12px; margin-bottom: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); } .york-bundle-page .total-weight-text { font-size: clamp(2rem, 4.5vw, 2.8rem); font-weight: bold; margin: 0; } .york-bundle-page .bundle-grid { display: grid; grid-template-columns: 1fr; gap: 30px; margin-bottom: 30px; } @media (min-width: 768px) { .york-bundle-page .bundle-grid { grid-template-columns: 1fr 1fr; } } .york-bundle-page .bundle-card { background: linear-gradient(135deg, #ffffff, #f8f9fa); padding: 35px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border: 3px solid #FF0000; transition: transform 0.3s ease, box-shadow 0.3s ease; } .york-bundle-page .bundle-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(0,0,0,0.15); } .york-bundle-page .bundle-card-title { font-size: clamp(1.8rem, 4vw, 2.3rem); font-weight: bold; color: #FF0000; margin-bottom: 20px; text-align: center; } .york-bundle-page .bundle-card-weight { font-size: clamp(1.4rem, 3vw, 1.7rem); font-weight: bold; color: #2c3e50; text-align: center; margin-bottom: 20px; padding: 12px; background: #ecf0f1; border-radius: 8px; } .york-bundle-page .bundle-list { list-style: none; padding: 0; margin: 0; } .york-bundle-page .bundle-list li { font-size: clamp(1.3rem, 2.8vw, 1.6rem); color: #555; margin-bottom: 12px; padding-left: 35px; position: relative; } .york-bundle-page .bundle-list li:before { content: "β"; position: absolute; left: 0; color: #27ae60; font-weight: bold; font-size: 1.5em; } .york-bundle-page .features-section { background: white; padding: 50px 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .york-bundle-page .section-title { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: bold; margin-bottom: 35px; text-align: center; color: #1a1a1a; text-transform: uppercase; border-bottom: 4px solid #FF0000; padding-bottom: 15px; } .york-bundle-page .features-grid { display: grid; grid-template-columns: 1fr; gap: 25px; } @media (min-width: 768px) { .york-bundle-page .features-grid { grid-template-columns: 1fr 1fr; } } .york-bundle-page .feature-card { background: linear-gradient(135deg, #ecf0f1, #ffffff); padding: 30px; border-radius: 12px; border-left: 6px solid #FF0000; box-shadow: 0 3px 8px rgba(0,0,0,0.08); } .york-bundle-page .feature-icon { font-size: clamp(2.2rem, 4.5vw, 2.8rem); margin-bottom: 15px; } .york-bundle-page .feature-title { font-size: clamp(1.6rem, 3.2vw, 1.9rem); font-weight: bold; color: #2c3e50; margin-bottom: 12px; } .york-bundle-page .feature-desc { font-size: clamp(1.3rem, 2.6vw, 1.5rem); color: #666; line-height: 1.6; } .york-bundle-page .benefits-section { background: linear-gradient(135deg, #1a1a1a, #000000); color: white; padding: 50px 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.2); } .york-bundle-page .benefits-title { font-size: clamp(2.2rem, 5vw, 3rem); font-weight: bold; text-align: center; margin-bottom: 40px; color: white; text-transform: uppercase; } .york-bundle-page .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 900px; margin: 0 auto; } .york-bundle-page .benefit-item { background: rgba(255,255,255,0.1); padding: 25px; border-radius: 10px; border-left: 5px solid #FF0000; backdrop-filter: blur(10px); } .york-bundle-page .benefit-text { font-size: clamp(1.4rem, 3vw, 1.7rem); color: white; margin: 0; line-height: 1.6; } .york-bundle-page .plates-breakdown { background: white; padding: 50px 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .york-bundle-page .plates-grid { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 800px; margin: 0 auto; } @media (min-width: 480px) { .york-bundle-page .plates-grid { grid-template-columns: 1fr 1fr; } } @media (min-width: 768px) { .york-bundle-page .plates-grid { grid-template-columns: repeat(3, 1fr); } } .york-bundle-page .plate-card { background: linear-gradient(135deg, #1a1a1a, #000000); color: white; padding: 25px; text-align: center; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); } .york-bundle-page .plate-weight { font-size: clamp(2rem, 4.5vw, 2.5rem); font-weight: bold; margin-bottom: 10px; color: #FF0000; } .york-bundle-page .plate-quantity { font-size: clamp(1.3rem, 2.8vw, 1.6rem); opacity: 0.95; } .york-bundle-page .delivery-notice { background: linear-gradient(135deg, #FF0000, #cc0000); color: white; padding: 40px 30px; border-radius: 15px; margin-bottom: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .york-bundle-page .delivery-title { font-size: clamp(2rem, 4.5vw, 2.6rem); font-weight: bold; text-align: center; margin-bottom: 20px; } .york-bundle-page .delivery-text { font-size: clamp(1.3rem, 2.8vw, 1.6rem); text-align: center; max-width: 800px; margin: 0 auto 15px; line-height: 1.6; } .york-bundle-page .delivery-highlight { font-size: clamp(1.4rem, 3vw, 1.7rem); font-weight: bold; text-align: center; margin-top: 20px; padding: 15px; background: rgba(255,255,255,0.2); border-radius: 8px; } .york-bundle-page .specs-section { background: white; padding: 50px 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .york-bundle-page .specs-grid { display: grid; grid-template-columns: 1fr; gap: 15px; max-width: 900px; margin: 0 auto; } @media (min-width: 768px) { .york-bundle-page .specs-grid { grid-template-columns: 1fr 1fr; } } .york-bundle-page .spec-item { background: linear-gradient(135deg, #f8f9fa, #ecf0f1); padding: 20px; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 6px rgba(0,0,0,0.08); } .york-bundle-page .spec-label { font-size: clamp(1.3rem, 2.8vw, 1.6rem); font-weight: bold; color: #2c3e50; } .york-bundle-page .spec-value { font-size: clamp(1.3rem, 2.8vw, 1.6rem); color: #555; text-align: right; } .york-bundle-page .cta-section { background: linear-gradient(135deg, #FF0000, #cc0000); color: white; padding: 60px 30px; text-align: center; border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.2); } .york-bundle-page .cta-title { font-size: clamp(2.4rem, 5.5vw, 3.5rem); font-weight: bold; margin-bottom: 20px; } .york-bundle-page .cta-text { font-size: clamp(1.5rem, 3.5vw, 2rem); margin-bottom: 0; line-height: 1.5; } .york-bundle-page .design-highlight { background: linear-gradient(135deg, #1a1a1a, #000000); padding: 40px 30px; border-radius: 15px; margin-bottom: 30px; text-align: center; border: 3px solid #FF0000; } .york-bundle-page .design-title { font-size: clamp(2rem, 4.5vw, 2.6rem); font-weight: bold; color: #FF0000; margin-bottom: 15px; text-transform: uppercase; } .york-bundle-page .design-text { font-size: clamp(1.4rem, 3vw, 1.7rem); color: #f0f0f0; max-width: 800px; margin: 0 auto; } @media (max-width: 767px) { .york-bundle-page .container { padding: 15px; } .york-bundle-page .header, .york-bundle-page .bundle-highlight, .york-bundle-page .features-section { padding: 30px 20px; } } @view-transition { navigation: auto; } YORK BARBELL 30KG BUNDLE SET 6' Standard Spinlock Barbell β’ Black Cast Iron Weight Plates β’ Complete Training Solution COMPLETE 30KG WEIGHT TRAINING BUNDLE Professional-grade equipment for serious strength training. Build muscle, increase power, and transform your physique with this comprehensive bundle. COMPLETE BUNDLE PACKAGE TOTAL WEIGHT: APPROXIMATELY 30KG CAST IRON PLATE SET 23.5KG Total Plates 4 x 5kg Weight Plates 2 x 1.25kg Weight Plates 2 x 0.5kg Weight Plates Black Cast Iron Construction Standard 1" Hole Diameter Durable & Long-Lasting SPINLOCK BARBELL BAR 6.8KG Bar Weight 6' Length (182cm) Standard 1" Diameter Spinlock Collars Included Chrome Finish Secure Weight Locking Professional Quality BLACK CAST IRON DESIGN Premium black cast iron construction ensures maximum durability and longevity. Built to withstand years of intense training sessions. WEIGHT PLATE BREAKDOWN 5kg 4 Plates Included 1.25kg 2 Plates Included 0.5kg 2 Plates Included SPINLOCK COLLARS INCLUDED FOR SECURE WEIGHT ATTACHMENT KEY FEATURES πͺ Serious Strength Training 30kg total weight provides substantial resistance for building real muscle mass and increasing overall strength. ποΈ Cast Iron Construction Premium black cast iron plates offer superior durability and longevity compared to vinyl or rubber-coated alternatives. π Spinlock Security Reliable spinlock collar system ensures plates stay firmly in place during even the most intense workout sessions. π 6' Standard Barbell 182cm barbell length provides optimal spacing and balance for a wide variety of exercises and training styles. βοΈ Progressive Loading Multiple plate sizes allow precise weight progression from 0.5kg increments up to full 30kg capacity. ποΈ Complete Bundle Everything you need to start serious strength training - no additional equipment required to begin your fitness journey. TRAINING BENEFITS Build substantial muscle mass and strength 30kg capacity for serious progressive overload Complete bundle ready for immediate use Durable cast iron construction for years of use Secure spinlock system for maximum safety Professional York Barbell quality and reliability SPECIFICATIONS Total Bundle Weight: Approx. 30kg Weight Plates Total: 23.5kg Barbell Weight: 6.8kg Barbell Length: 6' (182cm) 5kg Plates: 4 Included 1.25kg Plates: 2 Included 0.5kg Plates: 2 Included Collar Type: Spinlock Plate Material: Black Cast Iron Bar Diameter: Standard 1" Plate Hole Size: Standard 1" Ideal For: Strength Training β οΈ DELIVERY INFORMATION This product is delivered in multiple boxes for safe transport. The courier will often not deliver all of the boxes at the same time. PLEASE WAIT AT LEAST 48 HOURS FOR OTHER BOXES TO ARRIVE BEFORE CONTACTING US START YOUR STRENGTH TRAINING JOURNEY Get the complete 30kg bundle for serious muscle building and strength gains. Professional York Barbell quality for home or gym use. const defaultConfig = { primary_color: '#FF0000', secondary_color: '#1a1a1a', accent_color: '#cc0000', background_color: '#2d2d2d', text_color: '#333333', font_family: 'Arial', font_size: 16, product_title: 'YORK BARBELL 30KG BUNDLE SET', product_subtitle: '6\' Standard Spinlock Barbell β’ Black Cast Iron Weight Plates β’ Complete Training Solution', hero_title: 'COMPLETE 30KG WEIGHT TRAINING BUNDLE', hero_text: 'Professional-grade equipment for serious strength training. Build muscle, increase power, and transform your physique with this comprehensive bundle.', cta_title: 'START YOUR STRENGTH TRAINING JOURNEY', cta_text: 'Get the complete 30kg bundle for serious muscle building and strength gains. Professional York Barbell quality for home or gym use.' }; async function onConfigChange(config) { const customFont = config.font_family || defaultConfig.font_family; const baseSize = config.font_size || defaultConfig.font_size; const baseFontStack = 'sans-serif'; // Apply colors document.documentElement.style.setProperty('--primary-color', config.primary_color || defaultConfig.primary_color); document.documentElement.style.setProperty('--secondary-color', config.secondary_color || defaultConfig.secondary_color); document.documentElement.style.setProperty('--accent-color', config.accent_color || defaultConfig.accent_color); document.documentElement.style.setProperty('--background-color', config.background_color || defaultConfig.background_color); document.documentElement.style.setProperty('--text-color', config.text_color || defaultConfig.text_color); // Apply hero banner background const heroBanner = document.querySelector('.hero-banner'); if (heroBanner) { heroBanner.style.background = `linear-gradient(135deg, ${config.primary_color || defaultConfig.primary_color}, ${config.accent_color || defaultConfig.accent_color})`; } // Apply CTA background const ctaSection = document.querySelector('.cta-section'); if (ctaSection) { ctaSection.style.background = `linear-gradient(135deg, ${config.primary_color || defaultConfig.primary_color}, ${config.accent_color || defaultConfig.accent_color})`; } // Apply delivery notice background const deliveryNotice = document.querySelector('.delivery-notice'); if (deliveryNotice) { deliveryNotice.style.background = `linear-gradient(135deg, ${config.primary_color || defaultConfig.primary_color}, ${config.accent_color || defaultConfig.accent_color})`; } // Apply total weight banner background const totalWeightBanner = document.querySelector('.total-weight-banner'); if (totalWeightBanner) { totalWeightBanner.style.background = `linear-gradient(135deg, ${config.primary_color || defaultConfig.primary_color}, ${config.accent_color || defaultConfig.accent_color})`; } // Apply benefits section background const benefitsSection = document.querySelector('.benefits-section'); if (benefitsSection) { benefitsSection.style.background = `linear-gradient(135deg, ${config.secondary_color || defaultConfig.secondary_color}, #000000)`; } // Apply design highlight background const designHighlight = document.querySelector('.design-highlight'); if (designHighlight) { designHighlight.style.background = `linear-gradient(135deg, ${config.secondary_color || defaultConfig.secondary_color}, #000000)`; } // Apply page background const yorkBundlePage = document.querySelector('.york-bundle-page'); if (yorkBundlePage) { yorkBundlePage.style.background = `linear-gradient(135deg, ${config.secondary_color || defaultConfig.secondary_color}, ${config.background_color || defaultConfig.background_color})`; } // Apply font family document.body.style.fontFamily = `${customFont}, ${baseFontStack}`; // Update text content const productTitle = document.querySelector('.product-title'); if (productTitle) productTitle.textContent = config.product_title || defaultConfig.product_title; const productSubtitle = document.querySelector('.product-subtitle'); if (productSubtitle) productSubtitle.textContent = config.product_subtitle || defaultConfig.product_subtitle; const heroTitle = document.querySelector('.hero-title'); if (heroTitle) heroTitle.textContent = config.hero_title || defaultConfig.hero_title; const heroText = document.querySelector('.hero-text'); if (heroText) heroText.textContent = config.hero_text || defaultConfig.hero_text; const ctaTitle = document.querySelector('.cta-title'); if (ctaTitle) ctaTitle.textContent = config.cta_title || defaultConfig.cta_title; const ctaText = document.querySelector('.cta-text'); if (ctaText) ctaText.textContent = config.cta_text || defaultConfig.cta_text; } if (window.elementSdk) { window.elementSdk.init({ defaultConfig, onConfigChange, mapToCapabilities: (config) => ({ recolorables: [ { get: () => config.background_color || defaultConfig.background_color, set: (value) => { config.background_color = value; window.elementSdk.setConfig({ background_color: value }); } }, { get: () => config.secondary_color || defaultConfig.secondary_color, set: (value) => { config.secondary_color = value; window.elementSdk.setConfig({ secondary_color: value }); } }, { get: () => config.text_color || defaultConfig.text_color, set: (value) => { config.text_color = value; window.elementSdk.setConfig({ text_color: value }); } }, { get: () => config.primary_color || defaultConfig.primary_color, set: (value) => { config.primary_color = value; window.elementSdk.setConfig({ primary_color: value }); } }, { get: () => config.accent_color || defaultConfig.accent_color, set: (value) => { config.accent_color = value; window.elementSdk.setConfig({ accent_color: value }); } } ], borderables: [], fontEditable: { get: () => config.font_family || defaultConfig.font_family, set: (value) => { config.font_family = value; window.elementSdk.setConfig({ font_family: value }); } }, fontSizeable: { get: () => config.font_size || defaultConfig.font_size, set: (value) => { config.font_size = value; window.elementSdk.setConfig({ font_size: value }); } } }), mapToEditPanelValues: (config) => new Map([ ['product_title', config.product_title || defaultConfig.product_title], ['product_subtitle', config.product_subtitle || defaultConfig.product_subtitle], ['hero_title', config.hero_title || defaultConfig.hero_title], ['hero_text', config.hero_text || defaultConfig.hero_text], ['cta_title', config.cta_title || defaultConfig.cta_title], ['cta_text', config.cta_text || defaultConfig.cta_text] ]) }); } (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9a0e85f0167614d6',t:'MTc2MzU0Mjg4OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();
More you might like
Related
York Barbell 30kg Barbell/Dumbbell Bundle Set
Related
York Barbell Vinyl 30KG Kettlebell Bundle
Related
York Barbell Vinyl 30KG Kettlebell Bundle
Related