Spartaks Strength KB24 Regular Weight Stack ($2.50/lb)
/* Base Styles */ .ss-weight-stack { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; font-size: 20px; line-height: 1.6; color: #e5e5e5; background-color: #171717; ma x-width: 1200px; margin: 0 auto; padding: 40px 24px; } /* Product Header */ .ss-weight-stack__header { text-align: center; margin-bottom: 48px; border-bottom: 2px solid #c6000c; padding-bottom: 32px; } .ss-weight-stack__brand { font-size: 1rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #d4af37; margin-bottom: 16px; } .ss-weight-stack__title { font-size: 2.75rem; font-weight: 800; color: #ffffff; margin: 0 0 16px 0; line-height: 1.2; } .ss-weight-stack__subtitle { font-size: 1.25rem; color: #a3a3a3; max-width: 800px; margin: 0 auto; } /* Stats Bar */ .ss-weight-stack__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 48px; background: linear-gradient(135deg, #1f1f1f 0%, #262626 100%); padding: 32px; border-radius: 12px; border: 1px solid #333333; } .ss-weight-stack__stat { text-align: center; padding: 16px; } .ss-weight-stack__stat-value { font-size: 2.25rem; font-weight: 800; color: #c6000c; display: block; margin-bottom: 8px; } .ss-weight-stack__stat-label { font-size: 0.9rem; color: #a3a3a3; text-transform: uppercase; letter-spacing: 1px; } /* Product Image */ .ss-weight-stack__image-container { margin-bottom: 48px; text-align: center; } .ss-weight-stack__image { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); } /* Introduction */ .ss-weight-stack__intro { font-size: 1.15rem; color: #d4d4d4; margin-bottom: 48px; padding: 32px; background: #1f1f1f; border-left: 4px solid #c6000c; border-radius: 0 12px 12px 0; } .ss-weight-stack__intro p { margin: 0 0 16px 0; } .ss-weight-stack__intro p:last-child { margin-bottom: 0; } /* Features Section */ .ss-weight-stack__features { margin-bottom: 48px; } .ss-weight-stack__section-title { font-size: 1.75rem; font-weight: 700; color: #ffffff; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #d4af37; display: inline-block; } .ss-weight-stack__features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .ss-weight-stack__feature { background: #1f1f1f; padding: 28px; border-radius: 12px; border: 1px solid #333333; transition: border-color 0.3s ease; } .ss-weight-stack__feature:hover { border-color: #c6000c; } .ss-weight-stack__feature-title { font-size: 1.25rem; font-weight: 700; color: #d4af37; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; } .ss-weight-stack__feature-title::before { content: ''; width: 8px; height: 8px; background: #c6000c; border-radius: 50%; flex-shrink: 0; } .ss-weight-stack__feature-text { color: #a3a3a3; margin: 0; font-size: 1rem; } /* Specifications Toggle */ .ss-weight-stack__specs { margin-bottom: 48px; } .ss-weight-stack__toggle { display: none; } .ss-weight-stack__toggle-label { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: linear-gradient(135deg, #c6000c 0%, #8b0007 100%); color: #ffffff; font-size: 1rem; font-weight: 600; border-radius: 8px; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; margin-bottom: 24px; } .ss-weight-stack__toggle-label:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(198, 0, 12, 0.4); } .ss-weight-stack__toggle-label::after { content: '▼'; font-size: 0.75rem; transition: transform 0.3s ease; } .ss-weight-stack__toggle:checked + .ss-weight-stack__toggle-label::after { transform: rotate(180deg); } .ss-weight-stack__specs-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.3s ease; background: #1f1f1f; border-radius: 12px; border: 1px solid #333333; } .ss-weight-stack__toggle:checked ~ .ss-weight-stack__specs-content { max-height: 2000px; padding: 32px; } .ss-weight-stack__specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; } .ss-weight-stack__spec-item { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid #333333; } .ss-weight-stack__spec-label { color: #a3a3a3; font-weight: 500; } .ss-weight-stack__spec-value { color: #ffffff; font-weight: 600; } /* Pricing Table */ .ss-weight-stack__pricing { margin-bottom: 48px; } .ss-weight-stack__table { width: 100%; border-collapse: collapse; background: #1f1f1f; border-radius: 12px; overflow: hidden; border: 1px solid #333333; } .ss-weight-stack__table th, .ss-weight-stack__table td { padding: 20px 24px; text-align: left; } .ss-weight-stack__table th { background: linear-gradient(135deg, #c6000c 0%, #8b0007 100%); color: #ffffff; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; } .ss-weight-stack__table td { border-bottom: 1px solid #333333; color: #d4d4d4; } .ss-weight-stack__table tr:last-child td { border-bottom: none; } .ss-weight-stack__table tr:hover td { background: #262626; } .ss-weight-stack__price-highlight { color: #d4af37; font-weight: 700; font-size: 1.25rem; } /* Shipping Section */ .ss-weight-stack__shipping { margin-bottom: 48px; } .ss-weight-stack__shipping-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .ss-weight-stack__shipping-card { background: #1f1f1f; padding: 32px 24px; border-radius: 12px; border: 1px solid #333333; text-align: center; transition: border-color 0.3s ease; } .ss-weight-stack__shipping-card:hover { border-color: #c6000c; } .ss-weight-stack__shipping-icon { width: 48px; height: 48px; margin: 0 auto 16px; fill: #c6000c; } .ss-weight-stack__shipping-title { font-size: 1.1rem; font-weight: 700; color: #ffffff; margin-bottom: 8px; } .ss-weight-stack__shipping-text { color: #a3a3a3; font-size: 0.9rem; margin: 0; line-height: 1.5; } /* FAQ Section */ .ss-weight-stack__faq { margin-bottom: 48px; } .ss-weight-stack__faq-list { display: flex; flex-direction: column; gap: 16px; } .ss-weight-stack__faq-item { background: #1f1f1f; border-radius: 12px; border: 1px solid #333333; overflow: hidden; } .ss-weight-stack__faq-question { padding: 24px 32px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #ffffff; font-weight: 600; font-size: 1.1rem; transition: background 0.3s ease; } .ss-weight-stack__faq-question:hover { background: #262626; } .ss-weight-stack__faq-icon { font-size: 1.5rem; color: #c6000c; transition: transform 0.3s ease; } .ss-weight-stack__faq-item.active .ss-weight-stack__faq-icon { transform: rotate(45deg); } .ss-weight-stack__faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; } .ss-weight-stack__faq-item.active .ss-weight-stack__faq-answer { max-height: 500px; } .ss-weight-stack__faq-answer-content { padding: 0 32px 24px; color: #a3a3a3; line-height: 1.7; } /* Responsive */ @media (max-width: 900px) { .ss-weight-stack__stats { grid-template-columns: repeat(2, 1fr); } .ss-weight-stack__features-grid { grid-template-columns: 1fr; } .ss-weight-stack__specs-grid { grid-template-columns: 1fr; } .ss-weight-stack__shipping-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .ss-weight-stack { padding: 24px 16px; } .ss-weight-stack__title { font-size: 2rem; } .ss-weight-stack__stats { grid-template-columns: 1fr; padding: 20px; } .ss-weight-stack__stat-value { font-size: 1.75rem; } .ss-weight-stack__table th, .ss-weight-stack__table td { padding: 14px 16px; font-size: 0.9rem; } } Spartaks Strength KB24 Regular Weight Stack Reliable selectorized weight stack for KB24 compatible machines. Solid steel construction with per-pound pricing for cost-effective gym equipment outfitting in home and commercial facilities across Canada. $2.50/lb Per Pound Pricing KB24 Machine Compatibility Solid Steel Construction Lifetime Warranty The Spartaks Strength KB24 Regular Weight Stack provides reliable resistance for compatible selectorized machines. Priced per pound, this standard weight stack offers a cost-effective solution for outfitting or expanding gym equipment in Toronto, Ontario, Calgary, Alberta, and throughout Canada. Designed for durability and consistent performance, this weight stack is suitable for both commercial and home gym installations. The solid steel plates ensure smooth, quiet operation during workouts while maintaining structural integrity under years of daily use. Whether you're equipping a new facility, replacing worn weight stacks, or expanding the capacity of existing machines, the KB24 Regular Weight Stack delivers the quality and value that gym owners and fitness enthusiasts expect from Spartaks Strength equipment. Key Features Cost-Effective Per-Pound Pricing At just $2.50 per pound, this weight stack offers exceptional value for gym owners and fitness enthusiasts. Pay only for the resistance capacity you need, making it an economical choice for both small home setups and large commercial facilities with multiple machines. Solid Steel Plate Construction Precision-manufactured from solid steel for consistent weight accuracy and long-term durability. The robust construction resists wear and deformation, ensuring smooth stack movement and reliable performance through thousands of workout sessions. KB24 Machine Compatibility Engineered specifically for KB24 series selectorized machines, ensuring perfect fitment and smooth operation. The standardized design integrates seamlessly with existing equipment, making installation straightforward and hassle-free. Selectorized Pin System Compatible with standard selector pin mechanisms for quick, easy weight adjustments between exercises. Users can rapidly change resistance without removing plates, enabling efficient circuit training and drop-set techniques. Quiet, Smooth Operation Precision-machined plates and guide rods ensure silent, fluid movement during workouts. The quality construction eliminates rattling and sticking, providing a professional gym experience in both commercial and home settings. Commercial-Grade Durability Built to withstand the demands of high-traffic commercial facilities while remaining suitable for home use. The heavy-duty construction maintains performance characteristics even under continuous daily use in busy gym environments. Product Specifications View Full Specifications Weight Type Selectorized Weight Stack Pricing $2.50 Per Pound Compatibility KB24 Machines Construction Solid Steel Plates Intended Use Commercial and Home Gyms Pin Type Standard Selector Pin Finish Powder-Coated Warranty Lifetime Pricing Information Specification Details Unit Price $2.50 per pound Weight Stack Type Regular / Standard Machine Compatibility KB24 Series Selectorized Equipment Ordering Custom sizes available - contact for details Price Structure Final price calculated by total weight selected Shipping & Pickup Options Toronto, Ontario Pickup Free local pickup available at our Toronto distribution center. Schedule your pickup time online. Calgary, Alberta Pickup Convenient pickup location in Calgary for Western Canada customers. Contact us for availability. Canada-Wide Shipping Fast, reliable shipping to all provinces. Competitive rates with tracking included on every order. Frequently Asked Questions How is the price calculated for the weight stack? + The KB24 Regular Weight Stack is priced at $2.50 per pound. Simply multiply your desired total weight by $2.50 to calculate the final price. For example, a 150 lb weight stack would cost $375. This transparent per-pound pricing allows you to select exactly the capacity you need for your KB24 compatible machine without paying for unnecessary weight. Which machines are compatible with this weight stack? + The KB24 Regular Weight Stack is designed specifically for KB24 series selectorized machines. This includes various Spartaks Strength strength equipment utilizing the KB24 weight stack system. If you're unsure about compatibility with your specific machine, contact us with your equipment model details for confirmation before ordering. Can I upgrade my existing weight stack capacity? + Yes, the KB24 weight stack system allows for capacity expansion on compatible machines. You can add weight plates to increase your machine's maximum resistance. Contact us to discuss your specific upgrade needs and we'll help determine the appropriate weight stack size for your training requirements and machine specifications. Is installation included or available? + Installation is typically performed by the customer or facility maintenance staff. The weight stack comes with detailed installation instructions for KB24 compatible machines. For commercial facilities in Toronto, Ontario or Calgary, Alberta, professional installation services may be available for an additional fee—contact us to discuss your installation needs. What weight increments are available? + The KB24 weight stack uses standard increment plates that typically allow adjustments in 10-15 lb steps depending on your machine's configuration. When ordering, specify your total desired weight capacity and we'll configure the stack appropriately. Custom configurations may be available for specific training needs—contact us to discuss your requirements. Spartaks Strength
More you might like
Related
Spartaks Strength KB2404 Functional Trainer
Related
Spartaks Strength KB2403 Functional Smith Machine
Related
Spartaks Strength KB2402 Functional Squat Rack
Related