{"product_id":"scratch-free-welding-ground-magnet","title":"Scratch-Free Welding Ground Magnet","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware\/Tools (Magnetic Welding Ground Clamp)\nTarget Audience: Welders, DIY Mechanics, Industrial Workers, Auto Body Repairers\nVisual Style: Industrial, Robust, Reliable, Professional\nColor Strategy: \n- Primary: #D97706 (Welding Spark Copper\/Orange)\n- Background: #FFFFFF (Clean White for contrast)\n- Card Background: #F3F4F6 (Industrial Light Gray)\nShape Strategy: Radius 6px (Masculine, sharp but safe, industrial feel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32px+, Body 18px+)\nMobile Table Strategy: Card-based (Strictly NO horizontal scroll, flex layout)\nImage Mapping: Hero=image_1, Easy Attach=image_2, Wide Fit=image_3, Materials=image_4\nUnit Conversion Built-in: Weight (g -\u003e oz) dimensions estimated based on standard parts.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ CSS Variables *\/\n    --primary: #D97706; \/* Copper\/Amber *\/\n    --primary-hover: #B45309;\n    --text-main: #111827; \/* Dark Slate *\/\n    --text-sub: #4B5563; \/* Medium Slate *\/\n    --bg-body: #ffffff;\n    --bg-card: #F3F4F6;\n    --bg-badge: #FEF3C7;\n    --border-color: #E5E7EB;\n    --radius-md: 6px; \/* Industrial shape *\/\n    --radius-lg: 10px;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);\n    --spacing-gap: clamp(2.5rem, 6vw, 5rem);\n    \n    \/* Global Reset \u0026 Constraints *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    color: var(--text-main);\n    background: var(--bg-body);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography System (Large Type) *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3.5vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.6;\n    color: var(--text-sub);\n    margin-bottom: 1.25rem;\n  }\n\n  \/* Decorative Badges (Non-clickable) *\/\n  .pd-badge {\n    display: inline-block;\n    background-color: var(--bg-badge);\n    color: var(--primary-hover);\n    font-size: clamp(16px, 1.5vw, 18px);\n    font-weight: 600;\n    padding: 0.5rem 1rem;\n    border-radius: var(--radius-md);\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* Structural Sections *\/\n  .pd-section {\n    padding: var(--spacing-gap) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n    padding-top: 2rem;\n  }\n\n  .hero-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .social-proof {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    font-weight: 500;\n    margin-top: 1rem;\n    padding-top: 1rem;\n    border-top: 1px solid var(--border-color);\n  }\n\n  \/* Feature Modules (Mobile Ordering Lock \u0026 Desktop Z-Pattern) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: STRICT ORDER LOCK *\/\n    gap: 2rem;\n    margin-bottom: var(--spacing-gap);\n  }\n  \n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Image Handling (Absolute no distortion, Scheme B) *\/\n  .media-wrapper {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .media-wrapper .placeholder-img, \n  .media-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain; \/* Absolutely prevents cropping\/stretching *\/\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  .placeholder-img {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px dashed var(--border-color);\n    color: var(--text-sub);\n    font-size: clamp(16px, 1.5vw, 18px);\n    font-weight: 500;\n    background: var(--bg-card);\n  }\n\n  .feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 1rem;\n  }\n\n  .feature-list li {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    line-height: 1.6;\n    margin-bottom: 0.75rem;\n    padding-left: 1.5rem;\n    position: relative;\n  }\n\n  .feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--primary);\n    font-weight: bold;\n  }\n\n  \/* Specifications Table (Strict Mobile Card) *\/\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n    background: var(--bg-body);\n  }\n\n  .specs-table th {\n    background: var(--bg-card);\n    font-weight: 700;\n    color: var(--text-main);\n  }\n\n  .specs-table th, \n  .specs-table td {\n    padding: 1.25rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: clamp(16px, 1.5vw, 18px);\n    line-height: 1.6;\n  }\n\n  \/* FAQ Section *\/\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-top: 2rem;\n  }\n\n  .faq-card {\n    background: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    border-left: 4px solid var(--primary);\n  }\n\n  .faq-card h4 {\n    font-size: clamp(18px, 2vw, 20px);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-card p {\n    margin-bottom: 0;\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  \/* Responsive Design Upgrades (Desktop) *\/\n  @media (min-width: 768px) {\n    .hero-section {\n      flex-direction: row-reverse;\n      align-items: center;\n      gap: 4rem;\n    }\n\n    .hero-media, .hero-content {\n      flex: 1;\n    }\n\n    \/* Z-Pattern Activation *\/\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: 4rem;\n    }\n    \n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    \/* Table Default for Desktop *\/\n    .specs-table .attr-value::before { display: none; }\n  }\n\n  \/* Strict Mobile Overrides *\/\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none; \/* Hide original header *\/\n    }\n    \n    .specs-table tr {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      padding: 0.5rem 1rem;\n    }\n    \n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .specs-table .attr-name {\n      display: none; \/* Hide desktop labels *\/\n    }\n\n    .specs-table .attr-value {\n      display: flex;\n      justify-content: space-between;\n      align-items: flex-start;\n      text-align: right;\n      gap: 1.5rem;\n    }\n\n    .specs-table .attr-value::before {\n      content: attr(data-label);\n      font-weight: 700;\n      text-align: left;\n      color: var(--text-sub);\n      flex-shrink: 0;\n      max-width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-media media-wrapper\"\u003e\n\u003c!-- Image Scheme B: aspect-ratio 1:1, strictly object-fit: contain to prevent clipping --\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319131056\/219f9b78043ab850664d6f14c402bc3b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eProfessional Grade\u003c\/div\u003e\n\n\u003ch1\u003eSecure Grounding in Seconds. No Paint Damage.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your welding setup with the ultimate magnetic ground clamp. Achieve a stable arc instantly on any flat or curved metal surface without the hassle of finding edges.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003csvg fill=\"none\" height=\"24\" viewbox=\"0 0 24 24\" width=\"24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"var(--primary)\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003cspan\u003eTrusted by 10,000+ Professional Welders Worldwide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Mobile Ordering Lock: Media -\u003e Copy strictly enforced by column flex) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319131056\/d95697fc868fd5fec1fa49c4ad67fcf3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eInstant Attachment to Any Surface\u003c\/h2\u003e\n\n\u003cp\u003eStruggling to find a clean edge for your traditional clamp? This magnetic ground block attaches firmly to any smooth metal surface—whether it's flat, round, or curved.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003eStrong magnetic grip ensures zero slipping\u003c\/li\u003e\n\t\u003cli\u003eSet up your ground connection in under 3 seconds\u003c\/li\u003e\n\t\u003cli\u003ePerfect for awkward automotive panels or large pipes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319131056\/01cb235fd4054fcfb2397c53dc59bece.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eProtects Your Workpiece\u003c\/h2\u003e\n\n\u003cp\u003eStop scraping off paint or damaging delicate surfaces just to get a good ground. Our innovative design ensures high conductivity without relying on destructive bite pressure.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e100% safe for automotive body paint\u003c\/li\u003e\n\t\u003cli\u003eLeaves no bite marks or scratches\u003c\/li\u003e\n\t\u003cli\u003eWide compatibility: attaches to struts, railings, and welding tables\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319131056\/96ed207d1a4b44897e324a8e5eaa1a57.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePremium Conductive Materials\u003c\/h2\u003e\n\n\u003cp\u003eBuilt for the harsh environment of a fabrication shop. Features a solid copper tail block for superior electrical conductivity and an insulation board to protect the heavy-duty magnet from heat and arc spatter.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003eSolid Copper elements for stable arc performance\u003c\/li\u003e\n\t\u003cli\u003eHeat-resistant Insulation Board prolongs magnet life\u003c\/li\u003e\n\t\u003cli\u003ePrevents localized hot spots during high-amp welding\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section (Card-based on mobile, no overflow-x) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"attr-name\"\u003ePrimary Materials\u003c\/td\u003e\n\t\t\t\u003ctd class=\"attr-value\" data-label=\"Primary Materials\"\u003eSolid Copper \/ Heat Insulation Board \/ Iron Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"attr-name\"\u003eSingle Head Weight\u003c\/td\u003e\n\t\t\t\u003c!-- Auto Unit Conversion Logic Built-in --\u003e\n\t\t\t\u003ctd class=\"attr-value\" data-label=\"Single Head Weight\"\u003e150 g (5.3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"attr-name\"\u003eDouble Head Weight\u003c\/td\u003e\n\t\t\t\u003c!-- Auto Unit Conversion Logic Built-in --\u003e\n\t\t\t\u003ctd class=\"attr-value\" data-label=\"Double Head Weight\"\u003e250 g (8.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"attr-name\"\u003eMounting Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"attr-value\" data-label=\"Mounting Type\"\u003eHeavy-Duty Magnetic (Flat \u0026amp; Curved Surfaces)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"attr-name\"\u003ePackage Contents\u003c\/td\u003e\n\t\t\t\u003ctd class=\"attr-value\" data-label=\"Package Contents\"\u003e1x Single Head Clamp, 1x Double Head Clamp, 2x Copper Tails, 2x Iron Screws\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eWill this magnet damage or scratch my car's paint?\u003c\/h4\u003e\n\n\u003cp\u003eNot at all. The flat magnetic base is designed to secure firmly to smooth surfaces without the mechanical biting action of traditional clamps, keeping auto paint and delicate finishes 100% safe.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eCan I use this on round pipes or irregular metal parts?\u003c\/h4\u003e\n\n\u003cp\u003eYes. The magnetic field is strong enough to maintain a reliable ground connection on metal poles, struts, railings, as well as standard flat welding tables.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4\u003eDoes it handle high-amperage welding?\u003c\/h4\u003e\n\n\u003cp\u003eAbsolutely. The solid copper tails ensure maximum electrical conductivity, maintaining a stable arc while the integrated insulation board protects the core magnet from extreme heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🧲 Standard (Single Magnet)","offer_id":48220437676252,"sku":"0319-15543598","price":12.95,"currency_code":"USD","in_stock":true},{"title":"⚡ Heavy-Duty (Dual Magnet)","offer_id":48220437709020,"sku":"0319-15544300","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🛠️ Pro Combo (1 Single + 1 Dual)","offer_id":48220437741788,"sku":"0319-15549178","price":18.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/ea7af1c4fa83a167f7689d49015ef467.jpg?v=1773906900","url":"https:\/\/cheerstash.com\/products\/scratch-free-welding-ground-magnet","provider":"Cheerstash","version":"1.0","type":"link"}