HiTi P310W / P322W 4x6" Media (Paper & Ribbon Print Kit) - 720 prints
.ep-p322w-media { --ep-navy: #173b5c; --ep-navy-dark: #102c45; --ep-blue: #20618f; --ep-blue-dark: #174c72; --ep-gold: #f4b52f; --ep-text: #252525; --ep-muted: #5d6973; --ep-light: #f5f8fa; --ep-light-blue: #edf5f9; --ep-border: #dce4e9; --ep-white: #ffffff; max-width: 1080px; margin: 0 auto; color: var(--ep-text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; } .ep-p322w-media * { box-sizing: border-box; } .ep-p322w-media h2, .ep-p322w-media h3 { color: var(--ep-navy); line-height: 1.25; } .ep-p322w-media h2 { margin: 42px 0 17px; font-size: clamp(25px, 3vw, 34px); } .ep-p322w-media h3 { margin: 0 0 10px; font-size: 19px; } .ep-p322w-media p { margin: 0 0 17px; } .ep-p322w-media a { color: var(--ep-blue); } .ep-p322w-media ul { margin: 12px 0 18px; padding-left: 22px; } .ep-p322w-media li { margin-bottom: 8px; } /* HERO */ .ep-p322w-media .ep-hero { position: relative; overflow: hidden; padding: clamp(27px, 5vw, 48px); margin-bottom: 22px; border: 1px solid #cfdae3; border-radius: 18px; background: linear-gradient( 135deg, var(--ep-light-blue) 0%, var(--ep-white) 68%, #fff9ed 100% ); } .ep-p322w-media .ep-hero::before { position: absolute; top: 0; left: 0; width: 7px; height: 100%; background: var(--ep-gold); content: ""; } .ep-p322w-media .ep-eyebrow { display: inline-block; margin-bottom: 12px; color: var(--ep-blue); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .ep-p322w-media .ep-hero h2 { max-width: 900px; margin: 0 0 14px; color: var(--ep-navy); font-size: clamp(27px, 4vw, 40px); } .ep-p322w-media .ep-intro { max-width: 900px; margin: 0; color: #3e4d58; font-size: 18px; } .ep-p322w-media .ep-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 25px; } .ep-p322w-media .ep-highlight { padding: 17px 13px; border: 1px solid #d3dfe7; border-radius: 11px; background: rgba(255, 255, 255, 0.96); text-align: center; } .ep-p322w-media .ep-highlight strong { display: block; color: var(--ep-navy); font-size: 17px; line-height: 1.3; } .ep-p322w-media .ep-highlight span { display: block; margin-top: 4px; color: var(--ep-muted); font-size: 13px; line-height: 1.4; } /* WHAT IS INCLUDED */ .ep-p322w-media .ep-contents { overflow: hidden; margin: 0 0 26px; border: 1px solid var(--ep-border); border-radius: 16px; background: var(--ep-white); box-shadow: 0 5px 18px rgba(23, 59, 92, 0.07); } .ep-p322w-media .ep-contents-header { padding: 21px 25px; background: var(--ep-navy); color: var(--ep-white); } .ep-p322w-media .ep-contents-header h2 { margin: 0 0 5px; color: var(--ep-white); font-size: 25px; } .ep-p322w-media .ep-contents-header p { margin: 0; color: #e3edf3; } .ep-p322w-media .ep-contents-body { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 25px; padding: 25px; } .ep-p322w-media .ep-checklist { margin: 0; padding: 0; list-style: none; } .ep-p322w-media .ep-checklist li { position: relative; padding-left: 29px; margin-bottom: 11px; } .ep-p322w-media .ep-checklist li:last-child { margin-bottom: 0; } .ep-p322w-media .ep-checklist li::before { position: absolute; top: 0; left: 0; color: var(--ep-blue); content: "✓"; font-size: 17px; font-weight: 700; } .ep-p322w-media .ep-yield-box { display: flex; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid #e8d096; border-radius: 12px; background: #fff9eb; text-align: center; } .ep-p322w-media .ep-yield-box span { color: #75520e; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .ep-p322w-media .ep-yield-box strong { display: block; margin: 5px 0; color: var(--ep-navy); font-size: 39px; line-height: 1.1; } .ep-p322w-media .ep-yield-box small { color: var(--ep-muted); font-size: 14px; } /* COMPATIBILITY */ .ep-p322w-media .ep-compatibility { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: center; padding: 24px; margin: 26px 0; border: 1px solid #cddde7; border-left: 6px solid var(--ep-blue); border-radius: 13px; background: var(--ep-light-blue); } .ep-p322w-media .ep-compatibility-label { min-width: 160px; padding: 15px 18px; border-radius: 9px; background: var(--ep-navy); color: var(--ep-white); font-size: 15px; font-weight: 700; text-align: center; } .ep-p322w-media .ep-compatibility h3 { margin-bottom: 6px; } .ep-p322w-media .ep-compatibility p { margin: 0; } /* PRINTER CTA */ .ep-p322w-media .ep-printer-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 28px; margin: 28px 0 36px; border: 1px solid #e5cf97; border-left: 7px solid var(--ep-gold); border-radius: 15px; background: linear-gradient( 135deg, #fff9eb 0%, #ffffff 62%, var(--ep-light-blue) 100% ); box-shadow: 0 5px 18px rgba(23, 59, 92, 0.06); } .ep-p322w-media .ep-printer-cta::after { position: absolute; right: -50px; bottom: -75px; width: 180px; height: 180px; border: 26px solid rgba(244, 181, 47, 0.11); border-radius: 50%; content: ""; } .ep-p322w-media .ep-printer-content, .ep-p322w-media .ep-printer-action { position: relative; z-index: 1; } .ep-p322w-media .ep-cta-label { display: inline-block; margin-bottom: 8px; color: #75520e; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .ep-p322w-media .ep-printer-cta h2 { margin: 0 0 10px; font-size: clamp(23px, 3vw, 30px); } .ep-p322w-media .ep-printer-cta p { max-width: 710px; margin: 0; color: #46545f; } .ep-p322w-media .ep-button { display: inline-block; min-width: 210px; padding: 13px 22px; border: 2px solid var(--ep-blue); border-radius: 7px; background: var(--ep-blue); color: var(--ep-white) !important; font-size: 15px; font-weight: 700; line-height: 1.3; text-align: center; text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; } .ep-p322w-media .ep-button:hover { border-color: var(--ep-blue-dark); background: var(--ep-blue-dark); transform: translateY(-1px); } /* CONTENT CARDS */ .ep-p322w-media .ep-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 20px 0 30px; } .ep-p322w-media .ep-card { padding: 23px; border: 1px solid var(--ep-border); border-radius: 13px; background: var(--ep-white); } .ep-p322w-media .ep-card h3 { position: relative; padding-bottom: 10px; } .ep-p322w-media .ep-card h3::after { display: block; width: 42px; height: 3px; margin-top: 10px; border-radius: 3px; background: var(--ep-gold); content: ""; } .ep-p322w-media .ep-card p:last-child, .ep-p322w-media .ep-card ul:last-child { margin-bottom: 0; } /* PRODUCT DETAILS */ .ep-p322w-media .ep-facts { overflow: hidden; margin: 18px 0 30px; border: 1px solid var(--ep-border); border-radius: 14px; } .ep-p322w-media .ep-fact-row { display: grid; grid-template-columns: 36% 64%; border-bottom: 1px solid var(--ep-border); } .ep-p322w-media .ep-fact-row:last-child { border-bottom: 0; } .ep-p322w-media .ep-fact-row strong, .ep-p322w-media .ep-fact-row span { padding: 13px 16px; } .ep-p322w-media .ep-fact-row strong { background: var(--ep-light); color: var(--ep-navy); } .ep-p322w-media .ep-fact-row span { background: var(--ep-white); } /* STORAGE NOTE */ .ep-p322w-media .ep-note { padding: 24px; margin: 29px 0; border: 1px solid #ead39b; border-left: 6px solid var(--ep-gold); border-radius: 12px; background: #fffaf0; } .ep-p322w-media .ep-note h3 { color: #67490e; } .ep-p322w-media .ep-note p:last-child { margin-bottom: 0; } /* FAQ */ .ep-p322w-media .ep-faq details { margin-bottom: 11px; border: 1px solid var(--ep-border); border-radius: 10px; background: var(--ep-white); } .ep-p322w-media .ep-faq summary { padding: 16px 18px; color: var(--ep-navy); font-weight: 700; cursor: pointer; } .ep-p322w-media .ep-faq details div { padding: 0 18px 17px; } .ep-p322w-media .ep-faq details p { margin: 0; } /* VOLUME CTA */ .ep-p322w-media .ep-volume { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; align-items: center; padding: 27px; margin: 38px 0 0; border: 1px solid #cbdce7; border-radius: 15px; background: linear-gradient( 135deg, var(--ep-light-blue) 0%, var(--ep-white) 72% ); } .ep-p322w-media .ep-volume h2 { margin: 0 0 8px; font-size: clamp(23px, 3vw, 30px); } .ep-p322w-media .ep-volume p { margin: 0; } /* TRUST */ .ep-p322w-media .ep-trust { position: relative; overflow: hidden; padding: 30px; margin-top: 26px; border-radius: 16px; background: var(--ep-navy); color: var(--ep-white); } .ep-p322w-media .ep-trust::after { position: absolute; right: -35px; bottom: -55px; width: 150px; height: 150px; border: 22px solid rgba(244, 181, 47, 0.16); border-radius: 50%; content: ""; } .ep-p322w-media .ep-trust h2 { position: relative; z-index: 1; margin: 0 0 12px; color: var(--ep-white); } .ep-p322w-media .ep-trust p { position: relative; z-index: 1; max-width: 900px; color: #e3edf3; } .ep-p322w-media .ep-trust p:last-child { margin-bottom: 0; } /* RESPONSIVE */ @media (max-width: 820px) { .ep-p322w-media .ep-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ep-p322w-media .ep-contents-body, .ep-p322w-media .ep-grid, .ep-p322w-media .ep-printer-cta, .ep-p322w-media .ep-volume { grid-template-columns: 1fr; } .ep-p322w-media .ep-compatibility { grid-template-columns: 1fr; } .ep-p322w-media .ep-compatibility-label { width: fit-content; } .ep-p322w-media .ep-button { width: 100%; } } @media (max-width: 520px) { .ep-p322w-media { font-size: 15.5px; } .ep-p322w-media .ep-hero { padding: 26px 21px 27px 26px; } .ep-p322w-media .ep-highlights { grid-template-columns: 1fr; } .ep-p322w-media .ep-contents-header, .ep-p322w-media .ep-contents-body, .ep-p322w-media .ep-compatibility, .ep-p322w-media .ep-printer-cta, .ep-p322w-media .ep-card, .ep-p322w-media .ep-note, .ep-p322w-media .ep-volume, .ep-p322w-media .ep-trust { padding: 21px; } .ep-p322w-media .ep-yield-box { padding: 20px; } .ep-p322w-media .ep-fact-row { grid-template-columns: 1fr; } .ep-p322w-media .ep-fact-row strong { padding-bottom: 5px; } .ep-p322w-media .ep-fact-row span { padding-top: 5px; } } Genuine HiTi Dye-Sublimation Media HiTi P310W / P322W 4×6 Photo Paper and Ribbon Print Kit Keep your compatible HiTi photo printer ready for passport photos, ID pictures and professional 4×6 output with genuine HiTi paper and dye-sublimation ribbon. This full media case is designed for the HiTi P310W and HiTi P322W and provides 720 total 4×6 prints. 720 Prints Total case capacity 12 Media Packs Individually packaged 60 Prints Per paper and ribbon pack 4×6 Inches Standard photo format What’s Included A complete case of matched HiTi photo paper and dye-sublimation ribbon. 12 genuine HiTi dye-sublimation ribbon cartridges 12 individually packaged supplies of 4×6 photo paper 60 sheets of photo paper with each ribbon cartridge 720 sheets of 4×6 photo paper per full case Matched paper-and-ribbon system for consistent print production Total Case Yield 720 4×6 photo prints Compatibility For HiTi P310W and P322W Photo Printers This 4×6 paper-and-ribbon media is designed for use with the HiTi P310W and HiTi P322W compact dye-sublimation photo printers. Need the Printer Too? Shop the HiTi P322W Wireless Photo Printer Pair this media with the compact HiTi P322W for wireless 4×6 photo printing, passport and ID photo layouts, small studios, mobile photo stations and other controlled-volume printing applications. View the HiTi P322W Printer The HiTi P310W and P322W use a matched dye-sublimation paper-and-ribbon system rather than liquid ink cartridges. During printing, the printer transfers individual color layers onto the photo paper and then applies a protective finishing layer. Each media pack contains the ribbon and corresponding quantity of paper needed for a predictable number of prints. When one pack is finished, the operator replaces both components with a new matched set. Why Choose Genuine HiTi P310W and P322W Media? Designed for Your HiTi Printer Genuine HiTi media is engineered for the printer’s paper path, dye-sublimation process and ribbon system, helping support reliable operation and consistent output. Smooth Continuous-Tone Color Dye-sublimation printing produces smooth color transitions and natural-looking photographic detail, making it well suited for portraits, passport pictures and identification photos. Dry, Ready-to-Handle Prints Finished photographs leave the printer dry and ready to handle, package, cut or deliver without waiting for liquid ink to dry. Protective Finishing Layer A protective overcoat is applied as part of the printing process to help finished photographs resist fingerprints, moisture and normal handling. Predictable Media Yield The paper and ribbon are supplied as matched sets, making it easier to estimate available printing capacity and plan replacement media. Convenient Individual Packs The full case is divided into 12 media packs, allowing unopened paper and ribbons to remain packaged until they are needed. Recommended Printing Applications Passport and Visa Photos Produce professional 4×6 sheets containing passport, visa and immigration photo layouts prepared through compatible software. ID Photo Services Suitable for schools, offices, membership organizations, studios and service providers that need printed identification photographs. Small Photography Studios Keep replacement media available for customer portraits, proof prints and on-demand 4×6 photo orders. Mobile Photo Stations Individually packaged media sets are convenient for mobile passport photographers, community programs and temporary printing stations. Schools and Organizations Use the media for student images, employee applications, membership photos and similar controlled-volume photo services. Small Events and Gatherings Produce instant 4×6 photographs at smaller events where the P310W or P322W printer matches the anticipated printing volume. Product Details Product type Dye-sublimation photo paper and ribbon print kit Print size 4 × 6 inches Compatible printers HiTi P310W and HiTi P322W Media packs per case 12 individual packs Yield per pack 60 4×6 prints Total case yield 720 4×6 prints Ribbon quantity 12 ribbon cartridges Paper quantity 720 sheets of 4×6 photo paper Brand Genuine HiTi media Printer included No — printer is sold separately Storage and Handling Recommendations Store unopened media in a cool, dry location away from direct sunlight, excessive heat, moisture and dust. Leave each paper pack sealed until it is ready to be installed. Avoid touching the printable surface of the photo paper. Install the paper and ribbon from the same media set together, and do not combine partially used supplies from different packs. Frequently Asked Questions How many prints are included in this case? This case contains 12 media packs and provides a combined capacity of 720 4×6 prints. Each individual paper-and-ribbon pack produces 60 prints. What comes in each individual media pack? Each pack includes one dye-sublimation ribbon cartridge and the corresponding supply of 4×6 photo paper. Is this media compatible with the HiTi P322W? Yes. This print media is designed for the HiTi P322W and is also compatible with the earlier HiTi P310W printer. Does this product include the printer? No. This listing includes photo paper and dye-sublimation ribbon only. The HiTi P310W or P322W printer is sold separately. Can this media be used for passport and ID photos? Yes. It produces 4×6 photo sheets that can contain passport, visa or identification photo layouts prepared with compatible software. Operators are responsible for following the requirements of the applicable issuing authority. Does the P322W require liquid ink cartridges? No. The printer uses dye-sublimation ribbon and matching photo paper instead of conventional liquid ink cartridges. Can I order multiple cases at a volume price? Volume pricing may be available for qualifying quantities. Contact EventPrinters.com with your anticipated order quantity or recurring media requirements. Need Multiple Cases? Ask about volume pricing for studios, schools, passport photo operations, resellers and recurring commercial media orders. Request Volume Pricing Buy Genuine HiTi Media with Confidence EventPrinters.com is operated by Southtrend Corp., a Miami-based professional photo-printing supplier serving photographers, studios, photo booth operators, schools and organizations since 1996. As an authorized HiTi dealer, we supply genuine HiTi printers, compatible print media and experienced product guidance. Call 305-653-0037 for assistance with printer compatibility, media quantities or commercial orders.