{"title":"RichPen Apollo Series Airbrushes","description":"\u003cstyle\u003e\n  .richpen-apollo-series {\n    --rp-text: #333333;\n    --rp-muted: #555555;\n    --rp-heading: #222222;\n    --rp-border: #dddddd;\n    --rp-link: #000000;\n    --rp-hover: #f37021;\n    --rp-soft: #f7f7f7;\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-apollo-series,\n  .richpen-apollo-series *,\n  .richpen-apollo-series *::before,\n  .richpen-apollo-series *::after {\n    box-sizing: border-box;\n  }\n\n  .richpen-apollo-series h2,\n  .richpen-apollo-series h3 {\n    margin-top: 0;\n    color: var(--rp-heading);\n    line-height: 1.3;\n  }\n\n  .richpen-apollo-series h2 {\n    margin-bottom: 14px;\n    font-size: clamp(25px, 4vw, 35px);\n  }\n\n  .richpen-apollo-series h3 {\n    margin-bottom: 12px;\n    font-size: clamp(20px, 3vw, 25px);\n  }\n\n  .richpen-apollo-series p {\n    margin: 0 0 16px;\n  }\n\n  .richpen-apollo-series ul {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .richpen-apollo-series li {\n    margin-bottom: 8px;\n  }\n\n  .richpen-apollo-series strong {\n    color: #000000;\n    font-weight: 700;\n  }\n\n  .richpen-apollo-series a,\n  .richpen-apollo-series 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-apollo-series a:hover,\n  .richpen-apollo-series a:focus-visible {\n    color: var(--rp-hover) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px;\n  }\n\n  .richpen-apollo-series a:focus-visible {\n    border-radius: 2px;\n    outline: 2px solid var(--rp-hover);\n    outline-offset: 3px;\n  }\n\n  .richpen-apollo-series .rp-hero {\n    margin-bottom: 24px;\n    padding: clamp(22px, 5vw, 38px);\n    background: linear-gradient(135deg, #fafafa, #f1f1f1);\n    border: 1px solid var(--rp-border);\n    border-radius: 12px;\n  }\n\n  .richpen-apollo-series .rp-label {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #555555;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .richpen-apollo-series .rp-intro {\n    max-width: 900px;\n    color: var(--rp-muted);\n  }\n\n  .richpen-apollo-series .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-apollo-series .rp-model-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 18px;\n  }\n\n  .richpen-apollo-series .rp-model-card {\n    display: flex;\n    flex-direction: column;\n    height: 100%;\n    padding: 22px;\n    background: var(--rp-soft);\n    border: 1px solid var(--rp-border);\n    border-radius: 10px;\n  }\n\n  .richpen-apollo-series .rp-model-card h3 {\n    margin-bottom: 8px;\n  }\n\n  .richpen-apollo-series .rp-model-card p {\n    color: var(--rp-muted);\n  }\n\n  .richpen-apollo-series .rp-model-card p:last-child {\n    margin-top: auto;\n    margin-bottom: 0;\n  }\n\n  .richpen-apollo-series .rp-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px 28px;\n    padding-left: 22px;\n  }\n\n  .richpen-apollo-series .rp-note {\n    margin-bottom: 24px;\n    padding: 17px 19px;\n    background: #fff7ed;\n    border: 1px solid var(--rp-hover);\n    border-left: 4px solid var(--rp-hover);\n    border-radius: 8px;\n  }\n\n  .richpen-apollo-series .rp-note p {\n    margin: 0;\n  }\n\n  .richpen-apollo-series .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-apollo-series .rp-faq summary {\n    position: relative;\n    display: block;\n    width: 100%;\n    margin: 0;\n    padding: 16px 48px 16px 17px;\n    color: var(--rp-heading);\n    background: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .richpen-apollo-series .rp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .richpen-apollo-series .rp-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 17px;\n    color: var(--rp-hover);\n    font-size: 23px;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .richpen-apollo-series .rp-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .richpen-apollo-series .rp-faq details[open] summary {\n    background: #fafafa;\n  }\n\n  .richpen-apollo-series .rp-faq-answer {\n    padding: 0 17px 17px;\n    color: var(--rp-muted);\n  }\n\n  @media screen and (max-width: 700px) {\n    .richpen-apollo-series {\n      font-size: 16px;\n    }\n\n    .richpen-apollo-series .rp-section {\n      padding: 19px;\n    }\n\n    .richpen-apollo-series .rp-model-grid,\n    .richpen-apollo-series .rp-feature-list {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"richpen-apollo-series\"\u003e\n\n  \u003csection class=\"rp-hero\"\u003e\n    \u003cspan class=\"rp-label\"\u003eRichPen Apollo Series\u003c\/span\u003e\n\n    \u003ch2\u003eRichPen Apollo Series Airbrushes\u003c\/h2\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Explore \u003cstrong\u003eRichPen Apollo Series airbrushes\u003c\/strong\u003e designed for\n      precise paint control and detailed gravity-feed airbrush applications.\n      The Apollo range includes multiple nozzle configurations and model\n      designs for miniature painting, model finishing, illustration,\n      custom artwork, and other precision spraying applications.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rp-intro\"\u003e\n      Available Apollo models represented in this collection include the\n      \u003cstrong\u003e112A\u003c\/strong\u003e, \u003cstrong\u003e112B\u003c\/strong\u003e,\n      \u003cstrong\u003e113C\u003c\/strong\u003e, and \u003cstrong\u003e113CA\u003c\/strong\u003e.\n      Review each model individually for its current specifications,\n      availability, nozzle size, and configuration.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eExplore RichPen Apollo Airbrush Models\u003c\/h3\u003e\n\n    \u003cdiv class=\"rp-model-grid\"\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eRichPen Apollo 112A\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The \u003cstrong\u003eApollo 112A\u003c\/strong\u003e is a 0.2mm gravity-feed\n          RichPen airbrush designed for controlled paint application\n          and detailed airbrush work.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/products\/richpen-apollo-112a-0-2mm-gravity-feed-airbrush\"\u003e\n            View RichPen Apollo 112A\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eRichPen Apollo 112B\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The \u003cstrong\u003eApollo 112B\u003c\/strong\u003e features a 0.2mm\n          gravity-feed configuration for precision spraying,\n          detailed artwork, and controlled paint delivery.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/products\/richpen-apollo-112b-0-2mm-gravity-feed-airbrush\"\u003e\n            View RichPen Apollo 112B\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eRichPen Apollo 113C\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The \u003cstrong\u003eApollo 113C\u003c\/strong\u003e uses a 0.3mm\n          gravity-feed configuration and is represented separately\n          from the Apollo 113CA.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/products\/richpen-apollo-113c-0-3mm-gravity-feed-airbrush\"\u003e\n            View RichPen Apollo 113C\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eRichPen Apollo 113CA\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The \u003cstrong\u003eApollo 113CA\u003c\/strong\u003e is a separate 0.3mm\n          gravity-feed RichPen model. Review its individual product page\n          for current specifications and model-specific information.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/products\/richpen-apollo-113ca-0-3mm-gravity-feed-airbrush\"\u003e\n            View RichPen Apollo 113CA\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003ePrecision Gravity-Feed Airbrush Options\u003c\/h3\u003e\n\n    \u003cp\u003e\n      RichPen Apollo models provide multiple configurations for artists\n      who want controlled paint delivery and precise airbrush handling.\n      Individual models should be compared according to nozzle size,\n      paint-cup configuration, availability, and the type of work being performed.\n    \u003c\/p\u003e\n\n    \u003cul class=\"rp-feature-list\"\u003e\n      \u003cli\u003eGravity-feed RichPen airbrushes\u003c\/li\u003e\n      \u003cli\u003e0.2mm and 0.3mm configurations\u003c\/li\u003e\n      \u003cli\u003eDetailed model painting\u003c\/li\u003e\n      \u003cli\u003eMiniature painting applications\u003c\/li\u003e\n      \u003cli\u003eIllustration and artwork\u003c\/li\u003e\n      \u003cli\u003eControlled paint application\u003c\/li\u003e\n      \u003cli\u003ePrecision spraying\u003c\/li\u003e\n      \u003cli\u003eServiceable components on supported models\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eRichPen Apollo Replacement Parts\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Replacement components are organized separately where model-specific\n      parts information is available. A dedicated replacement-parts collection\n      is currently available for the \u003cstrong\u003eRichPen Apollo 113C\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rp-model-grid\"\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eRichPen 113C Airbrush Parts\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Find available needles, nozzles, caps, packing components,\n          valve parts, seals, and other replacement components identified\n          for the RichPen Apollo 113C.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/collections\/richpen-113c-airbrush-parts\"\u003e\n            View RichPen 113C Parts\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-model-card\"\u003e\n        \u003ch3\u003eMore RichPen Replacement Components\u003c\/h3\u003e\n\n        \u003cp\u003e\n          View the main RichPen parts collection for available airbrush\n          replacement components and model-specific parts collections.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          \u003ca href=\"\/collections\/richpen-airbrush-parts\"\u003e\n            View RichPen Airbrush Parts \u0026amp; Replacement Components\n          \u003c\/a\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"rp-note\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eParts Compatibility Notice:\u003c\/strong\u003e The available parts reference\n      supplied for this project identifies replacement components specifically\n      for the Apollo 113C. Do not assume that 113C replacement parts are\n      compatible with the Apollo 113CA unless compatibility is confirmed\n      for the individual component.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"rp-section\"\u003e\n    \u003ch3\u003eChoosing a RichPen Apollo Airbrush\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Compare the individual Apollo product pages before selecting a model.\n      Review nozzle size, feed configuration, current specifications,\n      product availability, images, and model-specific information to identify\n      the airbrush that best suits your workflow.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The Apollo 112A and 112B use 0.2mm configurations, while the Apollo\n      113C and 113CA are represented as separate 0.3mm models.\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\u003eWhat models are included in the RichPen Apollo Series?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          Apollo models represented in this collection include the RichPen\n          Apollo 112A, 112B, 113C, and 113CA.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat nozzle sizes are available in the Apollo Series?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          The Apollo 112A and 112B are represented as 0.2mm models,\n          while the Apollo 113C and 113CA are represented as separate\n          0.3mm models. Review each individual listing for current specifications.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the Apollo 113C and 113CA the same airbrush?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          No. The Apollo 113C and Apollo 113CA are listed as separate\n          RichPen airbrush models and should be treated separately when\n          reviewing product specifications or replacement-part compatibility.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can I find replacement parts for the Apollo 113C?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          Available replacement components identified for the 113C are\n          organized in the\n          \u003ca href=\"\/collections\/richpen-113c-airbrush-parts\"\u003e\n            RichPen 113C Airbrush Parts collection\n          \u003c\/a\u003e.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use Apollo 113C parts on the Apollo 113CA?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          Compatibility should not be assumed. The current parts reference\n          identifies a dedicated parts list for the Apollo 113C, but does not\n          provide a separate Apollo 113CA parts list. Confirm compatibility\n          for the individual component before use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhere can I view all RichPen airbrushes?\u003c\/summary\u003e\n\n      \u003cdiv class=\"rp-faq-answer\"\u003e\n        \u003cp\u003e\n          View the\n          \u003ca href=\"\/collections\/airbrush-richpen\"\u003e\n            RichPen Airbrushes collection\n          \u003c\/a\u003e\n          to compare Apollo models with available Phoenix and Spectra airbrushes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"richpen-apollo-113c-0-3mm-gravity-feed-airbrush","title":"RichPen Apollo 113C 0.3mm gravity feed airbrush discontinued","description":"\u003ch2\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eApollo 113C airbrush by RichPen gravity feed .3mm nozzle\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eClassic combination of .3mm nozzle and gravity feed 5ml paint cup, this Apollo 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;\"\u003eDouble action airbrush with standard 1\/8\" air valve connector can be used with most popular air hoses such as \u003ca href=\"%%GLOBAL_ShopPathSSL%%\/accessories\/air-hoses-regulators-and-filters\/1-8-1-8-braided-air-hose-3m-by-no-name-brand\/\"\u003eNO-NAME BD24\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\n\u003cp\u003e\u003cspan style=\"font-family: georgia, palatino; font-size: medium;\"\u003eSprayGunner provides full technical support of this product in the USA. \u003c\/span\u003e\u003c\/p\u003e","brand":"RichPen","offers":[{"title":"Default Title","offer_id":43892836499618,"sku":"Apollo-113C","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/RichPen-Apollo-113C-0.3mm-gravity-feed-airbrush-RichPen-27129026.webp?v=1759812031"},{"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=1783477767"},{"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=1783477799"},{"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=1783477846"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/collections\/Used-RichPen-Apollo-113C-0.3mm-gravity-feed-airbrush-RichPen-126920374.webp?v=1786495970","url":"https:\/\/spraygunner.com\/collections\/richpen-apollo-series-airbrushes.oembed","provider":"SprayGunner","version":"1.0","type":"link"}