{"product_id":"custom-table-paper-mat","title":"Custom Color Table Paper Mat - Premium Matte Paper 80gsm","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --ink: #1a1a1a;\n    --ink-light: #555;\n    --ink-muted: #888;\n    --bg: #ffffff;\n    --bg-warm: #faf9f7;\n    --bg-section: #f5f4f1;\n    --accent: #c0392b;\n    --accent-hover: #a93226;\n    --border: #e8e6e1;\n    --border-light: #f0eeea;\n    --radius: 8px;\n    --radius-lg: 12px;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--ink);\n    background: var(--bg);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .container { max-width: 900px; margin: 0 auto; padding: 0 24px; }\n  .section { padding: 56px 0; }\n  .section + .section { border-top: 1px solid var(--border-light); }\n  .section--tinted { background: var(--bg-section); }\n\n  \/* ── Hero ── *\/\n  .hero { padding: 48px 0 40px; }\n  .hero__eyebrow {\n    font-size: 12px; font-weight: 600; letter-spacing: 1.5px;\n    text-transform: uppercase; color: var(--accent); margin-bottom: 12px;\n  }\n  .hero__title {\n    font-size: clamp(28px, 5vw, 40px); font-weight: 700;\n    line-height: 1.2; color: var(--ink); margin-bottom: 16px;\n  }\n  .hero__desc {\n    font-size: 17px; color: var(--ink-light); max-width: 680px; line-height: 1.75;\n  }\n\n  .product-image {\n    width: 100%; border-radius: var(--radius-lg); overflow: hidden; margin: 8px 0 0;\n  }\n  .product-image img { width: 100%; height: auto; display: block; }\n\n  \/* ── Highlights ── *\/\n  .highlights {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1px; background: var(--border); border: 1px solid var(--border);\n    border-radius: var(--radius-lg); overflow: hidden; margin: 40px 0 0;\n  }\n  .highlight-item { background: var(--bg); padding: 20px 24px; text-align: center; }\n  .highlight-item__icon { font-size: 22px; margin-bottom: 6px; }\n  .highlight-item__label { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.4; }\n  .highlight-item__sub { font-size: 12px; color: var(--ink-muted); margin-top: 2px; }\n\n  \/* ── Section headings ── *\/\n  .section__title { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: var(--ink); }\n  .section__subtitle { font-size: 15px; color: var(--ink-muted); margin-bottom: 36px; }\n\n  \/* ── Callout ── *\/\n  .callout {\n    background: var(--bg-warm); border: 1px solid var(--border);\n    border-left: 3px solid var(--accent);\n    border-radius: var(--radius); padding: 18px 22px; margin: 32px 0 0;\n  }\n  .callout__title {\n    font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 4px;\n  }\n  .callout__text { font-size: 14px; color: var(--ink-light); line-height: 1.65; }\n\n  \/* ── Features ── *\/\n  .features { display: flex; flex-direction: column; gap: 32px; }\n  .feature { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; }\n  .feature__num {\n    width: 48px; height: 48px; border-radius: 50%; background: var(--bg-section);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 18px; font-weight: 700; color: var(--accent); flex-shrink: 0;\n  }\n  .feature__title { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }\n  .feature__desc { font-size: 15px; color: var(--ink-light); line-height: 1.7; }\n\n  \/* ── Pricing (Pure CSS, no JS) ── *\/\n  .pricing-block + .pricing-block { margin-top: 40px; }\n\n  .pricing-label {\n    display: inline-block;\n    padding: 8px 20px;\n    border-radius: var(--radius) var(--radius) 0 0;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n    color: #fff;\n    background: var(--ink);\n  }\n  .pricing-label--accent { background: var(--accent); }\n\n  .pricing-table-wrap {\n    border: 1px solid var(--border);\n    border-radius: 0 var(--radius-lg) var(--radius-lg) var(--radius-lg);\n    overflow: hidden;\n  }\n\n  .pricing-table {\n    width: 100%; border-collapse: collapse; font-size: 14px;\n  }\n  .pricing-table thead th {\n    padding: 14px 16px; text-align: center;\n    font-size: 12px; font-weight: 600; letter-spacing: 0.5px;\n    text-transform: uppercase; color: var(--ink-muted);\n    background: var(--bg-warm); border-bottom: 1px solid var(--border);\n  }\n  .pricing-table thead th:first-child { text-align: left; }\n  .pricing-table tbody td {\n    padding: 13px 16px; text-align: center;\n    border-bottom: 1px solid var(--border-light); color: var(--ink-light);\n  }\n  .pricing-table tbody td:first-child { text-align: left; font-weight: 600; color: var(--ink); }\n  .pricing-table tbody tr:last-child td { border-bottom: none; }\n  .pricing-table tbody tr:hover { background: var(--bg-warm); }\n  .pricing-table .price-main { font-weight: 700; color: var(--ink); font-size: 15px; }\n  .pricing-table .price-per { font-size: 12px; color: var(--ink-muted); }\n  .pricing-table .badge-popular {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.5px; text-transform: uppercase;\n    background: var(--accent); color: #fff;\n    padding: 2px 8px; border-radius: 4px; margin-left: 8px; vertical-align: middle;\n  }\n  .pricing-table .badge-free {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: 0.5px; text-transform: uppercase;\n    background: var(--ink); color: #fff;\n    padding: 2px 8px; border-radius: 4px; margin-left: 8px; vertical-align: middle;\n  }\n  .pricing-note {\n    margin-top: 20px; font-size: 13px; color: var(--ink-muted); text-align: center;\n  }\n\n  \/* ── Steps ── *\/\n  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n  .step { text-align: center; position: relative; }\n  .step__number {\n    width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--accent);\n    display: inline-flex; align-items: center; justify-content: center;\n    font-size: 16px; font-weight: 700; color: var(--accent); margin-bottom: 14px;\n  }\n  .step__title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }\n  .step__desc { font-size: 13px; color: var(--ink-muted); line-height: 1.6; }\n\n  \/* ── Split cards ── *\/\n  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .split-card {\n    background: var(--bg); border: 1px solid var(--border);\n    border-radius: var(--radius-lg); padding: 24px;\n  }\n  .split-card__icon { font-size: 24px; margin-bottom: 10px; }\n  .split-card__title { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }\n  .split-card__desc { font-size: 14px; color: var(--ink-light); line-height: 1.7; }\n\n  \/* ── Design math visual ── *\/\n  .formula {\n    display: flex; align-items: center; justify-content: center; gap: 20px;\n    background: var(--bg-warm); border: 1px solid var(--border);\n    border-radius: var(--radius-lg); padding: 26px 20px; margin-top: 28px;\n  }\n  .formula__part { text-align: center; }\n  .formula__num {\n    display: block; font-size: 28px; font-weight: 700; color: var(--accent); line-height: 1.2;\n  }\n  .formula__label {\n    display: block; font-size: 11px; font-weight: 600; letter-spacing: 1px;\n    text-transform: uppercase; color: var(--ink-muted); margin-top: 2px;\n  }\n  .formula__op { font-size: 24px; font-weight: 300; color: var(--ink-muted); }\n\n  .combo {\n    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px;\n  }\n  .combo-item {\n    background: var(--bg); border: 1px solid var(--border);\n    border-radius: var(--radius); padding: 16px 10px; text-align: center;\n  }\n  .combo-item__qty {\n    font-size: 12px; font-weight: 600; color: var(--ink-muted);\n    padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid var(--border-light);\n  }\n  .combo-item__label { font-size: 15px; font-weight: 700; color: var(--accent); }\n  .combo-item__sub { font-size: 12px; color: var(--ink-muted); margin-top: 2px; }\n\n  \/* ── Spec table ── *\/\n  .spec-table { width: 100%; border-collapse: collapse; font-size: 15px; }\n  .spec-table tr { border-bottom: 1px solid var(--border-light); }\n  .spec-table tr:last-child { border-bottom: none; }\n  .spec-table th {\n    text-align: left; padding: 14px 16px 14px 0; font-weight: 600;\n    color: var(--ink); width: 200px; vertical-align: top;\n  }\n  .spec-table td { padding: 14px 0; color: var(--ink-light); }\n\n  \/* ── Tags ── *\/\n  .tags { display: flex; flex-wrap: wrap; gap: 8px; }\n  .tag {\n    padding: 8px 18px; background: var(--bg); border: 1px solid var(--border);\n    border-radius: 100px; font-size: 13px; font-weight: 500;\n    color: var(--ink-light); white-space: nowrap; transition: all 0.2s;\n  }\n  .tag:hover { border-color: var(--accent); color: var(--accent); }\n\n  \/* ── Bullet list ── *\/\n  .bullet-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }\n  .bullet-list li {\n    display: flex; gap: 12px; align-items: flex-start;\n    font-size: 15px; color: var(--ink-light); line-height: 1.6;\n  }\n  .bullet-list li::before {\n    content: ''; width: 6px; height: 6px; border-radius: 50%;\n    background: var(--accent); flex-shrink: 0; margin-top: 9px;\n  }\n  .bullet-list strong { color: var(--ink); font-weight: 600; }\n\n  \/* ── Contact ── *\/\n  .contact { text-align: center; }\n  .contact__title { font-size: 22px; font-weight: 700; margin-bottom: 8px; }\n  .contact__desc { font-size: 15px; color: var(--ink-light); margin-bottom: 24px; }\n  .contact__lines { display: flex; flex-direction: column; gap: 6px; align-items: center; }\n  .contact__phone { font-size: 26px; font-weight: 700; color: var(--accent); letter-spacing: 0.5px; }\n  .contact__line { font-size: 15px; color: var(--ink-light); }\n  .contact__line a { color: var(--ink-light); text-decoration: none; }\n  .contact__line a:hover { color: var(--accent); }\n\n  \/* ── Responsive ── *\/\n  @media (max-width: 640px) {\n    .section { padding: 40px 0; }\n    .steps { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    .feature { grid-template-columns: 1fr; gap: 8px; }\n    .feature__num { width: 36px; height: 36px; font-size: 15px; }\n    .pricing-table { font-size: 13px; }\n    .pricing-table thead th,\n    .pricing-table tbody td { padding: 10px 8px; }\n    .highlights { grid-template-columns: repeat(2, 1fr); }\n    .split { grid-template-columns: 1fr; }\n    .combo { grid-template-columns: repeat(2, 1fr); }\n    .formula { gap: 14px; padding: 20px 12px; }\n    .formula__num { font-size: 22px; }\n    .spec-table th { width: 130px; padding-right: 12px; font-size: 14px; }\n    .spec-table td { font-size: 14px; }\n    .contact__phone { font-size: 22px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero__eyebrow\"\u003eCustom Printing\u003c\/div\u003e\n\u003ch2 class=\"hero__title\"\u003eCustom Table Paper Mats\u003cbr\u003eThat Brand Every Table\u003c\/h2\u003e\n\u003cp class=\"hero__desc\"\u003eEvery table setting is a chance to advertise. Our full-color table paper mats put your logo, menu highlights, promotions, and QR codes right in front of every guest — for less than three cents a sheet. Printed edge to edge on 80gsm premium matte paper, they keep tables clean, speed up turnover, and make your restaurant look sharp from the moment guests sit down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/redprinting.com\/cdn\/shop\/products\/custom-color-table-paper-mat-premium-matte-paper-80gsm-redprinting-com-1.png?v=1770649800\u0026amp;width=990\" alt=\"Custom Full-Color Table Paper Mat – Premium Matte Paper 80gsm by RedPrinting\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-item__icon\"\u003e📄\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__label\"\u003ePremium Matte Paper\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__sub\"\u003e80gsm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-item__icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__label\"\u003eFull Color\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__sub\"\u003eEdge-to-Edge Printing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-item__icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__label\"\u003eMax Size 10\" × 14.5\"\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__sub\"\u003eStandard Placemat Fit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cdiv class=\"highlight-item__icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__label\"\u003eFree Local Delivery\u003c\/div\u003e\n\u003cdiv class=\"highlight-item__sub\"\u003e40,000+ Sheets, Greater LA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout__title\"\u003e📞 Please call us before placing your table mat order.\u003c\/div\u003e\n\u003cdiv class=\"callout__text\"\u003eTable mats are a made-to-order bulk product with a 30-day production and shipping schedule. A quick call lets us confirm your size, design count, delivery window, and freight before anything goes to press. Call \u003cstrong\u003e+1 (818) 213-5871\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY CHOOSE US --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eWhy Choose Our Table Paper Mats?\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eWholesale volume pricing with quality that holds up under real service.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003ePremium Matte Paper, 80gsm\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003eSubstantial enough to lie flat and resist curling, light enough to stack and change over in seconds. The matte surface holds ink cleanly without glare under restaurant lighting, so your logo and menu copy stay readable from every seat at the table.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003eFull-Color Edge-to-Edge Printing\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003ePrint the entire sheet in full color at no extra charge — background patterns, photography, brand colors, QR codes, and promotional callouts all reproduce sharply. Sizes up to 10\" × 14.5\" fit standard placemat settings and most tray liners.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003eA Different Design Every 8,000 Sheets\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003eYour order is produced in 8,000-sheet blocks, and every block can carry a completely different design at no additional cost. Order 32,000 sheets and run four designs. Order 80,000 and run ten. However many blocks your quantity covers is however many designs you can print — always at the standard price for that quantity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e04\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003eFree Local Delivery Across Greater Los Angeles\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003eWe deliver throughout the LA area — as far south as Orange County and as far north as Northridge and the Valley. \u003cspan style=\"color: #000000;\"\u003e\u003cstrong\u003eOrders of 40,000 sheets or more ship free\u003c\/strong\u003e\u003c\/span\u003e to any address in this zone, with no freight carrier to schedule and no pallet drop-off to coordinate.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e05\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003ePrinted in Korea, Shipped Directly by RedPrinting\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003eWe print in Korea and bring your order over by sea ourselves — no middlemen, no import brokers marking up the invoice. That direct line is exactly how we hold this price. Plan for roughly 30-40 days from order to delivery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature__num\"\u003e06\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"feature__title\"\u003eLowest Price Guaranteed, 365 Days a Year\u003c\/div\u003e\n\u003cdiv class=\"feature__desc\"\u003eThis isn't a limited-time promotion. RedPrinting guarantees the lowest local printing prices in the U.S. every single day. We deliberately carry a short product list — only the items we're confident we can price lower than anyone else, without cutting quality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRICING --\u003e\n\u003cdiv class=\"section section--tinted\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003ePricing\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eFull-color printing on 80gsm premium matte paper, up to 10\" × 14.5\".\u003c\/p\u003e\n\u003cdiv class=\"pricing-block\"\u003e\n\u003cdiv class=\"pricing-label pricing-label--accent\"\u003ePremium Matte Paper 80gsm\u003c\/div\u003e\n\u003cdiv class=\"pricing-table-wrap\"\u003e\n\u003ctable class=\"pricing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003ePrice\u003c\/th\u003e\n\u003cth\u003ePer Sheet\u003c\/th\u003e\n\u003cth\u003eDesigns\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e8,000\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$249\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.031\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e16,000\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$470\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.029\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e24,000\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$690\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.029\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e30,000\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$850\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.028\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e40,000 \u003cspan class=\"badge-popular\"\u003ePopular\u003c\/span\u003e\u003cspan class=\"badge-free\"\u003eFree Delivery\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$990\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.025\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e60,000 \u003cspan class=\"badge-free\"\u003eFree Delivery\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$1,480\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.025\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e80,000 \u003cspan class=\"badge-free\"\u003eFree Delivery\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$1,900\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.024\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e10\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e100,000 \u003cspan class=\"badge-free\"\u003eFree Delivery\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd class=\"price-main\"\u003e$2,390\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e$0.024\u003c\/td\u003e\n\u003ctd class=\"price-per\"\u003e12\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"pricing-note\"\u003eThe Designs column shows how many 8,000-sheet design blocks each quantity covers — running multiple designs costs nothing extra.\u003cbr\u003ePrices exclude design, tax, and shipping fees. Free delivery applies to orders of 40,000+ sheets within the Greater Los Angeles area.\u003cbr\u003ePricing is confirmed upon receipt of finished, print-ready design files (PDF). Please call us before ordering table mats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MULTI-DESIGN --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eOne Order, Multiple Designs\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eEvery 8,000 sheets can be a completely different design — at no extra cost.\u003c\/p\u003e\n\u003cp class=\"feature__desc\"\u003eMost printers charge a new setup fee for every artwork change. We don't. Your order is produced in 8,000-sheet blocks, and each block can carry its own design. The math is simple: every 8,000 sheets in your order is one more design you can run, and the price stays the same as a single-design order of that quantity.\u003c\/p\u003e\n\u003cdiv class=\"formula\"\u003e\n\u003cdiv class=\"formula__part\"\u003e\n\u003cspan class=\"formula__num\"\u003e8,000\u003c\/span\u003e\u003cspan class=\"formula__label\"\u003eSheets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"formula__op\"\u003e=\u003c\/div\u003e\n\u003cdiv class=\"formula__part\"\u003e\n\u003cspan class=\"formula__num\"\u003e1\u003c\/span\u003e\u003cspan class=\"formula__label\"\u003eDesign\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"combo\"\u003e\n\u003cdiv class=\"combo-item\"\u003e\n\u003cdiv class=\"combo-item__qty\"\u003e16,000 sheets\u003c\/div\u003e\n\u003cdiv class=\"combo-item__label\"\u003e2 designs\u003c\/div\u003e\n\u003cdiv class=\"combo-item__sub\"\u003e8,000 each\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"combo-item\"\u003e\n\u003cdiv class=\"combo-item__qty\"\u003e32,000 sheets\u003c\/div\u003e\n\u003cdiv class=\"combo-item__label\"\u003e4 designs\u003c\/div\u003e\n\u003cdiv class=\"combo-item__sub\"\u003e8,000 each\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"combo-item\"\u003e\n\u003cdiv class=\"combo-item__qty\"\u003e40,000 sheets\u003c\/div\u003e\n\u003cdiv class=\"combo-item__label\"\u003e5 designs\u003c\/div\u003e\n\u003cdiv class=\"combo-item__sub\"\u003e8,000 each\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"combo-item\"\u003e\n\u003cdiv class=\"combo-item__qty\"\u003e80,000 sheets\u003c\/div\u003e\n\u003cdiv class=\"combo-item__label\"\u003e10 designs\u003c\/div\u003e\n\u003cdiv class=\"combo-item__sub\"\u003e8,000 each\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout__title\"\u003eExample: 40,000 sheets → 5 designs × 8,000 sheets → still $990\u003c\/div\u003e\n\u003cdiv class=\"callout__text\"\u003eUse the blocks for a lunch mat and a dinner mat, an English version and a bilingual version, a seasonal promotion, a kids' coloring mat, or a QR-code review request — all in a single order at a single price. If your quantity doesn't divide evenly into 8,000, call us and we'll work out the block split with you.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DELIVERY \u0026 LEAD TIME --\u003e\n\u003cdiv class=\"section section--tinted\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eDelivery \u0026amp; Lead Time\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003ePrinted in Korea, shipped by sea, delivered by us.\u003c\/p\u003e\n\u003cdiv class=\"split\"\u003e\n\u003cdiv class=\"split-card\"\u003e\n\u003cdiv class=\"split-card__icon\"\u003e📍\u003c\/div\u003e\n\u003cdiv class=\"split-card__title\"\u003eGreater Los Angeles Delivery Zone\u003c\/div\u003e\n\u003cdiv class=\"split-card__desc\"\u003eWe deliver throughout the LA metro area — south to Orange County, north to Northridge and the San Fernando Valley. Orders of \u003cstrong\u003e40,000 sheets or more ship free\u003c\/strong\u003e anywhere in this zone. Outside the zone? Call us and we'll quote freight.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-card\"\u003e\n\u003cdiv class=\"split-card__icon\"\u003e🚢\u003c\/div\u003e\n\u003cdiv class=\"split-card__title\"\u003eApproximately 30-40 Days from Order\u003c\/div\u003e\n\u003cdiv class=\"split-card__desc\"\u003eYour mats are printed in Korea and brought over by sea directly by RedPrinting — no third-party importer in between. Plan on roughly \u003cstrong\u003e30-40 days from order to delivery\u003c\/strong\u003e. Restaurants typically reorder about a month before running out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eHow It Works\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eFrom first call to delivered pallet in 4 steps.\u003c\/p\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step__title\"\u003eCall Us First\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eConfirm size, quantity, design count, and delivery details before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step__title\"\u003eSend Your PDF\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eSubmit print-ready PDF artwork. Final pricing is confirmed on receipt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step__title\"\u003eWe Print \u0026amp; Ship\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003ePrinted in Korea and shipped by sea directly by RedPrinting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step__number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step__title\"\u003eDelivered to You\u003c\/div\u003e\n\u003cdiv class=\"step__desc\"\u003eRoughly 30 days from order. Free local delivery on 40,000+ sheets.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"section section--tinted\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eCustom full-color table paper mat.\u003c\/p\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: center;\"\u003eMaterial\u003c\/th\u003e\n\u003ctd style=\"text-align: center;\"\u003ePremium Matte Paper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e80gsm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eMax Size\u003c\/th\u003e\n\u003ctd\u003e10\" × 14.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003ePrinting\u003c\/th\u003e\n\u003ctd\u003eFull color, single-sided, edge to edge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eMinimum Order\u003c\/th\u003e\n\u003ctd\u003e8,000 sheets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eDesign Blocks\u003c\/th\u003e\n\u003ctd\u003eOne design per 8,000 sheets — 32,000 sheets = 4 designs, 80,000 sheets = 10 designs, at no additional cost\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eArtwork Format\u003c\/th\u003e\n\u003ctd\u003ePrint-ready PDF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eProduction \u0026amp; Shipping\u003c\/th\u003e\n\u003ctd\u003eApproximately 30 days from order\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eDelivery Area\u003c\/th\u003e\n\u003ctd\u003eGreater Los Angeles — Orange County to Northridge \u0026amp; the Valley\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"text-align: center;\"\u003e\n\u003cth style=\"text-align: center;\"\u003eFree Delivery\u003c\/th\u003e\n\u003ctd\u003eOrders of 40,000+ sheets within the delivery area\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: center;\"\u003eNot Included\u003c\/th\u003e\n\u003ctd style=\"text-align: center;\"\u003eDesign service, tax, and shipping fees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eAny business that seats guests at a table.\u003c\/p\u003e\n\u003cdiv class=\"tags\"\u003e\n\u003cspan class=\"tag\"\u003e🍽️ Restaurants \u0026amp; Diners\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🥩 Korean BBQ \u0026amp; Hot Pot\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍣 Sushi Bars \u0026amp; Ramen Shops\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🌮 Taquerias \u0026amp; Casual Dining\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍕 Pizzerias\u003c\/span\u003e \u003cspan class=\"tag\"\u003e☕ Cafes \u0026amp; Bakeries\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍗 Chicken \u0026amp; Fried Food Shops\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏢 Food Courts \u0026amp; Cafeterias\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🎉 Catering \u0026amp; Banquet Halls\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏨 Hotels \u0026amp; Resorts\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍺 Bars \u0026amp; Pubs\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏬 Franchise \u0026amp; Multi-Location Groups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AT A GLANCE --\u003e\n\u003cdiv class=\"section section--tinted\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section__title\"\u003eAt a Glance\u003c\/h2\u003e\n\u003cp class=\"section__subtitle\"\u003eEverything you need to know.\u003c\/p\u003e\n\u003cul class=\"bullet-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePremium Matte Paper, 80gsm\u003c\/strong\u003e – Lies flat, resists curl, and holds ink without glare\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull-Color Edge-to-Edge Printing\u003c\/strong\u003e – Up to 10\" × 14.5\", logos and QR codes reproduce sharply\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrom $0.024 Per Sheet\u003c\/strong\u003e – Starting at 8,000 sheets, down to under 2.5¢ at volume\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA New Design Every 8,000 Sheets\u003c\/strong\u003e – 32,000 sheets = 4 designs, 80,000 = 10, at no extra charge\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFree Greater LA Delivery on 40,000+\u003c\/strong\u003e – Orange County to Northridge and the Valley\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrinted in Korea, Shipped by RedPrinting\u003c\/strong\u003e – Direct sea freight, no importer markup\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApproximately 30-Day Lead Time\u003c\/strong\u003e – Reorder about a month before you run out\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLowest Price Guaranteed, 365 Days a Year\u003c\/strong\u003e – Not a promotion, just how we price\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTACT --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"contact\"\u003e\n\u003cdiv class=\"contact__title\"\u003eGive Your Business a Competitive Edge\u003c\/div\u003e\n\u003cp class=\"contact__desc\"\u003eCall us before placing your table mat order and we'll confirm sizing, design blocks, and your delivery window.\u003c\/p\u003e\n\u003cdiv class=\"contact__lines\"\u003e\n\u003cdiv class=\"contact__phone\"\u003e+1 (818) 213-5871\u003c\/div\u003e\n\u003cdiv class=\"contact__line\"\u003e\u003ca href=\"mailto:contact@redprinting.com\"\u003econtact@redprinting.com\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"contact__line\"\u003e\u003ca href=\"https:\/\/www.RedPrinting.com\"\u003ewww.RedPrinting.com\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RedPrinting.com","offers":[{"title":"8000","offer_id":42468937859272,"sku":"","price":249.0,"currency_code":"USD","in_stock":true},{"title":"12000","offer_id":42468937892040,"sku":"","price":470.0,"currency_code":"USD","in_stock":true},{"title":"24000","offer_id":42468937924808,"sku":"","price":690.0,"currency_code":"USD","in_stock":true},{"title":"30000","offer_id":42468937957576,"sku":"","price":850.0,"currency_code":"USD","in_stock":true},{"title":"40000","offer_id":42468937990344,"sku":"","price":990.0,"currency_code":"USD","in_stock":true},{"title":"60000","offer_id":42468938023112,"sku":"","price":1480.0,"currency_code":"USD","in_stock":true},{"title":"80000","offer_id":42468938055880,"sku":"","price":1890.0,"currency_code":"USD","in_stock":true},{"title":"100000","offer_id":42468938088648,"sku":"","price":2390.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0260\/4384\/2606\/products\/custom-color-table-paper-mat-premium-matte-paper-80gsm-redprinting-com-1.png?v=1770649800","url":"https:\/\/redprinting.com\/products\/custom-table-paper-mat","provider":"RedPrinting.com","version":"1.0","type":"link"}