{"id":776,"date":"2026-01-15T08:58:34","date_gmt":"2026-01-15T08:58:34","guid":{"rendered":"https:\/\/veperpins.com\/?page_id=776"},"modified":"2026-09-07T10:04:42","modified_gmt":"2026-09-07T10:04:42","slug":"custom-patches-pricing","status":"publish","type":"page","link":"https:\/\/veperpins.com\/custom-patches-pricing\/","title":{"rendered":"Custom Patches Pricing"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.vp-patch-pricing,\n    .vp-patch-pricing * {\n      box-sizing: border-box;\n    }\n\n    .vp-patch-pricing {\n      --vp-blue: #0b66ff;\n      --vp-blue-dark: #0754d6;\n      --vp-ink: #111827;\n      --vp-text: #475569;\n      --vp-line: #e5e7eb;\n      --vp-soft: #f6f8fb;\n      --vp-white: #ffffff;\n      --vp-radius: 20px;\n      --vp-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);\n      color: var(--vp-ink);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n      background: var(--vp-white);\n    }\n\n    .vp-patch-pricing img {\n      display: block;\n      max-width: 100%;\n    }\n\n    .vp-patch-pricing a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .vp-pricing-shell {\n      width: min(1180px, calc(100% - 36px));\n      margin: 0 auto;\n    }\n\n    \/* HERO *\/\n    .vp-pricing-hero {\n      padding: 64px 0 42px;\n    }\n\n    .vp-pricing-hero-inner {\n      display: grid;\n      grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);\n      gap: 54px;\n      align-items: center;\n      padding: 42px;\n      border: 1px solid var(--vp-line);\n      border-radius: 28px;\n      background:\n        radial-gradient(circle at 0% 0%, rgba(11, 102, 255, 0.08), transparent 34%),\n        var(--vp-white);\n      box-shadow: var(--vp-shadow);\n      overflow: hidden;\n    }\n\n    .vp-pricing-kicker {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      margin: 0 0 12px;\n      color: var(--vp-blue);\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: .08em;\n      text-transform: uppercase;\n    }\n\n    .vp-pricing-kicker::before {\n      content: \"\";\n      width: 24px;\n      height: 2px;\n      background: currentColor;\n      border-radius: 999px;\n    }\n\n    .vp-pricing-hero h1 {\n      margin: 0;\n      max-width: 760px;\n      font-size: clamp(38px, 5vw, 64px);\n      line-height: 1.04;\n      letter-spacing: -0.045em;\n      color: var(--vp-ink);\n    }\n\n    .vp-pricing-hero-copy {\n      max-width: 700px;\n      margin: 20px 0 0;\n      color: var(--vp-text);\n      font-size: 18px;\n      line-height: 1.75;\n    }\n\n    .vp-pricing-actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 28px;\n    }\n\n    .vp-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 50px;\n      padding: 0 22px;\n      border: 1px solid transparent;\n      border-radius: 12px;\n      font-size: 15px;\n      font-weight: 800;\n      transition: transform .2s ease, background .2s ease, border-color .2s ease;\n    }\n\n    .vp-btn:hover {\n      transform: translateY(-1px);\n    }\n\n    .vp-btn-primary {\n      background: var(--vp-blue);\n      color: var(--vp-white) !important;\n    }\n\n    .vp-btn-primary:hover {\n      background: var(--vp-blue-dark);\n    }\n\n    .vp-btn-secondary {\n      border-color: var(--vp-line);\n      background: var(--vp-white);\n      color: var(--vp-ink) !important;\n    }\n\n    .vp-btn-secondary:hover {\n      border-color: #cbd5e1;\n      background: #f8fafc;\n    }\n\n    .vp-pricing-hero-media {\n      position: relative;\n      min-height: 420px;\n      border-radius: 22px;\n      overflow: hidden;\n      background: var(--vp-soft);\n    }\n\n    .vp-pricing-hero-media img {\n      width: 100%;\n      height: 100%;\n      min-height: 420px;\n      object-fit: cover;\n    }\n\n    .vp-pricing-hero-badge {\n      position: absolute;\n      left: 18px;\n      bottom: 18px;\n      padding: 11px 14px;\n      border-radius: 12px;\n      background: rgba(17, 24, 39, .88);\n      color: #fff;\n      font-size: 13px;\n      font-weight: 700;\n      backdrop-filter: blur(8px);\n    }\n\n    \/* STICKY NAV *\/\n    .vp-pricing-nav-wrap {\n      position: sticky;\n      top: 0;\n      z-index: 20;\n      padding: 10px 0;\n      background: rgba(255, 255, 255, .94);\n      border-top: 1px solid rgba(229, 231, 235, .75);\n      border-bottom: 1px solid rgba(229, 231, 235, .9);\n      backdrop-filter: blur(10px);\n    }\n\n    .vp-pricing-nav {\n      display: flex;\n      gap: 8px;\n      overflow-x: auto;\n      scrollbar-width: none;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .vp-pricing-nav::-webkit-scrollbar {\n      display: none;\n    }\n\n    .vp-pricing-nav a {\n      flex: 0 0 auto;\n      padding: 9px 14px;\n      border-radius: 999px;\n      background: #f8fafc;\n      color: #334155;\n      font-size: 13px;\n      font-weight: 750;\n      white-space: nowrap;\n    }\n\n    .vp-pricing-nav a:hover {\n      background: #eef4ff;\n      color: var(--vp-blue);\n    }\n\n    \/* COMMON SECTION *\/\n    .vp-price-section {\n      scroll-margin-top: 82px;\n      padding: 64px 0 0;\n    }\n\n    .vp-price-card {\n      overflow: hidden;\n      border: 1px solid var(--vp-line);\n      border-radius: var(--vp-radius);\n      background: var(--vp-white);\n      box-shadow: var(--vp-shadow);\n    }\n\n    .vp-price-card-top {\n      display: grid;\n      grid-template-columns: 220px minmax(0, 1fr);\n      gap: 28px;\n      align-items: center;\n      padding: 26px;\n      border-bottom: 1px solid var(--vp-line);\n      background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);\n    }\n\n    .vp-price-card-media {\n      overflow: hidden;\n      aspect-ratio: 1 \/ 1;\n      border-radius: 16px;\n      background: var(--vp-soft);\n    }\n\n    .vp-price-card-media img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .vp-price-card-copy h2 {\n      margin: 0;\n      font-size: clamp(26px, 3vw, 38px);\n      line-height: 1.15;\n      letter-spacing: -0.025em;\n    }\n\n    .vp-price-card-copy p {\n      max-width: 760px;\n      margin: 12px 0 0;\n      color: var(--vp-text);\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    .vp-price-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      margin-top: 14px;\n      color: var(--vp-blue) !important;\n      font-size: 14px;\n      font-weight: 800;\n    }\n\n    .vp-price-link::after {\n      content: \"\u2192\";\n      transition: transform .2s ease;\n    }\n\n    .vp-price-link:hover::after {\n      transform: translateX(3px);\n    }\n\n    .vp-table-area {\n      padding: 22px 24px 26px;\n    }\n\n    .vp-table-note {\n      margin: 0 0 13px;\n      color: #64748b;\n      font-size: 13px;\n    }\n\n    .vp-table-scroll {\n      overflow-x: auto;\n      border: 1px solid var(--vp-line);\n      border-radius: 14px;\n      -webkit-overflow-scrolling: touch;\n      scrollbar-width: thin;\n    }\n\n    .vp-price-table {\n      width: 100%;\n      min-width: 760px;\n      border-collapse: separate;\n      border-spacing: 0;\n      font-size: 14px;\n      text-align: center;\n      font-variant-numeric: tabular-nums;\n    }\n\n    .vp-price-table th,\n    .vp-price-table td {\n      padding: 13px 14px;\n      border-right: 1px solid var(--vp-line);\n      border-bottom: 1px solid var(--vp-line);\n      white-space: nowrap;\n    }\n\n    .vp-price-table th:last-child,\n    .vp-price-table td:last-child {\n      border-right: 0;\n    }\n\n    .vp-price-table tbody tr:last-child td {\n      border-bottom: 0;\n    }\n\n    .vp-price-table thead th {\n      position: sticky;\n      top: 0;\n      z-index: 3;\n      background: #111827;\n      color: #fff;\n      font-size: 13px;\n      font-weight: 800;\n    }\n\n    .vp-price-table thead th:first-child {\n      left: 0;\n      z-index: 5;\n    }\n\n    .vp-price-table tbody td:first-child {\n      position: sticky;\n      left: 0;\n      z-index: 2;\n      background: #f8fafc;\n      color: #111827;\n      font-weight: 800;\n    }\n\n    .vp-price-table tbody tr:hover td:not(:first-child) {\n      background: #f7faff;\n    }\n\n    \/* EMBROIDERY TABS *\/\n    .vp-emb-tabs {\n      display: flex;\n      gap: 8px;\n      overflow-x: auto;\n      margin: 0 0 14px;\n      scrollbar-width: none;\n    }\n\n    .vp-emb-tabs::-webkit-scrollbar {\n      display: none;\n    }\n\n    .vp-emb-tab {\n      flex: 0 0 auto;\n      min-height: 42px;\n      padding: 0 16px;\n      border: 1px solid var(--vp-line);\n      border-radius: 10px;\n      background: #fff;\n      color: #334155;\n      font: inherit;\n      font-size: 13px;\n      font-weight: 800;\n      cursor: pointer;\n    }\n\n    .vp-emb-tab[aria-selected=\"true\"] {\n      border-color: #111827;\n      background: #111827;\n      color: #fff;\n    }\n\n    .vp-emb-panel[hidden] {\n      display: none;\n    }\n\n    .vp-emb-panel-copy {\n      margin: 0 0 14px;\n      color: var(--vp-text);\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    \/* QUOTE BAND *\/\n    .vp-quote-band {\n      margin-top: 64px;\n      padding: 38px;\n      border-radius: 24px;\n      background: #101827;\n      color: #fff;\n    }\n\n    .vp-quote-band-inner {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) auto;\n      gap: 30px;\n      align-items: center;\n    }\n\n    .vp-quote-band h2 {\n      margin: 0;\n      font-size: clamp(28px, 4vw, 42px);\n      line-height: 1.1;\n      letter-spacing: -0.03em;\n      color: #fff;\n    }\n\n    .vp-quote-band p {\n      max-width: 760px;\n      margin: 12px 0 0;\n      color: #cbd5e1;\n      font-size: 16px;\n    }\n\n    \/* PRODUCT LINKS *\/\n    .vp-explore {\n      padding: 68px 0 76px;\n    }\n\n    .vp-explore-head {\n      max-width: 720px;\n      margin-bottom: 24px;\n    }\n\n    .vp-explore-head h2 {\n      margin: 0;\n      font-size: clamp(28px, 4vw, 40px);\n      line-height: 1.15;\n      letter-spacing: -0.025em;\n    }\n\n    .vp-explore-head p {\n      margin: 10px 0 0;\n      color: var(--vp-text);\n    }\n\n    .vp-product-grid {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 16px;\n    }\n\n    .vp-product-card {\n      overflow: hidden;\n      border: 1px solid var(--vp-line);\n      border-radius: 16px;\n      background: #fff;\n      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n    }\n\n    .vp-product-card:hover {\n      transform: translateY(-3px);\n      border-color: #cbd5e1;\n      box-shadow: 0 12px 30px rgba(15, 23, 42, .08);\n    }\n\n    .vp-product-card img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n      background: var(--vp-soft);\n    }\n\n    .vp-product-card-body {\n      padding: 15px 16px 17px;\n    }\n\n    .vp-product-card h3 {\n      margin: 0;\n      font-size: 16px;\n      line-height: 1.3;\n      color: var(--vp-ink);\n    }\n\n    .vp-product-card span {\n      display: inline-block;\n      margin-top: 7px;\n      color: var(--vp-blue);\n      font-size: 13px;\n      font-weight: 800;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 900px) {\n      .vp-pricing-shell {\n        width: min(100% - 28px, 1180px);\n      }\n\n      .vp-pricing-hero {\n        padding: 30px 0 24px;\n      }\n\n      .vp-pricing-hero-inner {\n        grid-template-columns: 1fr;\n        gap: 28px;\n        padding: 28px;\n      }\n\n      .vp-pricing-hero-media {\n        min-height: 0;\n        aspect-ratio: 4 \/ 3;\n      }\n\n      .vp-pricing-hero-media img {\n        min-height: 0;\n      }\n\n      .vp-price-card-top {\n        grid-template-columns: 160px minmax(0, 1fr);\n      }\n\n      .vp-product-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n    }\n\n    @media (max-width: 640px) {\n      .vp-pricing-shell {\n        width: min(100% - 22px, 1180px);\n      }\n\n      .vp-pricing-hero-inner {\n        padding: 22px;\n        border-radius: 20px;\n      }\n\n      .vp-pricing-hero h1 {\n        font-size: clamp(34px, 11vw, 48px);\n      }\n\n      .vp-pricing-hero-copy {\n        margin-top: 14px;\n        font-size: 16px;\n        line-height: 1.65;\n      }\n\n      .vp-pricing-actions {\n        display: grid;\n        grid-template-columns: 1fr;\n      }\n\n      .vp-btn {\n        width: 100%;\n      }\n\n      .vp-pricing-nav-wrap {\n        top: 0;\n      }\n\n      .vp-price-section {\n        padding-top: 42px;\n      }\n\n      .vp-price-card {\n        border-radius: 16px;\n      }\n\n      .vp-price-card-top {\n        grid-template-columns: 92px minmax(0, 1fr);\n        gap: 16px;\n        padding: 18px;\n      }\n\n      .vp-price-card-copy h2 {\n        font-size: 24px;\n      }\n\n      .vp-price-card-copy p {\n        font-size: 14px;\n        line-height: 1.55;\n      }\n\n      .vp-price-link {\n        margin-top: 10px;\n        font-size: 13px;\n      }\n\n      .vp-table-area {\n        padding: 16px 12px 18px;\n      }\n\n      .vp-table-scroll {\n        border-radius: 12px;\n      }\n\n      .vp-price-table {\n        min-width: 700px;\n        font-size: 13px;\n      }\n\n      .vp-price-table th,\n      .vp-price-table td {\n        padding: 12px 11px;\n      }\n\n      .vp-quote-band {\n        margin-top: 44px;\n        padding: 26px 20px;\n        border-radius: 18px;\n      }\n\n      .vp-quote-band-inner {\n        grid-template-columns: 1fr;\n        gap: 22px;\n      }\n\n      .vp-explore {\n        padding: 48px 0 56px;\n      }\n\n      .vp-product-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        gap: 10px;\n      }\n\n      .vp-product-card-body {\n        padding: 12px;\n      }\n\n      .vp-product-card h3 {\n        font-size: 14px;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .vp-price-card-top {\n        grid-template-columns: 78px minmax(0, 1fr);\n      }\n\n      .vp-product-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      .vp-patch-pricing *,\n      .vp-patch-pricing *::before,\n      .vp-patch-pricing *::after {\n        scroll-behavior: auto !important;\n        transition: none !important;\n      }\n    }\n\n<\/style>\n\n<!-- VeperPins Custom Patches Pricing - HTML only -->\n<section class=\"vp-patch-pricing\" id=\"vp-patch-pricing\">\n\n  <header class=\"vp-pricing-hero\">\n    <div class=\"vp-pricing-shell\">\n      <div class=\"vp-pricing-hero-inner\">\n        <div>\n          <p class=\"vp-pricing-kicker\">Clear, Upfront Pricing<\/p>\n          <h1>Custom Patches Pricing<\/h1>\n          <p class=\"vp-pricing-hero-copy\">\n            Custom patch pricing should be easy to understand. Compare per-piece prices by patch type, size, and quantity below. If you need a different size, backing, or quantity, send us your artwork and we\u2019ll put together a custom quote.\n          <\/p>\n\n          <div class=\"vp-pricing-actions\">\n            <a class=\"vp-btn vp-btn-primary\" href=\"https:\/\/veperpins.com\/custom-patches-quote\/\">Get a Free Quote<\/a>\n            <a class=\"vp-btn vp-btn-secondary\" href=\"#embroidered-pricing\">View Pricing<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"vp-pricing-hero-media\">\n          <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-embroidered-patches-velcro-1.webp\" alt=\"Custom embroidered patches by VeperPins\" width=\"800\" height=\"600\" loading=\"eager\" fetchpriority=\"high\">\n          <div class=\"vp-pricing-hero-badge\">Factory-direct custom patch pricing<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <div class=\"vp-pricing-nav-wrap\" aria-label=\"Patch pricing sections\">\n    <div class=\"vp-pricing-shell\">\n      <nav class=\"vp-pricing-nav\">\n        <a href=\"#embroidered-pricing\">Embroidered<\/a>\n        <a href=\"#woven-pricing\">Woven<\/a>\n        <a href=\"#chenille-pricing\">Chenille<\/a>\n        <a href=\"#printed-pricing\">Printed<\/a>\n        <a href=\"#leather-pricing\">Leather<\/a>\n        <a href=\"#pvc-pricing\">PVC<\/a>\n      <\/nav>\n    <\/div>\n  <\/div>\n\n  <main>\n    <div class=\"vp-pricing-shell\">\n\n      <!-- EMBROIDERED -->\n      <section class=\"vp-price-section\" id=\"embroidered-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-embroidered-patches-no-minimum-1.webp\" alt=\"Custom embroidered patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>Embroidered Patch Pricing<\/h2>\n              <p>\n                Choose 50%, 75%, or 100% embroidery coverage based on how much of the twill background you want to show. More coverage creates a fuller stitched look, while lower coverage can help keep the price down.\n              <\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-embroidered-patches\/\">View Custom Embroidered Patches<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"vp-table-area\">\n            <div class=\"vp-emb-tabs\" role=\"tablist\" aria-label=\"Embroidery coverage pricing\">\n              <button class=\"vp-emb-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-controls=\"vp-emb-50\" id=\"vp-tab-50\" data-vp-tab=\"50\">50% Coverage<\/button>\n              <button class=\"vp-emb-tab\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-controls=\"vp-emb-75\" id=\"vp-tab-75\" data-vp-tab=\"75\">75% Coverage<\/button>\n              <button class=\"vp-emb-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-controls=\"vp-emb-100\" id=\"vp-tab-100\" data-vp-tab=\"100\">100% Coverage<\/button>\n            <\/div>\n\n            <div class=\"vp-emb-panel\" id=\"vp-emb-50\" role=\"tabpanel\" aria-labelledby=\"vp-tab-50\" hidden=\"\">\n              <p class=\"vp-emb-panel-copy\">\n                A practical option for simple designs where part of the twill background can remain visible. It keeps the patch lighter and helps control cost.\n              <\/p>\n              <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n              <div class=\"vp-table-scroll\">\n                <table class=\"vp-price-table\">\n                  <thead>\n                    <tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr><td>1 Inch<\/td><td>$1.48<\/td><td>$0.86<\/td><td>$0.75<\/td><td>$0.60<\/td><td>$0.50<\/td><td>$0.47<\/td><\/tr>\n                    <tr><td>1.5 Inch<\/td><td>$1.48<\/td><td>$0.86<\/td><td>$0.75<\/td><td>$0.60<\/td><td>$0.50<\/td><td>$0.47<\/td><\/tr>\n                    <tr><td>2 Inch<\/td><td>$1.48<\/td><td>$0.86<\/td><td>$0.75<\/td><td>$0.60<\/td><td>$0.50<\/td><td>$0.47<\/td><\/tr>\n                    <tr><td>2.5 Inch<\/td><td>$1.70<\/td><td>$1.13<\/td><td>$0.96<\/td><td>$0.79<\/td><td>$0.65<\/td><td>$0.61<\/td><\/tr>\n                    <tr><td>3 Inch<\/td><td>$1.99<\/td><td>$1.29<\/td><td>$1.21<\/td><td>$0.98<\/td><td>$0.66<\/td><td>$0.63<\/td><\/tr>\n                    <tr><td>3.5 Inch<\/td><td>$2.25<\/td><td>$1.64<\/td><td>$1.54<\/td><td>$1.21<\/td><td>$0.86<\/td><td>$0.80<\/td><\/tr>\n                    <tr><td>4 Inch<\/td><td>$2.55<\/td><td>$1.81<\/td><td>$1.66<\/td><td>$1.41<\/td><td>$1.09<\/td><td>$1.03<\/td><\/tr>\n                    <tr><td>4.5 Inch<\/td><td>$3.07<\/td><td>$2.09<\/td><td>$2.00<\/td><td>$1.62<\/td><td>$1.25<\/td><td>$1.17<\/td><\/tr>\n                    <tr><td>5 Inch<\/td><td>$3.39<\/td><td>$2.67<\/td><td>$2.32<\/td><td>$1.75<\/td><td>$1.48<\/td><td>$1.36<\/td><\/tr>\n                    <tr><td>5.5 Inch<\/td><td>$4.12<\/td><td>$2.98<\/td><td>$2.51<\/td><td>$2.10<\/td><td>$1.81<\/td><td>$1.70<\/td><\/tr>\n                    <tr><td>6 Inch<\/td><td>$4.71<\/td><td>$3.75<\/td><td>$3.27<\/td><td>$2.79<\/td><td>$2.60<\/td><td>$2.48<\/td><\/tr>\n                    <tr><td>6.5 Inch<\/td><td>$5.31<\/td><td>$4.30<\/td><td>$3.90<\/td><td>$2.98<\/td><td>$2.80<\/td><td>$2.68<\/td><\/tr>\n                    <tr><td>7 Inch<\/td><td>$6.49<\/td><td>$5.24<\/td><td>$4.81<\/td><td>$4.04<\/td><td>$3.64<\/td><td>$3.43<\/td><\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n\n            <div class=\"vp-emb-panel\" id=\"vp-emb-75\" role=\"tabpanel\" aria-labelledby=\"vp-tab-75\">\n              <p class=\"vp-emb-panel-copy\">\n                A popular middle ground that adds more stitched detail while still leaving some background fabric visible. It offers a strong balance of texture, detail, and price.\n              <\/p>\n              <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n              <div class=\"vp-table-scroll\">\n                <table class=\"vp-price-table\">\n                  <thead>\n                    <tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr><td>2 Inch<\/td><td>$1.52<\/td><td>$0.85<\/td><td>$0.72<\/td><td>$0.57<\/td><td>$0.46<\/td><td>$0.40<\/td><\/tr>\n                    <tr><td>2.5 Inch<\/td><td>$1.74<\/td><td>$1.16<\/td><td>$0.96<\/td><td>$0.78<\/td><td>$0.62<\/td><td>$0.58<\/td><\/tr>\n                    <tr><td>3 Inch<\/td><td>$2.06<\/td><td>$1.34<\/td><td>$1.24<\/td><td>$0.98<\/td><td>$0.63<\/td><td>$0.60<\/td><\/tr>\n                    <tr><td>3.5 Inch<\/td><td>$2.38<\/td><td>$1.73<\/td><td>$1.62<\/td><td>$1.25<\/td><td>$0.86<\/td><td>$0.82<\/td><\/tr>\n                    <tr><td>4 Inch<\/td><td>$2.70<\/td><td>$1.91<\/td><td>$1.74<\/td><td>$1.47<\/td><td>$1.12<\/td><td>$1.06<\/td><\/tr>\n                    <tr><td>4.5 Inch<\/td><td>$3.17<\/td><td>$2.25<\/td><td>$2.12<\/td><td>$1.71<\/td><td>$1.29<\/td><td>$1.20<\/td><\/tr>\n                    <tr><td>5 Inch<\/td><td>$3.63<\/td><td>$2.88<\/td><td>$2.50<\/td><td>$1.86<\/td><td>$1.54<\/td><td>$1.43<\/td><\/tr>\n                    <tr><td>5.5 Inch<\/td><td>$4.46<\/td><td>$3.26<\/td><td>$2.49<\/td><td>$2.29<\/td><td>$1.96<\/td><td>$1.85<\/td><\/tr>\n                    <tr><td>6 Inch<\/td><td>$5.12<\/td><td>$4.10<\/td><td>$3.57<\/td><td>$3.03<\/td><td>$2.84<\/td><td>$2.72<\/td><\/tr>\n                    <tr><td>6.5 Inch<\/td><td>$5.80<\/td><td>$4.74<\/td><td>$4.28<\/td><td>$3.26<\/td><td>$3.06<\/td><td>$2.94<\/td><\/tr>\n                    <tr><td>7 Inch<\/td><td>$7.23<\/td><td>$5.78<\/td><td>$5.28<\/td><td>$4.46<\/td><td>$3.99<\/td><td>$3.75<\/td><\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n\n            <div class=\"vp-emb-panel\" id=\"vp-emb-100\" role=\"tabpanel\" aria-labelledby=\"vp-tab-100\" hidden=\"\">\n              <p class=\"vp-emb-panel-copy\">\n                Full embroidery covers the entire face of the patch with thread for the richest, most finished look. It is a strong choice when you want maximum texture and full stitched coverage.\n              <\/p>\n              <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n              <div class=\"vp-table-scroll\">\n                <table class=\"vp-price-table\">\n                  <thead>\n                    <tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr>\n                  <\/thead>\n                  <tbody>\n                    <tr><td>2 Inch<\/td><td>$1.65<\/td><td>$0.92<\/td><td>$0.81<\/td><td>$0.62<\/td><td>$0.50<\/td><td>$0.45<\/td><\/tr>\n                    <tr><td>2.5 Inch<\/td><td>$1.93<\/td><td>$1.29<\/td><td>$1.07<\/td><td>$0.89<\/td><td>$0.69<\/td><td>$0.64<\/td><\/tr>\n                    <tr><td>3 Inch<\/td><td>$2.26<\/td><td>$1.50<\/td><td>$1.39<\/td><td>$1.11<\/td><td>$0.71<\/td><td>$0.68<\/td><\/tr>\n                    <tr><td>3.5 Inch<\/td><td>$2.59<\/td><td>$1.93<\/td><td>$1.80<\/td><td>$1.40<\/td><td>$0.96<\/td><td>$0.91<\/td><\/tr>\n                    <tr><td>4 Inch<\/td><td>$2.96<\/td><td>$2.14<\/td><td>$1.95<\/td><td>$1.65<\/td><td>$1.25<\/td><td>$1.18<\/td><\/tr>\n                    <tr><td>4.5 Inch<\/td><td>$3.59<\/td><td>$2.50<\/td><td>$2.34<\/td><td>$1.90<\/td><td>$1.44<\/td><td>$1.34<\/td><\/tr>\n                    <tr><td>5 Inch<\/td><td>$4.04<\/td><td>$3.17<\/td><td>$2.77<\/td><td>$2.06<\/td><td>$1.71<\/td><td>$1.59<\/td><\/tr>\n                    <tr><td>5.5 Inch<\/td><td>$4.89<\/td><td>$3.56<\/td><td>$2.97<\/td><td>$2.52<\/td><td>$2.15<\/td><td>$2.02<\/td><\/tr>\n                    <tr><td>6 Inch<\/td><td>$5.58<\/td><td>$4.53<\/td><td>$3.95<\/td><td>$3.35<\/td><td>$3.15<\/td><td>$3.01<\/td><\/tr>\n                    <tr><td>6.5 Inch<\/td><td>$6.35<\/td><td>$5.19<\/td><td>$4.70<\/td><td>$3.58<\/td><td>$3.36<\/td><td>$3.24<\/td><\/tr>\n                    <tr><td>7 Inch<\/td><td>$7.84<\/td><td>$6.36<\/td><td>$5.81<\/td><td>$4.90<\/td><td>$4.39<\/td><td>$4.12<\/td><\/tr>\n                  <\/tbody>\n                <\/table>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- WOVEN -->\n      <section class=\"vp-price-section\" id=\"woven-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-woven-patch.webp\" alt=\"Custom woven patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>Woven Patch Pricing<\/h2>\n              <p>Woven patches use thinner threads than embroidery, making them a strong choice for small lettering, fine lines, and detailed artwork.<\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-woven-patches\/\">View Custom Woven Patches<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"vp-table-area\">\n            <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n            <div class=\"vp-table-scroll\">\n              <table class=\"vp-price-table\">\n                <thead><tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr><\/thead>\n                <tbody>\n                  <tr><td>1.5 Inch<\/td><td>$2.01<\/td><td>$1.38<\/td><td>$1.29<\/td><td>$1.09<\/td><td>$1.00<\/td><td>$0.95<\/td><\/tr>\n                  <tr><td>2 Inch<\/td><td>$2.21<\/td><td>$1.48<\/td><td>$1.37<\/td><td>$1.18<\/td><td>$1.07<\/td><td>$1.01<\/td><\/tr>\n                  <tr><td>2.5 Inch<\/td><td>$2.49<\/td><td>$1.86<\/td><td>$1.63<\/td><td>$1.45<\/td><td>$1.25<\/td><td>$1.20<\/td><\/tr>\n                  <tr><td>3 Inch<\/td><td>$2.82<\/td><td>$2.06<\/td><td>$1.95<\/td><td>$1.67<\/td><td>$1.27<\/td><td>$1.24<\/td><\/tr>\n                  <tr><td>3.5 Inch<\/td><td>$3.16<\/td><td>$2.49<\/td><td>$2.37<\/td><td>$1.96<\/td><td>$1.52<\/td><td>$1.47<\/td><\/tr>\n                  <tr><td>4 Inch<\/td><td>$3.52<\/td><td>$2.70<\/td><td>$2.51<\/td><td>$2.21<\/td><td>$1.81<\/td><td>$1.74<\/td><\/tr>\n                  <tr><td>4.5 Inch<\/td><td>$4.15<\/td><td>$3.06<\/td><td>$2.91<\/td><td>$2.46<\/td><td>$2.00<\/td><td>$1.90<\/td><\/tr>\n                  <tr><td>5 Inch<\/td><td>$4.60<\/td><td>$3.73<\/td><td>$3.33<\/td><td>$2.63<\/td><td>$2.27<\/td><td>$2.15<\/td><\/tr>\n                  <tr><td>5.5 Inch<\/td><td>$5.45<\/td><td>$4.12<\/td><td>$3.53<\/td><td>$3.08<\/td><td>$2.71<\/td><td>$2.58<\/td><\/tr>\n                  <tr><td>6 Inch<\/td><td>$6.14<\/td><td>$5.09<\/td><td>$4.51<\/td><td>$3.92<\/td><td>$3.71<\/td><td>$3.57<\/td><\/tr>\n                  <tr><td>6.5 Inch<\/td><td>$6.91<\/td><td>$5.76<\/td><td>$5.26<\/td><td>$4.14<\/td><td>$3.93<\/td><td>$3.80<\/td><\/tr>\n                  <tr><td>7 Inch<\/td><td>$8.40<\/td><td>$6.92<\/td><td>$6.37<\/td><td>$5.46<\/td><td>$4.96<\/td><td>$4.68<\/td><\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CHENILLE -->\n      <section class=\"vp-price-section\" id=\"chenille-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/chenille-patches-custom_.webp\" alt=\"Custom chenille patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>Chenille Patch Pricing<\/h2>\n              <p>Chenille patches have a soft, raised texture that works especially well for varsity letters, school logos, team designs, and bold shapes.<\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-chenille-patches\/\">View Custom Chenille Patches<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"vp-table-area\">\n            <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n            <div class=\"vp-table-scroll\">\n              <table class=\"vp-price-table\">\n                <thead><tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>3,000 pcs<\/th><\/tr><\/thead>\n                <tbody>\n                  <tr><td>2 Inch<\/td><td>$3.26<\/td><td>$2.06<\/td><td>$1.66<\/td><td>$1.28<\/td><td>$1.02<\/td><td>$0.86<\/td><\/tr>\n                  <tr><td>2.5 Inch<\/td><td>$4.00<\/td><td>$2.49<\/td><td>$2.24<\/td><td>$1.54<\/td><td>$1.22<\/td><td>$1.00<\/td><\/tr>\n                  <tr><td>3 Inch<\/td><td>$4.20<\/td><td>$2.69<\/td><td>$2.43<\/td><td>$1.74<\/td><td>$1.41<\/td><td>$1.19<\/td><\/tr>\n                  <tr><td>3.5 Inch<\/td><td>$4.99<\/td><td>$3.19<\/td><td>$2.58<\/td><td>$2.04<\/td><td>$1.67<\/td><td>$1.41<\/td><\/tr>\n                  <tr><td>4 Inch<\/td><td>$6.00<\/td><td>$4.56<\/td><td>$3.19<\/td><td>$2.56<\/td><td>$2.11<\/td><td>$1.81<\/td><\/tr>\n                  <tr><td>4.5 Inch<\/td><td>$7.20<\/td><td>$5.32<\/td><td>$4.31<\/td><td>$3.48<\/td><td>$2.83<\/td><td>$2.34<\/td><\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- PRINTED -->\n      <section class=\"vp-price-section\" id=\"printed-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/Printed-Patches.webp\" alt=\"Custom printed patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>Printed Patch Pricing<\/h2>\n              <p>Printed patches are a good fit for detailed artwork, bright colors, gradients, photos, and designs that would be difficult to reproduce with thread alone.<\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-printed-patches\/\">View Custom Printed Patches<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"vp-table-area\">\n            <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n            <div class=\"vp-table-scroll\">\n              <table class=\"vp-price-table\">\n                <thead><tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr><\/thead>\n                <tbody>\n                  <tr><td>2 Inch<\/td><td>$2.31<\/td><td>$1.60<\/td><td>$1.47<\/td><td>$1.29<\/td><td>$1.18<\/td><td>$1.13<\/td><\/tr>\n                  <tr><td>2.5 Inch<\/td><td>$2.59<\/td><td>$1.97<\/td><td>$1.74<\/td><td>$1.56<\/td><td>$1.37<\/td><td>$1.32<\/td><\/tr>\n                  <tr><td>3 Inch<\/td><td>$2.94<\/td><td>$2.17<\/td><td>$2.06<\/td><td>$1.78<\/td><td>$1.39<\/td><td>$1.35<\/td><\/tr>\n                  <tr><td>3.5 Inch<\/td><td>$3.27<\/td><td>$2.59<\/td><td>$2.47<\/td><td>$2.07<\/td><td>$1.73<\/td><td>$1.69<\/td><\/tr>\n                  <tr><td>4 Inch<\/td><td>$3.63<\/td><td>$2.81<\/td><td>$2.63<\/td><td>$2.31<\/td><td>$2.03<\/td><td>$1.86<\/td><\/tr>\n                  <tr><td>4.5 Inch<\/td><td>$5.39<\/td><td>$4.29<\/td><td>$3.01<\/td><td>$2.57<\/td><td>$2.12<\/td><td>$2.01<\/td><\/tr>\n                  <tr><td>5 Inch<\/td><td>$5.83<\/td><td>$3.84<\/td><td>$3.44<\/td><td>$2.73<\/td><td>$2.49<\/td><td>$2.26<\/td><\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- LEATHER -->\n      <section class=\"vp-price-section\" id=\"leather-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/Leather-Patches.webp\" alt=\"Custom synthetic leather patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>Synthetic Leather Patch Pricing<\/h2>\n              <p>Synthetic leather patches give logos a clean, premium look without the bulk of embroidery. Laser engraving works well for crisp marks, text, and simple line art.<\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-leather-patches\/\">View Custom Leather Patches<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"vp-table-area\">\n            <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n            <div class=\"vp-table-scroll\">\n              <table class=\"vp-price-table\">\n                <thead><tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>2,000 pcs<\/th><\/tr><\/thead>\n                <tbody>\n                  <tr><td>2 Inch<\/td><td>$2.38<\/td><td>$1.54<\/td><td>$1.42<\/td><td>$1.24<\/td><td>$1.13<\/td><td>$1.07<\/td><\/tr>\n                  <tr><td>2.5 Inch<\/td><td>$2.66<\/td><td>$1.91<\/td><td>$1.69<\/td><td>$1.51<\/td><td>$1.30<\/td><td>$1.26<\/td><\/tr>\n                  <tr><td>3 Inch<\/td><td>$2.99<\/td><td>$2.12<\/td><td>$2.00<\/td><td>$1.72<\/td><td>$1.33<\/td><td>$1.29<\/td><\/tr>\n                  <tr><td>3.5 Inch<\/td><td>$3.33<\/td><td>$2.54<\/td><td>$2.42<\/td><td>$2.01<\/td><td>$1.58<\/td><td>$1.53<\/td><\/tr>\n                  <tr><td>4 Inch<\/td><td>$3.69<\/td><td>$2.75<\/td><td>$2.56<\/td><td>$2.26<\/td><td>$1.87<\/td><td>$1.80<\/td><\/tr>\n                  <tr><td>4.5 Inch<\/td><td>$4.33<\/td><td>$3.11<\/td><td>$2.96<\/td><td>$2.52<\/td><td>$2.06<\/td><td>$1.97<\/td><\/tr>\n                  <tr><td>5 Inch<\/td><td>$4.77<\/td><td>$3.79<\/td><td>$3.38<\/td><td>$2.68<\/td><td>$2.32<\/td><td>$2.21<\/td><\/tr>\n                  <tr><td>5.5 Inch<\/td><td>$5.66<\/td><td>$4.19<\/td><td>$3.58<\/td><td>$3.14<\/td><td>$2.77<\/td><td>$2.65<\/td><\/tr>\n                  <tr><td>6 Inch<\/td><td>$6.31<\/td><td>$5.15<\/td><td>$4.56<\/td><td>$3.97<\/td><td>$3.77<\/td><td>$3.63<\/td><\/tr>\n                  <tr><td>6.5 Inch<\/td><td>$7.08<\/td><td>$5.81<\/td><td>$5.32<\/td><td>$4.21<\/td><td>$3.98<\/td><td>$3.85<\/td><\/tr>\n                  <tr><td>7 Inch<\/td><td>$8.45<\/td><td>$6.98<\/td><td>$6.43<\/td><td>$5.55<\/td><td>$5.02<\/td><td>$4.75<\/td><\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- PVC -->\n      <section class=\"vp-price-section\" id=\"pvc-pricing\">\n        <div class=\"vp-price-card\">\n          <div class=\"vp-price-card-top\">\n            <div class=\"vp-price-card-media\">\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/06\/PVC-Patches-5.webp\" alt=\"Custom PVC patch\" width=\"600\" height=\"600\" loading=\"lazy\">\n            <\/div>\n            <div class=\"vp-price-card-copy\">\n              <h2>PVC Patch Pricing<\/h2>\n              <p>PVC patches are flexible, weather-resistant, and a practical choice for outdoor gear, uniforms, tactical use, and bold 2D or 3D designs.<\/p>\n              <a class=\"vp-price-link\" href=\"https:\/\/veperpins.com\/custom-pvc-patches\/\">View Custom PVC Patches<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"vp-table-area\">\n            <p class=\"vp-table-note\">Prices shown are per patch.<\/p>\n            <div class=\"vp-table-scroll\">\n              <table class=\"vp-price-table\">\n                <thead><tr><th>Size<\/th><th>100 pcs<\/th><th>200 pcs<\/th><th>300 pcs<\/th><th>500 pcs<\/th><th>1,000 pcs<\/th><th>3,000 pcs<\/th><\/tr><\/thead>\n                <tbody>\n                  <tr><td>2 Inch<\/td><td>$3.17<\/td><td>$1.97<\/td><td>$1.57<\/td><td>$1.19<\/td><td>$0.93<\/td><td>$0.77<\/td><\/tr>\n                  <tr><td>2.5 Inch<\/td><td>$3.91<\/td><td>$2.40<\/td><td>$2.15<\/td><td>$1.45<\/td><td>$1.13<\/td><td>$0.91<\/td><\/tr>\n                  <tr><td>3 Inch<\/td><td>$4.11<\/td><td>$2.60<\/td><td>$2.34<\/td><td>$1.65<\/td><td>$1.32<\/td><td>$1.10<\/td><\/tr>\n                  <tr><td>3.5 Inch<\/td><td>$4.90<\/td><td>$3.10<\/td><td>$2.49<\/td><td>$1.95<\/td><td>$1.58<\/td><td>$1.32<\/td><\/tr>\n                  <tr><td>4 Inch<\/td><td>$5.91<\/td><td>$4.47<\/td><td>$3.10<\/td><td>$2.47<\/td><td>$2.02<\/td><td>$1.72<\/td><\/tr>\n                  <tr><td>4.5 Inch<\/td><td>$7.11<\/td><td>$5.23<\/td><td>$4.22<\/td><td>$3.39<\/td><td>$2.74<\/td><td>$2.25<\/td><\/tr>\n                <\/tbody>\n              <\/table>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CTA -->\n      <section class=\"vp-quote-band\">\n        <div class=\"vp-quote-band-inner\">\n          <div>\n            <h2>Ready to Create Your Custom Patches?<\/h2>\n            <p>Send us your design, size, quantity, and backing requirements. Our team will review the details and send you a custom quote.<\/p>\n          <\/div>\n          <a class=\"vp-btn vp-btn-primary\" href=\"https:\/\/veperpins.com\/custom-patches-quote\/\">Get a Free Quote<\/a>\n        <\/div>\n      <\/section>\n\n      <!-- PRODUCT LINKS -->\n      <section class=\"vp-explore\" aria-labelledby=\"vp-explore-title\">\n        <div class=\"vp-explore-head\">\n          <h2 id=\"vp-explore-title\">Explore Custom Patch Types<\/h2>\n          <p>See more examples, materials, and customization options for each patch style.<\/p>\n        <\/div>\n\n        <div class=\"vp-product-grid\">\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-embroidered-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-embroidered-patches-no-minimum-1.webp\" alt=\"Custom embroidered patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Embroidered Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-woven-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-woven-patches-no-minimum.webp\" alt=\"Custom woven patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Woven Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-chenille-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-chenille-letter-patches_-.webp\" alt=\"Custom chenille patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Chenille Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-printed-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/printed-patches-1.webp\" alt=\"Custom printed patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Printed Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-leather-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/Leather-Patches.webp\" alt=\"Custom leather patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Leather Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-patches\/custom-velcro-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/custom-velcro-patches.webp\" alt=\"Custom Velcro patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>Velcro Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n\n          <a class=\"vp-product-card\" href=\"https:\/\/veperpins.com\/custom-pvc-patches\/\">\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/veperpins.com\/wp-content\/uploads\/2026\/06\/PVC-Patches-5.webp\" alt=\"Custom PVC patches\" width=\"500\" height=\"375\" loading=\"lazy\">\n            <div class=\"vp-product-card-body\"><h3>PVC Patches<\/h3><span>View Options \u2192<\/span><\/div>\n          <\/a>\n        <\/div>\n      <\/section>\n\n    <\/div>\n  <\/main>\n\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Clear, Upfront Pricing Custom Patches Pricing Custom patch pricing should be easy to understand. Compare per-piece prices by patch type, size, and quantity below. If you need a different size, backing, or quantity, send us your artwork and we\u2019ll put together a custom quote. Get a Free Quote View Pricing Factory-direct custom patch pricing Embroidered&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2183,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-776","page","type-page","status-publish","has-post-thumbnail","hentry"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/veperpins.com\/wp-content\/uploads\/2026\/04\/funny-velcro-patches.webp",800,800,false],"author_info":{"display_name":"Shirya","author_link":"https:\/\/veperpins.com\/author\/boom\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/pages\/776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/comments?post=776"}],"version-history":[{"count":6,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/pages\/776\/revisions"}],"predecessor-version":[{"id":9517,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/pages\/776\/revisions\/9517"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/media\/2183"}],"wp:attachment":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/media?parent=776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}