{"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","url":"https:\/\/spraygunner.com\/products\/richpen-29715-shift-pin","provider":"SprayGunner","version":"1.0","type":"link"}