{"product_id":"nn-dr1-paint-drying-cabinet","title":"NO-NAME Paint Drying Rack","description":"\u003cstyle\u003e\n  .nn-dr1 {\n    --nn-text: #333333;\n    --nn-muted: #5f6368;\n    --nn-heading: #1f1f1f;\n    --nn-border: #dddddd;\n    --nn-soft: #f7f7f7;\n    --nn-white: #ffffff;\n    --nn-accent: #f37021;\n    --nn-accent-soft: #fff6f0;\n    --nn-link: #222222;\n\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--nn-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .nn-dr1,\n  .nn-dr1 *,\n  .nn-dr1 *::before,\n  .nn-dr1 *::after {\n    box-sizing: border-box;\n  }\n\n  .nn-dr1 h2,\n  .nn-dr1 h3 {\n    color: var(--nn-heading);\n    line-height: 1.3;\n  }\n\n  .nn-dr1 h2 {\n    position: relative;\n    margin: 0 0 18px;\n    padding-left: 14px;\n    font-size: 28px;\n    font-weight: 700;\n  }\n\n  .nn-dr1 h2::before {\n    content: \"\";\n    position: absolute;\n    top: 4px;\n    bottom: 4px;\n    left: 0;\n    width: 4px;\n    border-radius: 4px;\n    background: var(--nn-accent);\n  }\n\n  .nn-dr1 h3 {\n    margin: 0 0 14px;\n    font-size: 21px;\n    font-weight: 700;\n  }\n\n  .nn-dr1 p {\n    margin: 0 0 16px;\n  }\n\n  .nn-dr1 p:last-child {\n    margin-bottom: 0;\n  }\n\n  .nn-dr1 ul,\n  .nn-dr1 ol {\n    margin: 12px 0 0;\n    padding-left: 24px;\n  }\n\n  .nn-dr1 li {\n    margin-bottom: 8px;\n  }\n\n  .nn-dr1 strong {\n    color: var(--nn-heading);\n  }\n\n  .nn-dr1 a {\n    color: var(--nn-link);\n    font-weight: 700;\n    text-decoration: underline;\n    text-decoration-color: var(--nn-accent);\n    text-underline-offset: 3px;\n    transition:\n      color 0.2s ease,\n      text-decoration-color 0.2s ease;\n  }\n\n  .nn-dr1 a:hover,\n  .nn-dr1 a:focus {\n    color: var(--nn-accent);\n    text-decoration-color: var(--nn-accent);\n  }\n\n  \/* HERO *\/\n\n  .nn-dr1 .nn-hero {\n    position: relative;\n    margin-bottom: 24px;\n    padding: 30px;\n    overflow: hidden;\n    border: 1px solid var(--nn-border);\n    border-top: 4px solid var(--nn-accent);\n    border-radius: 10px;\n    background:\n      linear-gradient(\n        135deg,\n        #ffffff 0%,\n        #f8f8f8 58%,\n        #eeeeee 100%\n      );\n  }\n\n  .nn-dr1 .nn-hero::after {\n    content: \"\";\n    position: absolute;\n    right: -70px;\n    bottom: -85px;\n    width: 210px;\n    height: 210px;\n    border-radius: 50%;\n    background: rgba(243, 112, 33, 0.07);\n    pointer-events: none;\n  }\n\n  .nn-dr1 .nn-eyebrow {\n    position: relative;\n    z-index: 1;\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--nn-accent);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .nn-dr1 .nn-hero h2,\n  .nn-dr1 .nn-hero p {\n    position: relative;\n    z-index: 1;\n  }\n\n  .nn-dr1 .nn-hero p {\n    max-width: 900px;\n    color: var(--nn-muted);\n    font-size: 18px;\n  }\n\n  \/* STANDARD SECTION *\/\n\n  .nn-dr1 .nn-section {\n    margin: 0 0 24px;\n    padding: 24px;\n    background: var(--nn-white);\n    border: 1px solid var(--nn-border);\n    border-radius: 10px;\n  }\n\n  \/* FEATURE GRID *\/\n\n  .nn-dr1 .nn-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .nn-dr1 .nn-feature {\n    position: relative;\n    padding: 17px 18px 17px 20px;\n    overflow: hidden;\n    background: var(--nn-soft);\n    border: 1px solid var(--nn-border);\n    border-radius: 7px;\n  }\n\n  .nn-dr1 .nn-feature::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    width: 3px;\n    background: var(--nn-accent);\n  }\n\n  .nn-dr1 .nn-feature strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--nn-heading);\n  }\n\n  \/* SPECIFICATION TABLE *\/\n\n  .nn-dr1 .nn-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 16px;\n    border-radius: 7px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .nn-dr1 .nn-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    border-spacing: 0;\n  }\n\n  .nn-dr1 .nn-table th,\n  .nn-dr1 .nn-table td {\n    padding: 12px 14px;\n    border: 1px solid var(--nn-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .nn-dr1 .nn-table th {\n    width: 34%;\n    background: #eeeeee;\n    color: var(--nn-heading);\n    font-weight: 700;\n  }\n\n  .nn-dr1 .nn-table thead th {\n    background: var(--nn-heading);\n    color: #ffffff;\n    border-color: var(--nn-heading);\n  }\n\n  .nn-dr1 .nn-table thead th:first-child {\n    border-left: 4px solid var(--nn-accent);\n  }\n\n  .nn-dr1 .nn-table tr:nth-child(even) td {\n    background: #fafafa;\n  }\n\n  \/* CALLOUT *\/\n\n  .nn-dr1 .nn-callout {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: var(--nn-accent-soft);\n    border: 1px solid #f4d1bb;\n    border-left: 4px solid var(--nn-accent);\n    border-radius: 5px;\n  }\n\n  .nn-dr1 .nn-callout p {\n    margin: 0;\n  }\n\n  \/* STEPS *\/\n\n  .nn-dr1 .nn-steps {\n    margin-top: 15px;\n    counter-reset: nn-step;\n    list-style: none;\n    padding-left: 0;\n  }\n\n  .nn-dr1 .nn-steps li {\n    position: relative;\n    min-height: 34px;\n    margin-bottom: 14px;\n    padding: 3px 0 3px 45px;\n    counter-increment: nn-step;\n  }\n\n  .nn-dr1 .nn-steps li::before {\n    content: counter(nn-step);\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--nn-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 700px) {\n    .nn-dr1 {\n      width: 100%;\n      max-width: 100%;\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .nn-dr1 .nn-hero,\n    .nn-dr1 .nn-section {\n      padding: 19px;\n      border-radius: 8px;\n    }\n\n    .nn-dr1 .nn-hero {\n      margin-bottom: 18px;\n    }\n\n    .nn-dr1 .nn-section {\n      margin-bottom: 18px;\n    }\n\n    .nn-dr1 h2 {\n      padding-left: 12px;\n      font-size: 23px;\n    }\n\n    .nn-dr1 h3 {\n      font-size: 19px;\n    }\n\n    .nn-dr1 .nn-hero p {\n      font-size: 16px;\n    }\n\n    .nn-dr1 .nn-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nn-dr1 .nn-table {\n      font-size: 14px;\n    }\n\n    .nn-dr1 .nn-table th,\n    .nn-dr1 .nn-table td {\n      padding: 10px;\n    }\n\n    .nn-dr1 .nn-steps li {\n      padding-left: 41px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nn-dr1\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"nn-hero\"\u003e\n\n    \u003cdiv class=\"nn-eyebrow\"\u003e\n      NO-NAME Paint Drying Equipment\n    \u003c\/div\u003e\n\n    \u003ch2\u003eNN-DR1 Paint Drying Cabinet\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003eNN-DR1 Paint Drying Cabinet\u003c\/strong\u003e provides a controlled\n      drying space for painted models, parts, miniatures, and hobby projects.\n      Adjustable temperature and timer controls allow you to configure the\n      drying environment based on the paint or coating being used, while the\n      removable double-layer rack helps maximize available drying space.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- OVERVIEW --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eControlled Drying for Painted Models \u0026amp; Parts\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NN-DR1 combines adjustable heat, timed operation, and a compact\n      enclosed workspace to provide a dedicated area for drying painted\n      components.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The cabinet can be configured with either a single drying level or the\n      included double-layer drying rack, making it suitable for different\n      project sizes and quantities. Its detachable components and foldable\n      construction also make setup, cleaning, and storage more convenient.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"nn-feature-grid\"\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eAdjustable Temperature\u003c\/strong\u003e\n        Control the drying temperature up to a maximum of 60°C.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eAdjustable Drying Time\u003c\/strong\u003e\n        Set the operating time according to the paint, coating, or project\n        being dried.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eDouble-Layer Drying Rack\u003c\/strong\u003e\n        A detachable second rack increases usable drying space for multiple\n        painted parts.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eFlexible Rack Configuration\u003c\/strong\u003e\n        Use either a single-layer or double-layer setup depending on the\n        height and size of your project.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eFoldable Design\u003c\/strong\u003e\n        The cabinet folds down to a more compact size when it needs to be\n        stored.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eDetachable Drip Tray\u003c\/strong\u003e\n        A removable drip tray helps make routine cleaning and maintenance\n        easier.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eSolvent-Resistant Plastic\u003c\/strong\u003e\n        Constructed using solvent-resistant plastic according to the\n        product specifications.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nn-feature\"\u003e\n        \u003cstrong\u003eEasy Assembly\u003c\/strong\u003e\n        Removable racks, supports, housing, and cover provide a straightforward\n        assembly system.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"nn-table-wrap\"\u003e\n\n      \u003ctable class=\"nn-table\"\u003e\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU\u003c\/th\u003e\n            \u003ctd\u003eNN-DR1\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003ePaint Drying Cabinet\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e100–110V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n            \u003ctd\u003e250 W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum Temperature\u003c\/th\u003e\n            \u003ctd\u003e60°C \/ 140°F\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTime Adjustment\u003c\/th\u003e\n            \u003ctd\u003e0.1–6 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUnfolded Size\u003c\/th\u003e\n            \u003ctd\u003e40 × 25.5 × 33.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFolded Size\u003c\/th\u003e\n            \u003ctd\u003e40 × 27.5 × 12.5 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWater Collection Tray\u003c\/th\u003e\n            \u003ctd\u003e50 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n            \u003ctd\u003e2.7 kg\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nn-callout\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eVoltage:\u003c\/strong\u003e\n        This version of the NN-DR1 is rated for 100–110V.\n        Confirm compatibility with your local electrical supply before use.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- RACK CONFIGURATION --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eSingle-Layer or Double-Layer Drying\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NN-DR1 can be arranged to accommodate different project sizes.\n      Taller items can be positioned using the lower drying level, while the\n      removable upper rack can be installed when additional drying space is\n      needed.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003edouble-layer drying rack\u003c\/strong\u003e is particularly useful when\n      drying several smaller painted parts, scale-model components, miniature\n      pieces, or similar hobby projects at the same time.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- CONTROL PANEL --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eControl Panel Operation\u003c\/h2\u003e\n\n    \u003col class=\"nn-steps\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eTurn On:\u003c\/strong\u003e\n        Press the ON\/OFF button briefly for approximately 1 second.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSet Temperature:\u003c\/strong\u003e\n        Use the temperature control together with the + and − buttons to\n        adjust the temperature. Temperature adjustment is made in 5°C\n        increments, with a maximum setting of 60°C.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSet Hours:\u003c\/strong\u003e\n        Press the \u003cstrong\u003eH\u003c\/strong\u003e button to adjust the hour setting.\n        The hour control can be set up to 5 hours.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSet Minutes:\u003c\/strong\u003e\n        Press the \u003cstrong\u003eM\u003c\/strong\u003e button to adjust minutes in\n        10-minute increments, up to 60 minutes.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eTurn Off:\u003c\/strong\u003e\n        Press and hold the ON\/OFF button for approximately 3 seconds.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        After shutdown, the motor fan continues running for approximately\n        1 minute before stopping.\n      \u003c\/li\u003e\n\n    \u003c\/ol\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- DRYING GUIDE --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eRecommended Drying Time \u0026amp; Temperature\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The following general drying temperature and time recommendations are\n      provided for common paint and coating types.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nn-table-wrap\"\u003e\n\n      \u003ctable class=\"nn-table\"\u003e\n\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003ePaint \/ Coating\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eTemperature\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDrying Time\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAcrylic\u003c\/td\u003e\n            \u003ctd\u003e40–50°C\u003c\/td\u003e\n            \u003ctd\u003e30–60 minutes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eEnamel\u003c\/td\u003e\n            \u003ctd\u003e45–55°C\u003c\/td\u003e\n            \u003ctd\u003e1–2 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLacquer\u003c\/td\u003e\n            \u003ctd\u003e50–60°C\u003c\/td\u003e\n            \u003ctd\u003e30–60 minutes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWater-Based Primer\u003c\/td\u003e\n            \u003ctd\u003e40–50°C\u003c\/td\u003e\n            \u003ctd\u003e30–45 minutes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOil-Based Primer\u003c\/td\u003e\n            \u003ctd\u003e50–60°C\u003c\/td\u003e\n            \u003ctd\u003e30–60 minutes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWater-Based Clear Coat\u003c\/td\u003e\n            \u003ctd\u003e45–55°C\u003c\/td\u003e\n            \u003ctd\u003e60–90 minutes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOil-Based Clear Coat\u003c\/td\u003e\n            \u003ctd\u003e50–60°C\u003c\/td\u003e\n            \u003ctd\u003e1–2 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nn-callout\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eImportant:\u003c\/strong\u003e\n        These temperatures and drying times are general recommendations.\n        Actual drying requirements can vary depending on the paint manufacturer,\n        coating type, material, layer thickness, and application. Always follow\n        the paint or coating manufacturer's instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- ASSEMBLY --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eAssembly Overview\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The NN-DR1 uses a modular assembly system designed to allow the cabinet\n      to be assembled for use and folded down when storage is required.\n    \u003c\/p\u003e\n\n    \u003col class=\"nn-steps\"\u003e\n\n      \u003cli\u003e\n        Remove the cabinet components and accessories from the package.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Install the drying-rack supports into the lower rack.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Position the upper drying rack onto the supports when using the\n        double-layer configuration.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Place the cabinet housing around the assembled drying rack.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Secure the housing using the supplied screws.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Install the upper cover in the correct orientation.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Make sure the drying racks are stable before placing items inside.\n      \u003c\/li\u003e\n\n    \u003c\/ol\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- INTENDED USE --\u003e\n  \u003csection class=\"nn-section\"\u003e\n\n    \u003ch2\u003eFor Model Painting \u0026amp; Hobby Workspaces\u003c\/h2\u003e\n\n    \u003cp\u003e\n      With adjustable temperature, programmable drying time, flexible rack\n      configurations, and foldable construction, the\n      \u003cstrong\u003eNN-DR1 Paint Drying Cabinet\u003c\/strong\u003e provides a dedicated\n      drying area for scale models, painted components, miniatures, and other\n      compatible hobby projects.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NO-NAME brand","offers":[{"title":"Default Title","offer_id":47605129543842,"sku":"NN-DR1","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0627\/6159\/9138\/files\/NN-DR1-1.webp?v=1788561877","url":"https:\/\/spraygunner.com\/products\/nn-dr1-paint-drying-cabinet","provider":"SprayGunner","version":"1.0","type":"link"}