{"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":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/Richpen-_3-Nozzle-for-Apollo-113C-Airbrush-RichPen-27138223.jpg?v=1762443977","url":"https:\/\/spraygunner.com\/products\/richpen-0-3-mm-nozzle-29725","provider":"SprayGunner","version":"1.0","type":"link"}