{"product_id":"ancestral-fire-start-piston","title":"The Ancestral Fire Piston","description":"\u003cstyle\u003e\n:root {\n  --orange:      #C85A00;\n  --orange-light:#E8762A;\n  --army-dark:   #161E0E;\n  --army-green:  #446032;\n  --tan:         #C3A86E;\n  --cream:       #F2EAD0;\n  --cream-dark:  #E5D9BA;\n  --text-dark:   #1A1A0E;\n  --text-mid:    #4A4A30;\n  --rule:        #D4C9A8;\n  --font-head:   'Oswald', sans-serif;\n  --font-body:   'Source Sans 3', sans-serif;\n}\n\n.ai-wrap {\n  font-family: var(--font-body);\n  font-size: 15px;\n  line-height: 1.7;\n  color: var(--text-dark);\n  max-width: 100%;\n}\n\n\/* ── STRIP ── *\/\n.ai-strip {\n  background: #C85A00 !important;\n  padding: 14px 20px;\n  text-align: center;\n  margin-bottom: 0;\n}\n.ai-strip p {\n  font-family: var(--font-head);\n  font-size: clamp(13px, 3.5vw, 17px);\n  font-weight: 600;\n  letter-spacing: 1px;\n  color: #fff;\n  text-transform: uppercase;\n  margin: 0;\n}\n\n\/* ── SECTION BLOCKS ── *\/\n.ai-section {\n  padding: 36px 24px;\n  border-bottom: 1px solid var(--rule);\n}\n.ai-section:nth-child(odd)  { background: #F2EAD0 !important; }\n.ai-section:nth-child(even) { background: #E5D9BA !important; }\n\n.ai-section--dark {\n  background: #161E0E !important;\n  color: var(--cream);\n}\n.ai-section--green {\n  background: #446032 !important;\n  color: var(--cream);\n}\n\n\/* ── HEADINGS ── *\/\n.ai-eyebrow {\n  font-family: var(--font-head);\n  font-size: 10px;\n  letter-spacing: 4px;\n  color: var(--orange);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n.ai-section--dark .ai-eyebrow,\n.ai-section--green .ai-eyebrow { color: var(--tan); }\n\n.ai-h2 {\n  font-family: var(--font-head);\n  font-size: clamp(22px, 5.5vw, 34px);\n  font-weight: 700;\n  color: var(--army-dark);\n  text-transform: uppercase;\n  line-height: 1.05;\n  margin-bottom: 6px;\n}\n.ai-section--dark .ai-h2  { color: #fff; }\n.ai-section--green .ai-h2 { color: #fff; }\n\n.ai-rule {\n  width: 44px;\n  height: 3px;\n  background: var(--orange);\n  margin-bottom: 16px;\n}\n\n.ai-hero-line {\n  font-family: var(--font-head);\n  font-size: clamp(16px, 4vw, 22px);\n  font-weight: 600;\n  color: var(--army-dark);\n  margin-bottom: 14px;\n}\n\n.ai-body { font-size: 15px; color: var(--text-mid); line-height: 1.72; margin-bottom: 14px; }\n.ai-section--dark .ai-body  { color: rgba(242,234,208,0.82); }\n.ai-section--green .ai-body { color: rgba(242,234,208,0.82); }\n\n\/* ── BULLET LIST ── *\/\n.ai-bulls {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px;\n}\n.ai-bulls li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 8px 0;\n  border-bottom: 1px solid var(--rule);\n  font-size: 15px;\n  color: var(--text-dark);\n  line-height: 1.5;\n}\n.ai-section--dark .ai-bulls li,\n.ai-section--green .ai-bulls li { color: var(--cream); border-color: rgba(255,255,255,0.12); }\n\n.ai-bulls li:last-child { border-bottom: none; }\n.ai-bulls li::before {\n  content: '';\n  display: block;\n  min-width: 18px;\n  height: 18px;\n  flex-shrink: 0;\n  margin-top: 2px;\n  background: var(--orange) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'\/%3E%3C\/svg%3E\") center\/12px no-repeat;\n  border-radius: 2px;\n}\n.ai-bulls li strong { color: var(--army-dark); }\n.ai-section--dark .ai-bulls li strong,\n.ai-section--green .ai-bulls li strong { color: #fff; }\n\n\/* ── IMAGE ── *\/\n.ai-img-wrap {\n  margin: 20px 0;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 8px 32px rgba(22,30,14,0.15);\n  line-height: 0;\n  font-size: 0;\n}\n.ai-img-wrap img {\n  width: 100%;\n  height: auto;\n  display: block;\n  vertical-align: bottom;\n}\n\n\/* ── SPECS BOX ── *\/\n.ai-specs {\n  background: #E5D9BA !important;\n  border-left: 4px solid #446032;\n  padding: 16px 20px;\n  margin: 18px 0;\n  border-radius: 0 6px 6px 0;\n}\n.ai-specs strong {\n  display: block;\n  font-family: var(--font-head);\n  font-size: 10px;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--army-green);\n  margin-bottom: 10px;\n}\n.ai-specs-items {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px 20px;\n}\n.ai-specs-items span {\n  font-size: 14px;\n  color: var(--text-mid);\n}\n\n\/* ── STEPS ── *\/\n.ai-steps { margin: 0 0 20px; }\n.ai-step {\n  display: flex;\n  gap: 14px;\n  padding: 14px 0;\n  border-bottom: 1px solid var(--rule);\n  align-items: flex-start;\n}\n.ai-step:last-child { border-bottom: none; }\n.ai-step-num {\n  width: 30px;\n  height: 30px;\n  background: var(--orange);\n  color: white;\n  font-family: var(--font-head);\n  font-weight: 700;\n  font-size: 15px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n  border-radius: 3px;\n}\n.ai-step-text { font-size: 15px; color: var(--text-mid); line-height: 1.65; }\n.ai-step-text strong {\n  display: block;\n  color: var(--army-dark);\n  font-size: 15px;\n  margin-bottom: 4px;\n  font-family: var(--font-head);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n\/* ── GUARANTEE ── *\/\n.ai-guarantee {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  background: #F2EAD0 !important;\n  border: 1px solid var(--rule);\n  border-top: 4px solid var(--orange);\n  padding: 20px 22px;\n  border-radius: 6px;\n  margin: 24px 0;\n}\n.ai-guarantee-icon { font-size: 2rem; flex-shrink: 0; }\n.ai-guarantee strong {\n  display: block;\n  font-family: var(--font-head);\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--army-dark);\n  margin-bottom: 6px;\n}\n.ai-guarantee p { margin: 0; font-size: 14px; color: var(--text-mid); line-height: 1.65; }\n\n\/* ── EBOOKS ── *\/\n.ai-ebooks {\n  background: #161E0E !important;\n  color: var(--cream);\n  padding: 24px;\n  border-radius: 8px;\n  margin: 24px 0;\n  border-left: 4px solid var(--orange);\n}\n.ai-ebooks strong {\n  display: block;\n  font-family: var(--font-head);\n  font-size: 14px;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: var(--tan);\n  margin-bottom: 14px;\n}\n.ai-ebooks ul { list-style: none; padding: 0; margin: 0; }\n.ai-ebooks ul li {\n  padding: 8px 0 8px 20px;\n  position: relative;\n  font-size: 14px;\n  color: rgba(242,234,208,0.82);\n  border-bottom: 1px solid rgba(255,255,255,0.08);\n  line-height: 1.6;\n}\n.ai-ebooks ul li:last-child { border-bottom: none; }\n.ai-ebooks ul li::before {\n  content: \"▸\";\n  position: absolute;\n  left: 0;\n  color: var(--orange-light);\n  top: 9px;\n}\n\n\/* ── SOCIAL PROOF ── *\/\n.ai-proof {\n  background: #E5D9BA !important;\n  border-left: 4px solid var(--orange);\n  padding: 16px 20px;\n  margin: 20px 0;\n  border-radius: 0 6px 6px 0;\n}\n.ai-proof strong {\n  display: block;\n  font-family: var(--font-head);\n  font-size: 10px;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--orange);\n  margin-bottom: 8px;\n}\n.ai-proof p { margin: 0; font-size: 15px; color: var(--text-mid); font-style: italic; line-height: 1.7; }\n\n\/* ── CENTER LINE ── *\/\n.ai-center {\n  font-family: var(--font-head);\n  font-size: clamp(16px, 4vw, 22px);\n  font-weight: 700;\n  text-align: center;\n  color: var(--army-dark);\n  padding: 16px 0;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n\/* ── FAQ ── *\/\n.ai-faq { margin: 0; }\n.ai-faq-item { padding: 16px 0; border-bottom: 1px solid var(--rule); }\n.ai-faq-item:last-child { border-bottom: none; }\n.ai-faq-item .q {\n  font-family: var(--font-head);\n  font-weight: 600;\n  font-size: 15px;\n  color: var(--army-dark);\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n  margin-bottom: 6px;\n}\n.ai-faq-item .a { font-size: 14px; color: var(--text-mid); line-height: 1.72; }\n\n\/* ── DESKTOP ── *\/\n@media (min-width: 680px) {\n  .ai-section { padding: 48px 48px; }\n  .ai-strip { padding: 16px 48px; }\n}\n\n\/* ── FORCE BRAND COLORS AGAINST THEME OVERRIDES ── *\/\n.ai-wrap .ai-section         { background: #F2EAD0 !important; }\n.ai-wrap .ai-section:nth-child(even) { background: #E5D9BA !important; }\n.ai-wrap .ai-section--dark   { background: #161E0E !important; color: #F2EAD0 !important; }\n.ai-wrap .ai-section--green  { background: #446032 !important; color: #F2EAD0 !important; }\n.ai-wrap .ai-strip           { background: #C85A00 !important; }\n.ai-wrap .ai-ebooks          { background: #161E0E !important; }\n.ai-wrap                     { background: transparent; }\n\u003c\/style\u003e\n\u003cdiv class=\"ai-wrap\"\u003e\n\u003c!-- STRIP --\u003e\n\u003cdiv class=\"ai-strip\"\u003e\n\u003cp\u003ePush Down. Pull Out. You Have Fire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 1: OPENER --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cp class=\"ai-eyebrow\"\u003eThe Ancestral Igniter\u003c\/p\u003e\n\u003ch2 class=\"ai-h2\"\u003eStart A Fire With One Push\u003c\/h2\u003e\n\u003cdiv class=\"ai-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"ai-hero-line\" style=\"color: var(--army-dark);\"\u003ePush it down fast. Pull it out. You have fire.\u003c\/p\u003e\n\u003cp class=\"ai-body\"\u003eThe Ancestral Igniter works by rapidly compressing air inside a brass cylinder. That compression generates over 400 degrees of heat in a fraction of a second. It ignites the char cloth at the tip into a glowing ember. Transfer it to the hemp tinder bundle, blow, and you have fire. No sparks. No batteries. No fuel. Just one push of your hand.\u003c\/p\u003e\n\u003cdiv class=\"ai-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1821\/7976\/files\/S283888d606d74511aeebddd4005fe85fA.webp?v=1773538203\" alt=\"The Ancestral Igniter fire piston\"\u003e\u003c\/div\u003e\n\u003cp class=\"ai-body\"\u003e \u003c\/p\u003e\n\u003cul class=\"ai-bulls\"\u003e\n\u003cli\u003eA \u003cstrong\u003emust-have fire starter that fits in your pocket\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWorks when your lighter is empty and your matches are wet\u003c\/li\u003e\n\u003cli\u003eUses \u003cstrong\u003ezero consumable fuel\u003c\/strong\u003e — just air and tinder\u003c\/li\u003e\n\u003cli\u003eMost people have never seen one —\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eguaranteed conversation starter\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ai-img-wrap\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 2: CRAFTSMANSHIP --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cp class=\"ai-eyebrow\"\u003eBuilt To Last\u003c\/p\u003e\n\u003ch2 class=\"ai-h2\"\u003eGuaranteed Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"ai-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"ai-body\"\u003ePrecision-machined from solid brass and aluminum alloy. The O-ring seal creates an airtight compression every single time. The knurled grip gives you confident control in wet or cold hands.\u003c\/p\u003e\n\u003cul class=\"ai-bulls\"\u003e\n\u003cli\u003eCreates a \u003cstrong\u003econsistent, reliable ember\u003c\/strong\u003e on every compression\u003c\/li\u003e\n\u003cli\u003eBuilt from \u003cstrong\u003esolid brass and aluminum alloy\u003c\/strong\u003e — rust-resistant and field-tough\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ai-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1821\/7976\/files\/Fire_Piston_LS_8.jpg?v=1776103781\" alt=\"Fire piston craftsmanship\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ai-specs\"\u003e\n\u003cstrong\u003eDimensions and Materials\u003c\/strong\u003e\n\u003cdiv class=\"ai-specs-items\"\u003e\n\u003cspan\u003eLength: 5.1 inches (13cm)\u003c\/span\u003e \u003cspan\u003eDiameter: 0.8 inches (2cm)\u003c\/span\u003e \u003cspan\u003eMaterial: Brass and Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 3: KEEP ONE --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cp class=\"ai-eyebrow\"\u003eEvery Kit. Every Pack.\u003c\/p\u003e\n\u003ch2 class=\"ai-h2\"\u003eKeep One In Every Kit\u003c\/h2\u003e\n\u003cdiv class=\"ai-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"ai-body\"\u003eLightweight enough to forget it is there. Reliable enough to stake your fire on.\u003c\/p\u003e\n\u003cul class=\"ai-bulls\"\u003e\n\u003cli\u003eBrass and aluminum alloy — \u003cstrong\u003ewill not corrode in the field\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eO-ring sealed for \u003cstrong\u003ereliable compression in wet conditions\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFits in your shirt pocket, go-bag, or truck glovebox\u003c\/li\u003e\n\u003cli\u003eThe \u003cstrong\u003ebest gift for any outdoorsman\u003c\/strong\u003e — they have never seen one before\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION 4: HOW TO USE --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cp class=\"ai-eyebrow\"\u003eStep By Step\u003c\/p\u003e\n\u003ch2 class=\"ai-h2\"\u003eHow To Use It\u003c\/h2\u003e\n\u003cdiv class=\"ai-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ai-steps\"\u003e\n\u003cdiv class=\"ai-step\"\u003e\n\u003cdiv class=\"ai-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"ai-step-text\"\u003e\n\u003cstrong\u003eLoad the char cloth\u003c\/strong\u003e Take a small piece of the included char cloth and place it in the notch at the tip of the piston rod. A piece the size of your pinky fingernail is enough.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-step\"\u003e\n\u003cdiv class=\"ai-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"ai-step-text\"\u003e\n\u003cstrong\u003ePush down fast and firm\u003c\/strong\u003e Insert the piston into the brass cylinder. Push straight down in one fast, firm motion. Speed is everything. A slow push will not generate enough heat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-step\"\u003e\n\u003cdiv class=\"ai-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"ai-step-text\"\u003e\n\u003cstrong\u003ePull out immediately\u003c\/strong\u003e Remove the piston right after the push. You will see a small glowing orange ember on the char cloth. Act fast and move to step 4 right away.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-step\"\u003e\n\u003cdiv class=\"ai-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"ai-step-text\"\u003e\n\u003cstrong\u003eTransfer to hemp tinder and blow\u003c\/strong\u003e Drop the ember onto the included hemp fiber bundle. Blow gently and steadily at the base until it grows into flame. Add kindling and build from there.\n\u003cdiv class=\"ai-img-wrap\" style=\"margin-top: 16px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1821\/7976\/files\/3_3c4b2351-32f9-4c9b-8ff6-ba05b6882c47.png?v=1773537892\" alt=\"Fire piston ember transfer\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cdiv class=\"ai-guarantee\"\u003e\n\u003cdiv class=\"ai-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOur Guarantee Means Risk-Free\u003c\/strong\u003e\n\u003cp\u003eMost tools sold online under-deliver. That is why we back every order with a \u003cstrong\u003e30-day money-back guarantee\u003c\/strong\u003e. Not satisfied for any reason — we will make it right. 12-hour customer service response time, always.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EBOOKS --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cdiv class=\"ai-ebooks\"\u003e\n\u003cstrong\u003e2 Free E-Books Included After Purchase\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrimitive Fire Starting Guide\u003c\/strong\u003e — How to use every method in this kit. Tinder selection, ember transfer, fire building from scratch. Delivered instantly by email.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSunray Survival Tips Guide\u003c\/strong\u003e — Essential outdoor preparedness. Shelter, water, signaling, and emergency basics. Delivered instantly with your order.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SOCIAL PROOF --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cdiv class=\"ai-proof\"\u003e\n\u003cstrong\u003eVerified Customer Review ⭐⭐⭐⭐⭐\u003c\/strong\u003e\n\u003cp\u003e\"Bought this for my husband and he showed everyone at camp. Three people asked where to get one. He said it felt like magic the first time it worked.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"ai-center\" style=\"padding-top: 24px;\"\u003eA Fire Starter Everyone Should Have\u003c\/p\u003e\n\u003cdiv class=\"ai-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0549\/1821\/7976\/files\/4_6cdb1180-ee9c-4b2b-911c-c26a5650eac2.png?v=1773538154\" alt=\"Ancestral igniter lifestyle\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"ai-section\"\u003e\n\u003cp class=\"ai-eyebrow\"\u003eGot Questions\u003c\/p\u003e\n\u003ch2 class=\"ai-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"ai-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ai-faq\"\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eIs it hard to use for a beginner?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eMost people get their first ember on the second or third try. The key is a fast, firm push — not slow. Watch the video and you will have it figured out in under 5 minutes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eWhat tinder does it use?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eChar cloth and hemp fiber tinder are both included in the metal tin. Load a small piece of char cloth into the piston tip, compress, then transfer the ember to the hemp bundle and blow into flame. Your free Fire Starting Guide covers field alternatives when you run out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eWhat is the lubricating wax for?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eThe O-ring seal on the piston needs occasional lubrication to maintain an airtight compression. Apply a small amount of the included wax to the O-ring every 20 to 30 uses. Spare O-rings are included so you are covered long term.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eDoes it work in wet or cold conditions?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eThe brass cylinder is sealed and unaffected by moisture. Keep your char cloth and hemp tinder dry in the metal tin and you are covered in any weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eWill the brass tarnish?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eBrass develops a natural patina over time. Most people like how it looks. Wipe with a dry cloth to keep it clean. Lightly oil the O-ring every few months.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ai-faq-item\"\u003e\n\u003cdiv class=\"q\"\u003eHow long does shipping take?\u003c\/div\u003e\n\u003cdiv class=\"a\"\u003eMost orders arrive within 7 to 10 business days. Tracking is sent as soon as your order ships. All support questions are answered within 12 hours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END ANCESTRAL IGNITER PRODUCT PAGE --\u003e","brand":"eprolo","offers":[{"title":"One","offer_id":48103994491128,"sku":"18B84237CC4AAC0A9E03918762001BDA","price":43.46,"currency_code":"AUD","in_stock":true},{"title":"Two (Save)","offer_id":48103994523896,"sku":"D7A57D5A3C29C25C49F8827ED5544560","price":72.45,"currency_code":"AUD","in_stock":true},{"title":"Three (Best Value)","offer_id":48103994556664,"sku":"06AB52FDD16DF58C05FFF035D9A96A68","price":98.54,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0549\/1821\/7976\/files\/S75f1497e54ec4e8799eced233b1bbf19y.webp?v=1773511453","url":"https:\/\/sunraysurvival.com\/en-au\/products\/ancestral-fire-start-piston","provider":"Sunray Survival","version":"1.0","type":"link"}