{"title":"RICHPEN","description":"\u003cstyle\u003e\n  .richpen-parts-collection{\n    --rp-text:#333333;\n    --rp-muted:#555555;\n    --rp-heading:#1f1f1f;\n    --rp-border:#dddddd;\n    --rp-link:#000000;\n    --rp-accent:#b3262e;\n    --rp-accent-dark:#8f1f25;\n    --rp-soft:#fff5f5;\n    --rp-dark:#222222;\n\n    max-width:1100px;\n    margin:0 auto;\n    color:var(--rp-text);\n    font-family:Arial,Helvetica,sans-serif;\n    font-size:17px;\n    line-height:1.7;\n  }\n\n  .richpen-parts-collection,\n  .richpen-parts-collection *,\n  .richpen-parts-collection *::before,\n  .richpen-parts-collection *::after{\n    box-sizing:border-box;\n  }\n\n  .richpen-parts-collection h2,\n  .richpen-parts-collection h3{\n    margin-top:0;\n    color:var(--rp-heading);\n    line-height:1.3;\n  }\n\n  .richpen-parts-collection h2{\n    margin-bottom:18px;\n    font-size:clamp(27px,4vw,38px);\n  }\n\n  .richpen-parts-collection h3{\n    margin-bottom:14px;\n    font-size:clamp(20px,3vw,25px);\n  }\n\n  .richpen-parts-collection p{\n    margin:0 0 16px;\n  }\n\n  .richpen-parts-collection p:last-child{\n    margin-bottom:0;\n  }\n\n  .richpen-parts-collection ul{\n    margin:0;\n    padding-left:24px;\n  }\n\n  .richpen-parts-collection li{\n    margin-bottom:10px;\n  }\n\n  .richpen-parts-collection li:last-child{\n    margin-bottom:0;\n  }\n\n  .richpen-parts-collection strong{\n    color:#000000;\n    font-weight:700;\n  }\n\n  .richpen-parts-collection a,\n  .richpen-parts-collection a:visited{\n    color:var(--rp-link)!important;\n    font-weight:700!important;\n    text-decoration:none!important;\n    transition:\n      color .2s ease,\n      text-decoration-color .2s ease;\n  }\n\n  .richpen-parts-collection a:hover,\n  .richpen-parts-collection a:focus-visible{\n    color:var(--rp-accent)!important;\n    text-decoration:underline!important;\n    text-underline-offset:3px;\n  }\n\n  .richpen-parts-collection a:focus-visible{\n    border-radius:2px;\n    outline:2px solid var(--rp-accent);\n    outline-offset:3px;\n  }\n\n  .richpen-parts-collection .rp-hero{\n    position:relative;\n    margin-bottom:26px;\n    padding:clamp(24px,5vw,40px);\n    overflow:hidden;\n    background:\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        var(--rp-soft) 68%,\n        #f3eeee 100%\n      );\n    border:1px solid var(--rp-border);\n    border-left:5px solid var(--rp-accent);\n    border-radius:12px;\n  }\n\n  .richpen-parts-collection .rp-hero::after{\n    content:\"\";\n    position:absolute;\n    top:-50px;\n    right:-50px;\n    width:160px;\n    height:160px;\n    border:1px solid rgba(179,38,46,.18);\n    border-radius:50%;\n    pointer-events:none;\n  }\n\n  .richpen-parts-collection .rp-label{\n    display:inline-block;\n    margin-bottom:12px;\n    color:var(--rp-accent-dark);\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n  }\n\n  .richpen-parts-collection .rp-intro{\n    max-width:920px;\n    color:var(--rp-muted);\n  }\n\n  .richpen-parts-collection .rp-section{\n    position:relative;\n    margin-bottom:26px;\n    padding:26px;\n    background:#ffffff;\n    border:1px solid var(--rp-border);\n    border-radius:10px;\n  }\n\n  .richpen-parts-collection .rp-section::before{\n    content:\"\";\n    position:absolute;\n    top:-1px;\n    left:24px;\n    width:58px;\n    height:3px;\n    background:var(--rp-accent);\n    border-radius:0 0 3px 3px;\n  }\n\n  .richpen-parts-collection .rp-glance{\n    margin-top:18px;\n    padding:20px 22px;\n    background:var(--rp-soft);\n    border-left:4px solid var(--rp-accent);\n    border-radius:8px;\n  }\n\n  .richpen-parts-collection .rp-glance h3{\n    margin-bottom:12px;\n  }\n\n  .richpen-parts-collection .rp-grid{\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:18px;\n  }\n\n  .richpen-parts-collection .rp-card{\n    position:relative;\n    height:100%;\n    padding:22px;\n    background:#ffffff;\n    border:1px solid var(--rp-border);\n    border-radius:10px;\n  }\n\n  .richpen-parts-collection .rp-card::before{\n    content:\"\";\n    position:absolute;\n    top:-1px;\n    left:20px;\n    width:46px;\n    height:3px;\n    background:var(--rp-accent);\n    border-radius:0 0 3px 3px;\n  }\n\n  .richpen-parts-collection .rp-card h3{\n    margin-bottom:10px;\n  }\n\n  .richpen-parts-collection .rp-card p{\n    color:var(--rp-muted);\n  }\n\n  @media screen and (max-width:700px){\n    .richpen-parts-collection{\n      font-size:16px;\n    }\n\n    .richpen-parts-collection .rp-hero{\n      padding:23px 19px;\n    }\n\n    .richpen-parts-collection .rp-section{\n      padding:21px 18px;\n    }\n\n    .richpen-parts-collection .rp-section::before{\n      left:18px;\n      width:48px;\n    }\n\n    .richpen-parts-collection .rp-glance{\n      padding:17px 18px;\n    }\n\n    .richpen-parts-collection .rp-grid{\n      grid-template-columns:1fr;\n    }\n\n    .richpen-parts-collection .rp-card{\n      padding:20px 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-parts-collection\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n\n    \u003cspan class=\"rp-label\"\u003e\n      RichPen Replacement Components\n    \u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Airbrush Parts \u0026amp; Replacement Components\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Find compatible RichPen airbrush parts, including nozzles, needles, caps, and replacement components for Apollo and Spectra models. Keep your airbrush performing at its best with reliable parts designed for precision and durability.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rp-glance\"\u003e\n\n      \u003ch3\u003eAt a Glance:\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eReplacement parts for RichPen airbrush systems\u003c\/li\u003e\n        \u003cli\u003eNozzles, needles, caps, and internal components\u003c\/li\u003e\n        \u003cli\u003eCompatible with Apollo and Spectra airbrush models\u003c\/li\u003e\n        \u003cli\u003eIdeal for maintenance, repair, and performance upgrades\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n\n      \u003ch3\u003eRestore Airbrush Performance\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Replace worn or damaged components to maintain smooth spray performance, consistent airflow, and precise control during use.\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n\n      \u003ch3\u003eCompatible Parts for RichPen Models\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed specifically for RichPen airbrush systems, these parts ensure proper fit and reliable performance without compatibility issues.\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n\n      \u003ch3\u003eEssential for Maintenance \u0026amp; Repairs\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Keep spare parts on hand to minimize downtime and extend the life of your airbrush. Ideal for regular maintenance and quick fixes.\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n\n      \u003ch3\u003ePrecision Components for Accurate Results\u003c\/h3\u003e\n\n      \u003cp\u003e\n        High-quality parts help maintain spray accuracy, reduce clogging, and ensure consistent paint flow across your projects.\n      \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n\n    \u003ch3\u003eWhy Choose Genuine Replacement Parts?\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eEnsures proper fit and compatibility\u003c\/li\u003e\n      \u003cli\u003eMaintains airbrush performance and precision\u003c\/li\u003e\n      \u003cli\u003eExtends the lifespan of your equipment\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"richpen-spectra-033g-0-3mm-siphon-feed-airbrush","title":"RichPen Spectra 033G 0.3mm siphon feed airbrush","description":"\u003ch2\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eSpectra 033G airbrush by RichPen siphon feed .3mm nozzle\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003e.3mm nozzle and siphon feed glass bottle (1 1\/4\") with double-action trigger control, this Spectra series airbrush was made in Japan by one of the world's most experience airbrush manufacturers with over 50 years of history behind their backs. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eAdjustable needle stopper to regulate the maximum amount of paint output. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eStandard siphon bottle connector - use and \u003ca href=\"%%GLOBAL_ShopPathSSL%%\/parts-for-airbrush\/bottles-for-siphon-feed-airbrush\/\"\u003eNO-NAME bottles or other brands with this size. \u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eSuitable for model painting, fine arts, cake decoration and other traditional airbrushing industries. \u003c\/span\u003e\u003c\/p\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892836532386,"sku":"Spectra-033G","price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen-Spectra-033G-0.3mm-siphon-feed-airbrush-RichPen-27129456.webp?v=1762443947"},{"product_id":"richpen-1-needle-cap-for-spectra-033g-airbrush","title":"RichPen #1 Needle Cap for Spectra 033G Airbrush","description":"\u003ch2\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eRichPen #1 Needle Cap for Spectra 033G\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eProtective Needle Cap compatible with the RichPen Spectra 033G 0.3mm Airbrush\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003e\u003cstrong\u003eMade in Japan.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892837679266,"sku":"29795","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen_1NeedleCapforSpectra033GAirbrushRichPen.png?v=1787201523"},{"product_id":"richpen-29808-ptfe-packing-set","title":"RichPen PTFE Packing Set 29808","description":"\u003cstyle\u003e\n  .richpen-ptfe-packing-set-29808 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-ptfe-packing-set-29808,\n  .richpen-ptfe-packing-set-29808 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-ptfe-packing-set-29808 h2,\n  .richpen-ptfe-packing-set-29808 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-ptfe-packing-set-29808 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-ptfe-packing-set-29808 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-ptfe-packing-set-29808 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-ptfe-packing-set-29808 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-ptfe-packing-set-29808 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-ptfe-packing-set-29808 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-ptfe-packing-set-29808 a,\n  .richpen-ptfe-packing-set-29808 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-ptfe-packing-set-29808 a:hover,\n  .richpen-ptfe-packing-set-29808 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-ptfe-packing-set-29808 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-specs th,\n  .richpen-ptfe-packing-set-29808 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-specs tr:last-child th,\n  .richpen-ptfe-packing-set-29808 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-ptfe-packing-set-29808 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-ptfe-packing-set-29808 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-ptfe-packing-set-29808 .rp-card,\n    .richpen-ptfe-packing-set-29808 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-ptfe-packing-set-29808 .rp-specs th,\n    .richpen-ptfe-packing-set-29808 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-ptfe-packing-set-29808 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-ptfe-packing-set-29808 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-ptfe-packing-set-29808\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen PTFE Packing Set 29808 for Spectra 033G Airbrush\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing packing component in a compatible\n      RichPen airbrush with the RichPen PTFE Packing Set 29808. This\n      model-specific replacement part includes one packing screw with a PTFE\n      seal and is listed for the RichPen Spectra 033G 0.3 mm airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement PTFE packing set\u003c\/strong\u003e for the RichPen\n          Spectra 033G airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29808\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIncludes one packing screw with PTFE seal\u003c\/strong\u003e for the\n          compatible airbrush packing area.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific compatibility\u003c\/strong\u003e for the Spectra 033G\n          0.3 mm airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the packing\n          part to be replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing does not include a complete airbrush, needle, nozzle,\n          air valve, or unrelated replacement components.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003ePTFE Packing Set\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29808\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush packing component\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Spectra\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Model\u003c\/th\u003e\n            \u003ctd\u003eRichPen Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Airbrush Size\u003c\/th\u003e\n            \u003ctd\u003e0.3 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSeal Type\u003c\/th\u003e\n            \u003ctd\u003ePTFE\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 packing screw with PTFE seal\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible with the RichPen Spectra 033G\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen PTFE Packing Set 29808 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G 0.3 mm siphon-feed airbrush\u003c\/a\u003e.\n      Confirm both the airbrush model and manufacturer SKU before selecting\n      this replacement packing component.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Other RichPen airbrush models may use packing screws or seals with\n      different dimensions and fitting requirements, even when the components\n      appear similar.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eReplacement Packing Screw with PTFE Seal\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This product includes one packing screw fitted with a PTFE seal for the\n      compatible Spectra 033G airbrush. It is listed as an individual\n      replacement component for servicing the airbrush packing area.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct model identification and careful installation are important\n      because small packing components may look similar while using different\n      dimensions, threads, or seal arrangements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Packing Set May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original packing screw or PTFE seal is missing.\u003c\/li\u003e\n      \u003cli\u003eThe packing component is visibly worn or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe component no longer seats correctly in the airbrush body.\u003c\/li\u003e\n      \u003cli\u003eThe threads are damaged or no longer engage correctly.\u003c\/li\u003e\n      \u003cli\u003eThe PTFE seal was damaged during disassembly or maintenance.\u003c\/li\u003e\n      \u003cli\u003eInspection confirms that the original packing part requires replacement.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen PTFE\n      Packing Set 29808 consisting of one packing screw with PTFE seal. The\n      complete airbrush and other replacement components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Spectra 033G 0.3 mm airbrush. Do not select this packing\n      component based only on its appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Spectra 033G.\u003c\/li\u003e\n      \u003cli\u003eVerify that the required replacement component uses SKU 29808.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose before disassembling the airbrush.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before servicing the packing area.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small components are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the surrounding threads and packing area for debris or damage.\u003c\/li\u003e\n      \u003cli\u003eInstall the replacement component carefully without forcing it.\u003c\/li\u003e\n      \u003cli\u003eTest needle movement before reconnecting the air supply.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Airbrush Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the packing set, inspect the needle, surrounding threads,\n      airbrush body, and adjacent internal components for dried paint, wear, or\n      physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bent or damaged needle may affect movement through the packing area\n      even after the replacement PTFE packing component is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and PTFE Seal Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Clean the surrounding airbrush components using a cleaner compatible\n      with the paint being removed. Avoid using sharp or abrasive tools on the\n      PTFE seal.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Do not cut, scrape, excessively compress, or permanently deform the PTFE\n      component during installation. Confirm smooth needle movement after\n      reassembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrush uses PTFE Packing Set 29808?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen PTFE Packing Set 29808 is listed for the RichPen Spectra\n        033G 0.3 mm siphon-feed airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is included with RichPen Packing Set 29808?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The listing includes one packing screw with a PTFE seal.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this the same product as RichPen PTFE Packing Set 29807?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. SKU 29808 and SKU 29807 are separate manufacturer references.\n        This listing is specifically identified as SKU 29808 for the Spectra\n        033G airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement packing component only. The\n        complete airbrush and other replacement parts are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this packing set be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed for the Spectra 033G. Do not use this part\n        with another model unless its official parts information also lists\n        manufacturer SKU 29808.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the packing set include an airbrush needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The airbrush needle is a separate component and is not included\n        with the PTFE packing set.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the PTFE seal be cut or modified?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Do not cut, scrape, stretch, or permanently deform the PTFE seal\n        during installation.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth needle movement and normal airbrush operation\n        before loading and spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G 0.3 mm siphon-feed airbrush\u003c\/a\u003e\n      before selecting this replacement PTFE packing set.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892837875874,"sku":"29808","price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenPTFEPackingSetforApollo113CAirbrush.png?v=1786446456"},{"product_id":"richpen-needle-cap-29700","title":"RichPen Needle Cap 29700","description":"\u003cstyle\u003e\n  .richpen-needle-cap-29700 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-cap-29700,\n  .richpen-needle-cap-29700 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-cap-29700 h2,\n  .richpen-needle-cap-29700 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-cap-29700 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-cap-29700 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-cap-29700 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-cap-29700 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-cap-29700 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-cap-29700 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-cap-29700 a:hover,\n  .richpen-needle-cap-29700 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-needle-cap-29700 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-cap-29700 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-cap-29700 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-cap-29700 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-cap-29700 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-cap-29700 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-cap-29700 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-cap-29700 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-cap-29700 .rp-specs th,\n  .richpen-needle-cap-29700 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-cap-29700 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-cap-29700 .rp-specs tr:last-child th,\n  .richpen-needle-cap-29700 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-cap-29700 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-cap-29700 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-cap-29700 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-cap-29700 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-cap-29700 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-cap-29700 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-cap-29700 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-cap-29700 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-cap-29700 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-cap-29700 .rp-card,\n    .richpen-needle-cap-29700 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-cap-29700 .rp-specs th,\n    .richpen-needle-cap-29700 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-cap-29700 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-cap-29700 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-cap-29700\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Needle Cap 29700 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Protect the exposed needle tip of a compatible RichPen Apollo airbrush\n      with the RichPen Needle Cap 29700. This model-specific replacement part\n      is listed for the RichPen Apollo 112A and Apollo 112B airbrushes and\n      provides a replacement option when the original needle cap is damaged,\n      worn, or missing.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eProtective needle cap\u003c\/strong\u003e surrounds the exposed needle\n          tip at the front of the compatible airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with RichPen Apollo 112A and 112B\u003c\/strong\u003e\n          airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement component\u003c\/strong\u003e for a damaged, worn, or\n          missing original needle cap.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eOpen-front design\u003c\/strong\u003e allows airflow and atomized paint\n          to pass through while helping protect the needle.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eSilver-colored finish\u003c\/strong\u003e matches the visible metal\n          appearance of the compatible airbrush head assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the needle cap only, not a complete airbrush\n          or complete head assembly.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNeedle Cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29700\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVisible Finish\u003c\/th\u003e\n            \u003ctd\u003eSilver-colored\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Needle Cap 29700 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm the airbrush model before ordering. Needle caps from different\n      airbrushes can appear similar while using different threads, dimensions,\n      or internal clearances.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eProtect the Airbrush Needle Tip\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The airbrush needle extends through the nozzle and is vulnerable to\n      bending or impact damage. The needle cap fits around the exposed tip and\n      helps reduce accidental contact during normal handling and spraying.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A properly fitted needle cap also helps protect the user from accidental\n      contact with the sharp needle tip while leaving the front opening clear\n      for the spray pattern.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Needle Cap May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original needle cap is missing.\u003c\/li\u003e\n      \u003cli\u003eThe cap is bent or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe threads are worn, damaged, or no longer seat correctly.\u003c\/li\u003e\n      \u003cli\u003eDried paint cannot be removed safely from the openings.\u003c\/li\u003e\n      \u003cli\u003eThe cap no longer provides proper clearance around the needle tip.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Needle\n      Cap 29700 only. The airbrush, needle, nozzle, nozzle cap, head assembly,\n      and other components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eInstallation Notice:\u003c\/strong\u003e Thread the needle cap onto the\n      compatible airbrush carefully. Do not force or overtighten it, as this\n      may damage the cap or the airbrush head threads.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eRecommended Installation Checks\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle tip for bends or damage before installation.\u003c\/li\u003e\n      \u003cli\u003eClean dried paint from the surrounding head components.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the cap by hand to avoid cross-threading.\u003c\/li\u003e\n      \u003cli\u003eTighten only enough to seat the cap securely.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the needle tip does not touch the installed cap.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes fit the Needle Cap 29700?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is listed as compatible with the RichPen Apollo 112A and Apollo 112B\n        airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle cap only. The complete\n        airbrush and other head components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does an airbrush needle cap do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It fits around the exposed needle tip to help reduce accidental contact\n        and protect the needle from impact damage during normal handling.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the needle cap include a replacement needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle is a separate airbrush component and is not included\n        with this needle cap.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this cap be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Do not select a replacement part based only on its appearance.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tightly should the needle cap be installed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Install it by hand and tighten only enough to seat it securely.\n        Overtightening may damage the cap or the airbrush head threads.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the needle touch the installed cap?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle should remain centered with suitable clearance around\n        the tip. If the needle contacts the cap, inspect both components for\n        bending, damage, or incorrect installation.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement needle cap.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838170786,"sku":"29700","price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleCap.png?v=1786556372"},{"product_id":"richpen-nozzle-cap-29701","title":"RichPen Nozzle Cap 29701","description":"\u003cstyle\u003e\n  .richpen-nozzle-cap-29701 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-nozzle-cap-29701,\n  .richpen-nozzle-cap-29701 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-nozzle-cap-29701 h2,\n  .richpen-nozzle-cap-29701 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-nozzle-cap-29701 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-nozzle-cap-29701 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-nozzle-cap-29701 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-nozzle-cap-29701 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-nozzle-cap-29701 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-nozzle-cap-29701 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-nozzle-cap-29701 a:hover,\n  .richpen-nozzle-cap-29701 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-nozzle-cap-29701 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-specs th,\n  .richpen-nozzle-cap-29701 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-specs tr:last-child th,\n  .richpen-nozzle-cap-29701 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-nozzle-cap-29701 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-nozzle-cap-29701 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-nozzle-cap-29701 .rp-card,\n    .richpen-nozzle-cap-29701 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-nozzle-cap-29701 .rp-specs th,\n    .richpen-nozzle-cap-29701 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-nozzle-cap-29701 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-nozzle-cap-29701 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-nozzle-cap-29701\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Nozzle Cap 29701 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing front nozzle cap on a compatible\n      RichPen Apollo airbrush with the RichPen Nozzle Cap 29701. This\n      model-specific replacement component is listed for the RichPen Apollo\n      112A and Apollo 112B 0.2mm gravity-feed airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific nozzle cap\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and 112B\u003c\/strong\u003e 0.2mm\n          gravity-feed airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eFront head replacement component\u003c\/strong\u003e that fits around\n          the compatible nozzle area.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eSupports proper airflow around the nozzle tip\u003c\/strong\u003e when\n          correctly installed with compatible airbrush components.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement option\u003c\/strong\u003e for a damaged, worn, clogged, or\n          missing original nozzle cap.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the nozzle cap only, not a complete airbrush,\n          nozzle, needle, or complete head assembly.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNozzle Cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29701\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush nozzle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Nozzle Setup\u003c\/th\u003e\n            \u003ctd\u003e0.2mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVisible Finish\u003c\/th\u003e\n            \u003ctd\u003eSilver-colored\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement nozzle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Nozzle Cap 29701 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm the airbrush model and manufacturer SKU before ordering.\n      Nozzle caps from different airbrushes may look similar while using\n      different threads, dimensions, airflow openings, or internal clearances.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Airbrush Head Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The nozzle cap is installed at the front of the compatible airbrush\n      around the nozzle area. It forms part of the head assembly and helps\n      support the airflow used to atomize paint during spraying.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct fit and alignment are important. A damaged, incorrectly installed,\n      or incompatible nozzle cap may affect airflow around the nozzle and can\n      contribute to an uneven spray pattern.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Nozzle Cap May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original nozzle cap is missing.\u003c\/li\u003e\n      \u003cli\u003eThe cap is bent, cracked, dented, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe threads are worn or no longer seat correctly.\u003c\/li\u003e\n      \u003cli\u003eDried paint cannot be removed safely from the airflow openings.\u003c\/li\u003e\n      \u003cli\u003eThe spray pattern remains uneven after normal cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe cap no longer aligns correctly around the compatible nozzle.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Nozzle\n      Cap 29701 only. The airbrush, needle cap, needle, nozzle, head assembly,\n      and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A and Apollo 112B. Do not select a replacement\n      nozzle cap based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Maintenance Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the airbrush model before beginning installation.\u003c\/li\u003e\n      \u003cli\u003eRemove dried paint from the surrounding head components.\u003c\/li\u003e\n      \u003cli\u003eInspect the nozzle and needle tip for damage.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the nozzle cap carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force the cap or cross-thread the airbrush head.\u003c\/li\u003e\n      \u003cli\u003eTighten only enough to seat the component securely.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush using cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning the Nozzle Cap\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove accumulated paint using an airbrush cleaner that is compatible\n      with the paint being sprayed. Pay attention to the inner surface and\n      airflow openings, where dried paint can restrict airflow.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Avoid scraping the openings with oversized or excessively hard tools.\n      Physical damage to the cap may alter airflow or prevent proper alignment\n      with the nozzle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes fit the Nozzle Cap 29701?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Nozzle Cap 29701 is listed for the Apollo 112A and Apollo\n        112B 0.2mm gravity-feed airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement nozzle cap only. A complete\n        airbrush and the other head components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this nozzle cap include the nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The nozzle is a separate replacement component and is not included\n        with the Nozzle Cap 29701.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include the protective needle cap?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The protective needle cap is a separate component. This listing is\n        specifically for the nozzle cap.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the purpose of the nozzle cap?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The nozzle cap forms part of the front airbrush head assembly. It fits\n        around the nozzle area and supports airflow around the nozzle tip\n        during paint atomization.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this part be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the Apollo 112A and Apollo 112B.\n        Other RichPen models may use components with different dimensions,\n        threads, or airflow designs.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tightly should the nozzle cap be installed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Install it by hand and tighten only enough to seat it securely. Do not\n        force or overtighten the component.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the complete\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement nozzle cap.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838203554,"sku":"29701","price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNozzleCap.png?v=1786556580"},{"product_id":"richpen-0-2mm-nozzle-29702","title":"RichPen 0.2mm Nozzle 29702","description":"\u003cstyle\u003e\n  .richpen-nozzle-29702 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-nozzle-29702,\n  .richpen-nozzle-29702 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-nozzle-29702 h2,\n  .richpen-nozzle-29702 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-nozzle-29702 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-nozzle-29702 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-nozzle-29702 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-nozzle-29702 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-nozzle-29702 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-nozzle-29702 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-nozzle-29702 a:hover,\n  .richpen-nozzle-29702 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-nozzle-29702 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-nozzle-29702 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-nozzle-29702 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-nozzle-29702 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-nozzle-29702 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-nozzle-29702 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-29702 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-29702 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-nozzle-29702 .rp-specs th,\n  .richpen-nozzle-29702 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-nozzle-29702 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-nozzle-29702 .rp-specs tr:last-child th,\n  .richpen-nozzle-29702 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-nozzle-29702 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-29702 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-nozzle-29702 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-29702 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-nozzle-29702 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-nozzle-29702 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-nozzle-29702 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-nozzle-29702 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-nozzle-29702 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-nozzle-29702 .rp-card,\n    .richpen-nozzle-29702 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-nozzle-29702 .rp-specs th,\n    .richpen-nozzle-29702 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-nozzle-29702 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-nozzle-29702 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-nozzle-29702\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen 0.2mm Nozzle 29702 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Restore the original 0.2mm nozzle configuration of a compatible RichPen\n      Apollo airbrush with the RichPen Nozzle 29702. This model-specific\n      replacement component is listed for the RichPen Apollo 112A and Apollo\n      112B gravity-feed airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003e0.2mm replacement nozzle\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and 112B\u003c\/strong\u003e gravity-feed\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific replacement part\u003c\/strong\u003e for a damaged,\n          worn, clogged, or missing original nozzle.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePrecision paint-delivery component\u003c\/strong\u003e that works with\n          the compatible needle and airbrush head assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eRestores the intended 0.2mm setup\u003c\/strong\u003e when installed\n          with the correct matching components.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the nozzle only, not a complete airbrush,\n          needle, nozzle cap, or head assembly.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003e0.2mm Nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29702\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNozzle Size\u003c\/th\u003e\n            \u003ctd\u003e0.2mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Feed Type\u003c\/th\u003e\n            \u003ctd\u003eGravity feed\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVisible Finish\u003c\/th\u003e\n            \u003ctd\u003eSilver-colored\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen 0.2mm Nozzle 29702 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm the airbrush model and manufacturer SKU before ordering.\n      Airbrush nozzles may look similar while using different threads,\n      dimensions, taper profiles, or internal openings.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eRestore the Original 0.2mm Paint Setup\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The nozzle is positioned at the front of the airbrush and works with the\n      compatible needle to control paint delivery. Correct alignment between\n      the needle and nozzle is important for a consistent spray pattern.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Replacing a damaged or worn nozzle with the correct model-specific part\n      helps restore the intended 0.2mm configuration of the compatible\n      RichPen Apollo airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Airbrush Nozzle May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe nozzle tip is cracked, split, bent, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe spray pattern remains uneven after thorough cleaning.\u003c\/li\u003e\n      \u003cli\u003ePaint leaks or bubbles around the front head assembly.\u003c\/li\u003e\n      \u003cli\u003eThe compatible needle no longer seats correctly in the nozzle.\u003c\/li\u003e\n      \u003cli\u003eDried paint or physical damage cannot be removed safely.\u003c\/li\u003e\n      \u003cli\u003eThe original nozzle was lost during cleaning or maintenance.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen 0.2mm\n      Nozzle 29702 only. The complete airbrush, needle, nozzle cap, needle cap,\n      head assembly, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eInstallation Notice:\u003c\/strong\u003e Airbrush nozzles are small and\n      delicate. Install the nozzle carefully and do not overtighten it.\n      Excessive force may crack the nozzle or damage the threads inside the\n      airbrush body.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eInspect the compatible needle for bends, burrs, or tip damage.\u003c\/li\u003e\n      \u003cli\u003eClean the airbrush head area before installing the new nozzle.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the nozzle carefully without forcing it.\u003c\/li\u003e\n      \u003cli\u003eTighten only enough to seat the nozzle securely.\u003c\/li\u003e\n      \u003cli\u003eInsert the needle gently to avoid damaging the new nozzle opening.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eNeedle and Nozzle Compatibility\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The nozzle should be used with the correct compatible 0.2mm needle and\n      airbrush head components. Mixing nozzle and needle sizes may affect paint\n      flow, prevent proper seating, or damage the replacement parts.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Inspect the needle before installation. A bent or burred needle tip can\n      damage a new nozzle and may cause an irregular spray pattern.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes fit the Nozzle 29702?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen 0.2mm Nozzle 29702 is listed for the Apollo 112A and Apollo\n        112B gravity-feed airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat size is the RichPen Nozzle 29702?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is a 0.2mm replacement nozzle for the compatible RichPen Apollo\n        airbrush models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement nozzle only. A complete\n        airbrush and the other front head components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the replacement nozzle include a needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The compatible 0.2mm needle is a separate component and is not\n        included with the Nozzle 29702.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this nozzle be installed in another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Do not choose an airbrush nozzle based only on visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy should the needle be inspected before installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        A bent or damaged needle can scratch, split, or enlarge the opening of\n        a new nozzle. Inspect the needle tip before completing the repair.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tightly should the nozzle be installed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Install it carefully and tighten only enough to seat it securely.\n        Overtightening may crack the nozzle or damage the airbrush threads.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement 0.2mm nozzle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838236322,"sku":"29702","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmNozzle.png?v=1786556314"},{"product_id":"richpen-needle-locknut-29711","title":"RichPen Needle Locknut 29711","description":"\u003cstyle\u003e\n  .richpen-needle-locknut-29711 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-locknut-29711,\n  .richpen-needle-locknut-29711 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-locknut-29711 h2,\n  .richpen-needle-locknut-29711 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-locknut-29711 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-locknut-29711 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-locknut-29711 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-locknut-29711 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-locknut-29711 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-locknut-29711 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-locknut-29711 a:hover,\n  .richpen-needle-locknut-29711 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-needle-locknut-29711 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-locknut-29711 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-locknut-29711 .rp-specs th,\n  .richpen-needle-locknut-29711 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-locknut-29711 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-locknut-29711 .rp-specs tr:last-child th,\n  .richpen-needle-locknut-29711 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-locknut-29711 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-locknut-29711 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-locknut-29711 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-locknut-29711 .rp-card,\n    .richpen-needle-locknut-29711 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-locknut-29711 .rp-specs th,\n    .richpen-needle-locknut-29711 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-locknut-29711 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-locknut-29711 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-locknut-29711\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Needle Locknut 29711 for Apollo 112A, 112B and 113C Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing needle locknut in a compatible\n      RichPen Apollo airbrush with the RichPen Needle Locknut 29711. This\n      internal replacement component is listed for the RichPen Apollo 112A,\n      Apollo 112B, and Apollo 113C airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement needle locknut\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A, Apollo 112B, and Apollo 113C\u003c\/strong\u003e\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29711\u003c\/strong\u003e provides an exact reference\n          for selecting the correct internal replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the rear needle assembly\u003c\/strong\u003e used to help hold\n          the airbrush needle securely in position.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eTextured outer surface\u003c\/strong\u003e supports finger adjustment\n          during airbrush disassembly and reassembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the needle locknut only, not the needle,\n          handle, needle support, spring, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNeedle Locknut\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29711\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle locknut\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eRear internal needle assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVisible Finish\u003c\/th\u003e\n            \u003ctd\u003eSilver-colored\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle locknut\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Needle Locknut 29711 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Needle locknuts from different airbrushes may appear similar while using\n      different threads, openings, lengths, or fitting requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Rear Needle Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle locknut is located within the rear section of the compatible\n      airbrush. It is used as part of the mechanism that holds the needle so\n      the trigger assembly can move it forward and backward during spraying.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct installation helps maintain dependable needle movement and paint\n      control. A loose, damaged, or missing locknut may prevent the needle from\n      moving correctly with the trigger.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Needle Locknut May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original needle locknut is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe internal threads are worn, stripped, or damaged.\u003c\/li\u003e\n      \u003cli\u003eThe locknut no longer holds the needle securely.\u003c\/li\u003e\n      \u003cli\u003eThe textured outer surface is damaged and difficult to grip.\u003c\/li\u003e\n      \u003cli\u003eThe component is bent, cracked, or no longer seats correctly.\u003c\/li\u003e\n      \u003cli\u003eThe needle slips even after correct adjustment and cleaning.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Needle\n      Locknut 29711 only. The airbrush, needle, handle, needle support, needle\n      spring, spring screw, and other internal components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A, Apollo 112B, and Apollo 113C. Do not select an\n      internal airbrush component based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen Apollo airbrush model.\u003c\/li\u003e\n      \u003cli\u003eRemove the rear handle carefully before accessing the needle assembly.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so the small locknut is not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle and nearby components for dried paint or damage.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the locknut carefully without forcing it.\u003c\/li\u003e\n      \u003cli\u003eInsert and position the needle gently before securing the locknut.\u003c\/li\u003e\n      \u003cli\u003eTighten only enough to hold the needle securely.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth trigger and needle movement after reassembly.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck the Needle Before Reassembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Inspect the compatible needle for bending, scratches, dried paint, or\n      tip damage before securing it with the replacement locknut. A damaged or\n      dirty needle may continue to affect trigger movement and spray\n      performance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Clean reusable components with an airbrush cleaner compatible with the\n      paint being removed. Allow all parts to dry before reassembling and\n      testing the airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Needle Locknut 29711?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Needle Locknut 29711 is listed for the Apollo 112A,\n        Apollo 112B, and Apollo 113C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the needle locknut do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It forms part of the rear needle assembly and helps hold the airbrush\n        needle so it can move with the trigger mechanism.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle locknut only. The\n        complete airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Needle Locknut 29711 include a replacement needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The airbrush needle is a separate component and is not included\n        with the replacement needle locknut.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this locknut be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A, 112B, and\n        113C. Other models may use components with different dimensions or\n        threads.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tightly should the needle locknut be installed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Tighten it only enough to hold the needle securely. Do not force or\n        overtighten the component because this may damage the threads or\n        surrounding parts.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can cause the needle to slip besides the locknut?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Dried paint, an incorrectly positioned needle, damaged internal parts,\n        worn threads, or improper assembly may also prevent the needle from\n        moving correctly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger and needle movement, then test the airbrush\n        with cleaner or water before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e\n      before selecting this replacement needle locknut.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838269090,"sku":"29711","price":4.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleLocknutforApollo113CAirbrush.webp?v=1786410664"},{"product_id":"richpen-0-2mm-needle-29710","title":"RichPen 0.2mm Needle 29710","description":"\u003cstyle\u003e\n  .richpen-needle-29710 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-29710,\n  .richpen-needle-29710 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-29710 h2,\n  .richpen-needle-29710 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-29710 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-29710 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-29710 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-29710 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-29710 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-29710 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-29710 a:hover,\n  .richpen-needle-29710 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-needle-29710 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-29710 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-29710 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-29710 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-29710 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-29710 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-29710 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-29710 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-29710 .rp-specs th,\n  .richpen-needle-29710 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-29710 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-29710 .rp-specs tr:last-child th,\n  .richpen-needle-29710 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-29710 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-29710 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-29710 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-29710 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-29710 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-29710 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-29710 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-29710 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-29710 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-29710 .rp-card,\n    .richpen-needle-29710 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-29710 .rp-specs th,\n    .richpen-needle-29710 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-29710 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-29710 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-29710\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen 0.2mm Needle 29710 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Restore the correct 0.2mm needle setup of a compatible RichPen Apollo\n      airbrush with the RichPen Needle 29710. This stainless-steel replacement\n      needle is listed for the RichPen Apollo 112A and Apollo 112B\n      gravity-feed airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003e0.2mm replacement needle\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          gravity-feed airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eStainless-steel construction\u003c\/strong\u003e provides a durable\n          replacement for the original airbrush needle.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePrecision paint-control component\u003c\/strong\u003e that works with\n          the compatible 0.2mm nozzle and airbrush head assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29710\u003c\/strong\u003e helps confirm the correct\n          replacement part before ordering.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the replacement needle only, not a complete\n          airbrush, nozzle, nozzle cap, or head assembly.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003e0.2mm Airbrush Needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29710\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle Size\u003c\/th\u003e\n            \u003ctd\u003e0.2mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eStainless steel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Feed Type\u003c\/th\u003e\n            \u003ctd\u003eGravity feed\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen 0.2mm Needle 29710 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm the airbrush model, needle size, and manufacturer SKU before\n      ordering. Airbrush needles can appear similar while using different\n      lengths, tapers, diameters, or tip profiles.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eRestore the Original 0.2mm Needle Setup\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle moves through the internal airbrush body and seats inside the\n      compatible nozzle. Its position helps control when paint begins flowing\n      and how much paint is delivered during spraying.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Replacing a bent, worn, or damaged needle with the correct model-specific\n      component helps restore the intended 0.2mm configuration of the\n      compatible RichPen Apollo airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Airbrush Needle May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe needle tip is bent, hooked, flattened, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe spray pattern remains uneven after proper cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe needle no longer seats correctly inside the compatible nozzle.\u003c\/li\u003e\n      \u003cli\u003ePaint continues flowing after the trigger is released.\u003c\/li\u003e\n      \u003cli\u003eThe needle surface is scratched, worn, or difficult to clean.\u003c\/li\u003e\n      \u003cli\u003eThe original needle was lost during maintenance.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen 0.2mm\n      Needle 29710 only. The complete airbrush, nozzle, nozzle cap, needle cap,\n      handle, and other replacement components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eHandling Notice:\u003c\/strong\u003e The needle tip is sharp and delicate.\n      Handle it carefully and avoid contact with hard surfaces. Keep the needle\n      protected when it is outside the airbrush.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the compatible nozzle uses a 0.2mm setup.\u003c\/li\u003e\n      \u003cli\u003eLoosen the needle chucking mechanism before removing the old needle.\u003c\/li\u003e\n      \u003cli\u003eClean the internal needle passage before installation.\u003c\/li\u003e\n      \u003cli\u003eInsert the replacement needle slowly and without force.\u003c\/li\u003e\n      \u003cli\u003eStop when the needle seats gently inside the compatible nozzle.\u003c\/li\u003e\n      \u003cli\u003eDo not press the needle firmly into the nozzle opening.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck the Compatible Nozzle\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Inspect the 0.2mm nozzle before installing the replacement needle. A\n      cracked, enlarged, or damaged nozzle may continue to cause an uneven\n      spray pattern and can damage the tip of a new needle.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Needle and nozzle sizes should match. Mixing components from different\n      size configurations may affect paint flow, prevent correct seating, or\n      damage the replacement parts.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Needle Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove paint residue using an airbrush cleaner that is compatible with\n      the paint being sprayed. Wipe from the rear of the needle toward the tip\n      so cloth fibers or cleaning material do not catch against the sharp point.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Avoid scraping the needle with abrasive tools. After cleaning, inspect\n      the tip under suitable lighting before reinstalling it in the airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Needle 29710?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen 0.2mm Needle 29710 is listed for the Apollo 112A and Apollo\n        112B gravity-feed airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat size is the RichPen Needle 29710?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is a 0.2mm replacement needle for the compatible RichPen Apollo\n        airbrush models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat material is the needle made from?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The submitted product information identifies the replacement needle as\n        stainless steel.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle only. The complete\n        airbrush and other head components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the needle include a replacement nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The compatible 0.2mm nozzle is a separate replacement component and\n        is not included with Needle 29710.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this needle be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Do not select an airbrush needle based only on visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow far should the needle be inserted?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Insert it slowly until it seats gently inside the compatible nozzle.\n        Do not force the needle forward because excessive pressure may damage\n        both the needle tip and nozzle.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Test the airbrush with cleaner or water to confirm proper paint\n        shutoff, smooth trigger movement, and an even spray pattern.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement 0.2mm needle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838301858,"sku":"29710","price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/29710.webp?v=1756741117"},{"product_id":"richpen-29723-needle-cap","title":"RichPen Needle Cap 29723","description":"\u003cstyle\u003e\n  .richpen-needle-cap-29723 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-cap-29723,\n  .richpen-needle-cap-29723 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-cap-29723 h2,\n  .richpen-needle-cap-29723 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-cap-29723 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-cap-29723 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-cap-29723 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-cap-29723 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-cap-29723 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-cap-29723 a,\n  .richpen-needle-cap-29723 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-cap-29723 a:hover,\n  .richpen-needle-cap-29723 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-needle-cap-29723 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-cap-29723 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-cap-29723 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-cap-29723 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-cap-29723 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-cap-29723 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-cap-29723 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-cap-29723 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-cap-29723 .rp-specs th,\n  .richpen-needle-cap-29723 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-cap-29723 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-cap-29723 .rp-specs tr:last-child th,\n  .richpen-needle-cap-29723 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-cap-29723 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-cap-29723 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-cap-29723 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-cap-29723 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-cap-29723 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-cap-29723 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-cap-29723 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-cap-29723 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-cap-29723 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-cap-29723 .rp-card,\n    .richpen-needle-cap-29723 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-cap-29723 .rp-specs th,\n    .richpen-needle-cap-29723 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-cap-29723 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-cap-29723 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-cap-29723\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Needle Cap 29723 for Apollo 113C Airbrush\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing needle cap on a compatible\n      RichPen airbrush with the RichPen Needle Cap 29723. This protective\n      replacement component is listed for the RichPen Apollo 113C\n      0.3 mm gravity-feed airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement needle cap\u003c\/strong\u003e for the RichPen Apollo 113C\n          airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with the 0.3 mm Apollo 113C\u003c\/strong\u003e airbrush\n          configuration.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29723\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eProtective front-end component\u003c\/strong\u003e designed to surround\n          and help protect the exposed needle tip.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e allows the needle cap\n          to be replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the needle cap only. The needle, nozzle,\n          nozzle cap, head assembly, and complete airbrush are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNeedle Cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29723\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Model\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Nozzle Configuration\u003c\/th\u003e\n            \u003ctd\u003e0.3 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eFront needle and nozzle assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible with the RichPen Apollo 113C\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Needle Cap 29723 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e.\n      Confirm both the airbrush model and manufacturer SKU before selecting\n      this replacement component.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Other RichPen airbrushes may use needle caps with different dimensions\n      or fitting arrangements, even when the parts appear similar.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eProtects the Airbrush Needle Tip\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle cap is installed at the front of the compatible airbrush and\n      surrounds the exposed needle tip. It helps reduce the chance of accidental\n      contact that could bend or damage the needle during handling.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A properly fitted needle cap also provides a protective boundary around\n      the front needle and nozzle area while allowing atomized paint to exit\n      the airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Needle Cap May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original needle cap is missing.\u003c\/li\u003e\n      \u003cli\u003eThe cap is bent, cracked, dented, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe threads no longer engage correctly with the airbrush head.\u003c\/li\u003e\n      \u003cli\u003eThe cap no longer sits evenly around the needle tip.\u003c\/li\u003e\n      \u003cli\u003eDried paint or damage prevents proper installation.\u003c\/li\u003e\n      \u003cli\u003eThe original component was lost during cleaning or maintenance.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      Needle Cap 29723 only. The needle, nozzle, nozzle cap, head assembly,\n      airbrush body, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Apollo 113C 0.3 mm airbrush. Do not select a replacement needle\n      cap based only on appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 113C.\u003c\/li\u003e\n      \u003cli\u003eCheck that the required replacement component uses SKU 29723.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle tip before installing the replacement cap.\u003c\/li\u003e\n      \u003cli\u003eRemove dried paint from the cap threads and surrounding head area.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the needle cap carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force, cross-thread, or overtighten the replacement cap.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the needle remains centered within the cap opening.\u003c\/li\u003e\n      \u003cli\u003eTest the spray pattern with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Front-End Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the needle cap, inspect the needle, nozzle, nozzle cap,\n      threads, and surrounding head assembly for dried paint, wear, or physical\n      damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bent needle or damaged nozzle may continue to affect the spray pattern\n      even after a new needle cap has been installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Needle Cap Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove dried paint from the needle cap with an airbrush cleaner\n      compatible with the paint being removed. Avoid using excessive force or\n      hard tools that may damage the opening or threads.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow the cleaned component to dry before reinstallation. Start the\n      threads carefully by hand and avoid overtightening.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrush uses Needle Cap 29723?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Needle Cap 29723 is listed for the RichPen Apollo 113C\n        0.3 mm gravity-feed airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the needle cap do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The needle cap surrounds the exposed needle tip and helps protect it\n        from accidental contact and physical damage during handling.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle cap only. The complete\n        airbrush and other front-end components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Needle Cap 29723 include the needle or nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle, nozzle, and nozzle cap are separate components and are\n        not included with this replacement needle cap.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this needle cap be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is listed for the Apollo 113C. Other RichPen models may\n        use components with different threads, dimensions, or openings.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the needle cap be overtightened?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Begin threading it carefully by hand and tighten only enough to\n        seat the cap securely. Forcing or overtightening may damage the threads.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould I inspect the needle before installing the cap?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Check the needle tip for bending or damage and inspect the nozzle\n        and surrounding head components before reassembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm that the needle is centered and test the spray pattern\n        with cleaner or water before using paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e\n      before selecting this replacement needle cap.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838334626,"sku":"29723","price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleCapforApollo113CAirbrush.webp?v=1786410589"},{"product_id":"richpen-29724-nozzle-cap","title":"RichPen Nozzle Cap 29724","description":"\u003cstyle\u003e\n  .richpen-nozzle-cap-29724 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-nozzle-cap-29724,\n  .richpen-nozzle-cap-29724 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-nozzle-cap-29724 h2,\n  .richpen-nozzle-cap-29724 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-nozzle-cap-29724 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-nozzle-cap-29724 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-nozzle-cap-29724 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-nozzle-cap-29724 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-nozzle-cap-29724 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-nozzle-cap-29724 a,\n  .richpen-nozzle-cap-29724 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-nozzle-cap-29724 a:hover,\n  .richpen-nozzle-cap-29724 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-nozzle-cap-29724 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-specs th,\n  .richpen-nozzle-cap-29724 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-specs tr:last-child th,\n  .richpen-nozzle-cap-29724 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-nozzle-cap-29724 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-nozzle-cap-29724 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-nozzle-cap-29724 .rp-card,\n    .richpen-nozzle-cap-29724 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-nozzle-cap-29724 .rp-specs th,\n    .richpen-nozzle-cap-29724 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-nozzle-cap-29724 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-nozzle-cap-29724 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-nozzle-cap-29724\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Nozzle Cap 29724 for Apollo 113C Airbrush\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing nozzle cap on a compatible RichPen\n      airbrush with the RichPen Nozzle Cap 29724. This model-specific\n      replacement component is listed for the RichPen Apollo 113C\n      0.3 mm gravity-feed airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement nozzle cap\u003c\/strong\u003e for the RichPen Apollo 113C\n          airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with the 0.3 mm Apollo 113C\u003c\/strong\u003e airbrush\n          configuration.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29724\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eFront-end airbrush component\u003c\/strong\u003e listed for installation\n          around the compatible nozzle area.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e allows the nozzle cap\n          to be replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the nozzle cap only. The needle cap, nozzle,\n          needle, head assembly, and complete airbrush are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNozzle Cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29724\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush nozzle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Model\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Nozzle Configuration\u003c\/th\u003e\n            \u003ctd\u003e0.3 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eFront nozzle and head assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement nozzle cap\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible with the RichPen Apollo 113C\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Nozzle Cap 29724 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e.\n      Confirm both the airbrush model and manufacturer SKU before selecting\n      this replacement nozzle cap.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Other RichPen airbrush models may use nozzle caps with different\n      dimensions, threads, or openings even when the components appear similar.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eFront-End Nozzle Component\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The nozzle cap is installed at the front of the compatible airbrush\n      around the nozzle area. It forms part of the front head assembly used\n      with the Apollo 113C airbrush.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct installation and model compatibility are important because the\n      nozzle cap must align properly with the related nozzle, needle, and head\n      components.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Nozzle Cap May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original nozzle cap is missing after cleaning or maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe cap is bent, cracked, dented, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe threads no longer engage correctly with the airbrush head.\u003c\/li\u003e\n      \u003cli\u003eThe opening is damaged or no longer aligns with the nozzle.\u003c\/li\u003e\n      \u003cli\u003eDried paint prevents the cap from seating correctly.\u003c\/li\u003e\n      \u003cli\u003eThe component cannot be restored through careful cleaning.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      Nozzle Cap 29724 only. The needle cap, nozzle, needle, head assembly,\n      airbrush body, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Apollo 113C 0.3 mm airbrush. Do not select a replacement nozzle\n      cap based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 113C.\u003c\/li\u003e\n      \u003cli\u003eVerify that the required replacement component uses SKU 29724.\u003c\/li\u003e\n      \u003cli\u003eInspect the nozzle, needle, and surrounding head components.\u003c\/li\u003e\n      \u003cli\u003eRemove dried paint from the threads and installation area.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the replacement nozzle cap carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force, cross-thread, or overtighten the cap.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the front components remain correctly aligned.\u003c\/li\u003e\n      \u003cli\u003eTest the spray pattern with cleaner or water before using paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Front-End Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the nozzle cap, inspect the needle cap, nozzle, needle,\n      threads, and surrounding head assembly for dried paint, wear, or\n      physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bent needle, damaged nozzle, or incorrectly installed related component\n      may continue to affect the spray pattern after the new nozzle cap is\n      installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Nozzle Cap Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove dried paint using an airbrush cleaner compatible with the paint\n      being removed. Avoid scraping the cap opening or threads with hard or\n      abrasive tools.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow the cleaned component to dry before reinstallation. Start the\n      threads carefully by hand and avoid overtightening.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrush uses Nozzle Cap 29724?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Nozzle Cap 29724 is listed for the RichPen Apollo 113C\n        0.3 mm gravity-feed airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the nozzle cap used for?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The nozzle cap is a front-end component installed around the nozzle\n        area as part of the compatible Apollo 113C head assembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement nozzle cap only. The complete\n        airbrush and other front-end components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Nozzle Cap 29724 include the nozzle or needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The nozzle, needle, and needle cap are separate components and are\n        not included with this replacement nozzle cap.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this nozzle cap be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is listed for the Apollo 113C. Other RichPen models may\n        use nozzle caps with different threads, openings, or dimensions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the nozzle cap be overtightened?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Begin threading the cap carefully by hand and tighten only enough\n        to seat it securely. Overtightening may damage the threads or related\n        front-end components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the nozzle be inspected before installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Check the nozzle, needle, needle cap, and surrounding head\n        components for dried paint, wear, or damage before reassembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm correct alignment and test the spray pattern with cleaner\n        or water before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e\n      before selecting this replacement nozzle cap.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838367394,"sku":"29724","price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNozzleCapforApollo113CAirbrush.webp?v=1786432366"},{"product_id":"richpen-0-3-mm-nozzle-29725","title":"RichPen 0.3 mm Nozzle 29725","description":"\u003cstyle\u003e\n  .richpen-nozzle-29725 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-nozzle-29725,\n  .richpen-nozzle-29725 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-nozzle-29725 h2,\n  .richpen-nozzle-29725 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-nozzle-29725 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-nozzle-29725 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-nozzle-29725 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-nozzle-29725 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-nozzle-29725 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-nozzle-29725 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-nozzle-29725 a,\n  .richpen-nozzle-29725 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-nozzle-29725 a:hover,\n  .richpen-nozzle-29725 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-nozzle-29725 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-nozzle-29725 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-nozzle-29725 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-nozzle-29725 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-nozzle-29725 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-nozzle-29725 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-29725 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-nozzle-29725 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-nozzle-29725 .rp-specs th,\n  .richpen-nozzle-29725 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-nozzle-29725 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-nozzle-29725 .rp-specs tr:last-child th,\n  .richpen-nozzle-29725 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-nozzle-29725 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-29725 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-nozzle-29725 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-nozzle-29725 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-nozzle-29725 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-nozzle-29725 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-nozzle-29725 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-nozzle-29725 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-nozzle-29725 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-nozzle-29725 .rp-card,\n    .richpen-nozzle-29725 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-nozzle-29725 .rp-specs th,\n    .richpen-nozzle-29725 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-nozzle-29725 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-nozzle-29725 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-nozzle-29725\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen 0.3 mm Nozzle 29725 for Apollo 113C Airbrush\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing nozzle on a compatible RichPen\n      airbrush with the RichPen 0.3 mm Nozzle 29725. This model-specific\n      replacement component is listed for the RichPen Apollo 113C\n      gravity-feed airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement 0.3 mm nozzle\u003c\/strong\u003e for the RichPen Apollo\n          113C airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29725\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific compatibility\u003c\/strong\u003e for the Apollo 113C\n          0.3 mm airbrush configuration.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eFront-end atomization component\u003c\/strong\u003e used with the\n          compatible needle, nozzle cap, and head assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e allows the nozzle to be\n          replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the nozzle only. The needle, nozzle cap,\n          needle cap, head assembly, and complete airbrush are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eReplacement Airbrush Nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29725\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNozzle Size\u003c\/th\u003e\n            \u003ctd\u003e0.3 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Model\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eFront head and nozzle assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement 0.3 mm nozzle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible with the RichPen Apollo 113C\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen 0.3 mm Nozzle 29725 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e.\n      Confirm both the airbrush model and manufacturer SKU before selecting\n      this replacement nozzle.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Other RichPen airbrush models may use nozzles with different sizes,\n      threads, dimensions, or fitting arrangements even when the components\n      appear similar.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Airbrush Atomization System\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The nozzle is installed at the front of the airbrush and works with the\n      compatible needle and surrounding head components. Paint passes through\n      the nozzle opening before being atomized by the airflow at the front of\n      the airbrush.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct nozzle size, alignment, and installation are important for\n      consistent paint delivery and spray performance.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Nozzle May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original nozzle is cracked, split, bent, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe nozzle opening has been damaged during cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe nozzle threads no longer engage correctly.\u003c\/li\u003e\n      \u003cli\u003eThe component is missing after airbrush maintenance.\u003c\/li\u003e\n      \u003cli\u003eDried paint cannot be removed through careful cleaning.\u003c\/li\u003e\n      \u003cli\u003eInspection confirms nozzle damage affecting paint delivery.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      0.3 mm Nozzle 29725 only. The needle, needle cap, nozzle cap, head\n      assembly, airbrush body, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Apollo 113C 0.3 mm airbrush. Do not select a replacement nozzle\n      based only on its appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 113C.\u003c\/li\u003e\n      \u003cli\u003eVerify that the required replacement nozzle uses SKU 29725.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air supply before removing front-end parts.\u003c\/li\u003e\n      \u003cli\u003eCarefully withdraw the needle before removing the nozzle.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle tip and surrounding head components.\u003c\/li\u003e\n      \u003cli\u003eInstall the replacement nozzle carefully without forcing it.\u003c\/li\u003e\n      \u003cli\u003eDo not overtighten the small nozzle or damage its threads.\u003c\/li\u003e\n      \u003cli\u003eTest the spray pattern with cleaner or water before using paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect the Compatible Needle and Caps\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the nozzle, inspect the compatible needle, nozzle cap,\n      needle cap, head threads, and surrounding components for dried paint,\n      wear, bending, or other damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A bent needle or incorrectly installed cap may continue to affect paint\n      flow or spray performance after the replacement nozzle is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Nozzle Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Clean the nozzle using an airbrush cleaner compatible with the paint\n      being removed. Avoid forcing hard cleaning tools through the small\n      nozzle opening because this may scratch, enlarge, or damage it.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow cleaned components to dry before reassembly. Install the nozzle\n      carefully and confirm that all related front-end components align\n      correctly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrush uses Nozzle 29725?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen 0.3 mm Nozzle 29725 is listed for the RichPen Apollo 113C\n        gravity-feed airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat size is the RichPen 29725 nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        This replacement nozzle has a listed nozzle size of 0.3 mm.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement nozzle only. The complete\n        airbrush and other front-end components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Nozzle 29725 include the needle or nozzle cap?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle, nozzle cap, and needle cap are separate components and\n        are not included with this replacement nozzle.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this nozzle be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is listed for the Apollo 113C. Other RichPen airbrushes\n        may use nozzles with different sizes, threads, and dimensions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the nozzle be overtightened during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The nozzle is a small precision component. Install it carefully\n        and avoid forcing or overtightening it.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould I inspect the needle when replacing the nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the needle tip for bending or damage and check the nozzle\n        cap, needle cap, and related head components before reassembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after nozzle replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Test paint flow and the spray pattern with cleaner or water before\n        using paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e\n      before selecting this replacement nozzle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838400162,"sku":"29725","price":24.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmNozzleforApollo113CAirbrush.webp?v=1786410346"},{"product_id":"richpen-29733-0-3mm-needle","title":"RichPen 0.3 mm Needle 29733","description":"\u003cstyle\u003e\n  .richpen-needle-29733 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-29733,\n  .richpen-needle-29733 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-29733 h2,\n  .richpen-needle-29733 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-29733 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-29733 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-29733 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-29733 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-29733 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-29733 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-needle-29733 a,\n  .richpen-needle-29733 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-29733 a:hover,\n  .richpen-needle-29733 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-needle-29733 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-29733 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-29733 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-29733 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-29733 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-29733 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-29733 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-29733 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-29733 .rp-specs th,\n  .richpen-needle-29733 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-29733 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-29733 .rp-specs tr:last-child th,\n  .richpen-needle-29733 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-29733 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-29733 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-29733 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-29733 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-29733 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-29733 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-29733 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-29733 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-29733 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-29733 .rp-card,\n    .richpen-needle-29733 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-29733 .rp-specs th,\n    .richpen-needle-29733 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-29733 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-29733 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-29733\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen 0.3 mm Needle 29733 for Apollo 113C Airbrush\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a bent, damaged, worn, or missing needle in a compatible\n      RichPen airbrush with the RichPen 0.3 mm Needle 29733. This stainless\n      steel replacement needle is listed for the RichPen Apollo 113C\n      0.3 mm gravity-feed airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement 0.3 mm airbrush needle\u003c\/strong\u003e for the RichPen\n          Apollo 113C.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29733\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eStainless steel construction\u003c\/strong\u003e as stated in the\n          original product information.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific compatibility\u003c\/strong\u003e for the Apollo 113C\n          0.3 mm airbrush configuration.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Works with the compatible 0.3 mm nozzle and related front-end\n          airbrush components.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the replacement needle only. The nozzle,\n          needle cap, nozzle cap, and complete airbrush are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eReplacement Airbrush Needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29733\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle Size\u003c\/th\u003e\n            \u003ctd\u003e0.3 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Model\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eStainless steel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eInternal needle and front nozzle assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement 0.3 mm needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCountry of Origin\u003c\/th\u003e\n            \u003ctd\u003eJapan\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible with the RichPen Apollo 113C\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen 0.3 mm Needle 29733 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e.\n      Confirm both the model and manufacturer SKU before selecting this\n      replacement needle.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Other RichPen models may use needles with different lengths, tapers, or\n      diameters even when the components appear similar.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the 0.3 mm Atomization System\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle moves through the airbrush body and compatible nozzle to\n      regulate paint delivery. Pulling the trigger backward withdraws the\n      needle from the nozzle opening, allowing paint to flow into the\n      atomization area.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct needle size, straightness, alignment, and installation are\n      important for consistent paint control and spray performance.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Airbrush Needle May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe needle tip is visibly bent or hooked.\u003c\/li\u003e\n      \u003cli\u003eThe needle has scratches, dents, or physical damage.\u003c\/li\u003e\n      \u003cli\u003eThe original needle is missing after cleaning or maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe needle no longer moves smoothly through the packing area.\u003c\/li\u003e\n      \u003cli\u003ePaint buildup cannot be removed through careful cleaning.\u003c\/li\u003e\n      \u003cli\u003eInspection confirms damage affecting paint flow or spray control.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      0.3 mm Needle 29733 only. The nozzle, needle cap, nozzle cap, head\n      assembly, airbrush body, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Apollo 113C 0.3 mm airbrush. Do not select a replacement needle\n      based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 113C.\u003c\/li\u003e\n      \u003cli\u003eVerify that the required replacement needle uses SKU 29733.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air supply before beginning maintenance.\u003c\/li\u003e\n      \u003cli\u003eLoosen the needle locking mechanism before removing the old needle.\u003c\/li\u003e\n      \u003cli\u003eInspect and clean the nozzle and internal needle path.\u003c\/li\u003e\n      \u003cli\u003eInsert the replacement needle slowly without forcing the tip.\u003c\/li\u003e\n      \u003cli\u003eDo not push the needle hard into the nozzle opening.\u003c\/li\u003e\n      \u003cli\u003eTest trigger movement and spray performance before using paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect the Nozzle and Related Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the needle, inspect the compatible nozzle, nozzle cap,\n      needle cap, packing area, and needle support components for dried paint,\n      wear, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or obstructed nozzle may continue to affect paint flow even\n      after a new needle has been installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Needle Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Clean the needle with an airbrush cleaner compatible with the paint\n      being removed. Wipe from the thicker rear section toward the pointed tip\n      to reduce the risk of catching or bending the needle.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Handle the pointed end carefully. Avoid dropping the needle, scraping it\n      with hard tools, or pressing the tip against a work surface.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrush uses Needle 29733?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen 0.3 mm Needle 29733 is listed for the RichPen Apollo 113C\n        gravity-feed airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat size is the RichPen 29733 needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The listed needle size is 0.3 mm.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat material is the replacement needle made from?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The supplied product information identifies the needle material as\n        stainless steel.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this product include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle only. The complete\n        airbrush and other front-end components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Needle 29733 include the nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The compatible nozzle is a separate replacement component and is\n        not included with this needle.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this needle be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is listed for the Apollo 113C. Do not install it in\n        another model unless that airbrush's official parts information also\n        lists manufacturer SKU 29733.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the needle be forced into the nozzle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Insert the needle carefully and stop when it seats normally.\n        Forcing the needle may damage the needle tip or nozzle opening.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after needle replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger movement and test the spray pattern with\n        cleaner or water before loading paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C 0.3 mm gravity-feed airbrush\u003c\/a\u003e\n      before selecting this replacement needle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892838432930,"sku":"29733","price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmNeedle.png?v=1786559834"},{"product_id":"richpen-phoenix-222b-0-2mm-gravity-feed-airbrush","title":"RichPen Phoenix 222B 0.2mm Gravity Feed Airbrush","description":"\u003cstyle\u003e\n  .richpen-detail-page {\n    --rp-text: #333333;\n    --rp-heading: #171717;\n    --rp-muted: #5f6368;\n    --rp-border: #dedede;\n    --rp-soft-border: #e8e8e8;\n    --rp-soft-bg: #f8f8f8;\n    --rp-dark: #171717;\n    --rp-gold: #c9a84c;\n    --rp-hover: #f37021;\n\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .richpen-detail-page,\n  .richpen-detail-page * {\n    box-sizing: border-box;\n  }\n\n  .richpen-detail-page h2,\n  .richpen-detail-page h3 {\n    color: var(--rp-heading);\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n\n  .richpen-detail-page h2 {\n    margin: 0 0 14px;\n    font-size: clamp(27px, 4vw, 38px);\n  }\n\n  .richpen-detail-page h3 {\n    margin: 0 0 14px;\n    font-size: 23px;\n  }\n\n  .richpen-detail-page p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-detail-page strong {\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-detail-page a,\n  .richpen-detail-page a:link,\n  .richpen-detail-page a:visited {\n    color: var(--rp-heading) !important;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-detail-page a:hover,\n  .richpen-detail-page a:focus,\n  .richpen-detail-page a:active {\n    color: var(--rp-hover) !important;\n    text-decoration: underline;\n    text-decoration-color: var(--rp-hover);\n    text-underline-offset: 3px;\n  }\n\n  .richpen-detail-page .richpen-product-hero {\n    margin-bottom: 24px;\n    padding: clamp(24px, 5vw, 40px);\n    overflow: hidden;\n    border: 1px solid #2e2e2e;\n    border-left: 5px solid var(--rp-gold);\n    border-radius: 10px;\n    background:\n      linear-gradient(\n        135deg,\n        #111111 0%,\n        #242424 60%,\n        #333333 100%\n      );\n  }\n\n  .richpen-detail-page .richpen-product-hero h2 {\n    max-width: 800px;\n    color: #ffffff;\n  }\n\n  .richpen-detail-page .richpen-product-hero p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: rgba(255, 255, 255, 0.9);\n    font-size: 18px;\n  }\n\n  .richpen-detail-page .richpen-product-hero strong {\n    color: #ffffff;\n  }\n\n  .richpen-detail-page .richpen-introduction {\n    margin-bottom: 24px;\n    padding: 24px;\n    border: 1px solid var(--rp-soft-border);\n    border-radius: 9px;\n    background: #ffffff;\n  }\n\n  .richpen-detail-page .richpen-introduction p:last-child {\n    margin-bottom: 0;\n  }\n\n  .richpen-detail-page .richpen-product-image {\n    width: 100%;\n    margin: 24px 0;\n    overflow: hidden;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n    background: #111111;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);\n  }\n\n  .richpen-detail-page .richpen-product-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .richpen-detail-page .richpen-content-section {\n    margin: 24px 0;\n    padding: 24px;\n    border: 1px solid var(--rp-border);\n    border-radius: 9px;\n    background: #ffffff;\n  }\n\n  .richpen-detail-page .richpen-section-heading {\n    margin-bottom: 18px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid var(--rp-soft-border);\n  }\n\n  .richpen-detail-page .richpen-section-heading h3 {\n    margin-bottom: 0;\n  }\n\n  .richpen-detail-page ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-detail-page li {\n    margin-bottom: 12px;\n    padding-left: 3px;\n  }\n\n  .richpen-detail-page li:last-child {\n    margin-bottom: 0;\n  }\n\n  .richpen-detail-page li::marker {\n    color: var(--rp-gold);\n  }\n\n  .richpen-spec-wrapper {\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-spec-table {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    border-spacing: 0;\n    font-size: 15px;\n  }\n\n  .richpen-spec-table th,\n  .richpen-spec-table td {\n    padding: 13px 15px;\n    border-right: 1px solid var(--rp-border);\n    border-bottom: 1px solid var(--rp-border);\n    color: var(--rp-text);\n    text-align: left;\n    vertical-align: top;\n    line-height: 1.55;\n  }\n\n  .richpen-spec-table th {\n    width: 34%;\n    color: var(--rp-heading);\n    background: var(--rp-soft-bg);\n    font-weight: 700;\n  }\n\n  .richpen-spec-table td {\n    background: #ffffff;\n  }\n\n  .richpen-spec-table th:last-child,\n  .richpen-spec-table td:last-child {\n    border-right: 0;\n  }\n\n  .richpen-spec-table tr:last-child th,\n  .richpen-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .engraving-preview-box {\n    margin: 24px 0;\n    padding: 24px;\n    overflow: hidden;\n    border: 1px solid var(--rp-border);\n    border-top: 4px solid var(--rp-gold);\n    border-radius: 9px;\n    background:\n      linear-gradient(\n        135deg,\n        #fafafa 0%,\n        #ffffff 100%\n      );\n  }\n\n  .engraving-preview-box h3 {\n    margin: 0 0 10px;\n    color: var(--rp-heading);\n  }\n\n  .engraving-preview-box \u003e p {\n    margin: 0 0 20px;\n    color: var(--rp-text);\n  }\n\n  .engraving-font-list {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .engraving-font-sample {\n    display: flex;\n    min-width: 0;\n    margin: 0;\n    padding: 16px;\n    border: 1px solid var(--rp-soft-border) !important;\n    border-radius: 7px;\n    background: #ffffff;\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .engraving-font-name {\n    display: block;\n    margin-bottom: 9px;\n    color: var(--rp-heading);\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.3;\n    border: none !important;\n  }\n\n  .engraving-font-text {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    padding: 10px 8px;\n    overflow: hidden;\n    border: 1px solid var(--rp-border);\n    border-radius: 5px;\n    background: var(--rp-soft-bg);\n    color: #111111;\n    font-size: 22px;\n    line-height: 1.2;\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  .font-monte-carlo {\n    font-family: \"Brush Script MT\", \"Segoe Script\", cursive;\n  }\n\n  .font-michroma {\n    font-family: Michroma, Arial, sans-serif;\n    font-size: 18px;\n    letter-spacing: 0.5px;\n  }\n\n  .font-microgramma {\n    font-family: \"Microgramma D\", \"Arial Narrow\", Arial, sans-serif;\n    font-size: 18px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .richpen-detail-page .richpen-engraving-details {\n    border-left: 4px solid var(--rp-gold);\n    background: var(--rp-soft-bg);\n  }\n\n  .richpen-detail-page .richpen-engraving-details p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media screen and (max-width: 800px) {\n    .engraving-font-list {\n      grid-template-columns: 1fr;\n    }\n\n    .engraving-font-sample {\n      align-items: stretch;\n    }\n\n    .engraving-font-text {\n      width: auto;\n      align-self: flex-start;\n      min-width: 220px;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n    .richpen-detail-page {\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .richpen-detail-page h2 {\n      font-size: 28px;\n    }\n\n    .richpen-detail-page h3 {\n      font-size: 21px;\n    }\n\n    .richpen-detail-page .richpen-product-hero {\n      padding: 24px 20px;\n    }\n\n    .richpen-detail-page .richpen-product-hero p {\n      font-size: 16px;\n    }\n\n    .richpen-detail-page .richpen-introduction,\n    .richpen-detail-page .richpen-content-section,\n    .engraving-preview-box {\n      padding: 20px;\n    }\n\n    .richpen-spec-wrapper {\n      overflow: visible;\n      border: 0;\n      border-radius: 0;\n    }\n\n    .richpen-spec-table,\n    .richpen-spec-table tbody,\n    .richpen-spec-table tr,\n    .richpen-spec-table th,\n    .richpen-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .richpen-spec-table tr {\n      margin-bottom: 12px;\n      overflow: hidden;\n      border: 1px solid var(--rp-border);\n      border-radius: 7px;\n    }\n\n    .richpen-spec-table tr:last-child {\n      margin-bottom: 0;\n    }\n\n    .richpen-spec-table th,\n    .richpen-spec-table td {\n      border: 0;\n    }\n\n    .richpen-spec-table th {\n      padding-bottom: 8px;\n    }\n\n    .richpen-spec-table td {\n      padding-top: 8px;\n    }\n\n    .engraving-font-text {\n      min-width: 0;\n      width: 100%;\n      font-size: 20px;\n    }\n\n    .font-michroma,\n    .font-microgramma {\n      font-size: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-detail-page\"\u003e\n\u003csection class=\"richpen-product-hero\"\u003e\n\u003ch2\u003eRichPen Phoenix 222B 0.2mm Gravity Feed Airbrush\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eRichPen Phoenix 222B Airbrush – 0.2mm Japanese detail airbrush for precision work.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"richpen-introduction\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eRichPen Phoenix 222B 0.2mm Gravity Feed Airbrush\u003c\/strong\u003e is designed for painters who need clean, reliable detail work instead of only broad coverage. Built on the Phoenix detail platform, this airbrush uses a fine 0.2mm nozzle and compact gravity-feed paint cup to support tight control, smooth atomization, and accurate spraying at low to mid air pressures.\u003c\/p\u003e\n\u003cp\u003eThis model is a strong choice for miniature painters, scale modelers, illustrators, custom painters, and airbrush artists who need controlled lines, subtle shading, small-area coverage, and precision color placement.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"engraving-preview-box\"\u003e\n\u003ch3\u003eOptional Engraving Preview\u003c\/h3\u003e\n\u003cp\u003ePersonalize this airbrush with optional engraving for an additional $10. Engraving text is limited to 15 characters.\u003cbr\u003e\u003cem\u003e*Please note that personalized\/engraved airbrush will not be returnable. You still get a full limited manufacturer's warranty, but the airbrush cannot be returned for a refund\/exchange. \u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"engraving-font-list\"\u003e\n\u003cdiv class=\"engraving-font-sample\"\u003e\n\u003cspan class=\"engraving-font-name\"\u003eMonte Carlo\u003c\/span\u003e \u003cspan class=\"engraving-font-text font-monte-carlo\"\u003eSample Text\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"engraving-font-sample\"\u003e\n\u003cspan class=\"engraving-font-name\"\u003eMichroma\u003c\/span\u003e \u003cspan class=\"engraving-font-text font-michroma\"\u003eSample Text\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"engraving-font-sample\"\u003e\n\u003cspan class=\"engraving-font-name\"\u003eMicrogramma D\u003c\/span\u003e \u003cspan class=\"engraving-font-text font-microgramma\"\u003eSample Text\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"richpen-content-section\"\u003e\n\u003cdiv class=\"richpen-section-heading\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e0.2mm detail platform:\u003c\/strong\u003e The Phoenix 222 series is built around a 0.2mm nozzle, giving painters a fine spray pattern for hairline work, subtle shading, controlled transitions, and small-area detail painting.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJapanese machining and reliability:\u003c\/strong\u003e The Phoenix series is manufactured by Fuso Seiki \/ RichPen in Japan, a maker known for precision airbrush construction, tight tolerances, durable parts, and long-term parts support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact 2ml gravity cup:\u003c\/strong\u003e The 222 platform uses a compact gravity-feed cup that provides enough paint for detailed sessions while keeping the airbrush light, balanced, and responsive in the hand.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesigned for close control:\u003c\/strong\u003e The small nozzle and gravity-feed design help artists work close to the surface for controlled details, shading, touch-ups, and fine finishing work.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional personalization:\u003c\/strong\u003e Add engraving to personalize the airbrush with a name, short word, or shop identifier up to 15 characters.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"richpen-content-section\"\u003e\n\u003cdiv class=\"richpen-section-heading\"\u003e\n\u003ch3\u003eBest Uses\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eFine detail airbrushing\u003c\/li\u003e\n\u003cli\u003eMiniature painting and model painting\u003c\/li\u003e\n\u003cli\u003eScale models, figures, and display pieces\u003c\/li\u003e\n\u003cli\u003eSubtle shading, fades, and color transitions\u003c\/li\u003e\n\u003cli\u003eHairline details and small-area touch-ups\u003c\/li\u003e\n\u003cli\u003eIllustration, custom work, and precision finishing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"richpen-content-section\"\u003e\n\u003cdiv class=\"richpen-section-heading\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"richpen-spec-wrapper\"\u003e\n\u003ctable class=\"richpen-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003ePhoenix 222B\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAirbrush type\u003c\/th\u003e\n\u003ctd\u003eGravity feed airbrush\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNozzle size\u003c\/th\u003e\n\u003ctd\u003e0.2mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCup size\u003c\/th\u003e\n\u003ctd\u003e2ml \/ 2cc\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRecommended use\u003c\/th\u003e\n\u003ctd\u003ePrecision detail work, miniature painting, scale modeling, shading, touch-ups, and fine finishing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOptional customization\u003c\/th\u003e\n\u003ctd\u003eEngraving available for an additional $10; maximum 15 characters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"richpen-content-section richpen-engraving-details\"\u003e\n\u003cdiv class=\"richpen-section-heading\"\u003e\n\u003ch3\u003eOptional Engraving Details\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCustomers can choose the standard airbrush or add engraving for a personalized finish. Engraving is limited to 15 characters and is available in three font styles: Monte Carlo, Michroma, and Microgramma D.\u003c\/p\u003e\n\u003cp\u003ePlease double-check spelling before placing an engraved order, as customized items may require additional processing time and may not be eligible for the same return conditions as non-customized products.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Airbrush Only","offer_id":47374465925282,"sku":"Phoenix-222B","price":299.0,"currency_code":"USD","in_stock":true},{"title":"Add Engraving +$10","offer_id":47374465958050,"sku":"Phoenix-222B-E","price":309.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/Phoenix-222B-3.webp?v=1776371591"},{"product_id":"richpen-apollo-112a-0-2mm-gravity-feed-airbrush","title":"RichPen Apollo 112A 0.2mm Gravity Feed Airbrush","description":"\u003cstyle\u003e\n  .shopify-custom-desc a {\n    color: #0076bd;\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n\n  .shopify-custom-desc a:hover {\n    color: #f37021 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"shopify-custom-desc\"\u003e\n  \u003ch2\u003eRichPen Apollo 112A 0.2mm Gravity Feed Airbrush\u003c\/h2\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eRichPen Apollo 112A\u003c\/strong\u003e is a compact\n    \u003cstrong\u003e0.2mm gravity-feed airbrush\u003c\/strong\u003e built for painters who value\n    precise control over paint volume. Its small\n    \u003cstrong\u003e0.5cc gravity-feed color chamber\u003c\/strong\u003e keeps the airbrush clean\n    and compact, making it especially useful for close-detail work, frequent\n    color changes, small paint mixes, and surface-level painting.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    This precision airbrush is a strong choice for miniature painters,\n    scale-model builders, illustrators, nail artists, and detail-focused\n    hobbyists who need responsive control for fine lines, controlled shading,\n    subtle color transitions, and touch-up work.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cstrong\u003e0.2mm Nozzle Setup:\u003c\/strong\u003e Supports fine detail, controlled\n      paint application, thin lines, and precise color placement.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eCompact 0.5cc Gravity-Feed Chamber:\u003c\/strong\u003e Well suited to small\n      paint mixes, short painting sessions, and frequent color changes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eDouble-Action Control:\u003c\/strong\u003e Lets you independently control\n      airflow and paint volume for more accurate spraying adjustments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eMade for Close-Detail Work:\u003c\/strong\u003e Useful for miniature\n      highlights, scale-model details, illustration, nail art, and other\n      close-range applications.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eSmall-Cup Airbrush Design:\u003c\/strong\u003e A practical option for\n      painters who prefer a compact, precision-focused airbrush over a larger\n      general-purpose model.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eRecommended Uses\u003c\/h3\u003e\n  \u003cp\u003e\n    The RichPen Apollo 112A works best when precision is more important than\n    large-area coverage. Use it for fine lines, controlled shading, small\n    details, miniature painting, camouflage patterns, figure work, illustration,\n    and accurate touch-ups where a small amount of paint is needed at a time.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Because of its compact 0.5cc paint chamber, this airbrush is less suited to\n    long priming sessions, broad base coats, or projects that require a larger\n    volume of ready-to-spray paint.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eSpecifications\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e RichPen Apollo 112A\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNozzle \/ Tip Size:\u003c\/strong\u003e 0.2mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFeed Type:\u003c\/strong\u003e Gravity feed\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePaint Cup Capacity:\u003c\/strong\u003e 0.5cc\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAction:\u003c\/strong\u003e Double action\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eManufacturer Operating Range:\u003c\/strong\u003e 14–70 PSI\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47403560894626,"sku":"Apollo-112A","price":95.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenApollo112A.webp?v=1788662363"},{"product_id":"richpen-apollo-112b-0-2mm-gravity-feed-airbrush","title":"RichPen Apollo 112B 0.2mm Gravity Feed Airbrush","description":"\u003cstyle\u003e\n  .shopify-custom-desc a {\n    color: #0076bd;\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n\n  .shopify-custom-desc a:hover {\n    color: #f37021 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"shopify-custom-desc\"\u003e\n  \u003ch2\u003eRichPen Apollo 112B 0.2mm Gravity Feed Airbrush\u003c\/h2\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eRichPen Apollo 112B\u003c\/strong\u003e is a\n    \u003cstrong\u003e0.2mm gravity-feed airbrush\u003c\/strong\u003e made for painters who want\n    fine-detail control with more paint capacity than a micro-cup airbrush. It\n    uses the same precision-focused 0.2mm setup as the Apollo 112A while adding\n    a larger \u003cstrong\u003e1.5cc gravity-feed cup\u003c\/strong\u003e for longer uninterrupted\n    painting sessions.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Apollo 112B is a practical choice for miniature painters, model\n    builders, illustrators, custom painters, and artists who move between fine\n    details and controlled general-purpose work. It provides the paint capacity\n    needed for longer shading passes without stepping up to the larger cup size\n    commonly used on broader-coverage airbrushes.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cstrong\u003e0.2mm Nozzle Setup:\u003c\/strong\u003e Supports crisp details, fine lines,\n      controlled paint application, and smooth shading.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003e1.5cc Gravity-Feed Cup:\u003c\/strong\u003e Holds more working paint than the\n      Apollo 112A, helping reduce refills during longer detail and shading\n      sessions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eDouble-Action Control:\u003c\/strong\u003e Lets you independently control\n      airflow and paint volume for more precise spraying.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003ePrecision-Focused Design:\u003c\/strong\u003e Well suited to miniature\n      painting, scale-model details, figures, illustration, and close-range\n      airbrush work.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eBalanced Paint Capacity:\u003c\/strong\u003e A useful middle ground for\n      painters who want detail capability without relying on an ultra-small\n      paint cup.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eRecommended Uses\u003c\/h3\u003e\n  \u003cp\u003e\n    The RichPen Apollo 112B is well suited to painters who need a fine-detail\n    airbrush for more than quick touch-ups. Use it for miniature base coats,\n    controlled gradients, panel shading, figure work, scale-model details,\n    illustration, and other projects where both precision and a modest amount\n    of ready-to-spray paint are important.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eSpecifications\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e RichPen Apollo 112B\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNozzle \/ Tip Size:\u003c\/strong\u003e 0.2mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFeed Type:\u003c\/strong\u003e Gravity feed\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePaint Cup Capacity:\u003c\/strong\u003e 1.5cc\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAction:\u003c\/strong\u003e Double action\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eManufacturer Operating Range:\u003c\/strong\u003e 14–70 PSI\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47403562041506,"sku":"Apollo-112B","price":95.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenApollo112B.webp?v=1788662733"},{"product_id":"richpen-apollo-113ca-0-3mm-gravity-feed-airbrush","title":"RichPen Apollo 113CA 0.3mm Gravity Feed Airbrush","description":"\u003cstyle\u003e\n  .shopify-custom-desc a {\n    color: #0076bd;\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n\n  .shopify-custom-desc a:hover {\n    color: #f37021 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"shopify-custom-desc\"\u003e\n  \u003ch2\u003eRichPen Apollo 113CA 0.3mm Gravity Feed Airbrush\u003c\/h2\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eRichPen Apollo 113CA\u003c\/strong\u003e is a versatile\n    \u003cstrong\u003e0.3mm gravity-feed airbrush\u003c\/strong\u003e for painters who need more\n    coverage than a 0.2mm detail airbrush while maintaining the control expected\n    from a double-action design. It is a practical choice for hobbyists and\n    artists who move between detail work, shading, small-area coverage, and\n    everyday painting tasks.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Its 0.3mm setup gives the Apollo 113CA a broader working range than smaller\n    Apollo 112A and 112B models. It is well suited to scale models, miniatures,\n    figures, R\/C projects, collectibles, custom artwork, and other projects\n    where dependable paint control and a more practical working capacity are\n    important.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cstrong\u003e0.3mm Nozzle Setup:\u003c\/strong\u003e Balances detail capability with more\n      practical paint flow for shading, blending, controlled coverage, and\n      general hobby painting.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eGravity-Feed Design:\u003c\/strong\u003e Supports efficient paint use and\n      quick color changes during model painting, illustration, and creative\n      projects.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eDouble-Action Operation:\u003c\/strong\u003e Allows separate control of\n      airflow and paint volume for more precise adjustment while spraying.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eAdjustable Rear Tail:\u003c\/strong\u003e Helps painters set a repeatable\n      maximum trigger pull-back for more consistent paint output.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eVersatile Working Range:\u003c\/strong\u003e Useful for model painting,\n      figure work, controlled base coats, blending, shading, and detail work.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eRecommended Uses\u003c\/h3\u003e\n  \u003cp\u003e\n    The RichPen Apollo 113CA is a strong all-around option when a 0.2mm airbrush\n    feels too fine or too limited for your usual projects. It remains capable of\n    detailed work while offering the flexibility needed for shading, moderate\n    coverage, model kits, R\/C bodies, collectibles, and creative hobby projects.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eSpecifications\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e RichPen Apollo 113CA\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNozzle \/ Tip Size:\u003c\/strong\u003e 0.3mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFeed Type:\u003c\/strong\u003e Gravity feed\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAction:\u003c\/strong\u003e Double action\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eRear Control:\u003c\/strong\u003e Adjustable tail \/ preset-style paint control\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eManufacturer Operating Range:\u003c\/strong\u003e 14–70 PSI\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47403563286690,"sku":"Apollo-113CA","price":120.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenApollo113CA.webp?v=1788663072"},{"product_id":"richpen-phoenix-223c-0-3mm-detail-airbrush","title":"RichPen Phoenix 223C 0.3mm Detail Airbrush","description":"\u003cstyle\u003e\n  .shopify-custom-desc a {\n    color: #0076bd;\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n\n  .shopify-custom-desc a:hover {\n    color: #f37021 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"shopify-custom-desc\"\u003e\n  \u003ch2\u003eRichPen Phoenix 223C 0.3mm Gravity Feed Airbrush\u003c\/h2\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eRichPen Phoenix 223C\u003c\/strong\u003e is a\n    \u003cstrong\u003e0.3mm gravity-feed airbrush\u003c\/strong\u003e designed for painters who want\n    hands-on control during detailed work. With a larger fixed paint cup,\n    integrated air-control valve, and rear preset handle, the Phoenix 223C is\n    suited to artists who prefer to fine-tune airflow and paint output while\n    working on complex surfaces.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    This double-action airbrush is a strong option for experienced miniature\n    painters, illustration artists, scale model builders, custom painters, and\n    detail-focused hobbyists. Its 0.3mm nozzle setup supports careful line work,\n    controlled shading, color transitions, and longer painting sessions without\n    the limited paint capacity of a micro-cup airbrush.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cstrong\u003e0.3mm Nozzle Setup:\u003c\/strong\u003e Offers a practical balance between\n      fine-detail capability and consistent paint flow for a range of hobby and\n      art applications.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eFixed Gravity-Feed Cup:\u003c\/strong\u003e Holds more paint for longer\n      painting sessions while keeping the airbrush compact and easy to control.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eDouble-Action Control:\u003c\/strong\u003e Allows independent control of air\n      and paint for more precise adjustment while spraying.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eIntegrated MAC Valve:\u003c\/strong\u003e Lets you adjust airflow directly at\n      the airbrush for closer control during detail work, shading, and\n      transitions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eRear Preset Handle:\u003c\/strong\u003e Helps limit trigger travel for more\n      repeatable paint output and consistent spraying between passes.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eRecommended Uses\u003c\/h3\u003e\n  \u003cp\u003e\n    The RichPen Phoenix 223C is best for painters who enjoy adjusting their tool\n    to match the job. It is useful for controlled gradients, detail painting,\n    miniature work, scale-model finishing, custom artwork, close-range spraying,\n    and projects where repeatable settings help maintain consistency from one\n    area to the next.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eSpecifications\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e RichPen Phoenix 223C\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eNozzle \/ Tip Size:\u003c\/strong\u003e 0.3mm\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eFeed Type:\u003c\/strong\u003e Gravity feed\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePaint Cup:\u003c\/strong\u003e Fixed gravity-feed cup\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAction:\u003c\/strong\u003e Double action\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eControl Features:\u003c\/strong\u003e MAC valve and rear preset adjustment handle\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eImportant Product Information\u003c\/h3\u003e\n  \u003cp\u003e\n    Please verify the exact paint-cup capacity, included accessories, and\n    packaging details against the physical stock before publishing. This helps\n    ensure the storefront listing accurately matches the product customers\n    receive.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47403566399650,"sku":null,"price":249.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenPhoenix223C.webp?v=1788663515"},{"product_id":"richpen-29807-ptfe-packing-set","title":"RichPen PTFE Packing Set 29807","description":"\u003cstyle\u003e\n  .richpen-ptfe-packing-29807 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-ptfe-packing-29807,\n  .richpen-ptfe-packing-29807 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-ptfe-packing-29807 h2,\n  .richpen-ptfe-packing-29807 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-ptfe-packing-29807 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-ptfe-packing-29807 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-ptfe-packing-29807 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-ptfe-packing-29807 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-ptfe-packing-29807 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-ptfe-packing-29807 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-ptfe-packing-29807 a:hover,\n  .richpen-ptfe-packing-29807 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-ptfe-packing-29807 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-specs th,\n  .richpen-ptfe-packing-29807 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-specs tr:last-child th,\n  .richpen-ptfe-packing-29807 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-ptfe-packing-29807 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-ptfe-packing-29807 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-ptfe-packing-29807 .rp-card,\n    .richpen-ptfe-packing-29807 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-ptfe-packing-29807 .rp-specs th,\n    .richpen-ptfe-packing-29807 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-ptfe-packing-29807 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-ptfe-packing-29807 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-ptfe-packing-29807\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen PTFE Packing Set 29807\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace the needle packing component in compatible RichPen Apollo,\n      Spectra, and Phoenix airbrushes with the RichPen PTFE Packing Set 29807.\n      This shared replacement part is listed for multiple RichPen models,\n      allowing one manufacturer SKU to support several compatible airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003ePTFE packing component\u003c\/strong\u003e designed for compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eShared manufacturer SKU 29807\u003c\/strong\u003e across selected\n          Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eHelps maintain a seal around the needle passage\u003c\/strong\u003e\n          inside the compatible airbrush body.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement option\u003c\/strong\u003e for a worn, damaged, or\n          improperly sealing original packing component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-model compatibility\u003c\/strong\u003e simplifies replacement\n          part identification and inventory management.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the PTFE packing set only, not a complete\n          airbrush or other internal components.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003ePTFE Packing Set\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29807\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle packing set\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003ePTFE\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003e\n              Apollo 112A, Apollo 112B, Spectra 013G, Spectra 033G,\n              and Phoenix 223C\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 PTFE packing set\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen PTFE Packing Set 29807 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      RichPen Spectra 013G,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because the same manufacturer SKU is shared across multiple models,\n      only one product listing is needed. Confirm the airbrush model and SKU\n      before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePurpose of the PTFE Needle Packing\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The packing component is positioned around the internal needle passage.\n      It helps maintain a controlled seal while allowing the needle to move\n      through the airbrush body during normal operation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A properly fitted packing set can help limit paint migration toward the\n      rear portion of the airbrush and support smooth needle movement.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Packing Set May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003ePaint is moving backward through the needle passage.\u003c\/li\u003e\n      \u003cli\u003eThe needle packing no longer maintains a consistent seal.\u003c\/li\u003e\n      \u003cli\u003eThe needle feels unusually loose inside the airbrush body.\u003c\/li\u003e\n      \u003cli\u003eThe original packing component is worn, damaged, or missing.\u003c\/li\u003e\n      \u003cli\u003eCleaning and adjustment no longer restore correct operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e This listing includes one RichPen\n      PTFE Packing Set 29807 only. The airbrush, needle, packing adjustment\n      components, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eInstallation Notice:\u003c\/strong\u003e Internal packing components require\n      careful installation and adjustment. Excessive tightening may restrict\n      needle movement, while insufficient adjustment may prevent the packing\n      from sealing correctly.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Adjustment Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush uses manufacturer SKU 29807.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before accessing the packing area.\u003c\/li\u003e\n      \u003cli\u003eClean dried paint from the internal needle passage.\u003c\/li\u003e\n      \u003cli\u003eInstall the replacement component without forcing it.\u003c\/li\u003e\n      \u003cli\u003eAdjust only enough to create a controlled seal around the needle.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the needle can still move smoothly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use PTFE Packing Set 29807?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is listed for RichPen Apollo 112A, Apollo 112B, Spectra 013G,\n        Spectra 033G, and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one packing set listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        These compatible RichPen models share manufacturer SKU 29807. Only one\n        product listing is therefore needed for the shared replacement part.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the PTFE packing set do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It helps form a controlled seal around the needle passage while still\n        allowing the needle to move through the airbrush body.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one PTFE packing set only. A complete\n        airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan overtightening the packing affect needle movement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Excessive adjustment may restrict the needle or make trigger\n        movement feel stiff. The packing should be adjusted only enough to\n        maintain a seal while allowing smooth needle movement.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacing the packing?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Test the airbrush with cleaner or water to confirm smooth needle\n        movement and proper sealing before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared replacement packing set.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47437884915874,"sku":"29807","price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenPTFEPackingSet.png?v=1786556644"},{"product_id":"richpen-29707-needle-support","title":"RichPen Needle Support 29707","description":"\u003cstyle\u003e\n  .richpen-needle-support-29707 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-support-29707,\n  .richpen-needle-support-29707 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-support-29707 h2,\n  .richpen-needle-support-29707 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-support-29707 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-support-29707 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-support-29707 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-support-29707 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-support-29707 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-support-29707 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-support-29707 a:hover,\n  .richpen-needle-support-29707 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-needle-support-29707 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-support-29707 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-support-29707 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-support-29707 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-support-29707 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-support-29707 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-support-29707 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-support-29707 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-support-29707 .rp-specs th,\n  .richpen-needle-support-29707 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-support-29707 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-support-29707 .rp-specs tr:last-child th,\n  .richpen-needle-support-29707 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-support-29707 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-support-29707 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-support-29707 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-support-29707 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-support-29707 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-support-29707 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-support-29707 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-support-29707 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-support-29707 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-support-29707 .rp-card,\n    .richpen-needle-support-29707 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-support-29707 .rp-specs th,\n    .richpen-needle-support-29707 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-support-29707 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-support-29707 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-support-29707\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Needle Support 29707 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing internal needle support in a\n      compatible RichPen Apollo airbrush with the RichPen Needle Support\n      29707. This model-specific replacement component is listed for the\n      RichPen Apollo 112A and Apollo 112B airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eModel-specific needle support\u003c\/strong\u003e for compatible\n          RichPen Apollo airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29707\u003c\/strong\u003e provides a clear reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eInternal needle assembly component\u003c\/strong\u003e designed to help\n          support and position the needle within the compatible airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e avoids replacing the\n          complete airbrush when only the needle support requires service.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the needle support only, not the needle,\n          spring, handle, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNeedle Support\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29707\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle support\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eInternal needle assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle support\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Needle Support 29707 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Internal airbrush parts may appear similar while using different\n      dimensions or fitting arrangements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Internal Needle Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle support is an internal component associated with the\n      airbrush needle assembly. It helps support and position the needle while\n      the trigger mechanism moves the needle during normal operation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct installation and alignment are important for smooth needle\n      movement and dependable trigger response.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Needle Support May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original needle support is missing during maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe component is visibly worn, bent, cracked, or damaged.\u003c\/li\u003e\n      \u003cli\u003eThe needle assembly no longer remains correctly supported.\u003c\/li\u003e\n      \u003cli\u003eNeedle movement remains inconsistent after proper cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe original component does not fit or seat correctly.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Needle\n      Support 29707 only. The airbrush, needle, needle spring, spring screw,\n      handle, trigger components, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for the\n      RichPen Apollo 112A and Apollo 112B. Do not select an internal airbrush\n      component based only on its appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before accessing internal components.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle, spring, and nearby components for damage.\u003c\/li\u003e\n      \u003cli\u003eInstall the needle support in the correct orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not force the component into the airbrush body.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the needle moves smoothly after reassembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck Related Needle Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the needle support, inspect the needle and surrounding\n      internal components for wear, dried paint, bending, or damage. A damaged\n      needle or incorrectly installed spring component may continue to affect\n      trigger movement even after the needle support is replaced.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Clean reusable parts with an airbrush cleaner compatible with the paint\n      being removed before reassembling the airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Needle Support 29707?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Needle Support 29707 is listed for the Apollo 112A and\n        Apollo 112B airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle support only. The\n        complete airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the Needle Support 29707 include a needle?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The airbrush needle is a separate replacement component and is not\n        included with this needle support.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the needle support do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is an internal component designed to help support and position the\n        needle within the compatible airbrush assembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this component be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other models may use different internal components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould related parts be inspected during replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the needle, spring, adjustment components, and surrounding\n        internal areas for dried paint, wear, bending, or other damage.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth needle and trigger movement, then test the airbrush\n        with cleaner or water before using paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement needle support.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47437935542434,"sku":"29707","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleSupport.png?v=1786556934"},{"product_id":"richpen-29708-needle-spring","title":"RichPen Needle Spring 29708","description":"\u003cstyle\u003e\n  .richpen-needle-spring-29708 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-needle-spring-29708,\n  .richpen-needle-spring-29708 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-needle-spring-29708 h2,\n  .richpen-needle-spring-29708 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-needle-spring-29708 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-needle-spring-29708 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-needle-spring-29708 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-needle-spring-29708 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-needle-spring-29708 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-needle-spring-29708 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-needle-spring-29708 a:hover,\n  .richpen-needle-spring-29708 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-needle-spring-29708 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-needle-spring-29708 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-needle-spring-29708 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-needle-spring-29708 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-needle-spring-29708 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-needle-spring-29708 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-spring-29708 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-needle-spring-29708 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-needle-spring-29708 .rp-specs th,\n  .richpen-needle-spring-29708 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-needle-spring-29708 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-needle-spring-29708 .rp-specs tr:last-child th,\n  .richpen-needle-spring-29708 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-needle-spring-29708 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-spring-29708 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-needle-spring-29708 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-needle-spring-29708 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-needle-spring-29708 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-needle-spring-29708 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-needle-spring-29708 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-needle-spring-29708 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-needle-spring-29708 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-needle-spring-29708 .rp-card,\n    .richpen-needle-spring-29708 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-needle-spring-29708 .rp-specs th,\n    .richpen-needle-spring-29708 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-needle-spring-29708 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-needle-spring-29708 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-needle-spring-29708\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Needle Spring 29708 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, weakened, or missing internal needle spring in\n      a compatible RichPen Apollo airbrush with the RichPen Needle Spring\n      29708. This model-specific replacement component is listed for the\n      RichPen Apollo 112A and Apollo 112B airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement needle spring\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29708\u003c\/strong\u003e provides a clear reference\n          for identifying the correct internal replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eSupports needle return movement\u003c\/strong\u003e within the\n          compatible airbrush trigger and needle assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the spring\n          to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the needle spring only, not the needle,\n          support, spring screw, handle, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eNeedle Spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29708\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush needle spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eInternal needle and trigger assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement needle spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Needle Spring 29708 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Internal springs can look similar while having different lengths,\n      diameters, tension, or fitting requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Needle Return Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The needle spring is an internal component associated with the needle\n      and trigger mechanism. It helps provide return pressure as the trigger\n      and needle move during normal airbrush operation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct spring tension supports smooth needle return and consistent\n      trigger response. A weakened, damaged, or incorrectly installed spring\n      may affect how the needle returns after the trigger is released.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Needle Spring May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe spring is bent, stretched, compressed, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe needle does not return smoothly after the trigger is released.\u003c\/li\u003e\n      \u003cli\u003eTrigger response feels weak or inconsistent.\u003c\/li\u003e\n      \u003cli\u003eThe original spring was lost during maintenance.\u003c\/li\u003e\n      \u003cli\u003eCleaning and proper adjustment do not restore normal movement.\u003c\/li\u003e\n      \u003cli\u003eThe spring no longer seats correctly with the surrounding components.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Needle\n      Spring 29708 only. The airbrush, needle, needle support, spring screw,\n      trigger components, handle, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A and Apollo 112B. Do not select an internal spring\n      based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before accessing the spring assembly.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small internal parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle support and spring screw for wear or damage.\u003c\/li\u003e\n      \u003cli\u003eInstall the spring in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not stretch, bend, cut, or permanently compress the spring.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth trigger and needle movement after reassembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck Related Needle Assembly Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the needle spring, inspect the needle support, spring\n      screw, needle, trigger components, and surrounding internal areas.\n      Dried paint, damaged parts, or incorrect adjustment may continue to\n      affect needle return even after a new spring is installed.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Clean reusable components with an airbrush cleaner compatible with the\n      paint being removed. Allow parts to dry before reassembling the airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Needle Spring 29708?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Needle Spring 29708 is listed for the Apollo 112A and\n        Apollo 112B airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the needle spring do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It helps provide return pressure within the internal needle and trigger\n        assembly, supporting needle movement when the trigger is released.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement needle spring only. The\n        complete airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the Needle Spring 29708 include a spring screw?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The spring screw is a separate replacement component and is not\n        included with the needle spring.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this spring be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other models may use springs with different dimensions or tension.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can cause poor needle return besides the spring?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Dried paint, a bent needle, worn support components, incorrect spring\n        adjustment, or improperly installed trigger parts may also affect\n        needle movement.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after spring replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger and needle return, then test the airbrush\n        with cleaner or water before using paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement needle spring.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438002028706,"sku":"29708","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleSpring.png?v=1786557039"},{"product_id":"richpen-29709-spring-screw","title":"RichPen Spring Screw 29709","description":"\u003cstyle\u003e\n  .richpen-spring-screw-29709 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #0076bd;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-spring-screw-29709,\n  .richpen-spring-screw-29709 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-spring-screw-29709 h2,\n  .richpen-spring-screw-29709 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-spring-screw-29709 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-spring-screw-29709 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-spring-screw-29709 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-spring-screw-29709 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-spring-screw-29709 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-spring-screw-29709 a {\n    color: var(--rp-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-spring-screw-29709 a:hover,\n  .richpen-spring-screw-29709 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-spring-screw-29709 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-spring-screw-29709 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-spring-screw-29709 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-spring-screw-29709 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-spring-screw-29709 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-spring-screw-29709 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-spring-screw-29709 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-spring-screw-29709 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-spring-screw-29709 .rp-specs th,\n  .richpen-spring-screw-29709 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-spring-screw-29709 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-spring-screw-29709 .rp-specs tr:last-child th,\n  .richpen-spring-screw-29709 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-spring-screw-29709 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-spring-screw-29709 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-spring-screw-29709 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-spring-screw-29709 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-spring-screw-29709 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-spring-screw-29709 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-spring-screw-29709 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-spring-screw-29709 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-spring-screw-29709 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-spring-screw-29709 .rp-card,\n    .richpen-spring-screw-29709 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-spring-screw-29709 .rp-specs th,\n    .richpen-spring-screw-29709 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-spring-screw-29709 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-spring-screw-29709 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-spring-screw-29709\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Spring Screw 29709 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing internal spring screw in a compatible\n      RichPen Apollo airbrush with the RichPen Spring Screw 29709. This\n      model-specific replacement component is listed for the RichPen Apollo\n      112A and Apollo 112B airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement spring screw\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29709\u003c\/strong\u003e provides a clear reference\n          for selecting the correct replacement part.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eInternal needle assembly component\u003c\/strong\u003e associated with\n          the spring and needle return mechanism.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the spring\n          screw to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the spring screw only, not the needle spring,\n          needle support, needle, handle, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eSpring Screw\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29709\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush spring screw\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eInternal needle and spring assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement spring screw\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Spring Screw 29709 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Internal screws may appear similar while using different thread sizes,\n      lengths, diameters, or fitting requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Internal Spring Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The spring screw is an internal component associated with the needle\n      spring and needle return assembly. It helps hold or position the spring\n      assembly within the compatible airbrush body.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Proper installation is important for smooth trigger movement and reliable\n      needle return. A damaged, missing, or incorrectly installed spring screw\n      may affect how the internal spring and needle components operate.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Spring Screw May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original spring screw is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe threads are worn, stripped, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe screw no longer seats securely in the airbrush assembly.\u003c\/li\u003e\n      \u003cli\u003eThe component is bent, cracked, or otherwise damaged.\u003c\/li\u003e\n      \u003cli\u003eThe spring assembly cannot be positioned correctly.\u003c\/li\u003e\n      \u003cli\u003eCleaning and correct reassembly do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Spring\n      Screw 29709 only. The airbrush, needle spring, needle support, needle,\n      handle, trigger components, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for the\n      RichPen Apollo 112A and Apollo 112B. Do not select an internal screw based\n      only on its appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before accessing internal components.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the needle spring and needle support for wear or damage.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the spring screw carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force, cross-thread, or overtighten the component.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth trigger and needle movement after reassembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck Related Spring and Needle Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the spring screw, inspect the needle spring, needle\n      support, needle, trigger components, and surrounding internal areas.\n      Worn parts, dried paint, incorrect assembly, or a damaged needle may\n      continue to affect trigger response after the screw is replaced.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Clean reusable components with an airbrush cleaner compatible with the\n      paint being removed. Allow the parts to dry before reassembling the\n      airbrush.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Spring Screw 29709?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Spring Screw 29709 is listed for the Apollo 112A and Apollo\n        112B airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the spring screw do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is an internal component associated with holding or positioning the\n        needle spring assembly inside the compatible airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement spring screw only. The\n        complete airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Spring Screw 29709 include the needle spring?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle spring is a separate replacement component and is not\n        included with the spring screw.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this screw be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other models may use parts with different threads, dimensions, or\n        fitting requirements.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the spring screw be overtightened?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Install it carefully and tighten only enough to seat it correctly.\n        Overtightening may damage the screw, threads, or surrounding internal\n        components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger and needle movement, then test the airbrush\n        with cleaner or water before using paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement spring screw.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438050459810,"sku":"29709","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenSpringScrew.png?v=1786557150"},{"product_id":"richpen-airbrush-handle-29712","title":"RichPen Airbrush Handle 29712","description":"\u003cstyle\u003e\n  .richpen-airbrush-handle-29712 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-airbrush-handle-29712,\n  .richpen-airbrush-handle-29712 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-airbrush-handle-29712 h2,\n  .richpen-airbrush-handle-29712 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-airbrush-handle-29712 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-airbrush-handle-29712 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-airbrush-handle-29712 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-airbrush-handle-29712 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-airbrush-handle-29712 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-airbrush-handle-29712 a,\n  .richpen-airbrush-handle-29712 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-airbrush-handle-29712 a:hover,\n  .richpen-airbrush-handle-29712 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-airbrush-handle-29712 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-specs th,\n  .richpen-airbrush-handle-29712 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-specs tr:last-child th,\n  .richpen-airbrush-handle-29712 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-airbrush-handle-29712 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-airbrush-handle-29712 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-airbrush-handle-29712 .rp-card,\n    .richpen-airbrush-handle-29712 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-airbrush-handle-29712 .rp-specs th,\n    .richpen-airbrush-handle-29712 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-airbrush-handle-29712 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-airbrush-handle-29712 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-airbrush-handle-29712\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Airbrush Handle 29712 for Apollo 112A and 112B\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a damaged, worn, or missing rear handle on a compatible RichPen\n      Apollo airbrush with the RichPen Airbrush Handle 29712. This\n      model-specific replacement component is listed for the RichPen Apollo\n      112A and Apollo 112B gravity-feed airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement rear airbrush handle\u003c\/strong\u003e for compatible\n          RichPen Apollo models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          gravity-feed airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29712\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCovers the rear needle assembly\u003c\/strong\u003e and helps protect\n          internal components during normal handling.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eRemovable design\u003c\/strong\u003e provides access to the needle\n          locknut and other rear internal parts during maintenance.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the replacement handle only, not the airbrush,\n          needle, locknut, spring components, or other internal parts.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eAirbrush Handle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29712\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement rear airbrush handle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eRear airbrush body\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement airbrush handle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Airbrush Handle 29712 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Airbrush handles can appear similar while using different lengths,\n      threads, openings, or internal clearances.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eProtect the Rear Needle Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The handle fits over the rear section of the compatible airbrush and\n      helps cover the needle, needle locknut, spring components, and other\n      internal parts.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A correctly fitted handle helps protect these components during normal\n      use, transportation, and storage while maintaining access for routine\n      cleaning and maintenance.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eRemovable for Airbrush Maintenance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The rear handle can be removed when the needle or internal trigger\n      components need to be inspected, cleaned, adjusted, or replaced.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      After maintenance, reinstall the handle carefully and confirm that it\n      threads smoothly onto the airbrush body without contacting or restricting\n      the internal needle assembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Airbrush Handle May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original handle is missing.\u003c\/li\u003e\n      \u003cli\u003eThe handle is cracked, dented, bent, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe threads are worn or no longer engage correctly.\u003c\/li\u003e\n      \u003cli\u003eThe handle does not remain securely attached.\u003c\/li\u003e\n      \u003cli\u003eThe handle interferes with internal needle movement.\u003c\/li\u003e\n      \u003cli\u003eDried paint or physical damage prevents correct installation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      Airbrush Handle 29712 only. The complete airbrush, needle, needle\n      locknut, spring components, trigger parts, and other replacement\n      components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A and Apollo 112B. Do not select a replacement\n      handle based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eInspect the rear body threads before installing the handle.\u003c\/li\u003e\n      \u003cli\u003eCheck that the needle locknut is secure before closing the handle.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the handle carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force or cross-thread the replacement component.\u003c\/li\u003e\n      \u003cli\u003eTighten only enough to seat the handle securely.\u003c\/li\u003e\n      \u003cli\u003eConfirm that the trigger and needle move normally after installation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck Related Rear Airbrush Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the handle, inspect the needle locknut, needle support,\n      spring, spring screw, needle, and rear airbrush body for wear, dried\n      paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged internal component may continue to affect trigger response or\n      needle movement even after the replacement handle has been installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Handle 29712?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Airbrush Handle 29712 is listed for the Apollo 112A and\n        Apollo 112B gravity-feed airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the airbrush handle cover?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The rear handle covers and helps protect the needle, needle locknut,\n        spring components, and other internal parts at the back of the\n        compatible airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement rear handle only. The\n        complete airbrush and internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Handle 29712 include the needle locknut?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The needle locknut and other rear internal parts are separate\n        replacement components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this handle be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other models may use handles with different lengths, threads, or\n        internal clearances.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow tightly should the handle be installed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Tighten it by hand only enough to seat it securely. Do not force or\n        overtighten the handle because this may damage the threads.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the trigger be checked after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm that the trigger and needle move freely and that the\n        handle does not contact or restrict any internal components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement handle.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438090338466,"sku":"29712","price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/29712-handle.webp?v=1786558374"},{"product_id":"richpen-29713-finger-lever","title":"RichPen Finger Lever 29713","description":"\u003cstyle\u003e\n  .richpen-finger-lever-29713 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-finger-lever-29713,\n  .richpen-finger-lever-29713 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-finger-lever-29713 h2,\n  .richpen-finger-lever-29713 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-finger-lever-29713 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-finger-lever-29713 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-finger-lever-29713 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-finger-lever-29713 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-finger-lever-29713 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-finger-lever-29713 a,\n  .richpen-finger-lever-29713 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-finger-lever-29713 a:hover,\n  .richpen-finger-lever-29713 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-finger-lever-29713 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-finger-lever-29713 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-finger-lever-29713 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-finger-lever-29713 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-finger-lever-29713 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-finger-lever-29713 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-finger-lever-29713 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-finger-lever-29713 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-finger-lever-29713 .rp-specs th,\n  .richpen-finger-lever-29713 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-finger-lever-29713 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-finger-lever-29713 .rp-specs tr:last-child th,\n  .richpen-finger-lever-29713 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-finger-lever-29713 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-finger-lever-29713 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-finger-lever-29713 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-finger-lever-29713 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-finger-lever-29713 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-finger-lever-29713 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-finger-lever-29713 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-finger-lever-29713 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-finger-lever-29713 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-finger-lever-29713 .rp-card,\n    .richpen-finger-lever-29713 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-finger-lever-29713 .rp-specs th,\n    .richpen-finger-lever-29713 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-finger-lever-29713 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-finger-lever-29713 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-finger-lever-29713\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Finger Lever 29713 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing finger lever in a compatible\n      RichPen Apollo airbrush with the RichPen Finger Lever 29713. This\n      model-specific trigger component is listed for the RichPen Apollo 112A\n      and Apollo 112B airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement finger lever\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29713\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the trigger control assembly\u003c\/strong\u003e used to\n          operate the compatible airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the lever\n          to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the finger lever only, not the back lever,\n          trigger pin, needle assembly, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eFinger Lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29713\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush finger lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eTrigger control assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement finger lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Finger Lever 29713 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Airbrush trigger components can appear similar while using different\n      dimensions, shapes, pins, or fitting arrangements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Airbrush Trigger Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The finger lever is the upper control component operated by the user\n      during spraying. It works with the related trigger and internal needle\n      components in the compatible RichPen Apollo airbrush.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct installation and alignment are important for smooth lever\n      movement and dependable airbrush control.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Finger Lever May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original finger lever is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe lever is bent, cracked, worn, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe lever no longer moves smoothly in the trigger opening.\u003c\/li\u003e\n      \u003cli\u003eThe component does not align correctly with the related trigger parts.\u003c\/li\u003e\n      \u003cli\u003eThe contact surface has become damaged or difficult to operate.\u003c\/li\u003e\n      \u003cli\u003eCleaning and correct reassembly do not restore normal movement.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Finger\n      Lever 29713 only. The complete airbrush, back lever, trigger pin, needle,\n      valve components, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A and Apollo 112B. Do not select a replacement\n      trigger component based only on its appearance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before disassembling the trigger area.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small components are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the back lever, pin, and nearby trigger parts for damage.\u003c\/li\u003e\n      \u003cli\u003eInstall the finger lever in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not force or bend the component during installation.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth lever, trigger, and needle movement after reassembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Trigger Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the finger lever, inspect the back lever, trigger pin,\n      valve plunger, needle support, spring components, and surrounding trigger\n      area for wear, dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect trigger movement even after a new finger lever is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Maintenance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove dried paint and residue from the trigger area using an airbrush\n      cleaner that is compatible with the paint being removed. Avoid using\n      excessive force or abrasive tools on the lever and nearby components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow cleaned parts to dry before reassembly. Confirm that the lever moves\n      freely and returns correctly before using the airbrush with paint.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Finger Lever 29713?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Finger Lever 29713 is listed for the Apollo 112A and Apollo\n        112B airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the finger lever do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is the upper control component operated by the user as part of the\n        compatible airbrush trigger assembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement finger lever only. The\n        complete airbrush and other trigger components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Finger Lever 29713 include the back lever?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The back lever is a separate replacement component and is not\n        included with the finger lever.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this lever be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other airbrush models may use trigger components with different shapes\n        or dimensions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can cause stiff trigger movement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Dried paint, incorrectly installed trigger parts, a bent needle,\n        damaged lever components, or problems within the air valve assembly\n        may cause stiff or inconsistent movement.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger and needle movement, then test the airbrush\n        with cleaner or water before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement finger lever.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438107541666,"sku":"29713","price":9.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenFingerLeverforApollo.png?v=1786558443"},{"product_id":"richpen-29714-back-lever","title":"RichPen Back Lever 29714","description":"\u003cstyle\u003e\n  .richpen-back-lever-29714 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-back-lever-29714,\n  .richpen-back-lever-29714 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-back-lever-29714 h2,\n  .richpen-back-lever-29714 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-back-lever-29714 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-back-lever-29714 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-back-lever-29714 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-back-lever-29714 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-back-lever-29714 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-back-lever-29714 a,\n  .richpen-back-lever-29714 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-back-lever-29714 a:hover,\n  .richpen-back-lever-29714 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-back-lever-29714 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-back-lever-29714 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-back-lever-29714 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-back-lever-29714 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-back-lever-29714 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-back-lever-29714 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-back-lever-29714 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-back-lever-29714 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-back-lever-29714 .rp-specs th,\n  .richpen-back-lever-29714 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-back-lever-29714 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-back-lever-29714 .rp-specs tr:last-child th,\n  .richpen-back-lever-29714 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-back-lever-29714 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-back-lever-29714 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-back-lever-29714 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-back-lever-29714 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-back-lever-29714 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-back-lever-29714 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-back-lever-29714 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-back-lever-29714 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-back-lever-29714 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-back-lever-29714 .rp-card,\n    .richpen-back-lever-29714 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-back-lever-29714 .rp-specs th,\n    .richpen-back-lever-29714 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-back-lever-29714 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-back-lever-29714 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-back-lever-29714\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Back Lever 29714 for Apollo 112A and 112B Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing back lever in a compatible RichPen\n      Apollo airbrush with the RichPen Back Lever 29714. This model-specific\n      trigger component is listed for the RichPen Apollo 112A and Apollo 112B\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement back lever\u003c\/strong\u003e for compatible RichPen\n          Apollo airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eCompatible with Apollo 112A and Apollo 112B\u003c\/strong\u003e\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29714\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the trigger and needle-control assembly\u003c\/strong\u003e\n          inside the compatible airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the back\n          lever to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the back lever only, not the finger lever,\n          needle, trigger pin, spring components, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eBack Lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29714\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush back lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Series\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eTrigger and needle-control assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement back lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Back Lever 29714 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A 0.2mm gravity-feed airbrush\u003c\/a\u003e\n      and the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B 0.2mm gravity-feed airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the airbrush model and manufacturer SKU before ordering.\n      Internal trigger components can appear similar while using different\n      dimensions, shapes, or fitting arrangements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Trigger and Needle Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The back lever is an internal component located behind the finger lever\n      within the compatible airbrush. It works with the trigger and needle\n      assembly during normal operation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct positioning and alignment are important for smooth trigger\n      movement and consistent needle response.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Back Lever May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original back lever is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe component is bent, cracked, worn, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe lever does not remain correctly positioned in the trigger assembly.\u003c\/li\u003e\n      \u003cli\u003eTrigger or needle movement remains inconsistent after cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe component no longer aligns with the finger lever or needle assembly.\u003c\/li\u003e\n      \u003cli\u003eCorrect reassembly does not restore normal airbrush operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Back\n      Lever 29714 only. The complete airbrush, finger lever, trigger pin,\n      needle, spring components, valve parts, and other replacement components\n      are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      the RichPen Apollo 112A and Apollo 112B. Do not select a replacement\n      trigger component based only on visual similarity.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm that the airbrush is a RichPen Apollo 112A or 112B.\u003c\/li\u003e\n      \u003cli\u003eRemove the needle carefully before disassembling the trigger area.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the finger lever and nearby trigger components for damage.\u003c\/li\u003e\n      \u003cli\u003eInstall the back lever in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not force, bend, or modify the replacement component.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth trigger and needle movement after reassembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Trigger Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the back lever, inspect the finger lever, trigger pin,\n      needle support, spring components, valve plunger, and surrounding trigger\n      area for wear, dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect trigger movement after the replacement back lever is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Maintenance\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove dried paint and residue from the trigger area using an airbrush\n      cleaner compatible with the paint being removed. Avoid excessive force\n      or abrasive tools on the lever and surrounding internal components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow cleaned parts to dry before reassembly. Confirm that the trigger\n      and needle move freely before using the airbrush with paint.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Back Lever 29714?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Back Lever 29714 is listed for the Apollo 112A and Apollo\n        112B airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the back lever do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        It is an internal trigger component positioned behind the finger lever\n        and works with the compatible needle-control assembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement back lever only. The complete\n        airbrush and other trigger components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Back Lever 29714 include the finger lever?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The finger lever is a separate replacement component and is not\n        included with the back lever.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this lever be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the RichPen Apollo 112A and 112B.\n        Other airbrush models may use components with different shapes or\n        dimensions.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat can cause poor trigger movement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Dried paint, a bent needle, incorrectly installed trigger parts,\n        damaged lever components, or problems within the air valve assembly\n        may cause stiff or inconsistent trigger movement.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm smooth trigger and needle movement, then test the airbrush\n        with cleaner or water before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView the Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e\n      or compare it with the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e\n      before selecting this replacement back lever.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438119239842,"sku":"29714","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenBackLeverforApollo.png?v=1786558492"},{"product_id":"richpen-29715-shift-pin","title":"RichPen 29715 Shift Pin","description":"\u003cstyle\u003e\n  .richpen-29715 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-soft: #f7f8fa;\n    --rp-heading: #111827;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-29715,\n  .richpen-29715 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-29715 h2,\n  .richpen-29715 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-29715 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-29715 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-29715 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29715 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-29715 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29715 strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29715 a,\n  .richpen-29715 a:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: underline !important;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n    transition: color 0.2s ease, text-decoration-color 0.2s ease;\n  }\n\n  .richpen-29715 a:hover,\n  .richpen-29715 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration-color: var(--rp-hover) !important;\n  }\n\n  .richpen-29715 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-29715 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-29715 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-29715 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-29715 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-29715 .rp-card,\n  .richpen-29715 .rp-section {\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-29715 .rp-card {\n    padding: 22px;\n  }\n\n  .richpen-29715 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n  }\n\n  .richpen-29715 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-29715 .rp-specs th,\n  .richpen-29715 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-29715 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-29715 .rp-specs tr:last-child th,\n  .richpen-29715 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-29715 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-hover);\n    border-left: 4px solid var(--rp-hover);\n    border-radius: 8px;\n  }\n\n  .richpen-29715 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-29715 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-29715 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-29715 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29715 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29715 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29715 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-29715 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-29715 .rp-card,\n    .richpen-29715 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-29715 .rp-specs th,\n    .richpen-29715 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-29715 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-29715 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-29715\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen 29715 Shift Pin for Apollo Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing shift pin in a compatible RichPen\n      airbrush with the RichPen 29715 Shift Pin. This shared replacement\n      component is listed for the RichPen Apollo 112A, Apollo 112B, and\n      Apollo 113C airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement shift pin\u003c\/strong\u003e for compatible RichPen Apollo\n          airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29715\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMultiple-model compatibility\u003c\/strong\u003e for Apollo 112A,\n          Apollo 112B, and Apollo 113C airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eInternal replacement component\u003c\/strong\u003e for servicing the\n          compatible airbrush mechanism.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e allows the shift pin to\n          be replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes one shift pin only. The complete airbrush and\n          other internal replacement components are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eShift Pin\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29715\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush shift pin\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Line\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement shift pin\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen 29715 Shift Pin is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A airbrush\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B airbrush\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C airbrush\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm both the exact airbrush model and manufacturer SKU before\n      selecting this replacement component. Parts that appear similar may use\n      different dimensions or fitting requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eIndividual Internal Replacement Component\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This product provides one model-specific shift pin for compatible\n      RichPen Apollo airbrushes. It allows the required component to be\n      replaced without purchasing an entire airbrush.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Inspect the surrounding internal parts during maintenance because wear,\n      incorrect positioning, or damage to another component may continue to\n      affect airbrush operation after the shift pin is replaced.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Shift Pin May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original shift pin is missing after disassembly.\u003c\/li\u003e\n      \u003cli\u003eThe component is bent, worn, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe pin no longer sits correctly within the airbrush mechanism.\u003c\/li\u003e\n      \u003cli\u003eThe original component was damaged during maintenance.\u003c\/li\u003e\n      \u003cli\u003eInspection confirms that the shift pin requires replacement.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen\n      29715 Shift Pin only. A complete airbrush and other replacement\n      components are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is listed for the\n      RichPen Apollo 112A, Apollo 112B, and Apollo 113C airbrushes. Confirm\n      both the model and manufacturer SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen Apollo airbrush model.\u003c\/li\u003e\n      \u003cli\u003eVerify that the required replacement component uses SKU 29715.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose before beginning maintenance.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eNote the original position of each component before removal.\u003c\/li\u003e\n      \u003cli\u003eInspect surrounding parts for wear, damage, or dried paint.\u003c\/li\u003e\n      \u003cli\u003eInstall the replacement shift pin carefully without forcing it.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush mechanism before loading paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich airbrushes use the RichPen 29715 Shift Pin?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen 29715 Shift Pin is listed for the Apollo 112A,\n        Apollo 112B, and Apollo 113C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs one listing correct for all three compatible models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. The three compatible Apollo models share manufacturer SKU 29715\n        for this replacement shift pin, so one product listing can cover them.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes this product include a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement shift pin only. The complete\n        airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should compatibility be confirmed?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Confirm that the airbrush is an Apollo 112A, Apollo 112B, or Apollo\n        113C and that the required replacement component uses manufacturer\n        SKU 29715.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this shift pin be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Do not use it with another model unless that model's official parts\n        information also identifies the shift pin as manufacturer SKU 29715.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould nearby internal parts be inspected?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the surrounding mechanism for wear, incorrect positioning,\n        dried\"\u0026gt;\n        Yes. Inspect the surrounding mechanism for wear, incorrect paint, or physical damage before reassembling the airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e\n      before selecting this shared replacement shift pin.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438139556002,"sku":"29715","price":2.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/29715.png?v=1786563682"},{"product_id":"richpen-29716-shift-pin-o-ring","title":"RichPen Shift Pin O-Ring 29716","description":"\u003cstyle\u003e\n  .richpen-shift-pin-o-ring-29716 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-shift-pin-o-ring-29716,\n  .richpen-shift-pin-o-ring-29716 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-shift-pin-o-ring-29716 h2,\n  .richpen-shift-pin-o-ring-29716 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-shift-pin-o-ring-29716 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-shift-pin-o-ring-29716 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-shift-pin-o-ring-29716 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 a,\n  .richpen-shift-pin-o-ring-29716 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700;\n    text-decoration: none;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-shift-pin-o-ring-29716 a:hover,\n  .richpen-shift-pin-o-ring-29716 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-specs th,\n  .richpen-shift-pin-o-ring-29716 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-specs tr:last-child th,\n  .richpen-shift-pin-o-ring-29716 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-shift-pin-o-ring-29716 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-shift-pin-o-ring-29716 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-shift-pin-o-ring-29716 .rp-card,\n    .richpen-shift-pin-o-ring-29716 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-shift-pin-o-ring-29716 .rp-specs th,\n    .richpen-shift-pin-o-ring-29716 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-shift-pin-o-ring-29716 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-shift-pin-o-ring-29716 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-shift-pin-o-ring-29716\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Shift Pin O-Ring 29716 for Apollo and Spectra Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing shift pin O-ring in a compatible\n      RichPen airbrush with the RichPen Shift Pin O-Ring 29716. This shared\n      replacement component is listed for selected RichPen Apollo and Spectra\n      airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement shift pin O-ring\u003c\/strong\u003e for compatible RichPen\n          Apollo and Spectra airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-model compatibility\u003c\/strong\u003e across five compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29716\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eInternal airbrush component\u003c\/strong\u003e associated with the\n          shift pin and trigger-control area.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement part\u003c\/strong\u003e allows the O-ring to be\n          serviced without replacing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the shift pin O-ring only, not the shift pin,\n          trigger components, valve assembly, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eShift Pin O-Ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29716\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush shift pin O-ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo and Spectra\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Models\u003c\/th\u003e\n            \u003ctd\u003e\n              Apollo 112A, Apollo 112B, Apollo 113C, Spectra 013G,\n              and Spectra 033G\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eInternal shift pin and trigger-control area\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement shift pin O-ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Shift Pin O-Ring 29716 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because these models share manufacturer SKU 29716, only one product\n      listing is needed for the compatible replacement component. Confirm the\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Shift Pin Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The shift pin O-ring is an internal component associated with the shift\n      pin and trigger-control area of the compatible airbrush. It is intended\n      to fit around the related shift pin component.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct fit and installation are important because internal O-rings can\n      look similar while using different diameters, thicknesses, or material\n      specifications.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Shift Pin O-Ring May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original O-ring is missing during airbrush maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe O-ring is cracked, split, flattened, or visibly worn.\u003c\/li\u003e\n      \u003cli\u003eThe component has become hardened or no longer fits correctly.\u003c\/li\u003e\n      \u003cli\u003eThe shift pin assembly remains loose after proper reassembly.\u003c\/li\u003e\n      \u003cli\u003eThe original O-ring was damaged during cleaning or disassembly.\u003c\/li\u003e\n      \u003cli\u003eCorrect cleaning and adjustment do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Shift\n      Pin O-Ring 29716 only. The airbrush, shift pin, trigger components, valve\n      assembly, and other replacement parts are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the compatible Apollo or Spectra models and that the required\n      replacement component uses manufacturer SKU 29716.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so the small O-ring is not lost.\u003c\/li\u003e\n      \u003cli\u003eRemove the related components carefully without using excessive force.\u003c\/li\u003e\n      \u003cli\u003eInspect the shift pin and surrounding area for paint or debris.\u003c\/li\u003e\n      \u003cli\u003eInstall the replacement O-ring without stretching or cutting it.\u003c\/li\u003e\n      \u003cli\u003eDo not use sharp tools that may puncture the replacement O-ring.\u003c\/li\u003e\n      \u003cli\u003eConfirm smooth movement after the airbrush is reassembled.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with cleaner or water before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect the Shift Pin and Trigger Area\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the O-ring, inspect the related shift pin and nearby\n      trigger components for wear, dried paint, debris, or physical damage.\n      A damaged related component may continue to affect operation after a new\n      O-ring is installed.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Clean reusable components using an airbrush cleaner compatible with the\n      paint being removed. Allow all parts to dry before reassembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Shift Pin O-Ring 29716?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Shift Pin O-Ring 29716 is listed for the Apollo 112A,\n        Apollo 112B, Apollo 113C, Spectra 013G, and Spectra 033G airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one O-ring listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible RichPen Apollo and Spectra models share manufacturer\n        SKU 29716 for this replacement component, so one product listing can\n        cover all listed models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement shift pin O-ring only. A\n        complete airbrush and other internal components are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Shift Pin O-Ring 29716 include the shift pin?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The shift pin is a separate component and is not included with this\n        replacement O-ring.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this O-ring be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the Apollo 112A, Apollo 112B,\n        Apollo 113C, Spectra 013G, and Spectra 033G. Do not select an O-ring\n        based only on visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the O-ring be stretched during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Avoid excessive stretching. Install it carefully so the O-ring is not\n        cut, twisted, punctured, or permanently deformed.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and component movement, then test the\n        airbrush with cleaner or water before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      before selecting this shared replacement O-ring.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438179074210,"sku":"29716","price":3.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenO-RingforShiftPin.png?v=1786558834"},{"product_id":"richpen-29717-valve-casing","title":"RichPen Valve Casing 29717","description":"\u003cstyle\u003e\n  .richpen-valve-casing-29717 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-valve-casing-29717,\n  .richpen-valve-casing-29717 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-valve-casing-29717 h2,\n  .richpen-valve-casing-29717 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-valve-casing-29717 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-valve-casing-29717 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-valve-casing-29717 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-valve-casing-29717 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-valve-casing-29717 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-valve-casing-29717 a,\n  .richpen-valve-casing-29717 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-valve-casing-29717 a:hover,\n  .richpen-valve-casing-29717 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-valve-casing-29717 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-valve-casing-29717 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-valve-casing-29717 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-valve-casing-29717 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-valve-casing-29717 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-valve-casing-29717 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-casing-29717 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-casing-29717 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-valve-casing-29717 .rp-specs th,\n  .richpen-valve-casing-29717 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-valve-casing-29717 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-valve-casing-29717 .rp-specs tr:last-child th,\n  .richpen-valve-casing-29717 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-valve-casing-29717 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-casing-29717 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-valve-casing-29717 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-casing-29717 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-valve-casing-29717 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-valve-casing-29717 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-valve-casing-29717 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-valve-casing-29717 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-valve-casing-29717 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-valve-casing-29717 .rp-card,\n    .richpen-valve-casing-29717 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-valve-casing-29717 .rp-specs th,\n    .richpen-valve-casing-29717 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-valve-casing-29717 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-valve-casing-29717 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-valve-casing-29717\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Valve Casing 29717 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing valve casing in a compatible RichPen\n      airbrush with the RichPen Valve Casing 29717. This shared replacement\n      component is listed for selected RichPen Apollo, Spectra, and Phoenix\n      airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement valve casing\u003c\/strong\u003e for compatible RichPen\n          Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across eight compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29717\u003c\/strong\u003e provides an exact reference\n          for selecting the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the air valve system\u003c\/strong\u003e within the compatible\n          airbrush assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the valve\n          casing to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the valve casing only, not the complete air\n          valve assembly, valve plunger, spring, washer, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eValve Casing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29717\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush valve casing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement valve casing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Air Valve Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Valve Casing 29717 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This shared valve casing is also listed for the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Phoenix compatibility includes the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because all listed models use manufacturer SKU 29717, one product\n      listing can cover the shared replacement component. Confirm the exact\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the Air Valve Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The valve casing is the casing component associated with the air valve\n      system of the compatible airbrush. It works with the related valve\n      plunger, valve spring, valve washer, seals, and other valve components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct fit and installation are important because valve casings from\n      different airbrush models may appear similar while using different\n      threads, openings, dimensions, or internal clearances.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Valve Casing May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original valve casing is missing during airbrush maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe casing threads are worn, stripped, or damaged.\u003c\/li\u003e\n      \u003cli\u003eThe component is cracked, bent, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe casing no longer seats correctly in the airbrush body.\u003c\/li\u003e\n      \u003cli\u003eRelated valve components cannot be positioned correctly.\u003c\/li\u003e\n      \u003cli\u003eCleaning and correct reassembly do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Valve\n      Casing 29717 only. The valve plunger, valve spring, valve washer, seals,\n      complete air valve assembly, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the compatible Apollo, Spectra, or Phoenix models and that the\n      required replacement component uses manufacturer SKU 29717.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eRelease air pressure and disconnect the air hose.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small valve parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the valve plunger, spring, washer, and seals for damage.\u003c\/li\u003e\n      \u003cli\u003eClean the valve area before installing the replacement casing.\u003c\/li\u003e\n      \u003cli\u003eBegin threading the valve casing carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force, cross-thread, or overtighten the component.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Air Valve Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the valve casing, inspect the valve plunger, valve spring,\n      valve washer, O-rings, seals, and nearby air passages for wear, dried\n      paint, debris, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect airflow or trigger operation after the replacement casing is\n      installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Valve Casing 29717?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Valve Casing 29717 is listed for Apollo 112A, Apollo 112B,\n        Apollo 113C, Spectra 013G, Spectra 033G, Phoenix 222B, Phoenix 222C,\n        and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one valve casing listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29717 for this replacement component, so one listing can cover all\n        listed models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a complete RichPen air valve assembly?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement valve casing only. The valve\n        plunger, spring, washer, seals, and other air valve parts are not\n        included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Valve Casing 29717 include the valve plunger?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The valve plunger is a separate replacement component and is not\n        included with the valve casing.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this valve casing be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix models. Do not select a valve component based only on visual\n        similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the valve casing be overtightened?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Install the casing carefully and tighten only enough to seat it\n        correctly. Overtightening may damage the threads or surrounding valve\n        components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould related valve parts be inspected during replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the valve plunger, spring, washer, seals, and nearby air\n        passages before reassembling and testing the airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared valve casing.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438443937954,"sku":"29717","price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenValveCasing29717.png?v=1786569761"},{"product_id":"richpen-29718-valve-plunger","title":"RichPen Valve Plunger 29718","description":"\u003cstyle\u003e\n  .richpen-valve-plunger-29718 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-valve-plunger-29718,\n  .richpen-valve-plunger-29718 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-valve-plunger-29718 h2,\n  .richpen-valve-plunger-29718 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-valve-plunger-29718 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-valve-plunger-29718 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-valve-plunger-29718 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-valve-plunger-29718 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-valve-plunger-29718 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-valve-plunger-29718 a,\n  .richpen-valve-plunger-29718 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-valve-plunger-29718 a:hover,\n  .richpen-valve-plunger-29718 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-valve-plunger-29718 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-valve-plunger-29718 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-valve-plunger-29718 .rp-specs th,\n  .richpen-valve-plunger-29718 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-valve-plunger-29718 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-valve-plunger-29718 .rp-specs tr:last-child th,\n  .richpen-valve-plunger-29718 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-valve-plunger-29718 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-valve-plunger-29718 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-valve-plunger-29718 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-valve-plunger-29718 .rp-card,\n    .richpen-valve-plunger-29718 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-valve-plunger-29718 .rp-specs th,\n    .richpen-valve-plunger-29718 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-valve-plunger-29718 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-valve-plunger-29718 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-valve-plunger-29718\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Valve Plunger 29718 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing valve plunger in a compatible\n      RichPen airbrush with the RichPen Valve Plunger 29718. This shared\n      replacement component is listed for selected RichPen Apollo, Spectra,\n      and Phoenix airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement valve plunger\u003c\/strong\u003e for compatible RichPen\n          Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across eight compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29718\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the air valve system\u003c\/strong\u003e within the compatible\n          RichPen airbrush assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the valve\n          plunger to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the valve plunger only, not the valve casing,\n          valve spring, valve washer, complete air valve, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eValve Plunger\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29718\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush valve plunger\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement valve plunger\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Air Valve Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Valve Plunger 29718 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Spectra compatibility includes the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This valve plunger is also listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because all listed models use manufacturer SKU 29718, one product\n      listing can cover this shared replacement component. Confirm the exact\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the RichPen Air Valve Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The valve plunger is an internal component associated with the air valve\n      system of the compatible airbrush. It works alongside the valve casing,\n      valve spring, valve washer, seals, and other air valve components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct model identification and installation are important because\n      valve components may appear similar while using different dimensions,\n      shapes, or fitting arrangements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Valve Plunger May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original valve plunger is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe component is bent, worn, scratched, or physically damaged.\u003c\/li\u003e\n      \u003cli\u003eThe plunger does not move correctly inside the valve casing.\u003c\/li\u003e\n      \u003cli\u003eThe component no longer aligns with the related valve parts.\u003c\/li\u003e\n      \u003cli\u003eDebris or damage prevents correct air valve movement.\u003c\/li\u003e\n      \u003cli\u003eCleaning and proper reassembly do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Valve\n      Plunger 29718 only. The valve casing, valve spring, valve washer, seals,\n      complete air valve assembly, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the compatible Apollo, Spectra, or Phoenix models and that the\n      required replacement component uses manufacturer SKU 29718.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose and release any remaining pressure.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small valve parts are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the valve casing, spring, washer, and seals for damage.\u003c\/li\u003e\n      \u003cli\u003eClean the valve area before installing the replacement plunger.\u003c\/li\u003e\n      \u003cli\u003eInstall the plunger in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not force, bend, or modify the replacement component.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Air Valve Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the valve plunger, inspect the valve casing, valve\n      spring, valve washer, O-rings, seals, and nearby air passages for wear,\n      debris, dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect airflow or trigger operation after the replacement valve plunger\n      is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Valve Plunger 29718?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Valve Plunger 29718 is listed for Apollo 112A, Apollo 112B,\n        Apollo 113C, Spectra 013G, Spectra 033G, Phoenix 222B, Phoenix 222C,\n        and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one valve plunger listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29718 for this component, so one listing can cover all listed\n        models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a complete RichPen air valve assembly?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement valve plunger only. The\n        valve casing, spring, washer, seals, and other valve parts are not\n        included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Valve Plunger 29718 include the valve casing?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The valve casing is a separate replacement component and is not\n        included with the valve plunger.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this valve plunger be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix airbrush models. Do not select an internal valve component\n        based only on visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould related valve parts be inspected during replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the valve casing, spring, washer, seals, and nearby air\n        passages before reassembling and testing the airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and air valve movement, then test the\n        airbrush using clean air before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared valve plunger.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438447673506,"sku":"29718","price":7.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/29718.png?v=1786564459"},{"product_id":"richpen-29719-valve-spring","title":"RichPen 29719 Valve Spring","description":"\u003cstyle\u003e\n  .richpen-valve-spring-29719 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-valve-spring-29719,\n  .richpen-valve-spring-29719 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-valve-spring-29719 h2,\n  .richpen-valve-spring-29719 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-valve-spring-29719 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-valve-spring-29719 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-valve-spring-29719 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-valve-spring-29719 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-valve-spring-29719 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-valve-spring-29719 a,\n  .richpen-valve-spring-29719 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-valve-spring-29719 a:hover,\n  .richpen-valve-spring-29719 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-valve-spring-29719 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-valve-spring-29719 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-valve-spring-29719 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-valve-spring-29719 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-valve-spring-29719 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-valve-spring-29719 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-spring-29719 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-spring-29719 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-valve-spring-29719 .rp-specs th,\n  .richpen-valve-spring-29719 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-valve-spring-29719 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-valve-spring-29719 .rp-specs tr:last-child th,\n  .richpen-valve-spring-29719 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-valve-spring-29719 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-spring-29719 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-valve-spring-29719 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-spring-29719 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-valve-spring-29719 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-valve-spring-29719 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-valve-spring-29719 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-valve-spring-29719 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-valve-spring-29719 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-valve-spring-29719 .rp-card,\n    .richpen-valve-spring-29719 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-valve-spring-29719 .rp-specs th,\n    .richpen-valve-spring-29719 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-valve-spring-29719 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-valve-spring-29719 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-valve-spring-29719\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Valve Spring 29719 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, weakened, or missing valve spring in a\n      compatible RichPen airbrush with the RichPen Valve Spring 29719. This\n      shared replacement component is listed for selected RichPen Apollo,\n      Spectra, and Phoenix airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement valve spring\u003c\/strong\u003e for compatible RichPen\n          Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across eight compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29719\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the air valve system\u003c\/strong\u003e within the compatible\n          RichPen airbrush assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eSupports valve return movement\u003c\/strong\u003e when the airbrush\n          trigger is released.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the valve spring only, not the valve casing,\n          valve plunger, valve washer, complete air valve, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eValve Spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29719\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush valve spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement valve spring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Air Valve Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Valve Spring 29719 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Spectra compatibility includes the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This valve spring is also listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because all listed models use manufacturer SKU 29719, one product\n      listing can cover this shared replacement component. Confirm the exact\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the RichPen Air Valve Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The valve spring is an internal component associated with the air valve\n      system of the compatible airbrush. It works with the valve plunger,\n      valve casing, valve washer, seals, and related air valve components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The spring provides return pressure within the valve assembly as the\n      trigger is operated and released. Correct spring fit and positioning are\n      important for dependable valve movement.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Valve Spring May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original valve spring is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe spring is bent, stretched, compressed, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe spring has weakened and no longer provides normal return pressure.\u003c\/li\u003e\n      \u003cli\u003eThe valve plunger does not return smoothly after the trigger is released.\u003c\/li\u003e\n      \u003cli\u003eThe spring no longer seats correctly with the related valve parts.\u003c\/li\u003e\n      \u003cli\u003eCleaning and proper reassembly do not restore normal air valve operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Valve\n      Spring 29719 only. The valve casing, valve plunger, valve washer, seals,\n      complete air valve assembly, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the compatible Apollo, Spectra, or Phoenix models and that the\n      required replacement component uses manufacturer SKU 29719.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose and release any remaining pressure.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small valve components are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the valve casing, plunger, washer, and seals for damage.\u003c\/li\u003e\n      \u003cli\u003eClean the valve area before installing the replacement spring.\u003c\/li\u003e\n      \u003cli\u003eInstall the spring in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not stretch, cut, bend, or permanently compress the spring.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Air Valve Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the valve spring, inspect the valve plunger, valve\n      casing, valve washer, O-rings, seals, and nearby air passages for wear,\n      debris, dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged, dirty, or incorrectly installed related component may\n      continue to affect airflow or trigger operation after the replacement\n      valve spring is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Spring Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Remove residue from the valve area using an airbrush cleaner compatible\n      with the material being removed. Avoid pulling, stretching, cutting, or\n      scraping the spring during cleaning.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow reusable parts to dry before reassembly. Confirm that the spring\n      and valve plunger move normally before reconnecting the air supply.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Valve Spring 29719?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Valve Spring 29719 is listed for Apollo 112A, Apollo 112B,\n        Apollo 113C, Spectra 013G, Spectra 033G, Phoenix 222B, Phoenix 222C,\n        and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one valve spring listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29719 for this valve spring, so one listing can cover all listed\n        models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat does the valve spring do?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The valve spring provides return pressure within the compatible\n        airbrush valve assembly as the trigger and valve plunger move.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a complete RichPen air valve assembly?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement valve spring only. The valve\n        casing, valve plunger, washer, seals, and other air valve components\n        are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Valve Spring 29719 include the valve plunger?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The valve plunger is a separate replacement component and is not\n        included with the valve spring.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this valve spring be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix airbrushes. Do not select an internal spring based only on\n        visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the valve spring be stretched during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Avoid stretching, cutting, bending, or permanently compressing the\n        spring because this may affect its fit and return pressure.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and air valve movement, then test the\n        airbrush using clean air before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared replacement valve spring.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438452392098,"sku":"29719","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenValveSpringforPhoenix222BAirbrush_abd0c62d-2ed3-4223-9164-d3b1a8980b8c.png?v=1786434562"},{"product_id":"richpen-29720-valve-washer","title":"RichPen 29720 Valve Washer","description":"\u003cstyle\u003e\n  .richpen-valve-washer-29720 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-valve-washer-29720,\n  .richpen-valve-washer-29720 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-valve-washer-29720 h2,\n  .richpen-valve-washer-29720 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-valve-washer-29720 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-valve-washer-29720 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-valve-washer-29720 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-valve-washer-29720 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-valve-washer-29720 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-valve-washer-29720 a,\n  .richpen-valve-washer-29720 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-valve-washer-29720 a:hover,\n  .richpen-valve-washer-29720 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-valve-washer-29720 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-valve-washer-29720 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-valve-washer-29720 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-valve-washer-29720 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-valve-washer-29720 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-valve-washer-29720 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-washer-29720 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-washer-29720 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-valve-washer-29720 .rp-specs th,\n  .richpen-valve-washer-29720 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-valve-washer-29720 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-valve-washer-29720 .rp-specs tr:last-child th,\n  .richpen-valve-washer-29720 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-valve-washer-29720 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-washer-29720 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-valve-washer-29720 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-washer-29720 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-valve-washer-29720 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-valve-washer-29720 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-valve-washer-29720 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-valve-washer-29720 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-valve-washer-29720 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-valve-washer-29720 .rp-card,\n    .richpen-valve-washer-29720 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-valve-washer-29720 .rp-specs th,\n    .richpen-valve-washer-29720 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-valve-washer-29720 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-valve-washer-29720 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-valve-washer-29720\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Valve Washer 29720 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing valve washer in a compatible\n      RichPen airbrush with the RichPen Valve Washer 29720. This shared\n      replacement component is listed for selected RichPen Apollo, Spectra,\n      and Phoenix airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement valve washer\u003c\/strong\u003e for compatible RichPen\n          Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across eight compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29720\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003ePart of the air valve system\u003c\/strong\u003e within the compatible\n          RichPen airbrush assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the valve\n          washer to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the valve washer only, not the valve casing,\n          valve plunger, valve spring, complete air valve, or complete airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eValve Washer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29720\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush valve washer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement valve washer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Air Valve Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Valve Washer 29720 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Spectra compatibility includes the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This valve washer is also listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because all listed models use manufacturer SKU 29720, one product\n      listing can cover this shared replacement component. Confirm the exact\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the RichPen Air Valve Assembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The valve washer is an internal component associated with the air valve\n      system of the compatible airbrush. It works with the valve casing, valve\n      plunger, valve spring, seals, and other related air valve components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct model identification and installation are important because\n      small valve components may appear similar while using different\n      dimensions, thicknesses, or fitting requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Valve Washer May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original valve washer is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe washer is cracked, split, flattened, or visibly damaged.\u003c\/li\u003e\n      \u003cli\u003eThe component no longer sits correctly within the valve assembly.\u003c\/li\u003e\n      \u003cli\u003eThe washer was damaged during cleaning or disassembly.\u003c\/li\u003e\n      \u003cli\u003eThe related valve components cannot be positioned correctly.\u003c\/li\u003e\n      \u003cli\u003eCleaning and proper reassembly do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Valve\n      Washer 29720 only. The valve casing, valve plunger, valve spring, seals,\n      complete air valve assembly, and complete airbrush are not included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the compatible Apollo, Spectra, or Phoenix models and that the\n      required replacement component uses manufacturer SKU 29720.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose and release any remaining pressure.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small valve components are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the valve casing, plunger, spring, and seals for damage.\u003c\/li\u003e\n      \u003cli\u003eClean the valve area before installing the replacement washer.\u003c\/li\u003e\n      \u003cli\u003eInstall the washer in the correct position and orientation.\u003c\/li\u003e\n      \u003cli\u003eDo not cut, stretch, fold, or permanently deform the washer.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Air Valve Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the valve washer, inspect the valve casing, valve\n      plunger, valve spring, O-rings, seals, and nearby air passages for wear,\n      debris, dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect air valve operation after the replacement washer is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and Washer Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Clean the valve area using a suitable airbrush cleaner and avoid using\n      sharp or abrasive tools on the washer and related small components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow reusable parts to dry before reassembly. Confirm that the valve\n      components move and seat normally before reconnecting the air supply.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Valve Washer 29720?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Valve Washer 29720 is listed for Apollo 112A, Apollo 112B,\n        Apollo 113C, Spectra 013G, Spectra 033G, Phoenix 222B, Phoenix 222C,\n        and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one valve washer listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29720 for this valve washer, so one listing can cover all listed\n        models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a complete RichPen air valve assembly?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement valve washer only. The valve\n        casing, valve plunger, spring, seals, and other air valve components\n        are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Valve Washer 29720 include the valve spring?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The valve spring is a separate replacement component and is not\n        included with the valve washer.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this valve washer be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix airbrushes. Do not select a small valve component based only\n        on visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the valve washer be stretched during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Avoid stretching, cutting, folding, or permanently deforming the\n        washer because this may affect its fit within the valve assembly.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould related valve parts be inspected during replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the valve casing, plunger, spring, seals, and nearby air\n        passages before reassembling and testing the airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and air valve movement, then test the\n        airbrush using clean air before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared replacement valve washer.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438459338914,"sku":"29720","price":2.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/29270-valve-washer_ff4f471e-4df0-45ed-aade-3924603a2754.png?v=1786569611"},{"product_id":"richpen-29721-air-valve-assembly","title":"RichPen Air Valve Assembly 29721","description":"\u003cstyle\u003e\n  .richpen-air-valve-assembly-29721 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-air-valve-assembly-29721,\n  .richpen-air-valve-assembly-29721 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-air-valve-assembly-29721 h2,\n  .richpen-air-valve-assembly-29721 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-air-valve-assembly-29721 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-air-valve-assembly-29721 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-air-valve-assembly-29721 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-air-valve-assembly-29721 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-air-valve-assembly-29721 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-air-valve-assembly-29721 a,\n  .richpen-air-valve-assembly-29721 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-air-valve-assembly-29721 a:hover,\n  .richpen-air-valve-assembly-29721 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-air-valve-assembly-29721 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-specs th,\n  .richpen-air-valve-assembly-29721 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-specs tr:last-child th,\n  .richpen-air-valve-assembly-29721 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-air-valve-assembly-29721 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-air-valve-assembly-29721 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-air-valve-assembly-29721 .rp-card,\n    .richpen-air-valve-assembly-29721 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-air-valve-assembly-29721 .rp-specs th,\n    .richpen-air-valve-assembly-29721 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-air-valve-assembly-29721 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-air-valve-assembly-29721 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-air-valve-assembly-29721\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Assembly\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Air Valve Assembly 29721 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing air valve assembly in a compatible\n      RichPen airbrush with the RichPen Air Valve Assembly 29721. This shared\n      replacement assembly is listed for selected RichPen Apollo, Spectra,\n      and Phoenix airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement air valve assembly\u003c\/strong\u003e for compatible\n          RichPen Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across seven compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29721\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement assembly.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eComplete replacement assembly\u003c\/strong\u003e listed for servicing\n          the compatible airbrush air valve system.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement assembly\u003c\/strong\u003e allows the valve\n          system to be serviced without replacing the complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes one air valve assembly only. The complete\n          airbrush and unrelated replacement parts are not included.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eAir Valve Assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29721\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush air valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A and Apollo 112B\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve system\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement air valve assembly\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Airbrush Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Air Valve Assembly 29721 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The Apollo 113C is not included in the confirmed compatibility list for\n      this complete air valve assembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Spectra compatibility includes the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This replacement air valve assembly is also listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because the listed models share manufacturer SKU 29721, one product\n      listing can cover this replacement assembly. Confirm the exact airbrush\n      model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eReplacement for the Air Valve System\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The air valve assembly is installed within the lower valve area of the\n      compatible airbrush. It supports the airflow-control system operated by\n      the airbrush trigger.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Replacing the complete assembly may be appropriate when the existing\n      valve system is damaged, missing, worn, or cannot be restored through\n      cleaning and correct reassembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Air Valve Assembly May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original air valve assembly is missing.\u003c\/li\u003e\n      \u003cli\u003eThe valve housing or related assembly components are damaged.\u003c\/li\u003e\n      \u003cli\u003eThe valve no longer operates smoothly after cleaning.\u003c\/li\u003e\n      \u003cli\u003eThe assembly does not seat correctly in the airbrush body.\u003c\/li\u003e\n      \u003cli\u003eAirflow remains inconsistent after correct inspection and reassembly.\u003c\/li\u003e\n      \u003cli\u003eThe complete valve assembly needs to be replaced as one unit.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Air\n      Valve Assembly 29721 only. The complete airbrush, air hose, trigger\n      components, needle assembly, and unrelated replacement parts are not\n      included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Compatibility is confirmed for\n      Apollo 112A, Apollo 112B, Spectra 013G, Spectra 033G, Phoenix 222B,\n      Phoenix 222C, and Phoenix 223C. Apollo 113C is not included in the\n      confirmed compatibility list for this assembly.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose and release any remaining air pressure.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so small components are not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the airbrush body threads and valve installation area.\u003c\/li\u003e\n      \u003cli\u003eRemove dried paint, dust, and debris before installation.\u003c\/li\u003e\n      \u003cli\u003eBegin installing the assembly carefully by hand.\u003c\/li\u003e\n      \u003cli\u003eDo not force, cross-thread, or overtighten the assembly.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCheck the Airbrush Before Reassembly\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Inspect the trigger-control area, air passages, threads, seals, and\n      nearby components before installing the replacement air valve assembly.\n      Damage or debris in another part of the airbrush may continue to affect\n      airflow after the new assembly is fitted.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Confirm that all reusable components are clean, dry, and correctly\n      positioned before reconnecting the air supply.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Air Valve Assembly 29721?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Air Valve Assembly 29721 is listed for Apollo 112A,\n        Apollo 112B, Spectra 013G, Spectra 033G, Phoenix 222B, Phoenix 222C,\n        and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs Air Valve Assembly 29721 compatible with Apollo 113C?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Apollo 113C is not included in the confirmed compatibility list for\n        SKU 29721. Confirm the required assembly directly from the applicable\n        parts information before ordering.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one air valve assembly listed for several models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29721 for this replacement assembly, so one listing can cover all\n        confirmed models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this listing for a complete RichPen airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement air valve assembly only.\n        The complete airbrush and unrelated replacement parts are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I confirm compatibility before ordering?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Confirm that your airbrush is one of the listed compatible models and\n        that its required replacement assembly uses manufacturer SKU 29721.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this assembly be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix models. Do not select an air valve assembly based only on\n        visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the assembly be overtightened during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. Install the assembly carefully and tighten only enough to seat it\n        correctly. Forcing or overtightening may damage the threads or nearby\n        components.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and airflow operation, then test the\n        airbrush with clean air before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared replacement air valve assembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47438467563682,"sku":"29721","price":18.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenAirValveAssemblyforPhoenix222BAirbrush.png?v=1786433542"},{"product_id":"richpen-29838-valve-seal-o-ring","title":"RichPen Valve Seal O-Ring 29838","description":"\u003cstyle\u003e\n  .richpen-valve-seal-o-ring-29838 {\n    --rp-text: #1f2937;\n    --rp-muted: #4b5563;\n    --rp-border: #d1d5db;\n    --rp-heading: #111827;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-note-bg: #fff7ed;\n    --rp-note-border: #f37021;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--rp-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .richpen-valve-seal-o-ring-29838,\n  .richpen-valve-seal-o-ring-29838 * {\n    box-sizing: border-box;\n  }\n\n  .richpen-valve-seal-o-ring-29838 h2,\n  .richpen-valve-seal-o-ring-29838 h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-valve-seal-o-ring-29838 h2 {\n    margin-bottom: 15px;\n    font-size: clamp(25px, 4vw, 36px);\n  }\n\n  .richpen-valve-seal-o-ring-29838 h3 {\n    margin-bottom: 14px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-valve-seal-o-ring-29838 p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 a,\n  .richpen-valve-seal-o-ring-29838 a:visited {\n    color: var(--rp-link) !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .richpen-valve-seal-o-ring-29838 a:hover,\n  .richpen-valve-seal-o-ring-29838 a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #f8fafc, #eef1f4);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #b42318;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n    font-size: 17px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 24px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-card {\n    padding: 22px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-section {\n    margin-bottom: 24px;\n    padding: 24px;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-specs {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-specs th,\n  .richpen-valve-seal-o-ring-29838 .rp-specs td {\n    padding: 11px 10px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e5e7eb;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-specs th {\n    width: 42%;\n    color: var(--rp-heading);\n    font-weight: 700;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-specs tr:last-child th,\n  .richpen-valve-seal-o-ring-29838 .rp-specs tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: var(--rp-note-bg);\n    border: 1px solid var(--rp-note-border);\n    border-left: 4px solid var(--rp-note-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq details {\n    margin-bottom: 11px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--rp-border);\n    border-radius: 8px;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 17px;\n    color: var(--rp-heading);\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    font-size: 24px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-valve-seal-o-ring-29838 .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media (max-width: 700px) {\n    .richpen-valve-seal-o-ring-29838 .rp-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .richpen-valve-seal-o-ring-29838 .rp-card,\n    .richpen-valve-seal-o-ring-29838 .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-valve-seal-o-ring-29838 .rp-specs th,\n    .richpen-valve-seal-o-ring-29838 .rp-specs td {\n      display: block;\n      width: 100%;\n      padding: 8px 4px;\n    }\n\n    .richpen-valve-seal-o-ring-29838 .rp-specs th {\n      padding-bottom: 1px;\n      border-bottom: 0;\n    }\n\n    .richpen-valve-seal-o-ring-29838 .rp-specs td {\n      padding-top: 1px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-valve-seal-o-ring-29838\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Airbrush Replacement Part\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Valve Seal O-Ring 29838 for Apollo, Spectra and Phoenix Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Replace a worn, damaged, or missing valve seal O-ring in a compatible\n      RichPen airbrush with the RichPen Valve Seal O-Ring 29838. This shared\n      replacement component is listed for selected RichPen Apollo, Spectra,\n      and Phoenix airbrush models.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-grid\"\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n      \u003cul\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eReplacement valve seal O-ring\u003c\/strong\u003e for compatible\n          RichPen Apollo, Spectra, and Phoenix airbrushes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eMulti-series compatibility\u003c\/strong\u003e across eight compatible\n          RichPen airbrush models.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eManufacturer SKU 29838\u003c\/strong\u003e provides an exact reference\n          for identifying the correct replacement component.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eInternal air valve component\u003c\/strong\u003e listed for use within\n          the compatible RichPen airbrush valve system.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eIndividual replacement component\u003c\/strong\u003e allows the valve\n          seal O-ring to be replaced without purchasing a complete airbrush.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          This listing includes the valve seal O-ring only, not the complete\n          air valve assembly, valve casing, plunger, spring, washer, or airbrush.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rp-card\"\u003e\n      \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n      \u003ctable class=\"rp-specs\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n            \u003ctd\u003eRichPen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Name\u003c\/th\u003e\n            \u003ctd\u003eValve Seal O-Ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer SKU\u003c\/th\u003e\n            \u003ctd\u003e29838\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eReplacement airbrush valve seal O-ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Product Lines\u003c\/th\u003e\n            \u003ctd\u003eRichPen Apollo, Spectra, and Phoenix\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Apollo Models\u003c\/th\u003e\n            \u003ctd\u003eApollo 112A, Apollo 112B, and Apollo 113C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Spectra Models\u003c\/th\u003e\n            \u003ctd\u003eSpectra 013G and Spectra 033G\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible Phoenix Models\u003c\/th\u003e\n            \u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation Area\u003c\/th\u003e\n            \u003ctd\u003eAir valve system\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIncluded Component\u003c\/th\u003e\n            \u003ctd\u003e1 replacement valve seal O-ring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eComplete Air Valve Included\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Apollo Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The RichPen Valve Seal O-Ring 29838 is listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Spectra Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Spectra compatibility includes the\n      \u003cstrong\u003eRichPen Spectra 013G\u003c\/strong\u003e and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e\n      airbrushes.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCompatible RichPen Phoenix Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This valve seal O-ring is also listed for the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      \u003cstrong\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because all listed models use manufacturer SKU 29838, one product\n      listing can cover this shared replacement component. Confirm the exact\n      airbrush model and SKU before ordering.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePart of the RichPen Air Valve System\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The valve seal O-ring is a small internal component listed for the air\n      valve system of the compatible RichPen airbrush. It is installed with\n      related valve components such as the casing, plunger, spring, washer,\n      and air valve assembly.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Correct identification is important because small O-rings may appear\n      similar while using different diameters, thicknesses, or fitting\n      requirements.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eWhen the Valve Seal O-Ring May Need Replacement\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eThe original valve seal O-ring is missing after maintenance.\u003c\/li\u003e\n      \u003cli\u003eThe O-ring is cracked, split, flattened, or visibly worn.\u003c\/li\u003e\n      \u003cli\u003eThe component has hardened or no longer fits correctly.\u003c\/li\u003e\n      \u003cli\u003eThe O-ring was damaged during cleaning or disassembly.\u003c\/li\u003e\n      \u003cli\u003eThe related valve components no longer seat correctly.\u003c\/li\u003e\n      \u003cli\u003eCleaning and correct reassembly do not restore normal operation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eProduct Notice:\u003c\/strong\u003e This listing includes one RichPen Valve\n      Seal O-Ring 29838 only. The valve casing, valve plunger, valve spring,\n      valve washer, complete air valve assembly, and complete airbrush are not\n      included.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Confirm that the airbrush is one\n      of the listed Apollo, Spectra, or Phoenix models and that the required\n      replacement component uses manufacturer SKU 29838.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInstallation and Inspection Guidance\u003c\/h3\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eConfirm the exact RichPen airbrush model before disassembly.\u003c\/li\u003e\n      \u003cli\u003eDisconnect the air hose and release any remaining air pressure.\u003c\/li\u003e\n      \u003cli\u003eWork over a clean surface so the small O-ring is not lost.\u003c\/li\u003e\n      \u003cli\u003eInspect the valve casing, plunger, spring, and washer for damage.\u003c\/li\u003e\n      \u003cli\u003eClean the valve area before installing the replacement O-ring.\u003c\/li\u003e\n      \u003cli\u003eInstall the O-ring carefully without twisting or cutting it.\u003c\/li\u003e\n      \u003cli\u003eDo not use sharp tools that may puncture the replacement seal.\u003c\/li\u003e\n      \u003cli\u003eTest the airbrush with clean air before spraying paint.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eInspect Related Air Valve Components\u003c\/h3\u003e\n\n    \u003cp\u003e\n      When replacing the valve seal O-ring, inspect the valve casing, plunger,\n      spring, washer, nearby seals, threads, and air passages for wear, debris,\n      dried paint, or physical damage.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      A damaged or incorrectly installed related component may continue to\n      affect air valve operation after the replacement O-ring is installed.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eCleaning and O-Ring Care\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Clean the surrounding valve components with a suitable airbrush cleaner.\n      Avoid scraping the replacement O-ring or exposing it to sharp tools\n      during installation.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Allow cleaned reusable parts to dry before reassembly. Confirm that the\n      valve components are correctly positioned before reconnecting the air\n      supply.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section rp-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich RichPen airbrushes use Valve Seal O-Ring 29838?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The RichPen Valve Seal O-Ring 29838 is listed for Apollo 112A,\n        Apollo 112B, Apollo 113C, Spectra 013G, Spectra 033G, Phoenix 222B,\n        Phoenix 222C, and Phoenix 223C airbrushes.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhy is one valve seal O-ring listed for several airbrush models?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        The compatible Apollo, Spectra, and Phoenix models share manufacturer\n        SKU 29838 for this replacement component, so one listing can cover all\n        listed models.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this a complete RichPen air valve assembly?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. This listing includes one replacement valve seal O-ring only. The\n        valve casing, plunger, spring, washer, and complete air valve assembly\n        are not included.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes Valve Seal O-Ring 29838 include the valve washer?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        No. The valve washer is a separate replacement component and is not\n        included with this valve seal O-ring.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan this O-ring be used with another RichPen model?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Compatibility is confirmed only for the listed Apollo, Spectra, and\n        Phoenix airbrushes. Do not select a replacement O-ring based only on\n        visual similarity.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the O-ring be stretched during installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Avoid excessive stretching. Install the O-ring carefully so it is not\n        cut, twisted, punctured, or permanently deformed.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould related valve parts be inspected during replacement?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Inspect the valve casing, plunger, spring, washer, seals, and air\n        passages before reassembling and testing the airbrush.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould the airbrush be tested after installation?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        Yes. Confirm normal trigger and air valve movement, then test the\n        airbrush with clean air before spraying paint.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eView Compatible RichPen Airbrushes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Review the\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112A\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Apollo 112B\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003eRichPen Apollo 113C\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-spectra-033g-0-3mm-siphon-feed-airbrush\"\u003eRichPen Spectra 033G\u003c\/a\u003e,\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e,\n      or\n      \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e\n      before selecting this shared replacement valve seal O-ring.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47439390081186,"sku":"29838","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenO-Ring.png?v=1786560254"},{"product_id":"richpen-29739-replacement-lid","title":"RichPen 29739 Replacement Lid","description":"\u003cstyle\u003e\n  .richpen-29739-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29739-description *,\n  .richpen-29739-description *::before,\n  .richpen-29739-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29739-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29739-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29739-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29739-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29739-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29739-description strong,\n  .richpen-29739-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29739-description a.seo-link,\n  .richpen-29739-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29739-description a.seo-link:hover,\n  .richpen-29739-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29739-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29739-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29739-description .specification-table th,\n  .richpen-29739-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29739-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29739-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29739-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29739-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29739-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29739-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29739-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29739-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29739-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29739-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29739-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29739-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29739-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29739-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29739-description .specification-table th,\n    .richpen-29739-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29739-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29739-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29739-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29739-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Apollo and Phoenix Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29739 Replacement Lid\u003c\/strong\u003e is an individual airbrush component listed for the \u003ca href=\"\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Apollo 113C airbrush\u003c\/a\u003e, \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29739:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Lid:\u003c\/strong\u003e Listed as the lid component for compatible RichPen airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e Listed for compatible RichPen Apollo and Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the lid without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29739\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Lines\u003c\/td\u003e\n\u003ctd\u003eRichPen Apollo and Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Apollo Model\u003c\/td\u003e\n\u003ctd\u003eApollo 113C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Phoenix Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne replacement lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Lid 29739?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29739 Replacement Lid\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Apollo 113C\u003c\/a\u003e, \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Lid 29739 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush is one of the compatible Apollo or Phoenix models listed above and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29739\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29739 replacement lid\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47440981983394,"sku":"29739","price":10.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenPaintCupLidforApollo113CAirbrush.webp?v=1786432969"},{"product_id":"richpen-29768-needle-cap","title":"RichPen 29768 Needle Cap","description":"\u003cstyle\u003e\n  .richpen-29768-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29768-description *,\n  .richpen-29768-description *::before,\n  .richpen-29768-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29768-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29768-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29768-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29768-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29768-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29768-description strong,\n  .richpen-29768-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29768-description a.seo-link,\n  .richpen-29768-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29768-description a.seo-link:hover,\n  .richpen-29768-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29768-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29768-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29768-description .specification-table th,\n  .richpen-29768-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29768-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29768-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29768-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29768-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29768-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29768-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29768-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29768-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29768-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29768-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29768-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29768-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29768-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29768-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29768-description .specification-table th,\n    .richpen-29768-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29768-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29768-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29768-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29768-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29768 Needle Cap\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29768:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Needle Cap:\u003c\/strong\u003e Listed as the needle cap component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same needle cap is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle cap without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29768\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne needle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle Cap 29768?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29768 Needle Cap\u003c\/strong\u003e is listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle Cap 29768 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29768\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29768 needle cap\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441011933346,"sku":"29768","price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleLocknutforPhoenix222BAirbrush.png?v=1786434091"},{"product_id":"richpen-29769-nozzle-cap","title":"RichPen 29769 Nozzle Cap","description":"\u003cstyle\u003e\n  .richpen-29769-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29769-description *,\n  .richpen-29769-description *::before,\n  .richpen-29769-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29769-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29769-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29769-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29769-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29769-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29769-description strong,\n  .richpen-29769-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29769-description a.seo-link,\n  .richpen-29769-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29769-description a.seo-link:hover,\n  .richpen-29769-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29769-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29769-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29769-description .specification-table th,\n  .richpen-29769-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29769-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29769-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29769-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29769-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29769-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29769-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29769-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29769-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29769-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29769-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29769-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29769-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29769-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29769-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29769-description .specification-table th,\n    .richpen-29769-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29769-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29769-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29769-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29769-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B and 222C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29769 Nozzle Cap\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29769:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Nozzle Cap:\u003c\/strong\u003e Listed as the nozzle cap component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same nozzle cap is listed for Phoenix 222B and Phoenix 222C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the nozzle cap without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29769\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush nozzle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B and Phoenix 222C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne nozzle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Nozzle Cap 29769?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29769 Nozzle Cap\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Nozzle Cap 29769 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B or Phoenix 222C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29769\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29769 nozzle cap\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441224138914,"sku":"29769","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNozzleCap_795502f3-a59a-4c99-8dd5-491fb54d331b.png?v=1786560179"},{"product_id":"richpen-29770-replacement-nozzle","title":"RichPen 29770 Replacement Nozzle","description":"\u003cstyle\u003e\n  .richpen-29770-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29770-description *,\n  .richpen-29770-description *::before,\n  .richpen-29770-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29770-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29770-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29770-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29770-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29770-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29770-description strong,\n  .richpen-29770-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29770-description a.seo-link,\n  .richpen-29770-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29770-description a.seo-link:hover,\n  .richpen-29770-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29770-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29770-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29770-description .specification-table th,\n  .richpen-29770-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29770-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29770-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29770-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29770-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29770-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29770-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29770-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29770-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29770-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29770-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29770-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29770-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29770-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29770-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29770-description .specification-table th,\n    .richpen-29770-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29770-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29770-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29770-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29770-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B and 222C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29770 Replacement Nozzle\u003c\/strong\u003e is an individual airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29770:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Airbrush Nozzle:\u003c\/strong\u003e Listed as the nozzle component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same nozzle is listed for Phoenix 222B and Phoenix 222C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the nozzle without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29770\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush nozzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B and Phoenix 222C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne replacement nozzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Nozzle 29770?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29770 Replacement Nozzle\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Nozzle 29770 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B or Phoenix 222C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29770\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a nozzle cap or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29770 replacement nozzle\u003c\/strong\u003e. A nozzle cap, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441251434658,"sku":"29770","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.2mmTipNozzleforPhoenix222BAirbrush.png?v=1786433486"},{"product_id":"richpen-29774-ptfe-packing-set","title":"RichPen 29774 PTFE Packing Set","description":"\u003cstyle\u003e\n  .richpen-29774-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29774-description *,\n  .richpen-29774-description *::before,\n  .richpen-29774-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29774-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29774-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29774-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29774-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29774-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29774-description strong,\n  .richpen-29774-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29774-description a.seo-link,\n  .richpen-29774-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29774-description a.seo-link:hover,\n  .richpen-29774-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29774-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29774-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29774-description .specification-table th,\n  .richpen-29774-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29774-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29774-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29774-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29774-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29774-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29774-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29774-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29774-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29774-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29774-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29774-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29774-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29774-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29774-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29774-description .specification-table th,\n    .richpen-29774-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29774-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29774-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29774-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29774-description\"\u003e\n\u003ch2\u003eCompatible Only with RichPen Phoenix 222B and 222C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29774 PTFE Packing Set\u003c\/strong\u003e is an individual replacement airbrush component listed only for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29774:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePTFE Packing Set:\u003c\/strong\u003e Listed as the replacement packing component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModel-Specific Compatibility:\u003c\/strong\u003e Listed only for the RichPen Phoenix 222B and Phoenix 222C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the packing set without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29774\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush packing set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePacking Type\u003c\/td\u003e\n\u003ctd\u003ePTFE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B and Phoenix 222C only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne PTFE packing set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen PTFE Packing Set 29774?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29774 PTFE Packing Set\u003c\/strong\u003e is listed only for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Packing Set 29774 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B or Phoenix 222C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29774\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29774 PTFE Packing Set\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441273815202,"sku":"29774","price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenTeflonPackingSetforPhoenix222BAirbrush.png?v=1786434454"},{"product_id":"richpen-29775-needle-support","title":"RichPen 29775 Needle Support","description":"\u003cstyle\u003e\n  .richpen-29775-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29775-description *,\n  .richpen-29775-description *::before,\n  .richpen-29775-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29775-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29775-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29775-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29775-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29775-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29775-description strong,\n  .richpen-29775-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29775-description a.seo-link,\n  .richpen-29775-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29775-description a.seo-link:hover,\n  .richpen-29775-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29775-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29775-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29775-description .specification-table th,\n  .richpen-29775-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29775-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29775-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29775-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29775-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29775-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29775-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29775-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29775-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29775-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29775-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29775-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29775-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29775-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29775-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29775-description .specification-table th,\n    .richpen-29775-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29775-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29775-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29775-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29775-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29775 Needle Support\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29775:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Needle Support:\u003c\/strong\u003e Listed as the needle support component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same needle support is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle support without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29775\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne needle support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle Support 29775?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29775 Needle Support\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle Support 29775 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29775\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29775 needle support\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441284956322,"sku":"29775","price":14.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleSupportforPhoenix222BAirbrush.png?v=1786434249"},{"product_id":"richpen-29776-needle-spring","title":"RichPen 29776 Needle Spring","description":"\u003cstyle\u003e\n  .richpen-29776-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29776-description *,\n  .richpen-29776-description *::before,\n  .richpen-29776-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29776-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29776-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29776-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29776-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29776-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29776-description strong,\n  .richpen-29776-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29776-description a.seo-link,\n  .richpen-29776-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29776-description a.seo-link:hover,\n  .richpen-29776-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29776-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29776-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29776-description .specification-table th,\n  .richpen-29776-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29776-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29776-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29776-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29776-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29776-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29776-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29776-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29776-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29776-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29776-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29776-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29776-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29776-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29776-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29776-description .specification-table th,\n    .richpen-29776-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29776-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29776-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29776-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29776-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29776 Needle Spring\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29776:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Needle Spring:\u003c\/strong\u003e Listed as the needle spring component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same needle spring is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle spring without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29776\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle spring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne needle spring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle Spring 29776?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29776 Needle Spring\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle Spring 29776 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29776\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29776 needle spring\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441290428578,"sku":"29776","price":4.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleSpringforPhoenix222BAirbrush.png?v=1786434159"},{"product_id":"richpen-29777-spring-screw","title":"RichPen airbrush 29777 Spring Screw","description":"\u003cstyle\u003e\n  .richpen-29777-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29777-description *,\n  .richpen-29777-description *::before,\n  .richpen-29777-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29777-description h2 {\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n    margin: 28px 0 12px;\n  }\n\n  .richpen-29777-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29777-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29777-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29777-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29777-description strong,\n  .richpen-29777-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29777-description a.seo-link,\n  .richpen-29777-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29777-description a.seo-link:hover,\n  .richpen-29777-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29777-description .table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 10px 0 22px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29777-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29777-description .specification-table th,\n  .richpen-29777-description .specification-table td {\n    border: 1px solid #dddddd;\n    padding: 10px;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29777-description .specification-table th {\n    background-color: #f2f2f2;\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-29777-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29777-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29777-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29777-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29777-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29777-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29777-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29777-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29777-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29777-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29777-description h2 {\n      font-size: 21px;\n      margin-top: 24px;\n    }\n\n    .richpen-29777-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29777-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29777-description .specification-table th,\n    .richpen-29777-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29777-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29777-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29777-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29777-description\"\u003e\n\u003ch2 class=\"heading has-breadcrumbs\" tabindex=\"-1\"\u003eSpring Screw for RichPen Phoenix 222B, 222C, 223C Airbrushes \u0026amp; Sirius 312S\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29777 Spring Screw\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Also fits the new Sirius 312S. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29777:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Spring Screw:\u003c\/strong\u003e Listed as the spring screw component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same spring screw is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the spring screw without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29777\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush spring screw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, 222C, 223C, Sirius 312S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne spring screw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Spring Screw 29777?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29777 Spring Screw\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e,  \u003ca href=\"https:\/\/spraygunner.com\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e, and \u003cstrong\u003eRichPen Sirius 312S\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Spring Screw 29777 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29777\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29777 spring screw\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441292329122,"sku":"29777","price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenSpringScrewforPhoenix222BAirbrush.png?v=1786434384"},{"product_id":"richpen-29778-replacement-needle","title":"RichPen 29778 Replacement Needle","description":"\u003cstyle\u003e\n  .richpen-29778-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29778-description *,\n  .richpen-29778-description *::before,\n  .richpen-29778-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29778-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29778-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29778-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29778-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29778-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29778-description strong,\n  .richpen-29778-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29778-description a.seo-link,\n  .richpen-29778-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29778-description a.seo-link:hover,\n  .richpen-29778-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29778-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29778-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29778-description .specification-table th,\n  .richpen-29778-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29778-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29778-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29778-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29778-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29778-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29778-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29778-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29778-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29778-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29778-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29778-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29778-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29778-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29778-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29778-description .specification-table th,\n    .richpen-29778-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29778-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29778-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29778-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29778-description\"\u003e\n\u003ch2\u003eCompatible Only with RichPen Phoenix 222B and 222C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29778 Replacement Needle\u003c\/strong\u003e is an individual airbrush component listed only for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29778:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Airbrush Needle:\u003c\/strong\u003e Listed as the needle component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModel-Specific Compatibility:\u003c\/strong\u003e Listed only for the RichPen Phoenix 222B and Phoenix 222C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29778\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B and Phoenix 222C only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne replacement needle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle 29778?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29778 Replacement Needle\u003c\/strong\u003e is listed only for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e and \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle 29778 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B or Phoenix 222C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29778\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a nozzle or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29778 replacement needle\u003c\/strong\u003e. A nozzle, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441294917794,"sku":"29778","price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.2mmNeedleforPhoenix222BAirbrush.png?v=1786433400"},{"product_id":"richpen-29779-needle-locknut","title":"RichPen 29779 Needle Locknut","description":"\u003cstyle\u003e\n  .richpen-29779-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29779-description *,\n  .richpen-29779-description *::before,\n  .richpen-29779-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29779-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29779-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29779-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29779-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29779-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29779-description strong,\n  .richpen-29779-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29779-description a.seo-link,\n  .richpen-29779-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29779-description a.seo-link:hover,\n  .richpen-29779-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29779-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29779-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29779-description .specification-table th,\n  .richpen-29779-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29779-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29779-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29779-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29779-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29779-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29779-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29779-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29779-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29779-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29779-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29779-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29779-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29779-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29779-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29779-description .specification-table th,\n    .richpen-29779-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29779-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29779-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29779-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29779-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29779 Needle Locknut\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29779:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Needle Locknut:\u003c\/strong\u003e Listed as the needle locknut component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same needle locknut is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle locknut without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29779\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle locknut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne needle locknut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle Locknut 29779?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29779 Needle Locknut\u003c\/strong\u003e is listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle Locknut 29779 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29779\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a needle or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29779 needle locknut\u003c\/strong\u003e. A needle, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441298030754,"sku":"29779","price":4.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenNeedleLocknutforPhoenix222BAirbrush_2.png?v=1786434022"},{"product_id":"richpen-29781-assembled-finger-lever","title":"RichPen 29781 Assembled Finger Lever","description":"\u003cstyle\u003e\n  .richpen-29781-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29781-description *,\n  .richpen-29781-description *::before,\n  .richpen-29781-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29781-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29781-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29781-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29781-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29781-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29781-description strong,\n  .richpen-29781-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29781-description a.seo-link,\n  .richpen-29781-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29781-description a.seo-link:hover,\n  .richpen-29781-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29781-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29781-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29781-description .specification-table th,\n  .richpen-29781-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29781-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29781-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29781-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29781-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29781-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29781-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29781-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29781-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29781-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29781-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29781-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29781-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29781-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29781-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29781-description .specification-table th,\n    .richpen-29781-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29781-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29781-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29781-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29781-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29781 Assembled Finger Lever\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29781:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAssembled Finger Lever:\u003c\/strong\u003e Listed as the assembled finger lever component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same assembled finger lever is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the assembled finger lever without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29781\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement assembled airbrush finger lever\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne assembled finger lever\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Assembled Finger Lever 29781?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29781 Assembled Finger Lever\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Finger Lever 29781 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29781\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29781 assembled finger lever\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441300160674,"sku":"29781","price":16.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenFingerLeverforPhoenix222BAirbrush.png?v=1786433890"},{"product_id":"richpen-29782-back-lever","title":"RichPen 29782 Back Lever","description":"\u003cstyle\u003e\n  .richpen-29782-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29782-description *,\n  .richpen-29782-description *::before,\n  .richpen-29782-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29782-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29782-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29782-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29782-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29782-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29782-description strong,\n  .richpen-29782-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29782-description a.seo-link,\n  .richpen-29782-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29782-description a.seo-link:hover,\n  .richpen-29782-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29782-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29782-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29782-description .specification-table th,\n  .richpen-29782-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29782-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29782-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29782-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29782-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29782-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29782-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29782-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29782-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29782-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29782-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29782-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29782-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29782-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29782-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29782-description .specification-table th,\n    .richpen-29782-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29782-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29782-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29782-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29782-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29782 Back Lever\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29782:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Back Lever:\u003c\/strong\u003e Listed as the back lever component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same back lever is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the back lever without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29782\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush back lever\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne back lever\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Back Lever 29782?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29782 Back Lever\u003c\/strong\u003e is listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Back Lever 29782 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29782\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29782 back lever\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441311006882,"sku":"29782","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenBackLeverforPhoenix222BAirbrush.png?v=1786433694"},{"product_id":"richpen-29783-shift-pin-o-ring","title":"RichPen 29783 Shift Pin O-Ring","description":"\u003cstyle\u003e\n  .richpen-29783-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29783-description *,\n  .richpen-29783-description *::before,\n  .richpen-29783-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29783-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29783-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29783-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29783-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29783-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29783-description strong,\n  .richpen-29783-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29783-description a.seo-link,\n  .richpen-29783-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29783-description a.seo-link:hover,\n  .richpen-29783-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29783-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29783-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29783-description .specification-table th,\n  .richpen-29783-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29783-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29783-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29783-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29783-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29783-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29783-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29783-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29783-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29783-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29783-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29783-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29783-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29783-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29783-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29783-description .specification-table th,\n    .richpen-29783-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29783-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29783-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29783-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29783-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29783 Shift Pin O-Ring\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29783:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Shift Pin O-Ring:\u003c\/strong\u003e Listed as the shift pin O-ring component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same shift pin O-ring is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the shift pin O-ring without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29783\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush shift pin O-ring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne shift pin O-ring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Shift Pin O-Ring 29783?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29783 Shift Pin O-Ring\u003c\/strong\u003e is listed for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Shift Pin O-Ring 29783 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29783\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a shift pin or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29783 shift pin O-ring\u003c\/strong\u003e. A shift pin, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441311563938,"sku":"29783","price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenO-RingforShiftPinforPhoenix222BAirbrush.png?v=1786434307"},{"product_id":"richpen-29790-bush","title":"RichPen 29790 Bush","description":"\u003cstyle\u003e\n  .richpen-29790-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29790-description *,\n  .richpen-29790-description *::before,\n  .richpen-29790-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29790-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29790-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29790-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29790-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29790-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29790-description strong,\n  .richpen-29790-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29790-description a.seo-link,\n  .richpen-29790-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29790-description a.seo-link:hover,\n  .richpen-29790-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29790-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29790-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29790-description .specification-table th,\n  .richpen-29790-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29790-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29790-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29790-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29790-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29790-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29790-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29790-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29790-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29790-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29790-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29790-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29790-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29790-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29790-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29790-description .specification-table th,\n    .richpen-29790-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29790-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29790-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29790-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29790-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29790 Bush\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29790:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Bush:\u003c\/strong\u003e Listed as the bush component for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same bush is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the bush without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29790\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush bush\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne bush\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Bush 29790?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29790 Bush\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Bush 29790 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29790\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29790 bush\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441312710818,"sku":"29790","price":20.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPenBushforPhoenix222BAirbrush.png?v=1786433787"},{"product_id":"richpen-29791-needle-adjuster-with-o-ring","title":"RichPen 29791 Needle Adjuster with O-Ring","description":"\u003cstyle\u003e\n  .richpen-29791-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29791-description *,\n  .richpen-29791-description *::before,\n  .richpen-29791-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29791-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29791-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29791-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29791-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29791-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29791-description strong,\n  .richpen-29791-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29791-description a.seo-link,\n  .richpen-29791-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29791-description a.seo-link:hover,\n  .richpen-29791-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29791-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29791-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29791-description .specification-table th,\n  .richpen-29791-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29791-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29791-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29791-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29791-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29791-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29791-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29791-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29791-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29791-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29791-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29791-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29791-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29791-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29791-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29791-description .specification-table th,\n    .richpen-29791-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29791-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29791-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29791-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29791-description\"\u003e\n\u003ch2\u003eCompatible with RichPen Phoenix 222B, 222C and 223C Airbrushes\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29791 Needle Adjuster with O-Ring\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B airbrush\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C airbrush\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29791:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNeedle Adjuster with O-Ring:\u003c\/strong\u003e Listed as the needle adjuster component with O-ring for compatible RichPen Phoenix airbrush models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple-Model Compatibility:\u003c\/strong\u003e The same needle adjuster is listed for Phoenix 222B, Phoenix 222C, and Phoenix 223C airbrushes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle adjuster without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29791\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle adjuster with O-ring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003ePhoenix 222B, Phoenix 222C, and Phoenix 223C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne needle adjuster with O-ring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrushes are compatible with RichPen Needle Adjuster 29791?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29791 Needle Adjuster with O-Ring\u003c\/strong\u003e is listed for the \u003ca href=\"\/products\/richpen-phoenix-222b-0-2mm-gravity-feed-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 222B\u003c\/a\u003e, \u003cstrong class=\"seo-keyword\"\u003eRichPen Phoenix 222C\u003c\/strong\u003e, and \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle Adjuster 29791 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is a Phoenix 222B, Phoenix 222C, or Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29791\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a complete RichPen airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29791 needle adjuster with O-ring\u003c\/strong\u003e. A complete airbrush and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441312907426,"sku":"29791","price":15.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/comingsoon_cb187c6e-c31a-4587-9322-710b4ee353cd.webp?v=1772046058"},{"product_id":"richpen-29792-nozzle-cap","title":"RichPen 29792 Nozzle Cap","description":"\u003cstyle\u003e\n  .richpen-29792-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29792-description *,\n  .richpen-29792-description *::before,\n  .richpen-29792-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29792-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29792-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29792-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29792-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29792-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29792-description strong,\n  .richpen-29792-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29792-description a.seo-link,\n  .richpen-29792-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29792-description a.seo-link:hover,\n  .richpen-29792-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29792-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29792-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29792-description .specification-table th,\n  .richpen-29792-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29792-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29792-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29792-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29792-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29792-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29792-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29792-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29792-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29792-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29792-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29792-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29792-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29792-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29792-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29792-description .specification-table th,\n    .richpen-29792-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29792-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29792-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29792-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29792-description\"\u003e\n\u003ch2\u003eCompatible Only with the RichPen Phoenix 223C Airbrush\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29792 Nozzle Cap\u003c\/strong\u003e is an individual replacement airbrush component listed for the \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29792:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Nozzle Cap:\u003c\/strong\u003e Listed as the nozzle cap component for the compatible RichPen Phoenix airbrush model.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModel-Specific Compatibility:\u003c\/strong\u003e Listed only for the RichPen Phoenix 223C airbrush.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the nozzle cap without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29792\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush nozzle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Model\u003c\/td\u003e\n\u003ctd\u003ePhoenix 223C only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne nozzle cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrush is compatible with RichPen Nozzle Cap 29792?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29792 Nozzle Cap\u003c\/strong\u003e is listed only for the \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Nozzle Cap 29792 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is the Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29792\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a nozzle or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29792 nozzle cap\u003c\/strong\u003e. A nozzle, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441313202338,"sku":"29792","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmHeadAssemblyforPhoenix223CAirbrush.png?v=1786435891"},{"product_id":"richpen-29793-replacement-nozzle","title":"RichPen 29793 Replacement Nozzle","description":"\u003cstyle\u003e\n  .richpen-29793-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29793-description *,\n  .richpen-29793-description *::before,\n  .richpen-29793-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29793-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29793-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29793-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29793-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29793-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29793-description strong,\n  .richpen-29793-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29793-description a.seo-link,\n  .richpen-29793-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29793-description a.seo-link:hover,\n  .richpen-29793-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29793-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29793-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29793-description .specification-table th,\n  .richpen-29793-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29793-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29793-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29793-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29793-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29793-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29793-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29793-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29793-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29793-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29793-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29793-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29793-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29793-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29793-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29793-description .specification-table th,\n    .richpen-29793-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29793-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29793-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29793-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29793-description\"\u003e\n\u003ch2\u003eCompatible Only with the RichPen Phoenix 223C Airbrush\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29793 Replacement Nozzle\u003c\/strong\u003e is an individual airbrush component listed only for the \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29793:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Airbrush Nozzle:\u003c\/strong\u003e Listed as the nozzle component for the compatible RichPen Phoenix airbrush model.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModel-Specific Compatibility:\u003c\/strong\u003e Listed only for the RichPen Phoenix 223C airbrush.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the nozzle without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29793\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush nozzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Model\u003c\/td\u003e\n\u003ctd\u003ePhoenix 223C only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne replacement nozzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrush is compatible with RichPen Nozzle 29793?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29793 Replacement Nozzle\u003c\/strong\u003e is listed only for the \u003ca href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\" class=\"seo-link\" style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Nozzle 29793 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is the Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29793\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a nozzle cap or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29793 replacement nozzle\u003c\/strong\u003e. A nozzle cap, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441313562786,"sku":"29793","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmTipNozzleforPhoenix223CAirbrush.png?v=1786435974"},{"product_id":"richpen-29794-replacement-needle","title":"RichPen 29794 Replacement Needle","description":"\u003cstyle\u003e\n  .richpen-29794-description {\n    width: 100%;\n    color: #222222;\n    font-size: 16px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .richpen-29794-description *,\n  .richpen-29794-description *::before,\n  .richpen-29794-description *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-29794-description h2 {\n    margin: 28px 0 12px;\n    color: #222222;\n    font-size: 24px;\n    line-height: 1.3;\n  }\n\n  .richpen-29794-description h2:first-child {\n    margin-top: 0;\n  }\n\n  .richpen-29794-description p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-29794-description ul {\n    margin: 0 0 20px 22px;\n    padding: 0;\n  }\n\n  .richpen-29794-description li {\n    margin-bottom: 9px;\n  }\n\n  .richpen-29794-description strong,\n  .richpen-29794-description .seo-keyword {\n    color: #000000 !important;\n    font-weight: 700 !important;\n  }\n\n  .richpen-29794-description a.seo-link,\n  .richpen-29794-description a.seo-link:visited {\n    color: #000000 !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    transition: color 0.2s ease-in-out !important;\n  }\n\n  .richpen-29794-description a.seo-link:hover,\n  .richpen-29794-description a.seo-link:focus {\n    color: #f97316 !important;\n    text-decoration: underline !important;\n  }\n\n  .richpen-29794-description .table-wrapper {\n    width: 100%;\n    margin: 10px 0 22px;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .richpen-29794-description .specification-table {\n    width: 100%;\n    min-width: 560px;\n    border-collapse: collapse;\n  }\n\n  .richpen-29794-description .specification-table th,\n  .richpen-29794-description .specification-table td {\n    padding: 10px;\n    border: 1px solid #dddddd;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .richpen-29794-description .specification-table th {\n    color: #000000;\n    font-weight: 700;\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29794-description .faq-list {\n    width: 100%;\n    margin-top: 12px;\n  }\n\n  .richpen-29794-description .faq-item {\n    width: 100%;\n    margin-bottom: 12px;\n    overflow: hidden;\n    background-color: #ffffff;\n    border: 1px solid #dddddd;\n    border-radius: 8px;\n  }\n\n  .richpen-29794-description .faq-item summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    padding: 16px 48px 16px 16px;\n    color: #000000;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n    background-color: #f7f7f7;\n  }\n\n  .richpen-29794-description .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-29794-description .faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    width: 24px;\n    height: 24px;\n    color: #000000;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .richpen-29794-description .faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-29794-description .faq-item[open] summary {\n    background-color: #f2f2f2;\n  }\n\n  .richpen-29794-description .faq-answer {\n    padding: 16px;\n    border-top: 1px solid #dddddd;\n  }\n\n  .richpen-29794-description .faq-answer p {\n    margin: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .richpen-29794-description {\n      font-size: 15px;\n      line-height: 1.6;\n    }\n\n    .richpen-29794-description h2 {\n      margin-top: 24px;\n      font-size: 21px;\n    }\n\n    .richpen-29794-description ul {\n      margin-left: 19px;\n    }\n\n    .richpen-29794-description .specification-table {\n      min-width: 520px;\n      font-size: 14px;\n    }\n\n    .richpen-29794-description .specification-table th,\n    .richpen-29794-description .specification-table td {\n      padding: 8px;\n    }\n\n    .richpen-29794-description .faq-item summary {\n      padding: 14px 44px 14px 14px;\n    }\n\n    .richpen-29794-description .faq-item summary::after {\n      right: 12px;\n    }\n\n    .richpen-29794-description .faq-answer {\n      padding: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"richpen-29794-description\"\u003e\n\u003ch2\u003eCompatible Only with the RichPen Phoenix 223C Airbrush\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29794 Replacement Needle\u003c\/strong\u003e is an individual airbrush component listed only for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C airbrush\u003c\/a\u003e. Confirm both the airbrush model and manufacturer SKU before selecting this replacement part.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eManufacturer SKU 29794:\u003c\/strong\u003e Provides an exact SKU reference to help identify the correct replacement component.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReplacement Airbrush Needle:\u003c\/strong\u003e Listed as the needle component for the compatible RichPen Phoenix airbrush model.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModel-Specific Compatibility:\u003c\/strong\u003e Listed only for the RichPen Phoenix 223C airbrush.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndividual Replacement Component:\u003c\/strong\u003e Replaces the needle without requiring the purchase of a complete airbrush.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"specification-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAttribute\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eRichPen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer SKU\u003c\/td\u003e\n\u003ctd\u003e29794\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eReplacement airbrush needle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Product Line\u003c\/td\u003e\n\u003ctd\u003eRichPen Phoenix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Model\u003c\/td\u003e\n\u003ctd\u003ePhoenix 223C only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Component\u003c\/td\u003e\n\u003ctd\u003eOne replacement needle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhich airbrush is compatible with RichPen Needle 29794?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cstrong class=\"seo-keyword\"\u003eRichPen 29794 Replacement Needle\u003c\/strong\u003e is listed only for the \u003ca style=\"color: #000000; font-weight: bold; text-decoration: none; transition: color 0.2s ease-in-out;\" class=\"seo-link\" href=\"\/products\/richpen-phoenix-223c-0-3mm-detail-airbrush\"\u003eRichPen Phoenix 223C\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow do I confirm that Needle 29794 fits my airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eConfirm that your airbrush model is the Phoenix 223C and that the required replacement component has \u003cstrong class=\"seo-keyword\"\u003emanufacturer SKU 29794\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDoes this listing include a nozzle or complete airbrush?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. This listing includes one \u003cstrong class=\"seo-keyword\"\u003eRichPen 29794 replacement needle\u003c\/strong\u003e. A nozzle, complete airbrush, and other replacement components are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":47441313956002,"sku":"29794","price":12.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen0.3mmNeedleforPhoenix223CAirbrush.png?v=1786435923"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/collections\/RichPen-Apollo-113C-0.3mm-gravity-feed-airbrush-RichPen-27129026.webp?v=1775170073","url":"https:\/\/spraygunner.com\/collections\/richpen.oembed?page=2","provider":"SprayGunner","version":"1.0","type":"link"}