Dale's Chopper Wind Spinner - Final Batch
.prod-wrapper { max-width: 800px !important; margin: 0 auto !important; padding: 20px !important; font-family: 'Poppins', sans-serif !important; color: #333 !important; line-height : 1.8 !important; } /* HERO */ .prod-hero { background: linear-gradient(135deg, #f0eae0 0%, #e0d5c3 100%) !important; border-radius: 16px !important; padding: 32px !important; margin-bottom: 28px !important; text-align: center !important; border: 1.5px solid #b8860b !important; } .prod-hero-icon { font-size: 52px !important; margin-bottom: 14px !important; } .prod-hero-title { font-size: 22px !important; font-weight: 700 !important; color: #222 !important; margin-bottom: 8px !important; } .prod-hero-subtitle { font-size: 15px !important; color: #6b5b3e !important; font-style: italic !important; } /* STORY QUOTE */ .prod-story { background: #f0eae0 !important; border-left: 4px solid #b8860b !important; padding: 20px 25px !important; margin: 28px 0 !important; font-size: 16px !important; font-style: italic !important; border-radius: 0 12px 12px 0 !important; color: #444 !important; } .prod-story-author { font-size: 13px !important; color: #b8860b !important; margin-top: 10px !important; font-style: normal !important; font-weight: 500 !important; } /* SECTIONS */ .prod-section { margin: 32px 0 !important; } .prod-section-title { font-size: 17px !important; font-weight: 700 !important; color: #8b6508 !important; margin-bottom: 18px !important; padding-bottom: 10px !important; border-bottom: 2px solid #b8860b !important; display: flex !important; align-items: center !important; gap: 8px !important; } /* INCLUDES GRID */ .prod-includes { background: #f0eae0 !important; border-radius: 14px !important; padding: 22px !important; margin: 24px 0 !important; border: 1.5px solid #b8860b !important; } .prod-includes-title { font-size: 15px !important; font-weight: 700 !important; margin-bottom: 16px !important; color: #8b6508 !important; } .prod-includes-grid { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 12px !important; text-align: center !important; } @media (max-width: 600px) { .prod-includes-grid { grid-template-columns: repeat(2, 1fr) !important; } } .prod-includes-item { padding: 14px 10px !important; background: #fff !important; border-radius: 10px !important; box-shadow: 0 2px 8px rgba(139,101,8,0.1) !important; } .prod-includes-item-icon { font-size: 26px !important; margin-bottom: 8px !important; } .prod-includes-item-text { font-size: 13px !important; color: #555 !important; line-height: 1.45 !important; } /* FEATURES GRID */ .prod-features { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; margin: 20px 0 !important; } @media (max-width: 600px) { .prod-features { grid-template-columns: 1fr !important; } } .prod-feature { display: flex !important; align-items: flex-start !important; gap: 12px !important; padding: 16px !important; border-radius: 12px !important; border: 1.5px solid #e0d5c3 !important; background: #faf6f0 !important; transition: transform 0.15s, box-shadow 0.15s !important; } .prod-feature:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 16px rgba(139,101,8,0.12) !important; } .prod-feature:nth-child(odd) { background: #f0eae0 !important; border-color: #b8860b !important; } .prod-feature:nth-child(even) { background: #faf6f0 !important; border-color: #e0d5c3 !important; } .prod-feature-icon { font-size: 22px !important; flex-shrink: 0 !important; } .prod-feature-text { font-size: 14px !important; line-height: 1.55 !important; } .prod-feature-text strong { display: block !important; color: #1a1a1a !important; margin-bottom: 4px !important; font-size: 13.5px !important; } /* CRAFTSMAN BOX */ .prod-craftsman { background: #f0eae0 !important; border: 1.5px solid #b8860b !important; border-radius: 16px !important; padding: 24px !important; margin: 28px 0 !important; display: flex !important; gap: 20px !important; align-items: center !important; } @media (max-width: 500px) { .prod-craftsman { flex-direction: column !important; text-align: center !important; } } .prod-craftsman-img { width: 100px !important; height: 100px !important; border-radius: 50% !important; object-fit: cover !important; flex-shrink: 0 !important; border: 3px solid #b8860b !important; } .prod-craftsman-info h4 { font-size: 17px !important; margin: 0 0 6px 0 !important; color: #1a1a1a !important; } .prod-craftsman-info p { font-size: 14px !important; color: #555 !important; margin: 0 !important; line-height: 1.65 !important; } /* EXPERT BOX */ .prod-expert { background: #faf6f0 !important; border: 1.5px solid #b8860b !important; border-radius: 16px !important; padding: 24px !important; margin: 28px 0 !important; } .prod-expert-label { font-size: 11px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; text-transform: uppercase !important; color: #8b6508 !important; margin-bottom: 14px !important; } .prod-expert-quote { font-size: 15px !important; font-style: italic !important; line-height: 1.75 !important; color: #374151 !important; border-left: 3px solid #b8860b !important; padding-left: 16px !important; margin: 0 0 14px 0 !important; } .prod-expert-author { display: flex !important; align-items: center !important; gap: 10px !important; font-size: 13px !important; color: #6b7280 !important; } .prod-expert-author-icon { font-size: 22px !important; } .prod-expert-author strong { color: #8b6508 !important; } /* PERFECT FOR TAGS */ .prod-perfect-for { display: flex !important; flex-wrap: wrap !important; gap: 9px !important; margin: 18px 0 !important; } .prod-perfect-tag { background: #f0eae0 !important; color: #8b6508 !important; padding: 7px 15px !important; border-radius: 20px !important; font-size: 13.5px !important; border: 1.5px solid #b8860b !important; font-weight: 500 !important; } /* CHECKLIST */ .prod-list { list-style: none !important; padding: 0 !important; margin: 0 !important; } .prod-list li { padding: 12px 0 12px 30px !important; position: relative !important; border-bottom: 1px solid #e0d5c3 !important; font-size: 15px !important; color: #374151 !important; } .prod-list li:last-child { border-bottom: none !important; } .prod-list li::before { content: "\2713" !important; position: absolute !important; left: 0 !important; color: #b8860b !important; font-weight: 700 !important; font-size: 16px !important; } /* GUARANTEE */ .prod-guarantee { background: #f0eae0 !important; border: 1.5px solid #b8860b !important; border-radius: 14px !important; padding: 22px !important; margin: 28px 0 !important; display: flex !important; align-items: flex-start !important; gap: 14px !important; } .prod-guarantee-icon { font-size: 32px !important; flex-shrink: 0 !important; } .prod-guarantee-text { font-size: 15px !important; } .prod-guarantee-text strong { display: block !important; font-size: 16px !important; color: #8b6508 !important; margin-bottom: 5px !important; } /* NOTE */ .prod-note { background: #faf6f0 !important; border: 1.5px solid #e0d5c3 !important; border-radius: 10px !important; padding: 16px 20px !important; margin: 22px 0 !important; font-size: 14px !important; display: flex !important; align-items: flex-start !important; gap: 12px !important; color: #5c4a2e !important; } .prod-note-icon { font-size: 20px !important; flex-shrink: 0 !important; } /* SPECS */ .prod-specs { margin: 20px 0 !important; } .prod-specs-row { display: flex !important; padding: 12px 0 !important; border-bottom: 1px solid #e0d5c3 !important; font-size: 14px !important; } .prod-specs-row:last-child { border-bottom: none !important; } .prod-specs-label { width: 40% !important; color: #6b5b3e !important; font-weight: 500 !important; } .prod-specs-value { width: 60% !important; color: #1a1a1a !important; font-weight: 600 !important; } ποΈπ§ Handcrafted in Dayton, Ohio Dale Mercer, 58, Dayton OH β his final workshop clearance. Built one spinner at a time, like always. "Know what bugs me? We forgot how to build stuff that lasts. Everything's gotta be cheap, easy to ship, and if it breaks after one summer, oh well. But a real engine β or this spinner right here β should still run smooth after ten years in the rain." β Dale Mercer, Dayton, OH Dale Mercer, 58 Retired diesel mechanic from Dayton, Ohio. Spent 30 years working on big rigs before turning his lifelong passion for motorcycles and precision engineering into handcrafted chopper wind spinners. For 11 years, he's built every single one by hand in a rented barn β sealed bearings, hand-painted flames, balanced like an engine. Now the property's been sold to a developer, and this is his final batch. What you get: ποΈ 1 Chopper SpinnerHand-built, hand-painted π Skeleton rider detailLeather jacket & helmet π© Metal ground stakePush in, no tools needed π¦ Foam-packed shippingSame as bike-show packing What makes this spinner different π§ Sealed ball bearing wheels Both wheels run on sealed bearings β they catch even the faintest breeze with zero noise. No squeaking, no seizing up after a month like cheap imports. π₯ Hand-painted flame detail Each tank is painted individually by Dale. No two are exactly alike β that's not a marketing line, it's what happens when one guy does every single one. πͺ Solid metal construction Not resin. Not plastic. Metal body on a metal stake. You can feel the weight when you pick it up β and in this category, weight equals quality. βοΈ Precision balanced Dale uses the same balancing principles he applied to diesel engines for 30 years. No wobble, no vibration β just smooth, silent spin. π‘οΈ Weather-resistant finish UV-resistant coating built for years outdoors. While cheap imports fade or peel within weeks, Dale's finish holds through sun, rain, and frost. β³ Built to last for years Customers have had their spinners running for 8+ years β salt air, hurricanes, hard freezes. Still spinning smooth. This isn't disposable yard art. Why hand-built spinners outlast the rest "The difference between a hand-built wind spinner and a mass-produced import comes down to three things: the bearing quality, the balance precision, and the finish durability. Sealed bearings eliminate friction and noise. Proper balancing prevents the vibration that shakes cheap spinners apart. And a UV-resistant finish means the paint doesn't fade after one summer. Most imports from major retailers skip all three." π Based on craft standards from the American Wind Art Guild and Midwest Metalcraft Association guidelines Perfect for Father's Day gift Biker dads & grandpas Rider memorials Front yard statement Motorcycle enthusiasts Halloween & gothic yards Birthday for "the guy who has everything" Garden & patio decor Quality you can see β and feel Real handcraft β not factory-made, not dropshipped, not mass-produced overseas Sealed ball bearings β silent spin, catches the lightest breeze, won't seize up Hand-painted flames β applied individually by Dale, not printed; won't peel or crack Precision balanced β engineered like an engine, no wobble, no vibration Solid metal construction β real weight, real durability, built for years outdoors Strictly limited β only ~300 remaining from Dale's final workshop clearance; no restock ever β 90-Day Money-Back Guarantee Set it up. Watch the wheels spin. Show it off to the neighbors. If you don't love it β for any reason β send it back for a full refund. No questions asked. Dale's words: "I've been doing handshake deals for 11 years. Same principle here." π‘ Please note: Every spinner is hand-built and hand-painted individually. Small variations in flame detail, paint placement, and finish are natural β that's not a defect, that's what real handcraft looks like. No two are identical. Product details Material Solid metal body & stake Construction Hand-built, hand-painted, precision balanced Dimensions 12.2" wide Γ 8.9" tall (31 Γ 22.5 cm) Wheels Sealed ball bearings β silent, smooth spin Finish UV-resistant coating, weather-proof Setup Push stake into ground β 5 min, no tools Design Chopper motorcycle, skeleton rider, flame tank Made in Handcrafted in Dayton, Ohio Availability ~300 remaining Β· Final batch Β· No restock Reviews 4.9 β Β· 312 verified reviews