{"id":3475,"date":"2026-06-04T07:23:13","date_gmt":"2026-06-04T07:23:13","guid":{"rendered":"https:\/\/powdercoatlinekt.com\/?page_id=3475"},"modified":"2026-06-11T09:16:20","modified_gmt":"2026-06-11T09:16:20","slug":"paint-spraying-water-curtain-cabinet-2","status":"publish","type":"page","link":"https:\/\/www.powdercoatlinekt.com\/de\/paint-spraying-water-curtain-cabinet-2\/","title":{"rendered":"Paint Spraying Water Curtain Cabinet"},"content":{"rendered":"<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<style>\n    :root {\n      --primary: #7c3aed;\n      --primary-dark: #6d28d9;\n      --primary-light: #ede9fe;\n      --secondary: #111827;\n      --text: #1f2937;\n      --muted: #64748b;\n      --light: #f8fafc;\n      --line: #e2e8f0;\n      --white: #ffffff;\n      --dark: #0f172a;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    img,\n    table,\n    video,\n    iframe {\n      max-width: 100%;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    section {\n      max-width: 100%;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    @media (min-width: 1024px) {\n      .container {\n        padding: 0 32px;\n      }\n    }\n\n    .section-padding {\n      padding: 80px 20px;\n    }\n\n    @media (max-width: 640px) {\n      .section-padding {\n        padding: 56px 18px;\n      }\n    }\n\n    .section-head {\n      max-width: 900px;\n      margin: 0 auto 48px;\n      text-align: center;\n    }\n\n    .section-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 7px 14px;\n      border-radius: 999px;\n      background: var(--primary-light);\n      color: var(--primary-dark);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n\n    h1,\n    h2,\n    h3,\n    h4 {\n      color: var(--secondary);\n      line-height: 1.22;\n    }\n\n    h2 {\n      font-size: 36px;\n      font-weight: 900;\n      margin-bottom: 14px;\n    }\n\n    .section-head p {\n      color: var(--muted);\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    @media (max-width: 640px) {\n      h2 {\n        font-size: 26px;\n      }\n\n      .section-head p {\n        font-size: 15px;\n      }\n    }\n\n    .btn-primary,\n    .btn-secondary {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 14px 26px;\n      border-radius: 10px;\n      font-size: 15px;\n      font-weight: 800;\n      cursor: pointer;\n      transition: all 0.25s ease;\n      text-align: center;\n      border: 0;\n    }\n\n    .btn-primary {\n      background: var(--primary);\n      color: #ffffff;\n    }\n\n    .btn-primary:hover {\n      background: var(--primary-dark);\n      transform: translateY(-2px);\n      box-shadow: 0 12px 30px rgba(124, 58, 237, 0.28);\n    }\n\n    .btn-secondary {\n      background: transparent;\n      color: var(--primary);\n      border: 2px solid var(--primary);\n    }\n\n    .btn-secondary:hover {\n      background: var(--primary-light);\n      color: var(--primary-dark);\n    }\n\n    @media (max-width: 640px) {\n      .btn-primary,\n      .btn-secondary {\n        width: 100%;\n      }\n    }\n\n    \/* Sticky Anchor Navigation *\/\n    .anchor-nav {\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      background: #ffffff;\n      border-bottom: 1px solid var(--line);\n      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);\n    }\n\n    .anchor-nav-content {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      padding: 0 20px;\n    }\n\n    .anchor-nav a {\n      flex: 0 0 auto;\n      padding: 14px 16px;\n      color: #475569;\n      font-size: 14px;\n      font-weight: 600;\n      border-bottom: 2px solid transparent;\n      white-space: nowrap;\n      transition: all 0.2s ease;\n    }\n\n    .anchor-nav a:hover {\n      color: var(--primary);\n      border-bottom-color: var(--primary);\n    }\n\n    \/* Product Gallery Intro *\/\n    .product-gallery-intro {\n      background: #ffffff;\n      padding: 58px 20px 62px;\n    }\n\n    .product-gallery-layout {\n      max-width: 1280px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);\n      gap: 48px;\n      align-items: stretch;\n    }\n\n    @media (max-width: 960px) {\n      .product-gallery-layout {\n        grid-template-columns: 1fr;\n        gap: 32px;\n      }\n    }\n\n    .main-product-image {\n      width: 100%;\n      background: #f3f4f6;\n      overflow: hidden;\n      border: 1px solid var(--line);\n    }\n\n    .main-product-image img {\n      width: 100%;\n      height: 560px;\n      display: block;\n      object-fit: cover;\n      object-position: center;\n      transition: opacity 0.2s ease, transform 0.2s ease;\n    }\n\n    .main-product-image img.is-changing {\n      opacity: 0.35;\n      transform: scale(0.995);\n    }\n\n    @media (max-width: 960px) {\n      .main-product-image img {\n        height: 460px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .main-product-image img {\n        height: 320px;\n      }\n    }\n\n    .thumbnail-gallery-wrap {\n      display: grid;\n      grid-template-columns: 28px minmax(0, 1fr) 28px;\n      align-items: center;\n      gap: 10px;\n      margin-top: 18px;\n    }\n\n    .gallery-arrow {\n      width: 28px;\n      height: 44px;\n      border: none;\n      background: #ffffff;\n      color: #111827;\n      font-size: 28px;\n      line-height: 1;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      transition: color 0.2s ease, transform 0.2s ease;\n    }\n\n    .gallery-arrow:hover {\n      color: var(--primary);\n      transform: translateY(-1px);\n    }\n\n    .thumbnail-gallery {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 12px;\n      min-width: 0;\n    }\n\n    @media (max-width: 640px) {\n      .thumbnail-gallery {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 8px;\n      }\n    }\n\n    .thumb-btn {\n      position: relative;\n      border: 2px solid transparent;\n      padding: 0;\n      border-radius: 6px;\n      overflow: hidden;\n      cursor: pointer;\n      background: #f3f4f6;\n      transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .thumb-btn:hover {\n      border-color: var(--primary-light);\n      transform: translateY(-1px);\n    }\n\n    .thumb-btn.active {\n      border-color: var(--primary) !important;\n      box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.18);\n    }\n\n    .thumb-btn img {\n      width: 100%;\n      height: 90px;\n      display: block;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    @media (max-width: 640px) {\n      .thumb-btn img {\n        height: 76px;\n      }\n    }\n\n    .product-info-panel {\n      background: #eeeeee;\n      padding: 52px 44px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      min-height: 560px;\n    }\n\n    @media (max-width: 960px) {\n      .product-info-panel {\n        min-height: auto;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .product-info-panel {\n        padding: 32px 22px;\n      }\n    }\n\n    .product-info-panel h1 {\n      display: inline;\n      width: fit-content;\n      max-width: 100%;\n      font-size: 25px;\n      line-height: 1.25;\n      font-weight: 900;\n      color: #1f2937;\n      background: #d9d9d9;\n      box-decoration-break: clone;\n      -webkit-box-decoration-break: clone;\n      padding: 0 4px;\n      margin-bottom: 28px;\n    }\n\n    .product-info-panel p {\n      color: #111827;\n      font-size: 16px;\n      line-height: 1.6;\n      margin: 24px 0 0;\n    }\n\n    .product-info-panel h3 {\n      color: #111827;\n      font-size: 16px;\n      font-weight: 900;\n      margin: 18px 0 10px;\n    }\n\n    .product-info-list {\n      list-style: none;\n      padding: 0;\n      margin: 16px 0 0;\n    }\n\n    .product-info-list li {\n      color: #111827;\n      font-size: 16px;\n      line-height: 1.55;\n      margin-bottom: 14px;\n      padding-left: 16px;\n      position: relative;\n    }\n\n    .product-info-list li::before {\n      content: \"-\";\n      position: absolute;\n      left: 0;\n      color: #111827;\n    }\n\n    .product-cta-row {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n      margin-top: 24px;\n    }\n\n    \/* Stats *\/\n    .stats-strip {\n      background: var(--dark);\n      padding: 36px 20px;\n    }\n\n    .stats-strip-grid {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n    }\n\n    .stats-strip-item {\n      padding: 20px;\n      border-radius: 16px;\n      background: rgba(255, 255, 255, 0.06);\n      border: 1px solid rgba(255, 255, 255, 0.10);\n      text-align: center;\n    }\n\n    .stats-strip-item strong {\n      display: block;\n      color: #ffffff;\n      font-size: 32px;\n      line-height: 1;\n      margin-bottom: 8px;\n      font-weight: 900;\n    }\n\n    .stats-strip-item span {\n      display: block;\n      color: #cbd5e1;\n      font-size: 13px;\n      line-height: 1.45;\n    }\n\n    @media (max-width: 760px) {\n      .stats-strip-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .stats-strip-item strong {\n        font-size: 26px;\n      }\n    }\n\n    \/* Zigzag *\/\n    .zigzag-section {\n      background: #ffffff;\n    }\n\n    .zigzag-row {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 44px;\n      align-items: center;\n      margin-bottom: 76px;\n    }\n\n    .zigzag-row.reverse {\n      grid-template-columns: 1.05fr 0.95fr;\n    }\n\n    @media (max-width: 860px) {\n      .zigzag-row,\n      .zigzag-row.reverse {\n        grid-template-columns: 1fr;\n        margin-bottom: 48px;\n      }\n    }\n\n    .zigzag-img {\n      border-radius: 22px;\n      overflow: hidden;\n      border: 1px solid var(--line);\n      box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);\n      background: var(--light);\n    }\n\n    .zigzag-img img {\n      width: 100%;\n      height: 420px;\n      object-fit: cover;\n      display: block;\n    }\n\n    @media (max-width: 640px) {\n      .zigzag-img img {\n        height: 260px;\n      }\n    }\n\n    .zigzag-text h2 {\n      font-size: 32px;\n      margin-bottom: 18px;\n    }\n\n    .zigzag-text p {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 16px;\n    }\n\n    .feature-list {\n      list-style: none;\n      display: grid;\n      gap: 10px;\n      margin: 20px 0 24px;\n    }\n\n    .feature-list li {\n      position: relative;\n      padding-left: 24px;\n      color: #374151;\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n    .feature-list li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 9px;\n      width: 8px;\n      height: 8px;\n      border-radius: 99px;\n      background: var(--primary);\n    }\n\n    \/* Cards *\/\n    .card-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 18px;\n    }\n\n    @media (max-width: 1100px) {\n      .card-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    @media (max-width: 760px) {\n      .card-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 520px) {\n      .card-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .feature-card {\n      padding: 18px;\n      border-radius: 18px;\n      background: #ffffff;\n      border: 1px solid var(--line);\n      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);\n      transition: all 0.25s ease;\n    }\n\n    .feature-card:hover {\n      border-color: #c4b5fd;\n      transform: translateY(-2px);\n      box-shadow: 0 18px 44px rgba(124, 58, 237, 0.10);\n    }\n\n    .feature-card img {\n      width: 100%;\n      height: 145px;\n      object-fit: cover;\n      border-radius: 14px;\n      margin-bottom: 14px;\n      display: block;\n      background: #f3f4f6;\n    }\n\n    .feature-card h3 {\n      font-size: 16px;\n      margin-bottom: 8px;\n      color: #111827;\n    }\n\n    .feature-card p {\n      color: var(--muted);\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n    \/* Knowledge *\/\n    .knowledge-layout {\n      display: grid;\n      grid-template-columns: 0.9fr 1.1fr;\n      gap: 32px;\n      align-items: stretch;\n    }\n\n    @media (max-width: 900px) {\n      .knowledge-layout {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .knowledge-image {\n      border-radius: 22px;\n      overflow: hidden;\n      border: 1px solid var(--line);\n      background: #f3f4f6;\n      box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);\n    }\n\n    .knowledge-image img {\n      width: 100%;\n      height: 100%;\n      min-height: 520px;\n      object-fit: cover;\n      display: block;\n    }\n\n    .knowledge-card {\n      padding: 26px;\n      border: 1px solid var(--line);\n      border-radius: 22px;\n      background: #ffffff;\n      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);\n    }\n\n    .knowledge-card h3 {\n      font-size: 24px;\n      margin-bottom: 16px;\n    }\n\n    .knowledge-card p {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 14px;\n    }\n\n    .number-list {\n      display: grid;\n      gap: 12px;\n      list-style: none;\n      margin-top: 18px;\n    }\n\n    .number-list li {\n      display: grid;\n      grid-template-columns: 34px 1fr;\n      gap: 12px;\n      align-items: start;\n      color: #475569;\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    .number-list b {\n      width: 34px;\n      height: 34px;\n      border-radius: 10px;\n      background: var(--primary-light);\n      color: var(--primary-dark);\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 900;\n      flex-shrink: 0;\n    }\n\n    .number-list strong {\n      color: #111827;\n    }\n\n    \/* Operation Timeline *\/\n    .timeline-section {\n      background: #f8fafc;\n    }\n\n    .timeline {\n      max-width: 980px;\n      margin: 0 auto;\n      position: relative;\n      padding-left: 42px;\n    }\n\n    .timeline::before {\n      content: \"\";\n      position: absolute;\n      left: 15px;\n      top: 4px;\n      bottom: 4px;\n      width: 2px;\n      background: linear-gradient(to bottom, var(--primary), #dbeafe);\n    }\n\n    .timeline-item {\n      position: relative;\n      margin-bottom: 28px;\n      background: #ffffff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 22px;\n      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);\n    }\n\n    .timeline-item::before {\n      content: \"\";\n      position: absolute;\n      left: -36px;\n      top: 24px;\n      width: 16px;\n      height: 16px;\n      border-radius: 999px;\n      background: var(--primary);\n      border: 4px solid var(--primary-light);\n    }\n\n    .timeline-item h3 {\n      font-size: 19px;\n      margin-bottom: 8px;\n    }\n\n    .timeline-item p {\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    \/* Specs \/ Tables *\/\n    .spec-section {\n      background: #f8fafc;\n    }\n\n    .spec-layout {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 32px;\n      align-items: start;\n    }\n\n    @media (max-width: 900px) {\n      .spec-layout {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .spec-image-card {\n      background: #ffffff;\n      border: 1px solid var(--line);\n      border-radius: 22px;\n      overflow: hidden;\n      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);\n    }\n\n    .spec-image-card img {\n      width: 100%;\n      height: 420px;\n      object-fit: cover;\n      display: block;\n      background: #f3f4f6;\n    }\n\n    .spec-image-card div {\n      padding: 22px;\n    }\n\n    .spec-image-card h3 {\n      font-size: 22px;\n      margin-bottom: 10px;\n    }\n\n    .spec-image-card p {\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .spec-table-wrap {\n      border-radius: 18px;\n      overflow-x: auto;\n      border: 1px solid var(--line);\n      background: #ffffff;\n      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      min-width: 720px;\n    }\n\n    th {\n      background: #111827;\n      color: #ffffff;\n      padding: 15px 16px;\n      text-align: left;\n      font-size: 14px;\n    }\n\n    td {\n      padding: 14px 16px;\n      border-bottom: 1px solid var(--line);\n      color: #475569;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    tr:nth-child(even) td {\n      background: #f8fafc;\n    }\n\n    .note-box {\n      margin-top: 28px;\n      padding: 20px 22px;\n      border-radius: 16px;\n      background: #fff7ed;\n      border: 1px solid #fed7aa;\n      color: #9a3412;\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    \/* Buying Guide *\/\n    .kt-buying-guide-section {\n      background: #f9fafb;\n    }\n\n    .kt-guide-header {\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 36px;\n      align-items: center;\n      margin-bottom: 56px;\n    }\n\n    @media (max-width: 900px) {\n      .kt-guide-header {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-header h2 {\n      font-size: 38px;\n      line-height: 1.2;\n      font-weight: 900;\n      color: #111827;\n      margin: 0 0 18px;\n    }\n\n    .kt-guide-header p {\n      font-size: 16px;\n      line-height: 1.75;\n      color: #64748b;\n      margin: 0 0 16px;\n    }\n\n    .kt-guide-header-image {\n      border-radius: 24px;\n      overflow: hidden;\n      border: 1px solid #e5e7eb;\n      background: #ffffff;\n      box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);\n    }\n\n    .kt-guide-header-image img {\n      width: 100%;\n      height: 420px;\n      object-fit: cover;\n      display: block;\n    }\n\n    .kt-guide-layout {\n      display: grid;\n      grid-template-columns: 0.78fr 1.22fr;\n      gap: 28px;\n      align-items: start;\n    }\n\n    @media (max-width: 960px) {\n      .kt-guide-layout {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-sidebar {\n      position: sticky;\n      top: 90px;\n      border-radius: 22px;\n      background: #111827;\n      padding: 24px;\n      color: #ffffff;\n      box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);\n    }\n\n    @media (max-width: 960px) {\n      .kt-guide-sidebar {\n        position: static;\n      }\n    }\n\n    .kt-guide-sidebar-image {\n      border-radius: 16px;\n      overflow: hidden;\n      margin-bottom: 22px;\n      border: 1px solid rgba(255,255,255,0.14);\n    }\n\n    .kt-guide-sidebar-image img {\n      width: 100%;\n      height: 210px;\n      object-fit: cover;\n      display: block;\n    }\n\n    .kt-guide-sidebar h3 {\n      color: #ffffff;\n      font-size: 22px;\n      line-height: 1.3;\n      margin: 0 0 14px;\n    }\n\n    .kt-guide-sidebar p {\n      color: #d1d5db;\n      font-size: 14px;\n      line-height: 1.7;\n      margin: 0 0 20px;\n    }\n\n    .kt-guide-checklist {\n      display: grid;\n      gap: 12px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .kt-guide-checklist li {\n      position: relative;\n      padding-left: 26px;\n      color: #f3f4f6;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .kt-guide-checklist li::before {\n      content: \"\u2713\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: #a78bfa;\n      font-weight: 900;\n    }\n\n    .kt-guide-sidebar-cta {\n      margin-top: 24px;\n      padding-top: 22px;\n      border-top: 1px solid rgba(255,255,255,0.14);\n    }\n\n    .kt-guide-sidebar-cta a {\n      display: inline-flex;\n      width: 100%;\n      justify-content: center;\n      align-items: center;\n      padding: 13px 18px;\n      border-radius: 10px;\n      background: #7c3aed;\n      color: #ffffff;\n      font-weight: 800;\n      text-decoration: none;\n      transition: all 0.25s ease;\n    }\n\n    .kt-guide-content-grid {\n      display: grid;\n      gap: 22px;\n    }\n\n    .kt-guide-card {\n      display: grid;\n      grid-template-columns: 230px 1fr;\n      gap: 24px;\n      padding: 22px;\n      border-radius: 22px;\n      background: #ffffff;\n      border: 1px solid #e5e7eb;\n      box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);\n    }\n\n    @media (max-width: 760px) {\n      .kt-guide-card {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-card-image {\n      position: relative;\n      border-radius: 18px;\n      overflow: hidden;\n      background: #f3f4f6;\n      min-height: 220px;\n    }\n\n    .kt-guide-card-image img {\n      width: 100%;\n      height: 100%;\n      min-height: 220px;\n      object-fit: cover;\n      display: block;\n    }\n\n    .kt-guide-step {\n      position: absolute;\n      left: 14px;\n      top: 14px;\n      width: 48px;\n      height: 48px;\n      border-radius: 14px;\n      background: #7c3aed;\n      color: #ffffff;\n      font-size: 20px;\n      font-weight: 900;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: 0 10px 24px rgba(124, 58, 237, 0.32);\n    }\n\n    .kt-guide-card h3 {\n      font-size: 21px;\n      line-height: 1.35;\n      color: #111827;\n      margin: 0 0 10px;\n    }\n\n    .kt-guide-card p {\n      color: #64748b;\n      font-size: 15px;\n      line-height: 1.75;\n      margin: 0 0 14px;\n    }\n\n    .kt-guide-points {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    @media (max-width: 640px) {\n      .kt-guide-points {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-points li {\n      position: relative;\n      padding-left: 20px;\n      color: #374151;\n      font-size: 14px;\n      line-height: 1.55;\n    }\n\n    .kt-guide-points li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 8px;\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: #7c3aed;\n    }\n\n    .kt-guide-comparison,\n    .kt-guide-final-cta {\n      margin-top: 42px;\n      border-radius: 24px;\n      overflow: hidden;\n    }\n\n    .kt-guide-comparison {\n      background: #ffffff;\n      border: 1px solid #e5e7eb;\n      box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);\n    }\n\n    .kt-guide-comparison-head {\n      display: grid;\n      grid-template-columns: 1fr 320px;\n      gap: 24px;\n      align-items: center;\n      padding: 28px;\n      background: #111827;\n    }\n\n    @media (max-width: 760px) {\n      .kt-guide-comparison-head {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-comparison-head h3 {\n      color: #ffffff;\n      font-size: 26px;\n      margin: 0 0 10px;\n    }\n\n    .kt-guide-comparison-head p {\n      color: #d1d5db;\n      font-size: 15px;\n      line-height: 1.7;\n      margin: 0;\n    }\n\n    .kt-guide-comparison-head img {\n      width: 100%;\n      height: 190px;\n      object-fit: cover;\n      border-radius: 16px;\n      border: 1px solid rgba(255,255,255,0.16);\n    }\n\n    .kt-guide-table-wrap {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .kt-guide-final-cta {\n      padding: 30px;\n      background: linear-gradient(135deg, #1f2937 0%, #4c1d95 100%);\n      color: #ffffff;\n      display: grid;\n      grid-template-columns: 1fr 360px;\n      gap: 28px;\n      align-items: center;\n    }\n\n    @media (max-width: 860px) {\n      .kt-guide-final-cta {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .kt-guide-final-cta h3 {\n      color: #ffffff;\n      font-size: 28px;\n      margin: 0 0 12px;\n    }\n\n    .kt-guide-final-cta p {\n      color: #e5e7eb;\n      font-size: 15px;\n      line-height: 1.75;\n      margin: 0 0 22px;\n    }\n\n    .kt-guide-final-cta a {\n      display: inline-flex;\n      justify-content: center;\n      align-items: center;\n      padding: 14px 26px;\n      border-radius: 10px;\n      background: #ffffff;\n      color: #6d28d9;\n      font-weight: 800;\n      text-decoration: none;\n    }\n\n    .kt-guide-final-cta img {\n      width: 100%;\n      height: 240px;\n      object-fit: cover;\n      border-radius: 18px;\n      border: 1px solid rgba(255,255,255,0.16);\n    }\n\n    \/* FAQ *\/\n    .faq-section {\n      background: #ffffff;\n    }\n\n    .faq-layout {\n      max-width: 1000px;\n      margin: 0 auto;\n      display: grid;\n      gap: 14px;\n    }\n\n    .faq-item {\n      border: 1px solid #e5e7eb;\n      border-radius: 16px;\n      background: #ffffff;\n      overflow: hidden;\n      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);\n    }\n\n    .faq-item summary {\n      padding: 20px 24px;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 18px;\n      color: #111827;\n      font-size: 16px;\n      font-weight: 800;\n      line-height: 1.45;\n      background: #ffffff;\n    }\n\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item summary::after {\n      content: \"+\";\n      width: 28px;\n      height: 28px;\n      border-radius: 999px;\n      background: #ede9fe;\n      color: #7c3aed;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      font-weight: 700;\n      flex-shrink: 0;\n    }\n\n    .faq-item[open] summary {\n      background: #f9fafb;\n    }\n\n    .faq-item[open] summary::after {\n      content: \"\u2212\";\n      background: #7c3aed;\n      color: #ffffff;\n    }\n\n    .faq-answer {\n      padding: 0 24px 22px;\n      color: #64748b;\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .faq-answer p {\n      margin-bottom: 12px;\n    }\n\n    .faq-bottom-cta {\n      max-width: 1000px;\n      margin: 36px auto 0;\n      padding: 28px;\n      border-radius: 22px;\n      background: #f9fafb;\n      border: 1px solid #e5e7eb;\n      text-align: center;\n    }\n\n    .faq-bottom-cta h3 {\n      font-size: 24px;\n      color: #111827;\n      margin-bottom: 10px;\n    }\n\n    .faq-bottom-cta p {\n      color: #64748b;\n      font-size: 15px;\n      line-height: 1.7;\n      margin-bottom: 22px;\n    }\n\n    \/* Contact Popup *\/\n    .kt-floating-contact {\n      position: fixed !important;\n      right: 24px !important;\n      bottom: 24px !important;\n      z-index: 9998 !important;\n      padding: 14px 22px !important;\n      border-radius: 999px !important;\n      background: var(--primary) !important;\n      color: #ffffff !important;\n      font-size: 16px !important;\n      font-weight: 800 !important;\n      box-shadow: 0 12px 30px rgba(124, 58, 237, 0.35) !important;\n      transition: all 0.25s !important;\n    }\n\n    .kt-floating-contact:hover {\n      background: var(--primary-dark) !important;\n      transform: translateY(-2px) !important;\n    }\n\n    .kt-contact-popup {\n      display: none;\n      position: fixed;\n      inset: 0;\n      z-index: 9999;\n      align-items: flex-end;\n      justify-content: center;\n    }\n\n    .kt-contact-popup:target {\n      display: flex;\n    }\n\n    .kt-contact-popup-overlay {\n      position: absolute;\n      inset: 0;\n      background: rgba(15, 23, 42, 0.6);\n      backdrop-filter: blur(4px);\n    }\n\n    .kt-contact-popup-box {\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 480px;\n      padding: 28px 32px 32px;\n      border-radius: 20px 20px 0 0;\n      background: #fff !important;\n      color: #0f172a !important;\n      box-shadow: 0 -8px 40px rgba(15, 23, 42, 0.2);\n      max-height: 90vh;\n      overflow-y: auto;\n      margin: 0 auto;\n    }\n\n    @media (min-width: 641px) {\n      .kt-contact-popup {\n        align-items: center;\n      }\n\n      .kt-contact-popup-box {\n        border-radius: 20px;\n      }\n    }\n\n    .kt-contact-popup-close {\n      position: absolute;\n      top: 12px;\n      right: 16px;\n      width: 32px;\n      height: 32px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: #f1f5f9 !important;\n      color: #0f172a !important;\n      font-size: 22px;\n      font-weight: 600;\n    }\n\n    .kt-contact-popup-box h3 {\n      color: #0f172a !important;\n      font-size: 20px !important;\n      font-weight: 800 !important;\n      margin-bottom: 8px !important;\n    }\n\n    .kt-contact-popup-box p {\n      color: #64748b !important;\n      font-size: 14px !important;\n      margin-bottom: 18px !important;\n    }\n\n    #ktZeroyContactForm input,\n    #ktZeroyContactForm textarea {\n      width: 100% !important;\n      box-sizing: border-box !important;\n      margin-bottom: 12px !important;\n      padding: 11px 14px !important;\n      border: 1px solid #cbd5e1 !important;\n      border-radius: 10px !important;\n      background: #fff !important;\n      color: #0f172a !important;\n      font-size: 14px !important;\n      outline: none !important;\n      font-family: 'Inter', sans-serif !important;\n    }\n\n    #ktZeroyContactForm input:focus,\n    #ktZeroyContactForm textarea:focus {\n      border-color: #7c3aed !important;\n      box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.14) !important;\n    }\n\n    #ktZeroyContactForm button {\n      width: 100% !important;\n      padding: 13px 20px !important;\n      border: none !important;\n      border-radius: 10px !important;\n      background: #7c3aed !important;\n      color: #fff !important;\n      font-size: 15px !important;\n      font-weight: 800 !important;\n      cursor: pointer !important;\n    }\n\n    #ktFormMessage {\n      margin-top: 12px;\n      font-size: 14px;\n      text-align: center;\n      color: #475569;\n    }\n\n    \/* Powder Recycling Sustainability Section *\/\n    .sustain-section {\n      background: linear-gradient(135deg, #0f172a 0%, #312e81 55%, #4c1d95 100%);\n      color: #ffffff;\n      padding: 82px 20px;\n    }\n\n    .sustain-section h2,\n    .sustain-section h3 {\n      color: #ffffff;\n    }\n\n    .sustain-section .section-head p {\n      color: #d1d5db;\n    }\n\n    .sustain-grid {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 28px;\n      align-items: stretch;\n    }\n\n    @media (max-width: 860px) {\n      .sustain-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .sustain-main-card,\n    .sustain-side-card {\n      border-radius: 24px;\n      overflow: hidden;\n      border: 1px solid rgba(255,255,255,0.14);\n      background: rgba(255,255,255,0.08);\n      box-shadow: 0 24px 60px rgba(15,23,42,0.26);\n    }\n\n    .sustain-main-card img {\n      width: 100%;\n      height: 360px;\n      object-fit: cover;\n      display: block;\n      background: rgba(255,255,255,0.08);\n    }\n\n    .sustain-main-copy,\n    .sustain-side-card {\n      padding: 28px;\n    }\n\n    .sustain-main-copy p,\n    .sustain-side-card p {\n      color: #e5e7eb;\n      font-size: 15px;\n      line-height: 1.75;\n      margin-top: 12px;\n    }\n\n    .sustain-points {\n      display: grid;\n      gap: 16px;\n      margin-top: 20px;\n    }\n\n    .sustain-point {\n      display: grid;\n      grid-template-columns: 44px 1fr;\n      gap: 14px;\n      align-items: start;\n      padding: 16px;\n      border-radius: 16px;\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.12);\n    }\n\n    .sustain-point strong {\n      width: 44px;\n      height: 44px;\n      border-radius: 14px;\n      background: #ffffff;\n      color: #6d28d9;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 900;\n      font-size: 18px;\n    }\n\n    .sustain-point h3 {\n      font-size: 17px;\n      margin-bottom: 5px;\n    }\n\n    .sustain-point p {\n      margin: 0;\n      color: #d1d5db;\n      font-size: 14px;\n      line-height: 1.6;\n    }\n\n  <\/style>\n<section class=\"product-gallery-intro\" id=\"water-curtain-product-overview\">\n  <style>\n    #water-curtain-product-overview {\n      width: 100%;\n      padding: 70px 20px;\n      background: #ffffff;\n    }\n\n    #water-curtain-product-overview .gallery-radio {\n      display: none;\n    }\n\n    #water-curtain-product-overview .product-gallery-layout {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 36px;\n      align-items: stretch;\n    }\n\n    #water-curtain-product-overview .product-gallery-left {\n      min-width: 0;\n    }\n\n    \/* Main Image - No White Border *\/\n    #water-curtain-product-overview .main-product-image {\n      width: 100%;\n      height: 520px;\n      background: #ffffff;\n      border-radius: 18px;\n      overflow: hidden;\n      border: none;\n      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      position: relative;\n    }\n\n    #water-curtain-product-overview .main-product-image img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: none;\n      padding: 0;\n      margin: 0;\n      background: #ffffff;\n    }\n\n    #wc-img-1:checked ~ .product-gallery-layout .main-image-1,\n    #wc-img-2:checked ~ .product-gallery-layout .main-image-2,\n    #wc-img-3:checked ~ .product-gallery-layout .main-image-3,\n    #wc-img-4:checked ~ .product-gallery-layout .main-image-4,\n    #wc-img-5:checked ~ .product-gallery-layout .main-image-5 {\n      display: block;\n    }\n\n    #water-curtain-product-overview .thumbnail-gallery-wrap {\n      margin-top: 16px;\n      display: grid;\n      grid-template-columns: 44px 1fr 44px;\n      gap: 10px;\n      align-items: center;\n    }\n\n    #water-curtain-product-overview .thumbnail-gallery {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 10px;\n      overflow: hidden;\n    }\n\n    #water-curtain-product-overview .thumb-btn {\n      width: 100%;\n      height: 88px;\n      border: 1px solid #e5e7eb;\n      border-radius: 14px;\n      overflow: hidden;\n      background: #ffffff;\n      padding: 0;\n      cursor: pointer;\n      transition: all 0.25s ease;\n      display: block;\n    }\n\n    #water-curtain-product-overview .thumb-btn img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      padding: 0;\n      margin: 0;\n      background: #ffffff;\n    }\n\n    #wc-img-1:checked ~ .product-gallery-layout label[for=\"wc-img-1\"],\n    #wc-img-2:checked ~ .product-gallery-layout label[for=\"wc-img-2\"],\n    #wc-img-3:checked ~ .product-gallery-layout label[for=\"wc-img-3\"],\n    #wc-img-4:checked ~ .product-gallery-layout label[for=\"wc-img-4\"],\n    #wc-img-5:checked ~ .product-gallery-layout label[for=\"wc-img-5\"] {\n      border-color: #7c3aed;\n      box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.16);\n    }\n\n    #water-curtain-product-overview .gallery-arrow {\n      width: 44px;\n      height: 44px;\n      border-radius: 999px;\n      border: 1px solid #e5e7eb;\n      background: #ffffff;\n      color: #111827;\n      font-size: 30px;\n      line-height: 38px;\n      cursor: pointer;\n      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);\n      transition: all 0.25s ease;\n      text-align: center;\n      display: none;\n      user-select: none;\n    }\n\n    #water-curtain-product-overview .gallery-arrow:hover {\n      background: #f4eeff;\n      border-color: #c4b5fd;\n      color: #6d28d9;\n    }\n\n    #wc-img-1:checked ~ .product-gallery-layout .prev-5,\n    #wc-img-2:checked ~ .product-gallery-layout .prev-1,\n    #wc-img-3:checked ~ .product-gallery-layout .prev-2,\n    #wc-img-4:checked ~ .product-gallery-layout .prev-3,\n    #wc-img-5:checked ~ .product-gallery-layout .prev-4 {\n      display: block;\n    }\n\n    #wc-img-1:checked ~ .product-gallery-layout .next-2,\n    #wc-img-2:checked ~ .product-gallery-layout .next-3,\n    #wc-img-3:checked ~ .product-gallery-layout .next-4,\n    #wc-img-4:checked ~ .product-gallery-layout .next-5,\n    #wc-img-5:checked ~ .product-gallery-layout .next-1 {\n      display: block;\n    }\n\n    #water-curtain-product-overview .product-info-panel {\n      background: #f8fafc;\n      border: 1px solid #e5e7eb;\n      border-radius: 24px;\n      padding: 36px;\n      display: flex;\n      align-items: center;\n    }\n\n    #water-curtain-product-overview .product-info-panel h1 {\n      font-size: 36px;\n      line-height: 1.15;\n      margin: 0 0 18px;\n      color: #111827;\n      font-weight: 800;\n    }\n\n    #water-curtain-product-overview .product-info-panel p {\n      font-size: 16px;\n      line-height: 1.8;\n      color: #475569;\n      margin: 0 0 22px;\n    }\n\n    #water-curtain-product-overview .product-info-panel h3 {\n      font-size: 18px;\n      color: #111827;\n      margin: 0 0 14px;\n      font-weight: 700;\n    }\n\n    #water-curtain-product-overview .product-info-list {\n      margin: 0;\n      padding-left: 20px;\n      color: #475569;\n      line-height: 1.75;\n      font-size: 15px;\n    }\n\n    #water-curtain-product-overview .product-info-list li {\n      margin-bottom: 8px;\n    }\n\n    #water-curtain-product-overview .product-cta-row {\n      margin-top: 28px;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 14px;\n    }\n\n    #water-curtain-product-overview .btn-primary,\n    #water-curtain-product-overview .btn-secondary {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 46px;\n      padding: 12px 22px;\n      border-radius: 999px;\n      font-size: 15px;\n      font-weight: 700;\n      text-decoration: none;\n      transition: all 0.25s ease;\n    }\n\n    #water-curtain-product-overview .btn-primary {\n      background: #7c3aed;\n      color: #ffffff;\n    }\n\n    #water-curtain-product-overview .btn-primary:hover {\n      background: #6d28d9;\n      color: #ffffff;\n    }\n\n    #water-curtain-product-overview .btn-secondary {\n      background: #ffffff;\n      color: #111827;\n      border: 1px solid #e5e7eb;\n    }\n\n    #water-curtain-product-overview .btn-secondary:hover {\n      background: #f4eeff;\n      border-color: #c4b5fd;\n      color: #6d28d9;\n    }\n\n    @media (max-width: 1024px) {\n      #water-curtain-product-overview .product-gallery-layout {\n        grid-template-columns: 1fr;\n      }\n\n      #water-curtain-product-overview .main-product-image {\n        height: 440px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      #water-curtain-product-overview {\n        padding: 45px 16px;\n      }\n\n      #water-curtain-product-overview .main-product-image {\n        height: 340px;\n        border-radius: 16px;\n      }\n\n      #water-curtain-product-overview .thumbnail-gallery-wrap {\n        grid-template-columns: 38px 1fr 38px;\n      }\n\n      #water-curtain-product-overview .thumbnail-gallery {\n        grid-template-columns: repeat(5, 74px);\n        overflow-x: auto;\n        padding-bottom: 4px;\n      }\n\n      #water-curtain-product-overview .thumb-btn {\n        height: 74px;\n      }\n\n      #water-curtain-product-overview .gallery-arrow {\n        width: 38px;\n        height: 38px;\n        font-size: 26px;\n        line-height: 32px;\n      }\n\n      #water-curtain-product-overview .product-info-panel {\n        padding: 26px 22px;\n        border-radius: 20px;\n      }\n\n      #water-curtain-product-overview .product-info-panel h1 {\n        font-size: 28px;\n      }\n\n      #water-curtain-product-overview .product-cta-row {\n        flex-direction: column;\n      }\n\n      #water-curtain-product-overview .btn-primary,\n      #water-curtain-product-overview .btn-secondary {\n        width: 100%;\n      }\n    }\n  <\/style>\n\n  <input class=\"gallery-radio\" type=\"radio\" name=\"water-curtain-gallery\" id=\"wc-img-1\" checked>\n  <input class=\"gallery-radio\" type=\"radio\" name=\"water-curtain-gallery\" id=\"wc-img-2\">\n  <input class=\"gallery-radio\" type=\"radio\" name=\"water-curtain-gallery\" id=\"wc-img-3\">\n  <input class=\"gallery-radio\" type=\"radio\" name=\"water-curtain-gallery\" id=\"wc-img-4\">\n  <input class=\"gallery-radio\" type=\"radio\" name=\"water-curtain-gallery\" id=\"wc-img-5\">\n\n  <div class=\"product-gallery-layout\">\n    <div class=\"product-gallery-left\">\n      <div class=\"main-product-image\">\n        <img decoding=\"async\" class=\"main-image-1\"\n             src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet.png\"\n             alt=\"Paint spraying water curtain cabinet full system front view\"\n             loading=\"eager\">\n\n        <a href=\"\/powder-coating-booth\/\"><img decoding=\"async\" class=\"main-image-2\"\n             src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet2.png\"\n             alt=\"Water curtain plate and paint mist capture structure inside spray booth\"\n             loading=\"lazy\"><\/a>\n\n        <img decoding=\"async\" class=\"main-image-3\"\n             src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet3.png\"\n             alt=\"Water circulation system and water tank for paint spraying cabinet\"\n             loading=\"lazy\">\n\n        <img decoding=\"async\" class=\"main-image-4\"\n             src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet4.png\"\n             alt=\"Operator spraying workpiece in water curtain paint spray cabinet\"\n             loading=\"lazy\">\n\n        <img decoding=\"async\" class=\"main-image-5\"\n             src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet5.png\"\n             alt=\"Paint spraying water curtain cabinet exhaust and filtration system layout\"\n             loading=\"lazy\">\n      <\/div>\n\n      <div class=\"thumbnail-gallery-wrap\">\n        <div>\n          <label class=\"gallery-arrow prev-1\" for=\"wc-img-1\">\u2039<\/label>\n          <label class=\"gallery-arrow prev-2\" for=\"wc-img-2\">\u2039<\/label>\n          <label class=\"gallery-arrow prev-3\" for=\"wc-img-3\">\u2039<\/label>\n          <label class=\"gallery-arrow prev-4\" for=\"wc-img-4\">\u2039<\/label>\n          <label class=\"gallery-arrow prev-5\" for=\"wc-img-5\">\u2039<\/label>\n        <\/div>\n\n        <div class=\"thumbnail-gallery\" aria-label=\"Paint spraying water curtain cabinet product image thumbnails\">\n          <label class=\"thumb-btn\" for=\"wc-img-1\">\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet.png\"\n                 alt=\"Paint spraying water curtain cabinet complete front view\">\n          <\/label>\n\n          <label class=\"thumb-btn\" for=\"wc-img-2\">\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet2.png\"\n                 alt=\"Water curtain plate and paint mist capture structure inside spray booth\">\n          <\/label>\n\n          <label class=\"thumb-btn\" for=\"wc-img-3\">\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet3.png\"\n                 alt=\"Water circulation system and water tank for paint spraying cabinet\">\n          <\/label>\n\n          <label class=\"thumb-btn\" for=\"wc-img-4\">\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet4.png\"\n                 alt=\"Operator spraying workpiece in water curtain paint spray cabinet\">\n          <\/label>\n\n          <label class=\"thumb-btn\" for=\"wc-img-5\">\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet5.png\"\n                 alt=\"Paint spraying water curtain cabinet exhaust and filtration system layout\">\n          <\/label>\n        <\/div>\n\n        <div>\n          <label class=\"gallery-arrow next-1\" for=\"wc-img-1\">\u203a<\/label>\n          <label class=\"gallery-arrow next-2\" for=\"wc-img-2\">\u203a<\/label>\n          <label class=\"gallery-arrow next-3\" for=\"wc-img-3\">\u203a<\/label>\n          <label class=\"gallery-arrow next-4\" for=\"wc-img-4\">\u203a<\/label>\n          <label class=\"gallery-arrow next-5\" for=\"wc-img-5\">\u203a<\/label>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"product-info-panel\">\n      <div>\n        <h1>Paint Spraying Water Curtain Cabinet<\/h1>\n\n        <p>\n          The Paint Spraying Water Curtain Cabinet is designed to capture paint mist and purify exhaust gas during wet painting operations. It uses a continuous water curtain, water circulation, and exhaust airflow to separate paint particles from air and improve the painting workshop environment.\n        <\/p>\n\n        <h3>Core system advantages:<\/h3>\n\n        <ul class=\"product-info-list\">\n          <li>Water curtain captures paint mist and reduces paint overspray diffusion.<\/li>\n          <li>Purification structure helps discharge cleaner gas after gas-water separation.<\/li>\n          <li>Water circulation system supports continuous operation and paint residue collection.<\/li>\n          <li>Compact structure is suitable for workshops with limited painting space.<\/li>\n          <li>Stainless steel and <a href=\"\/electrostatic-powder-coating-line-solutions\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">electrostatic<\/a>ally sprayed cabinet options provide corrosion and rust resistance.<\/li>\n        <\/ul>\n\n        <div class=\"product-cta-row\">\n          <a href=\"#kt-contact-popup\" onclick=\"setSource('Gallery Intro - Request Technical Specifications')\" class=\"btn-primary\">Request Technical Specifications<\/a>\n          <a href=\"#buying-guide\" class=\"btn-secondary\">Read Buying Guide<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  window.waterCurtainCurrentIndex = 0;\n\n  window.getWaterCurtainThumbs = function () {\n    return Array.from(document.querySelectorAll('#product-overview .thumb-btn'));\n  };\n\n  window.changeWaterCurtainImage = function (button, index) {\n    var mainImage = document.getElementById('waterCurtainMainImage');\n    var thumbs = window.getWaterCurtainThumbs();\n\n    if (!mainImage || !button) {\n      return false;\n    }\n\n    var largeImage = button.getAttribute('data-large');\n    var imageAlt = button.getAttribute('data-alt');\n\n    mainImage.setAttribute('src', largeImage);\n    mainImage.setAttribute('alt', imageAlt);\n\n    thumbs.forEach(function (thumb) {\n      thumb.classList.remove('active');\n    });\n\n    button.classList.add('active');\n    window.waterCurtainCurrentIndex = index;\n\n    return false;\n  };\n\n  window.waterCurtainPrevImage = function () {\n    var thumbs = window.getWaterCurtainThumbs();\n\n    if (!thumbs.length) {\n      return false;\n    }\n\n    window.waterCurtainCurrentIndex =\n      window.waterCurtainCurrentIndex <= 0\n        ? thumbs.length - 1\n        : window.waterCurtainCurrentIndex - 1;\n\n    return window.changeWaterCurtainImage(\n      thumbs[window.waterCurtainCurrentIndex],\n      window.waterCurtainCurrentIndex\n    );\n  };\n\n  window.waterCurtainNextImage = function () {\n    var thumbs = window.getWaterCurtainThumbs();\n\n    if (!thumbs.length) {\n      return false;\n    }\n\n    window.waterCurtainCurrentIndex =\n      window.waterCurtainCurrentIndex >= thumbs.length - 1\n        ? 0\n        : window.waterCurtainCurrentIndex + 1;\n\n    return window.changeWaterCurtainImage(\n      thumbs[window.waterCurtainCurrentIndex],\n      window.waterCurtainCurrentIndex\n    );\n  };\n<\/script>\n\n<script>\n  let waterCurtainCurrentIndex = 0;\n\n  function getWaterCurtainThumbs() {\n    return Array.from(document.querySelectorAll('#product-overview .thumb-btn'));\n  }\n\n  function changeWaterCurtainImage(button, index) {\n    const mainImage = document.getElementById('waterCurtainMainImage');\n    const thumbs = getWaterCurtainThumbs();\n\n    if (!mainImage || !button) return;\n\n    const largeImage = button.getAttribute('data-large');\n    const imageAlt = button.getAttribute('data-alt');\n\n    mainImage.setAttribute('src', largeImage);\n    mainImage.setAttribute('alt', imageAlt);\n\n    thumbs.forEach(function (thumb) {\n      thumb.classList.remove('active');\n    });\n\n    button.classList.add('active');\n    waterCurtainCurrentIndex = index;\n  }\n\n  function waterCurtainPrevImage() {\n    const thumbs = getWaterCurtainThumbs();\n    if (!thumbs.length) return;\n\n    waterCurtainCurrentIndex = waterCurtainCurrentIndex <= 0\n      ? thumbs.length - 1\n      : waterCurtainCurrentIndex - 1;\n\n    changeWaterCurtainImage(thumbs[waterCurtainCurrentIndex], waterCurtainCurrentIndex);\n  }\n\n  function waterCurtainNextImage() {\n    const thumbs = getWaterCurtainThumbs();\n    if (!thumbs.length) return;\n\n    waterCurtainCurrentIndex = waterCurtainCurrentIndex >= thumbs.length - 1\n      ? 0\n      : waterCurtainCurrentIndex + 1;\n\n    changeWaterCurtainImage(thumbs[waterCurtainCurrentIndex], waterCurtainCurrentIndex);\n  }\n<\/script>\n\n<section class=\"stats-strip\">\n  <div class=\"stats-strip-grid\">\n    <div class=\"stats-strip-item\">\n      <strong>Water<\/strong>\n      <span>Water curtain captures paint mist through water film and viscosity<\/span>\n    <\/div>\n    <div class=\"stats-strip-item\">\n      <strong>99%+<\/strong>\n      <span>Waste paint removal can reach high efficiency under proper operation<\/span>\n    <\/div>\n    <div class=\"stats-strip-item\">\n      <strong>Eco<\/strong>\n      <span>Reduces paint mist diffusion and supports cleaner painting operation<\/span>\n    <\/div>\n    <div class=\"stats-strip-item\">\n      <strong>Safe<\/strong>\n      <span>Helps protect operators when combined with PPE and exhaust design<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"sustain-section\" id=\"purification\">\n  <div class=\"section-head\">\n    <div class=\"section-eyebrow\">Paint Mist Purification<\/div>\n    <h2>Water Curtain Capture for Cleaner, Safer, and More Eco-Friendly Painting<\/h2>\n    <p>\n      The core value of a water curtain cabinet is paint mist control. It helps capture overspray, reduce paint residue in the air, protect operator health, and support environmental protection in wet painting workshops.\n    <\/p>\n  <\/div>\n\n  <div class=\"sustain-grid\">\n    <div class=\"sustain-main-card\">\n      <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Designed-for-Paint-Mist-Capture-and-Exhaust-Purification.png\" alt=\"Water curtain paint mist purification system for eco-friendly spraying workshop\" loading=\"lazy\">\n      <div class=\"sustain-main-copy\">\n        <h3>Designed for Paint Mist Capture and Exhaust Purification<\/h3>\n        <p>\n          During spraying, paint mist and odor move toward the water curtain under airflow. The water film mixes with paint mist particles, separates them from the air, and sends paint residue into the water tank for later treatment.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"sustain-side-card\">\n      <h3>Why This Cabinet Matters<\/h3>\n      <p>\n        It is not only a <a href=\"\/powder-coating-booth\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">spray booth<\/a> body. It is a wet purification system that combines water curtain capture, water circulation, gas-water separation, and exhaust discharge to improve workshop cleanliness and painting quality.\n      <\/p>\n\n      <div class=\"sustain-points\">\n        <div class=\"sustain-point\">\n          <strong>01<\/strong>\n          <div>\n            <h3>Paint Mist Capture<\/h3>\n            <p>Water curtain blocks and absorbs paint mist generated during spraying operation.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"sustain-point\">\n          <strong>02<\/strong>\n          <div>\n            <h3>Air Purification<\/h3>\n            <p>Paint particles are separated from airflow before purified gas is discharged.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"sustain-point\">\n          <strong>03<\/strong>\n          <div>\n            <h3>Operator Protection<\/h3>\n            <p>Reduces paint mist spread in the working area when used with proper PPE and ventilation.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"sustain-point\">\n          <strong>04<\/strong>\n          <div>\n            <h3>Environmental Support<\/h3>\n            <p>Helps reduce the impact of paint overspray and waste paint on the workshop environment.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding zigzag-section\" id=\"product-details\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">Product Details<\/div>\n      <h2>Water Curtain Cabinet for Paint Mist Control and Wet Spray Purification<\/h2>\n      <p>The cabinet combines water curtain plate, water tank, water circulation system, exhaust system, and durable cabinet body to support safer and cleaner painting operations.<\/p>\n    <\/div>\n\n    <div class=\"zigzag-row\">\n      <div class=\"zigzag-img\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Water-Curtain-Captures-Paint-Mist.png\" alt=\"Working principle of paint spraying water curtain cabinet capturing paint mist\" loading=\"lazy\">\n      <\/div>\n      <div class=\"zigzag-text\">\n        <h2>Working Principle: Water Curtain Captures Paint Mist<\/h2>\n        <p>The paint spraying water curtain cabinet uses a continuous water curtain to capture and filter paint mist and exhaust gas. When spraying starts, paint mist and odor are guided toward the water curtain by airflow.<\/p>\n        <p>The membrane effect and viscosity of water help mix with paint mist particles. These particles separate from the air and fall into the water tank for later collection and treatment.<\/p>\n        <ul class=\"feature-list\">\n          <li>Water curtain blocks paint mist generated by the <a href=\"\/spraying-equipment\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">spray gun<\/a><\/li>\n          <li>Paint particles mix with water film and separate from air<\/li>\n          <li>Waste paint flows into the water tank for centralized treatment<\/li>\n          <li>Purified gas is discharged after gas-water separation<\/li>\n        <\/ul>\n        <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Product Details - Working Principle')\" class=\"btn-primary\">Request Purification Layout<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"zigzag-row reverse\">\n      <div class=\"zigzag-text\">\n        <h2>Structural Composition for Continuous Wet Purification<\/h2>\n        <p>The water curtain cabinet is usually composed of a pool, water curtain plate, top plate, side plates, water circulation system, and exhaust system.<\/p>\n        <p>The pool collects paint mist and wastewater. The water curtain plate forms a uniform water curtain. The water circulation system keeps water moving continuously, and the exhaust system discharges filtered air to the outside.<\/p>\n        <ul class=\"feature-list\">\n          <li>Water tank collects paint residue and wastewater<\/li>\n          <li>Water curtain plate forms a stable water film<\/li>\n          <li>Top and side plates create the main cabinet structure<\/li>\n          <li>Water circulation and exhaust systems support continuous operation<\/li>\n        <\/ul>\n        <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Product Details - Structural Composition')\" class=\"btn-primary\">Get Cabinet Structure Drawing<\/a>\n      <\/div>\n      <div class=\"zigzag-img\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Structural-Composition-for-Continuous-Wet-Purification.png\" alt=\"Structural composition of water curtain spray booth with tank, water curtain plate, and exhaust system\" loading=\"lazy\">\n      <\/div>\n    <\/div>\n\n    <div class=\"zigzag-row\">\n      <div class=\"zigzag-img\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Durable-Materials-for-Wet-Painting-Conditions.png\" alt=\"Stainless steel water tank and durable cabinet body for paint spraying water curtain cabinet\" loading=\"lazy\">\n      <\/div>\n      <div class=\"zigzag-text\">\n        <h2>Durable Materials for Wet Painting Conditions<\/h2>\n        <p>The cabinet body is usually made of stainless steel or electrostatically sprayed and painted metal structure. This gives the cabinet good corrosion resistance and rust resistance in wet painting environments.<\/p>\n        <p>Water tanks and overflow tanks are often made from stainless steel plates to improve service life and ensure stable equipment operation.<\/p>\n        <ul class=\"feature-list\">\n          <li>Stainless steel cabinet and tank options<\/li>\n          <li>Electrostatically sprayed and painted cabinet surface<\/li>\n          <li>Corrosion-resistant structure for water and paint residue<\/li>\n          <li>Designed for long-term stable workshop operation<\/li>\n        <\/ul>\n        <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Product Details - Materials')\" class=\"btn-primary\">Ask About Material Options<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding\" style=\"background:#f8fafc;\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">Key Advantages<\/div>\n      <h2>Core Benefits of Paint Spraying Water Curtain Cabinet<\/h2>\n      <p>These advantages help manufacturers improve painting environment, reduce paint mist diffusion, protect operators, and improve sprayed product quality.<\/p>\n    <\/div>\n\n    <div class=\"card-grid\">\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Environmental-Performance-2.png\" alt=\"Environmental performance of paint spraying water curtain cabinet\">\n        <h3>Environmental Performance<\/h3>\n        <p>Reduces paint mist spread and supports cleaner exhaust treatment in the painting workshop.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Purification-Effect.png\" alt=\"Purification effect of water curtain spray booth\">\n        <h3>Purification Effect<\/h3>\n        <p>Water curtain and gas-water separation help capture paint mist particles from the air.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Easy-Operation-1.png\" alt=\"Easy operation water curtain cabinet control\">\n        <h3>Easy Operation<\/h3>\n        <p>Simple operating process helps workers quickly start spraying, exhaust, and water circulation.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Safe-and-Stable-1.png\" alt=\"Safe and stable water curtain spray booth structure\">\n        <h3>Safe and Stable<\/h3>\n        <p>Stable cabinet structure and exhaust design help create a safer painting environment.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Compact-Structure-1.png\" alt=\"Compact structure paint spraying water curtain cabinet\">\n        <h3>Compact Structure<\/h3>\n        <p>Compact design is suitable for painting workshops with limited floor space.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Easy-Maintenance-1.png\" alt=\"Easy maintenance water tank and water curtain plate\">\n        <h3>Easy Maintenance<\/h3>\n        <p>Water tank, water curtain plate, and circulation components are designed for routine cleaning.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Energy-Saving-1.png\" alt=\"Energy saving and environmental water curtain cabinet\">\n        <h3>Energy Saving<\/h3>\n        <p>Reasonable water circulation and exhaust configuration help control operating cost.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Wide-Application-1.png\" alt=\"Wide application paint spraying water curtain cabinet\">\n        <h3>Wide Application<\/h3>\n        <p>Suitable for furniture, hardware, machinery parts, metal components, and general spray painting.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Improve-Product-Quality.png\" alt=\"Improve product quality in paint spraying cabinet\">\n        <h3>Improve Product Quality<\/h3>\n        <p>A cleaner spraying environment helps reduce surface contamination and improve finish quality.<\/p>\n      <\/div>\n      <div class=\"feature-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Scalable-Configuration.png\" alt=\"Scalable water curtain spray cabinet for future capacity expansion\">\n        <h3>Scalable Configuration<\/h3>\n        <p>Cabinet size, exhaust air volume, and water circulation can be customized for process upgrades.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding\" id=\"working-principle\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">Working Principle<\/div>\n      <h2>How the Water Curtain Cabinet Separates Paint Mist from Air<\/h2>\n      <p>Paint mist purification is completed through airflow guidance, water curtain capture, water tank collection, gas-water separation, and exhaust discharge.<\/p>\n    <\/div>\n\n    <div class=\"knowledge-layout\">\n      <div class=\"knowledge-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Mist-Capture-Process-1.png\" alt=\"Working principle diagram of paint spraying water curtain cabinet with water curtain, tank, exhaust, and gas-water separation\">\n      <\/div>\n\n      <div class=\"knowledge-card\">\n        <h3>Paint Mist Capture Process<\/h3>\n        <p>When the spray gun sprays paint onto the workpiece, part of the paint mist moves with the exhaust airflow. The water curtain blocks this mist and mixes water with paint particles.<\/p>\n        <p>Paint residue flows into the water tank. The air continues through gas-water separation and exhaust treatment before being discharged outside.<\/p>\n\n        <ul class=\"number-list\">\n          <li><b>1<\/b><span><strong>Spraying:<\/strong> Paint mist and odor are generated when the spray gun coats the workpiece.<\/span><\/li>\n          <li><b>2<\/b><span><strong>Water curtain capture:<\/strong> Paint mist is blocked and mixed by the water curtain film.<\/span><\/li>\n          <li><b>3<\/b><span><strong>Particle separation:<\/strong> Paint particles separate from the air and fall into the water tank.<\/span><\/li>\n          <li><b>4<\/b><span><strong>Water circulation:<\/strong> Circulating water keeps the water curtain continuous and stable.<\/span><\/li>\n          <li><b>5<\/b><span><strong>Gas-water separation:<\/strong> Purified gas passes through separation before discharge.<\/span><\/li>\n          <li><b>6<\/b><span><strong>Residue treatment:<\/strong> Floating paint residue is collected and treated centrally.<\/span><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding timeline-section\" id=\"usage-method\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">Usage Method<\/div>\n      <h2>Standard Usage Method for Paint Spraying Water Curtain Cabinet<\/h2>\n      <p>A correct operating process helps maintain purification efficiency, painting quality, and operator safety during daily spraying work.<\/p>\n    <\/div>\n\n    <div class=\"timeline\">\n      <div class=\"timeline-item\">\n        <h3>Step 1: Preparation<\/h3>\n        <p>Confirm that the cabinet is installed correctly and that the chamber body, water tank, water curtain plate, water circulation system, and exhaust filtration system are in normal condition. Check power and water connections, then add suitable water and paint coagulant when needed.<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <h3>Step 2: Operation Steps<\/h3>\n        <p>Place the workpiece on the workbench. The operator uses a handheld or fixed spray gun to spray the workpiece. During spraying, excess paint mist is attracted by the water curtain and further purified through the water curtain and exhaust structure.<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <h3>Step 3: Paint Mist Collection<\/h3>\n        <p>The purified gas is discharged outside through the gas-water separation device. Waste paint mixes with water and flows into the water tank for later collection and centralized treatment.<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <h3>Step 4: Maintenance and Cleaning<\/h3>\n        <p>Regularly check and clean the water circulation system. When paint residue floats to the water surface, scoop it out with a container for centralized treatment. Change water according to usage to maintain purification effect.<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <h3>Step 5: Safety Precautions<\/h3>\n        <p>Operators should wear protective glasses, gloves, and masks. Before operation, check whether the fan rotates forward to ensure exhaust gas can be discharged effectively. Follow all safety regulations during spraying.<\/p>\n      <\/div>\n      <div class=\"timeline-item\">\n        <h3>Step 6: Shutdown and Maintenance<\/h3>\n        <p>After use, turn off all equipment and perform daily maintenance checks. If any abnormality is found, stop the equipment immediately for inspection and repair.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding spec-section\" id=\"specs\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">Technical Parameters<\/div>\n      <h2>Paint Spraying Water Curtain Cabinet Reference Configuration<\/h2>\n      <p>Exact cabinet size, air volume, water circulation system, tank size, material, and exhaust design should be customized according to painting volume and workpiece size.<\/p>\n    <\/div>\n\n    <div class=\"spec-layout\">\n      <div class=\"spec-image-card\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Parameter-Reference-Specification.png\" alt=\"Technical layout of paint spraying water curtain cabinet with water tank and exhaust system\">\n        <div>\n          <h3>Custom Painting Booth Layout<\/h3>\n          <p>Send workpiece size, paint type, spraying volume, workshop layout, exhaust requirement, and environmental standard. A customized water curtain cabinet layout can be prepared for quotation.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"spec-table-wrap\">\n        <table>\n          <thead>\n            <tr>\n              <th>Parameter<\/th>\n              <th>Reference Specification<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>Equipment Type<\/td>\n              <td>Paint spraying water curtain cabinet \/ wet paint spray booth \/ water curtain spray cabinet<\/td>\n            <\/tr>\n            <tr>\n              <td>Main Function<\/td>\n              <td>Paint mist capture, exhaust gas purification, water circulation, and waste paint collection<\/td>\n            <\/tr>\n            <tr>\n              <td>Working Principle<\/td>\n              <td>Water curtain captures paint mist; particles separate from air and fall into the water tank<\/td>\n            <\/tr>\n            <tr>\n              <td>Main Components<\/td>\n              <td>Pool, water curtain plate, top plate, side plates, water circulation system, exhaust system, gas-water separation device<\/td>\n            <\/tr>\n            <tr>\n              <td>Cabinet Material<\/td>\n              <td>Stainless steel, electrostatically sprayed painted steel, or customized corrosion-resistant structure<\/td>\n            <\/tr>\n            <tr>\n              <td>Water System<\/td>\n              <td>Water tank, overflow tank, circulating pump, water curtain plate, and optional paint coagulant process<\/td>\n            <\/tr>\n            <tr>\n              <td>Exhaust System<\/td>\n              <td>Fan and exhaust duct designed according to air volume and workshop purification requirement<\/td>\n            <\/tr>\n            <tr>\n              <td>Maintenance Focus<\/td>\n              <td>Water quality, paint residue removal, tank cleaning, pump inspection, fan direction, spray gun cleaning<\/td>\n            <\/tr>\n            <tr>\n              <td>Safety Design<\/td>\n              <td>Electrical safety, stable structure, protective equipment, fan inspection, and safe operation procedures<\/td>\n            <\/tr>\n            <tr>\n              <td>Customization<\/td>\n              <td>Cabinet size, water tank capacity, water curtain width, air volume, material, workbench, and exhaust system can be customized<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <div class=\"note-box\">\n      <strong>Engineering note:<\/strong> Purification performance depends on air volume, water curtain uniformity, water quality, paint type, spraying volume, coagulant use, gas-water separation design, fan performance, and maintenance frequency.\n    <\/div>\n\n    <div style=\"text-align:center;margin-top:36px;\">\n      <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Specifications - Request Custom Config')\" class=\"btn-primary\">Request Custom Technical Configuration<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding kt-buying-guide-section\" id=\"buying-guide\">\n  <div class=\"container\">\n\n    <div class=\"kt-guide-header\">\n      <div>\n        <div class=\"section-eyebrow\">Complete Buying Guide<\/div>\n        <h2>The Complete Purchasing Guide for Paint Spraying Water Curtain Cabinets<\/h2>\n        <p>Buying a water curtain cabinet should not be based only on cabinet price. A good decision should evaluate air volume, paint mist purification effect, water circulation, cabinet material, maintenance convenience, safety, environmental compliance, energy consumption, and long-term operating cost.<\/p>\n        <p>This guide helps buyers compare key technical factors before requesting a quotation or confirming a spray painting booth layout.<\/p>\n      <\/div>\n\n      <div class=\"kt-guide-header-image\">\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/The-Complete-Purchasing-Guide-for-Paint-Spraying-Water-Curtain-Cabinets.png\" alt=\"Engineer reviewing paint spraying water curtain cabinet layout and exhaust design\" loading=\"lazy\">\n      <\/div>\n    <\/div>\n\n    <div class=\"kt-guide-layout\">\n      <aside class=\"kt-guide-sidebar\">\n        <div class=\"kt-guide-sidebar-image\">\n          <img decoding=\"async\" src=\"https:\/\/placehold.co\/520x320\/111827\/111827.png\" alt=\"Purchasing checklist for paint spraying water curtain cabinet project\" loading=\"lazy\">\n        <\/div>\n\n        <h3>Before You Request a Quotation<\/h3>\n        <p>Prepare these details first. Clear requirements help the supplier match the cabinet to your real painting process.<\/p>\n\n        <ul class=\"kt-guide-checklist\">\n          <li>Workpiece size, weight, and spraying position<\/li>\n          <li>Paint type, spraying volume, and paint mist load<\/li>\n          <li>Required air volume and exhaust duct condition<\/li>\n          <li>Workshop layout and available installation space<\/li>\n          <li>Environmental emission and purification requirements<\/li>\n          <li>Water source, drainage, and water treatment conditions<\/li>\n          <li>Material preference: stainless steel or painted steel<\/li>\n          <li>Future capacity expansion or process upgrade plan<\/li>\n        <\/ul>\n\n        <div class=\"kt-guide-sidebar-cta\">\n          <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Buying Guide Sidebar - Send Requirements')\">Send Project Requirements<\/a>\n        <\/div>\n      <\/aside>\n\n      <div class=\"kt-guide-content-grid\">\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">01<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Confirm-Workpiece-Size-and-Painting-Process.png\" alt=\"Workpiece size and water curtain cabinet selection\" loading=\"lazy\">\n          <\/div>\n          <div>\n            <h3>Confirm Workpiece Size and Painting Process<\/h3>\n            <p>The cabinet opening, workbench, water curtain width, and exhaust design should match the workpiece and spray gun operation area.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Maximum workpiece length, width, and height<\/li>\n              <li>Manual or fixed spray gun operation<\/li>\n              <li>Paint mist load and spraying direction<\/li>\n              <li>Single-piece, batch, or continuous painting<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">02<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Evaluate-Exhaust-Gas-Treatment-Capacity.png\" alt=\"Air volume and exhaust treatment capacity for water curtain cabinet\">\n          <\/div>\n          <div>\n            <h3>Evaluate Exhaust Gas Treatment Capacity<\/h3>\n            <p>Air volume and exhaust design must match painting scale. Insufficient air volume can reduce purification performance and affect operator environment.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Required air volume and fan capacity<\/li>\n              <li>Exhaust duct size and route<\/li>\n              <li>Gas-water separation effect<\/li>\n              <li>Workshop ventilation balance<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">03<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Check-Water-Curtain-Uniformity.png\" alt=\"Water curtain uniformity and purification effect\">\n          <\/div>\n          <div>\n            <h3>Check Water Curtain Uniformity<\/h3>\n            <p>The water curtain plate should create a stable and uniform water film. Uneven water curtain flow can reduce paint mist capture efficiency.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Water curtain plate design<\/li>\n              <li>Water flow stability<\/li>\n              <li>Circulating pump configuration<\/li>\n              <li>Water tank and overflow tank structure<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">04<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Choose-Durable-Cabinet-Material.png\" alt=\"Stainless steel and corrosion-resistant cabinet material\">\n          <\/div>\n          <div>\n            <h3>Choose Durable Cabinet Material<\/h3>\n            <p>Painting environments involve water, paint residue, and cleaning work. Material quality affects service life, rust resistance, and maintenance cost.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Stainless steel cabinet and water tank options<\/li>\n              <li>Electrostatically sprayed painted structure<\/li>\n              <li>Corrosion and rust resistance<\/li>\n              <li>Manufacturing quality and sealing<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">05<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Plan-Water-Treatment-and-Paint-Residue-Handling.png\" alt=\"Water treatment and paint residue collection in water curtain cabinet\">\n          <\/div>\n          <div>\n            <h3>Plan Water Treatment and Paint Residue Handling<\/h3>\n            <p>Paint residue must be collected and treated properly. Water quality, coagulant use, residue removal, and water replacement frequency affect purification effect.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Paint coagulant requirement<\/li>\n              <li>Floating residue collection method<\/li>\n              <li>Water tank cleaning schedule<\/li>\n              <li>Wastewater treatment and disposal rules<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">06<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Review-Safety-and-Environmental-Compliance.png\" alt=\"Safety and environmental compliance for water curtain spray booth\">\n          <\/div>\n          <div>\n            <h3>Review Safety and Environmental Compliance<\/h3>\n            <p>The cabinet should meet local safety and environmental standards. Operators should use PPE and follow proper startup, spraying, and shutdown procedures.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Electrical safety and structural stability<\/li>\n              <li>Operator PPE and ventilation<\/li>\n              <li>Fan direction and exhaust performance<\/li>\n              <li>Local emission and wastewater rules<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">07<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Evaluate-Operation-and-Maintenance-Convenience.png\" alt=\"Maintenance access for water curtain cabinet pump, tank, and fan\">\n          <\/div>\n          <div>\n            <h3>Evaluate Operation and Maintenance Convenience<\/h3>\n            <p>Daily cleaning affects purification effect. Check access to the water tank, pump, water curtain plate, exhaust fan, and paint residue collection area.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Water tank cleaning access<\/li>\n              <li>Water circulation pump maintenance<\/li>\n              <li>Fan and exhaust inspection<\/li>\n              <li>Spray gun cleaning and booth housekeeping<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"kt-guide-card\">\n          <div class=\"kt-guide-card-image\">\n            <span class=\"kt-guide-step\">08<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Compare-Cost-Effectiveness-and-Supplier-Support.png\" alt=\"Water curtain cabinet quotation and supplier support review\">\n          <\/div>\n          <div>\n            <h3>Compare Cost-Effectiveness and Supplier Support<\/h3>\n            <p>Do not compare only purchase price. Also evaluate energy consumption, water treatment cost, maintenance cost, cabinet life, technical support, and after-sales service.<\/p>\n            <ul class=\"kt-guide-points\">\n              <li>Purchase and installation cost<\/li>\n              <li>Fan and pump energy consumption<\/li>\n              <li>Maintenance and residue treatment cost<\/li>\n              <li>Supplier service and spare parts support<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <div class=\"kt-guide-comparison\">\n      <div class=\"kt-guide-comparison-head\">\n        <div>\n          <h3>Quick Buyer Comparison Table<\/h3>\n          <p>Use this table to evaluate whether a paint spraying water curtain cabinet matches your painting workshop requirement.<\/p>\n        <\/div>\n        <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/06\/Paint-Spraying-Water-Curtain-Cabinet2.png\" alt=\"Buyer comparing paint spraying water curtain cabinet quotation and workshop layout\" loading=\"lazy\">\n      <\/div>\n\n      <div class=\"kt-guide-table-wrap\">\n        <table>\n          <thead>\n            <tr>\n              <th>Buying Factor<\/th>\n              <th>What to Check<\/th>\n              <th>Why It Matters<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>Air Volume<\/td>\n              <td>Fan capacity, exhaust duct, workshop ventilation<\/td>\n              <td>Affects paint mist capture and operator environment<\/td>\n            <\/tr>\n            <tr>\n              <td>Water Curtain<\/td>\n              <td>Water curtain plate, flow uniformity, pump capacity<\/td>\n              <td>Determines paint mist capture and purification effect<\/td>\n            <\/tr>\n            <tr>\n              <td>Cabinet Material<\/td>\n              <td>Stainless steel, painted steel, corrosion resistance<\/td>\n              <td>Affects durability and long-term maintenance cost<\/td>\n            <\/tr>\n            <tr>\n              <td>Water Treatment<\/td>\n              <td>Coagulant, residue collection, water replacement<\/td>\n              <td>Maintains purification effect and supports waste treatment<\/td>\n            <\/tr>\n            <tr>\n              <td>Safety<\/td>\n              <td>Electrical safety, PPE, fan direction, stable structure<\/td>\n              <td>Protects operators and supports safe spraying operation<\/td>\n            <\/tr>\n            <tr>\n              <td>Supplier Support<\/td>\n              <td>Training, spare parts, after-sales service<\/td>\n              <td>Improves long-term reliability and reduces downtime<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <div class=\"kt-guide-final-cta\">\n      <div>\n        <h3>Need a purchasing recommendation for your water curtain cabinet?<\/h3>\n        <p>Send your workpiece photos, paint type, spraying volume, workshop layout, exhaust requirement, and environmental standard. We can help you select the right paint spraying water curtain cabinet configuration.<\/p>\n        <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('Buying Guide Bottom - Get Recommendation')\">Get Configuration Advice<\/a>\n      <\/div>\n      <img decoding=\"async\" src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2026\/05\/behind-the-scenes-of-our-factory-1.webp\" alt=\"Engineer discussing customized paint spraying water curtain cabinet solution with buyer\" loading=\"lazy\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"section-padding faq-section\" id=\"faq\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <div class=\"section-eyebrow\">FAQ<\/div>\n      <h2>Frequently Asked Questions About Paint Spraying Water Curtain Cabinet<\/h2>\n      <p>These questions cover paint mist purification, water circulation, operation, maintenance, safety, environmental compliance, and purchasing decisions.<\/p>\n    <\/div>\n\n    <div class=\"faq-layout\">\n      <details class=\"faq-item\" open>\n        <summary>What is a paint spraying water curtain cabinet?<\/summary>\n        <div class=\"faq-answer\">\n          <p>A paint spraying water curtain cabinet is a wet spray booth that uses a water curtain to capture paint mist generated during spraying. It separates paint particles from air and helps discharge cleaner gas after purification and gas-water separation.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>How does the water curtain capture paint mist?<\/summary>\n        <div class=\"faq-answer\">\n          <p>When spraying is in progress, paint mist is guided toward the water curtain. The water film mixes with paint mist particles through water viscosity and membrane effect, causing paint particles to separate from the air and fall into the water tank.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What are the main components of the cabinet?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Main components usually include the pool, water curtain plate, top plate, side plates, water circulation system, exhaust system, gas-water separation device, and water tank.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What materials are used for the cabinet body?<\/summary>\n        <div class=\"faq-answer\">\n          <p>The cabinet body is commonly made from stainless steel or electrostatically sprayed painted steel. Water tanks and overflow tanks are often made from stainless steel plates for durability and corrosion resistance.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>Can the cabinet reduce environmental pollution?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Yes. The cabinet captures paint mist and reduces exhaust gas diffusion in the workshop. With proper water circulation, residue treatment, and exhaust design, it can reduce the environmental impact of painting operations.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What information should I provide before quotation?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Please provide workpiece size, paint type, spraying volume, workshop layout, required air volume, exhaust duct condition, material preference, and local environmental requirements.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>How should operators prepare before spraying?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Operators should check the chamber, water tank, water curtain plate, circulation system, exhaust system, power and water connections, then add suitable water and paint coagulant if needed.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>How is paint residue handled?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Paint residue mixes with water and flows into the water tank. When residue floats to the water surface, it should be scooped out for centralized treatment. Water should be replaced regularly according to usage.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What maintenance is required?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Maintenance includes cleaning the water tank, removing paint residue, checking the water circulation system, inspecting the pump and fan, cleaning spray guns, and confirming that exhaust airflow is normal.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What safety precautions are important?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Operators should wear protective glasses, gloves, and masks. Before operation, check fan direction and exhaust performance. Follow electrical safety and workshop painting safety procedures.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>Can the cabinet size be customized?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Yes. Cabinet size, workbench, water curtain width, water tank capacity, exhaust air volume, material, and filtration design can be customized according to product type and painting process.<\/p>\n        <\/div>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary>What should I check before final purchase?<\/summary>\n        <div class=\"faq-answer\">\n          <p>Check exhaust gas treatment capacity, purification efficiency, operation convenience, safety design, environmental compliance, material quality, applicability, energy consumption, scalability, price, and after-sales support.<\/p>\n        <\/div>\n      <\/details>\n    <\/div>\n\n    <div class=\"faq-bottom-cta\">\n      <h3>Still not sure which water curtain cabinet is right?<\/h3>\n      <p>Send workpiece photos, painting process, spraying volume, workshop layout, and environmental requirements. Our team can help compare water curtain cabinet, dry filter spray booth, and complete painting line options.<\/p>\n      <a href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\" onclick=\"setSource('FAQ Bottom - Ask Expert')\" class=\"btn-primary\">Ask Our Painting Equipment Expert<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<a class=\"kt-floating-contact\" href=\"https:\/\/wa.me\/8618925987762\" target=\"_blank\" rel=\"noopener\"> Contact Us<\/a>\n\n<div class=\"kt-contact-popup\" id=\"kt-contact-popup\">\n  <a class=\"kt-contact-popup-overlay\" href=\"#\"><\/a>\n  <div class=\"kt-contact-popup-box\">\n    <a class=\"kt-contact-popup-close\" href=\"#\">\u00d7<\/a>\n    <h3>Request a Custom Paint Spraying Water Curtain Cabinet Solution<\/h3>\n    <p>Tell us your workpiece size, paint type, spraying volume, and workshop layout. We will recommend a suitable water curtain cabinet configuration.<\/p>\n\n    <form id=\"ktZeroyContactForm\">\n      <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required>\n      <input type=\"text\" name=\"phone\" placeholder=\"Phone \/ WhatsApp \/ Email\" required>\n      <textarea name=\"message\" placeholder=\"Workpiece size, paint type, spraying volume, air volume, workshop layout...\" required><\/textarea>\n      <input type=\"text\" name=\"_zeroy_hp\" style=\"display:none;\">\n      <input type=\"hidden\" name=\"_zeroy_redirect\" value=\"https:\/\/www.powdercoatlinekt.com\/\">\n      <button type=\"submit\">Submit Project Requirements<\/button>\n      <div id=\"ktFormMessage\"><\/div>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\n  function setSource(source) {\n    window.ktLeadSource = source;\n  }\n\n  document.addEventListener('DOMContentLoaded', function () {\n    const mainImage = document.getElementById('waterCurtainMainImage');\n    const thumbButtons = Array.from(document.querySelectorAll('.thumbnail-gallery .thumb-btn'));\n    const prevButton = document.getElementById('waterCurtainPrev');\n    const nextButton = document.getElementById('waterCurtainNext');\n\n    let currentIndex = 0;\n\n    function showGalleryImage(index) {\n      if (!mainImage || !thumbButtons.length) return;\n\n      const safeIndex = (index + thumbButtons.length) % thumbButtons.length;\n      const activeButton = thumbButtons[safeIndex];\n      const thumbImage = activeButton.querySelector('img');\n\n      if (!thumbImage) return;\n\n      const largeImageUrl = thumbImage.getAttribute('data-large') || thumbImage.getAttribute('src');\n      const imageAlt = thumbImage.getAttribute('alt') || 'Paint spraying water curtain cabinet image';\n\n      mainImage.classList.add('is-changing');\n\n      setTimeout(function () {\n        mainImage.src = largeImageUrl;\n        mainImage.alt = imageAlt;\n\n        thumbButtons.forEach(function (button) {\n          button.classList.remove('active');\n          button.setAttribute('aria-selected', 'false');\n        });\n\n        activeButton.classList.add('active');\n        activeButton.setAttribute('aria-selected', 'true');\n        currentIndex = safeIndex;\n\n        mainImage.classList.remove('is-changing');\n      }, 120);\n    }\n\n    thumbButtons.forEach(function (button, index) {\n      button.addEventListener('click', function () {\n        showGalleryImage(index);\n      });\n    });\n\n    if (prevButton) {\n      prevButton.addEventListener('click', function () {\n        showGalleryImage(currentIndex - 1);\n      });\n    }\n\n    if (nextButton) {\n      nextButton.addEventListener('click', function () {\n        showGalleryImage(currentIndex + 1);\n      });\n    }\n\n    showGalleryImage(0);\n\n    const form = document.getElementById('ktZeroyContactForm');\n    const msg = document.getElementById('ktFormMessage');\n\n    if (form) {\n      form.addEventListener('submit', function (event) {\n        event.preventDefault();\n\n        const submitBtn = form.querySelector('button[type=\"submit\"]');\n        const formData = new FormData(form);\n\n        if (window.ktLeadSource) {\n          const message = formData.get('message') || '';\n          formData.set('message', '[' + window.ktLeadSource + '] ' + message);\n        }\n\n        if (submitBtn) {\n          submitBtn.disabled = true;\n          submitBtn.textContent = 'Submitting...';\n        }\n\n        fetch('https:\/\/www.powdercoatlinekt.com\/wp-json\/zeroy\/v1\/submissions', {\n          method: 'POST',\n          body: formData\n        })\n        .then(function (response) {\n          return response.json();\n        })\n        .then(function (result) {\n          if (result && result.success === true) {\n            window.location.href = 'https:\/\/www.powdercoatlinekt.com\/';\n          } else {\n            throw new Error('Submission failed');\n          }\n        })\n        .catch(function () {\n          if (msg) msg.textContent = 'Submission failed. Please contact us directly.';\n        })\n        .finally(function () {\n          if (submitBtn) {\n            submitBtn.disabled = false;\n            submitBtn.textContent = 'Submit Project Requirements';\n          }\n        });\n      });\n    }\n  });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>\u2039 \u2039 \u2039 \u2039 \u2039 \u203a \u203a \u203a \u203a \u203a Paint Spraying Water Curtain Cabinet The Paint Spraying Water Curtain Cabinet is designed to capture paint mist and purify exhaust gas during wet painting operations. It uses a continuous water curtain, water circulation, and exhaust airflow to separate paint particles from air and improve the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":398,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"Paint spraying water curtain cabinet by KETU \u2014 wet spray booth that captures overspray and keeps air clean. Ideal for liquid paint and manual spraying. Custom sizes. Foshan manufacturer.","_seopress_robots_index":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-06-11 09:15:36","footnotes":""},"class_list":["post-3475","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/3475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/comments?post=3475"}],"version-history":[{"count":15,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/3475\/revisions"}],"predecessor-version":[{"id":4399,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/3475\/revisions\/4399"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/media\/398"}],"wp:attachment":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/media?parent=3475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}