{"id":8517,"date":"2026-08-02T04:15:35","date_gmt":"2026-08-02T04:15:35","guid":{"rendered":"https:\/\/veperpins.com\/?p=8517"},"modified":"2026-08-02T04:19:25","modified_gmt":"2026-08-02T04:19:25","slug":"custom-work-videos","status":"publish","type":"post","link":"https:\/\/veperpins.com\/custom-work-videos\/","title":{"rendered":"Custom Product Showcase: Pins, Coins, Medals &amp; More"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n.vp-video-showcase {\n  width: 100%;\n  max-width: 1240px;\n  margin: 0 auto;\n  padding: 40px 20px 60px;\n  box-sizing: border-box;\n}\n\n.vp-video-showcase *,\n.vp-video-showcase *::before,\n.vp-video-showcase *::after {\n  box-sizing: border-box;\n}\n\n\/* Intro *\/\n\n.vp-video-showcase__intro {\n  max-width: 760px;\n  margin: 0 auto 34px;\n  text-align: center;\n}\n\n.vp-video-showcase__intro h2 {\n  margin: 0 0 14px;\n  color: #171717;\n  font-size: clamp(28px, 4vw, 42px);\n  font-weight: 700;\n  line-height: 1.2;\n}\n\n.vp-video-showcase__intro p {\n  margin: 0;\n  color: #555;\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n\/* Video grid *\/\n\n.vp-video-showcase__grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 24px;\n  align-items: start;\n}\n\n.vp-video-showcase__item {\n  width: 100%;\n  min-width: 0;\n  overflow: hidden;\n  border: 1px solid #e5e5e5;\n  border-radius: 16px;\n  background: #fff;\n  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);\n}\n\n.vp-video-showcase__item iframe {\n  display: block;\n  width: 100%;\n  height: 680px;\n  margin: 0;\n  border: 0;\n  background: #fff;\n}\n\n\/* CTA *\/\n\n.vp-video-showcase__cta {\n  max-width: 820px;\n  margin: 44px auto 0;\n  padding: 40px 28px;\n  border-radius: 18px;\n  background: #f5f7ff;\n  text-align: center;\n}\n\n.vp-video-showcase__cta h3 {\n  margin: 0 0 12px;\n  color: #171717;\n  font-size: clamp(25px, 3vw, 34px);\n  font-weight: 700;\n  line-height: 1.25;\n}\n\n.vp-video-showcase__cta p {\n  max-width: 650px;\n  margin: 0 auto 24px;\n  color: #555;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.vp-video-showcase__buttons {\n  display: flex;\n  flex-direction: column;\n  align-items: stretch;\n  gap: 12px;\n  width: 100%;\n  max-width: 300px;\n  margin: 0 auto;\n}\n\n.vp-video-showcase__button {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  min-height: 50px;\n  padding: 13px 24px;\n  border: 2px solid transparent;\n  border-radius: 8px;\n  font-size: 16px;\n  font-weight: 700;\n  line-height: 1.2;\n  text-align: center;\n  text-decoration: none !important;\n  transition:\n    transform 0.2s ease,\n    background-color 0.2s ease,\n    border-color 0.2s ease;\n}\n\n\/* Instagram button *\/\n\n.vp-video-showcase__button--instagram {\n  border-color: #1f5eff;\n  background: #fff;\n  color: #1f5eff !important;\n}\n\n.vp-video-showcase__button--instagram:hover {\n  border-color: #174bd2;\n  background: #eef3ff;\n  color: #174bd2 !important;\n  transform: translateY(-2px);\n}\n\n\/* Quote button *\/\n\n.vp-video-showcase__button--quote {\n  border-color: #1f5eff;\n  background: #1f5eff;\n  color: #fff !important;\n}\n\n.vp-video-showcase__button--quote:hover {\n  border-color: #174bd2;\n  background: #174bd2;\n  color: #fff !important;\n  transform: translateY(-2px);\n}\n\n.vp-video-showcase__button:focus-visible {\n  outline: 3px solid rgba(31, 94, 255, 0.3);\n  outline-offset: 3px;\n}\n\n\/* Tablet *\/\n\n@media (max-width: 1024px) {\n  .vp-video-showcase__grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .vp-video-showcase__item iframe {\n    height: 700px;\n  }\n}\n\n\/* Mobile *\/\n\n@media (max-width: 700px) {\n  .vp-video-showcase {\n    padding: 28px 14px 44px;\n  }\n\n  .vp-video-showcase__intro {\n    margin-bottom: 24px;\n    text-align: left;\n  }\n\n  .vp-video-showcase__intro h2 {\n    font-size: 29px;\n  }\n\n  .vp-video-showcase__intro p {\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .vp-video-showcase__grid {\n    grid-template-columns: minmax(0, 1fr);\n    gap: 20px;\n  }\n\n  .vp-video-showcase__item {\n    border-radius: 12px;\n  }\n\n  .vp-video-showcase__item iframe {\n    height: 690px;\n  }\n\n  .vp-video-showcase__cta {\n    margin-top: 32px;\n    padding: 30px 18px;\n    border-radius: 14px;\n  }\n\n  .vp-video-showcase__cta h3 {\n    font-size: 26px;\n  }\n\n  .vp-video-showcase__buttons {\n    max-width: none;\n  }\n}\n\n\/* Small phones *\/\n\n@media (max-width: 390px) {\n  .vp-video-showcase {\n    padding-right: 10px;\n    padding-left: 10px;\n  }\n\n  .vp-video-showcase__item iframe {\n    height: 650px;\n  }\n}\n<\/style>\n\n<section\n  class=\"vp-video-showcase\"\n  aria-labelledby=\"vp-video-showcase-title\"\n>\n  <div class=\"vp-video-showcase__intro\">\n    <h2 id=\"vp-video-showcase-title\">\n      Watch Our Latest Custom Product Videos\n    <\/h2>\n\n    <p>\n      See our recent custom work up close, including the colors, plating,\n      textures, and small details that are hard to capture in photos.\n    <\/p>\n  <\/div>\n\n  <div class=\"vp-video-showcase__grid\">\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/Dba7vqPxhzr\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 1\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DbVcPM1OqC4\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 2\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DbLK9dZORZx\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 3\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DbBKVVCOfa8\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 4\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/Da7GUOGOIsS\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 5\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/Dabufdep2rn\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 6\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DaZoIQ8SIBg\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 7\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DappZYTunTz\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 8\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n    <div class=\"vp-video-showcase__item\">\n      <iframe\n        src=\"https:\/\/www.instagram.com\/p\/DavDklCO1KW\/embed\/?locale=en_US\"\n        title=\"VeperPins custom product video 9\"\n        loading=\"lazy\"\n        scrolling=\"no\"\n        allowtransparency=\"true\"\n        allowfullscreen\n      ><\/iframe>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"vp-video-showcase__cta\">\n    <h3>See More of Our Work<\/h3>\n\n    <p>\n      Follow us on Instagram for new projects, design ideas, and\n      limited-time offers. Have a project in mind? Send us your idea\n      and get a free quote.\n    <\/p>\n\n    <div class=\"vp-video-showcase__buttons\">\n      <a class=\"vp-video-showcase__button vp-video-showcase__button--instagram\" href=\"https:\/\/www.instagram.com\/veperpins\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n        Follow Us on Instagram\n      <\/a>\n\n      <a class=\"vp-video-showcase__button vp-video-showcase__button--quote\" href=\"https:\/\/veperpins.com\/get-quote\/\">\n        Get a Free Quote\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Watch Our Latest Custom Product Videos See our recent custom work up close, including the colors, plating, textures, and small details that are hard to capture in photos. See More of Our Work Follow us on Instagram for new projects, design ideas, and limited-time offers. Have a project in mind? Send us your idea and&#8230;<\/p>\n","protected":false},"author":1,"featured_media":8520,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","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":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[63],"tags":[],"class_list":["post-8517","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-customer-showcase"],"taxonomy_info":{"category":[{"value":63,"label":"Customer Showcase"}]},"featured_image_src_large":["https:\/\/veperpins.com\/wp-content\/uploads\/2026\/08\/Custom-Product-Videos-1024x668.webp",1024,668,true],"author_info":{"display_name":"Shirya","author_link":"https:\/\/veperpins.com\/author\/boom\/"},"comment_info":0,"category_info":[{"term_id":63,"name":"Customer Showcase","slug":"customer-showcase","term_group":0,"term_taxonomy_id":63,"taxonomy":"category","description":"View real customer projects including custom lapel pins, challenge coins, medals, keychains, and patches made for global clients.","parent":0,"count":4,"filter":"raw","cat_ID":63,"category_count":4,"category_description":"View real customer projects including custom lapel pins, challenge coins, medals, keychains, and patches made for global clients.","cat_name":"Customer Showcase","category_nicename":"customer-showcase","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/posts\/8517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/types\/post"}],"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=8517"}],"version-history":[{"count":0,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/posts\/8517\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/media\/8520"}],"wp:attachment":[{"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/media?parent=8517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/categories?post=8517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/veperpins.com\/wp-json\/wp\/v2\/tags?post=8517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}