Hank's Pitmaster Basket
Hank's Pitmaster Basket β Product Description /* Color palette β warm BBQ / Texas pitmaster: --primary: #9b3812 (deep BBQ red / cinnamon) --accent: #d6a019 (warm amber) --bg: #faf6 ee (cream) --card: #ffffff --text: #2a1a0e (dark brown) --muted: #8a7a6a --border: #ece6d8 */ .prod-wrapper { font-family: 'Poppins', -apple-system, sans-serif; max-width: 920px; margin: 0 auto; padding: 0; color: #2a1a0e; line-height: 1.6; background: #faf6ee; } .prod-wrapper * { box-sizing: border-box; } /* Hero */ .prod-hero { text-align: center; padding: 48px 24px 36px; background: linear-gradient(180deg, #faf6ee 0%, #f3ecdb 100%); border-radius: 12px; margin-bottom: 32px; } .prod-hero-icon { font-size: 44px; margin-bottom: 8px; } .prod-hero h2 { font-size: 28px; font-weight: 700; margin: 8px 0 12px; color: #2a1a0e; line-height: 1.25; } .prod-hero-sub { font-size: 16px; color: #6b5a4a; max-width: 540px; margin: 0 auto; } /* Story-Quote */ .prod-story { background: #fff; border-left: 5px solid #9b3812; padding: 28px 32px; margin: 0 24px 32px; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); } .prod-story-quote { font-size: 18px; font-style: italic; color: #2a1a0e; line-height: 1.6; margin: 0 0 16px; } .prod-story-author { font-size: 14px; color: #8a7a6a; font-weight: 600; margin: 0; } /* Includes Grid */ .prod-includes { padding: 0 24px; margin-bottom: 40px; } .prod-includes h3 { font-size: 22px; font-weight: 700; text-align: center; margin: 0 0 24px; color: #2a1a0e; } .prod-includes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .prod-include-tile { background: #fff; border: 1px solid #ece6d8; border-radius: 10px; padding: 20px 16px; text-align: center; transition: transform 0.2s; } .prod-include-tile:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.06); } .prod-include-icon { font-size: 32px; margin-bottom: 8px; } .prod-include-name { font-size: 14px; font-weight: 700; margin: 4px 0 6px; color: #2a1a0e; } .prod-include-desc { font-size: 12px; color: #8a7a6a; line-height: 1.4; } /* Features Grid */ .prod-features { padding: 0 24px; margin-bottom: 40px; } .prod-features h3 { font-size: 22px; font-weight: 700; text-align: center; margin: 0 0 24px; color: #2a1a0e; } .prod-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .prod-feature-card { background: #fff; border: 1px solid #ece6d8; border-radius: 10px; padding: 22px 20px; transition: transform 0.2s, box-shadow 0.2s; } .prod-feature-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,0.07); } .prod-feature-icon { font-size: 28px; margin-bottom: 8px; } .prod-feature-title { font-size: 16px; font-weight: 700; margin: 4px 0 8px; color: #2a1a0e; } .prod-feature-desc { font-size: 14px; color: #5a4a3a; line-height: 1.55; margin: 0; } /* Craftsman Box */ .prod-craftsman { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; background: #fff; padding: 28px; margin: 0 24px 36px; border-radius: 12px; border: 1px solid #ece6d8; } .prod-craftsman-photo { width: 100%; aspect-ratio: 1; background: #f3ecdb; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #8a7a6a; font-style: italic; font-size: 13px; text-align: center; padding: 12px; } .prod-craftsman-name { font-size: 20px; font-weight: 700; margin: 0 0 4px; color: #9b3812; } .prod-craftsman-meta { font-size: 13px; color: #8a7a6a; margin: 0 0 14px; font-weight: 500; } .prod-craftsman-bio { font-size: 15px; color: #2a1a0e; line-height: 1.65; margin: 0; } /* Expert Box */ .prod-expert { background: #2a1a0e; color: #faf6ee; padding: 32px; margin: 0 24px 40px; border-radius: 12px; position: relative; } .prod-expert-quote-mark { font-size: 60px; line-height: 0.8; color: #d6a019; opacity: 0.6; font-family: Georgia, serif; } .prod-expert-quote { font-size: 17px; line-height: 1.65; font-style: italic; margin: 8px 0 16px; } .prod-expert-author { font-size: 14px; font-weight: 600; color: #d6a019; margin: 0; } .prod-expert-meta { font-size: 13px; color: #c4b5a3; margin: 4px 0 0; } /* Perfect-For Tags */ .prod-perfect-for { padding: 0 24px; margin-bottom: 40px; text-align: center; } .prod-perfect-for h3 { font-size: 22px; font-weight: 700; margin: 0 0 20px; color: #2a1a0e; } .prod-tag-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .prod-tag { background: #fff; border: 1px solid #ece6d8; border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 500; color: #2a1a0e; } /* Quality Checklist */ .prod-list { padding: 0 24px; margin-bottom: 40px; } .prod-list h3 { font-size: 22px; font-weight: 700; text-align: center; margin: 0 0 24px; color: #2a1a0e; } .prod-list-items { background: #fff; border: 1px solid #ece6d8; border-radius: 12px; padding: 24px 28px; } .prod-list-item { padding: 14px 0; border-bottom: 1px solid #f3ecdb; display: flex; gap: 14px; } .prod-list-item:last-child { border-bottom: none; } .prod-list-check { color: #9b3812; font-size: 20px; font-weight: 800; flex-shrink: 0; } .prod-list-text { font-size: 15px; color: #2a1a0e; line-height: 1.55; } .prod-list-text strong { color: #9b3812; } /* Guarantee Box */ .prod-guarantee { background: linear-gradient(135deg, #9b3812 0%, #c44b1c 100%); color: #fff; padding: 32px; margin: 0 24px 32px; border-radius: 12px; text-align: center; } .prod-guarantee-icon { font-size: 38px; margin-bottom: 8px; } .prod-guarantee h3 { font-size: 22px; font-weight: 700; margin: 8px 0 12px; } .prod-guarantee p { font-size: 15px; line-height: 1.55; margin: 0; opacity: 0.95; } /* Note Box */ .prod-note { background: #fff8ed; border: 1px solid #f0dfb0; border-left: 4px solid #d6a019; padding: 20px 24px; margin: 0 24px 36px; border-radius: 6px; } .prod-note-title { font-size: 14px; font-weight: 700; color: #9b3812; margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.5px; } .prod-note-text { font-size: 14px; color: #5a4a3a; line-height: 1.6; margin: 0; } /* Specs Table */ .prod-specs { padding: 0 24px 48px; } .prod-specs h3 { font-size: 22px; font-weight: 700; text-align: center; margin: 0 0 20px; color: #2a1a0e; } .prod-specs-table { width: 100%; background: #fff; border: 1px solid #ece6d8; border-radius: 10px; overflow: hidden; border-collapse: collapse; } .prod-specs-table tr { border-bottom: 1px solid #f3ecdb; } .prod-specs-table tr:last-child { border-bottom: none; } .prod-specs-table td { padding: 12px 18px; font-size: 14px; } .prod-specs-table td:first-child { font-weight: 600; color: #8a7a6a; width: 38%; background: #faf6ee; } .prod-specs-table td:last-child { color: #2a1a0e; } /* Mobile responsive */ @media (max-width: 600px) { .prod-includes-grid { grid-template-columns: 1fr 1fr; } .prod-features-grid { grid-template-columns: 1fr; } .prod-craftsman { grid-template-columns: 1fr; text-align: center; } .prod-craftsman-photo { max-width: 220px; margin: 0 auto; } .prod-hero h2 { font-size: 22px; } .prod-story, .prod-craftsman, .prod-expert, .prod-guarantee, .prod-note { margin-left: 16px; margin-right: 16px; } } π₯ Designed in Lockhart, Texas β Built for the Way Real People Grill By Hank Marshall β 68, retired BBQ pitmaster. Forty-three years behind a smoker. Three-time Memphis-in-May finalist. "I built the first one for myself a decade ago. I was tired of losing half the vegetables through the grates at every catering job. So I built something simple β no rack, no motor. Just a basket you roll by hand. Forty years at a smoker taught me that simpler is almost always better." β Hank Marshall, Lockhart, Texas Why It Works π₯ Place It Down. Roll It. Done. No rack to attach. No motor. No setup. Drop it on any grill β gas, charcoal, or open fire β give it a slow turn every minute, and the food cooks evenly on every side. π Sized to Cook Through At 7.8 Γ 3.5 inches, every piece of food makes contact with hot mesh on every turn. Bigger baskets leave food cold in the middle. Hank tested every size before settling on this one. π₯ 304 Food-Grade Stainless Won't warp. Won't rust. Won't flake chrome into your dinner. The same grade used in commercial kitchen equipment, built to outlast every grill in your garage. πͺ΅ Real Hardwood Handles Solid wood, not plastic. Heat-resistant, comfortable to grip, and the perfect length for rolling the basket evenly. Pull them off when you're done β basket goes straight in the dishwasher. π Tight Mesh Weave Cherry tomatoes, shrimp, asparagus tips, sliced mushrooms β nothing falls through into the coals. The mesh is tight enough to contain small food and open enough to let smoke and flame do their work. π Compact & Genuinely Portable Fits in a cooler bag, a backpack, or a glove box. Built for backyard grills, campfires, beach setups, and tailgate pits β wherever you actually cook. " In twenty years of testing grilling tools, I've never seen a rolling basket as practical as Hank's. The size is the secret β most rolling baskets you find online are too big to cook food through evenly. Hank's compact 7.8-inch design ensures every piece makes contact with hot mesh on every turn. It's the small detail that separates a tool you actually use from one that ends up at the back of the garage. Mark Holloway BBQ Editor, Backyard & Smoke Magazine Perfect For π Backyard BBQ ποΈ Camping Trips ποΈ Beach Cookouts π¦ Shrimp & Seafood π₯¦ Grilled Vegetables π Tailgating π Father's Day Gifts π Family Cookouts What Makes It Different β Food-Grade 304 Stainless Steel. Safe for direct food contact, won't rust or warp at high heat. β Solid Hardwood Handles. Real wood, not plastic. Heat-resistant and detachable for easy storage and cleaning. β Fully Welded End Caps. Won't pop apart under real grill heat the way crimped versions do. β Tight Mesh Weave. Small food β shrimp, cherry tomatoes, asparagus tips β stays in the basket where it belongs. β Sized 7.8 Γ 3.5 inches. Compact enough to cook food through evenly on every turn β not the oversized "XL" size that cooks unevenly. π‘οΈ 30-Day No-Questions Guarantee If it's not the easiest grilling tool you've ever owned, send it back. Email Hank's team directly β full refund, no questions, no forms. A Note About the Handles Each handle is real hardwood, sanded and finished by hand. Color and grain may vary slightly from the listing photos β that's the nature of real wood, not a flaw. Hand-wash the handles to extend their life. The basket itself is fully dishwasher-safe. Product Details Material Food-grade 304 stainless steel + solid hardwood handles Mesh Reinforced tight-weave, fully welded end caps Set Includes 1 basket, 2 detachable handles, cleaning brush, quick-start guide Dimensions 7.8" Γ 3.5" (20cm Γ 9cm) Weight ~1.2 lbs (550g) Color Stainless silver with natural hardwood handles Setup No assembly required β handles snap on and off Care Dishwasher-safe basket; hand-wash handles Origin Designed in Lockhart, Texas Sales 100,000+ units sold β’ 4.9β average rating