{"product_id":"heavy-duty-rivet-nut-tool-kit","title":"🔧 Heavy-Duty Rivet Nut Tool Kit – M3-M10","description":"\u003c!--=========================================================Rivet Nut Installer Kit深色工业工具风 · 全宽纵向排版=========================================================--\u003e\u003cstyle\u003e  #rivet-tool-page {    --rt-bg: #eef1f4;    --rt-card: #ffffff;    --rt-dark: #14191f;    --rt-dark-soft: #202832;    --rt-text: #20262d;    --rt-muted: #606b76;    --rt-line: #dce1e6;    --rt-accent: #f47721;    --rt-accent-dark: #d85b0b;    --rt-accent-soft: #fff0e5;    --rt-radius: 18px;    --rt-shadow: 0 10px 28px rgba(20, 25, 31, 0.09);    width: 100%;    max-width: 1050px;    margin: 0 auto;    overflow: hidden;    color: var(--rt-text);    background: var(--rt-bg);    font-family: Arial, Helvetica, sans-serif;    line-height: 1.6;  }  #rivet-tool-page,  #rivet-tool-page * {    box-sizing: border-box;  }  #rivet-tool-page img {    display: block;    width: 100%;    height: auto;    margin: 0;  }  #rivet-tool-page h2,  #rivet-tool-page h3,  #rivet-tool-page h4,  #rivet-tool-page p,  #rivet-tool-page ul {    margin-top: 0;  }  \/* 顶部标题区 *\/  #rivet-tool-page .rt-hero {    padding: 54px 28px 44px;    color: #ffffff;    text-align: center;    background:      radial-gradient(        circle at 75% 5%,        rgba(244, 119, 33, 0.24),        transparent 35%      ),      linear-gradient(145deg, #10151a 0%, #202a34 58%, #11161c 100%);  }  #rivet-tool-page .rt-eyebrow {    display: inline-block;    margin-bottom: 17px;    padding: 7px 14px;    border: 1px solid rgba(244, 119, 33, 0.65);    border-radius: 999px;    color: #ffb07a;    background: rgba(244, 119, 33, 0.1);    font-size: 13px;    font-weight: 800;    letter-spacing: 1.1px;    text-transform: uppercase;  }  #rivet-tool-page .rt-hero h2 {    margin-bottom: 14px;    color: #ffffff;    font-size: clamp(32px, 5vw, 52px);    line-height: 1.08;    letter-spacing: -1px;  }  #rivet-tool-page .rt-hero h2 span {    color: var(--rt-accent);  }  #rivet-tool-page .rt-hero-copy {    max-width: 720px;    margin: 0 auto 25px;    color: #d1d8df;    font-size: 17px;  }  #rivet-tool-page .rt-hero-points {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 10px;    max-width: 800px;    margin: 0 auto;  }  #rivet-tool-page .rt-hero-points span {    padding: 9px 14px;    border: 1px solid rgba(255, 255, 255, 0.14);    border-radius: 8px;    color: #f5f7f9;    background: rgba(255, 255, 255, 0.07);    font-size: 14px;    font-weight: 700;  }  \/* 页面主体 *\/  #rivet-tool-page .rt-content {    padding: 24px;  }  \/*  所有模块统一采用：  文案在上  图片在下  *\/  #rivet-tool-page .rt-section {    margin-bottom: 24px;    overflow: hidden;    border: 1px solid var(--rt-line);    border-radius: var(--rt-radius);    background: var(--rt-card);    box-shadow: var(--rt-shadow);  }  #rivet-tool-page .rt-copy {    padding: 34px 32px 28px;    text-align: center;  }  #rivet-tool-page .rt-label {    display: inline-block;    margin-bottom: 10px;    color: var(--rt-accent);    font-size: 13px;    font-weight: 900;    letter-spacing: 1.2px;    text-transform: uppercase;  }  #rivet-tool-page .rt-copy h3 {    max-width: 760px;    margin: 0 auto 13px;    color: var(--rt-dark);    font-size: clamp(25px, 3vw, 34px);    line-height: 1.16;    letter-spacing: -0.5px;  }  #rivet-tool-page .rt-copy h3 strong {    color: var(--rt-accent);  }  #rivet-tool-page .rt-copy \u003e p {    max-width: 750px;    margin: 0 auto;    color: var(--rt-muted);    font-size: 16px;  }  #rivet-tool-page .rt-image-wrap {    padding: 0 18px 18px;  }  #rivet-tool-page .rt-image-wrap img {    border-radius: 13px;    background: #e9edf0;  }  \/* 使用场景标签 *\/  #rivet-tool-page .rt-uses {    display: grid;    grid-template-columns: repeat(5, minmax(0, 1fr));    gap: 10px;    max-width: 850px;    margin: 24px auto 0;  }  #rivet-tool-page .rt-use-item {    padding: 15px 8px;    border: 1px solid #e0e5e9;    border-radius: 10px;    color: var(--rt-dark);    background: #f7f8f9;    font-size: 13px;    font-weight: 800;    line-height: 1.35;    text-align: center;  }  #rivet-tool-page .rt-use-item b {    display: block;    margin-bottom: 5px;    color: var(--rt-accent);    font-size: 21px;  }  \/* 快速安装深色模块 *\/  #rivet-tool-page .rt-feature-dark {    color: #ffffff;    background:      radial-gradient(        circle at 80% 5%,        rgba(244, 119, 33, 0.22),        transparent 34%      ),      linear-gradient(145deg, #11161c, #202934);  }  #rivet-tool-page .rt-feature-dark .rt-copy h3 {    color: #ffffff;  }  #rivet-tool-page .rt-feature-dark .rt-copy \u003e p {    color: #cbd2d9;  }  #rivet-tool-page .rt-feature-dark .rt-image-wrap img {    background: #0c1015;  }  \/* 两种操作方式 *\/  #rivet-tool-page .rt-methods {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 14px;    max-width: 780px;    margin: 24px auto 0;    text-align: left;  }  #rivet-tool-page .rt-method {    padding: 21px;    border: 1px solid var(--rt-line);    border-radius: 12px;    background: #f7f8fa;  }  #rivet-tool-page .rt-method-icon {    display: flex;    width: 43px;    height: 43px;    align-items: center;    justify-content: center;    margin-bottom: 12px;    border-radius: 10px;    color: #ffffff;    background: var(--rt-accent);    font-size: 21px;  }  #rivet-tool-page .rt-method h4 {    margin-bottom: 6px;    color: var(--rt-dark);    font-size: 17px;  }  #rivet-tool-page .rt-method p {    margin-bottom: 0;    color: var(--rt-muted);    font-size: 14px;  }  \/* 应用场景模块 *\/  #rivet-tool-page .rt-applications {    color: #ffffff;    background:      linear-gradient(        rgba(20, 25, 31, 0.95),        rgba(20, 25, 31, 0.98)      ),      repeating-linear-gradient(        45deg,        transparent,        transparent 10px,        rgba(255, 255, 255, 0.03) 10px,        rgba(255, 255, 255, 0.03) 20px      );  }  #rivet-tool-page .rt-applications .rt-copy h3 {    color: #ffffff;  }  #rivet-tool-page .rt-applications .rt-copy \u003e p {    color: #c8d0d7;  }  #rivet-tool-page .rt-dark-grid {    display: grid;    grid-template-columns: repeat(5, minmax(0, 1fr));    gap: 10px;    max-width: 860px;    margin: 24px auto 0;  }  #rivet-tool-page .rt-dark-item {    min-height: 100px;    padding: 17px 9px;    border: 1px solid rgba(255, 255, 255, 0.12);    border-radius: 10px;    background: rgba(255, 255, 255, 0.06);    font-size: 13px;    font-weight: 700;    line-height: 1.4;    text-align: center;  }  #rivet-tool-page .rt-dark-item span {    display: block;    margin-bottom: 7px;    font-size: 23px;  }  \/* 产品参数 *\/  #rivet-tool-page .rt-details {    padding: 34px 32px 28px;  }  #rivet-tool-page .rt-details-header {    margin-bottom: 23px;    text-align: center;  }  #rivet-tool-page .rt-details-header h3 {    margin-bottom: 8px;    color: var(--rt-dark);    font-size: clamp(26px, 3vw, 34px);    line-height: 1.15;  }  #rivet-tool-page .rt-details-header p {    margin-bottom: 0;    color: var(--rt-muted);    font-size: 15px;  }  #rivet-tool-page .rt-spec-list {    max-width: 760px;    padding: 0;    margin: 0 auto;    list-style: none;    border-top: 1px solid var(--rt-line);  }  #rivet-tool-page .rt-spec-list li {    display: flex;    align-items: center;    justify-content: space-between;    gap: 20px;    padding: 14px 4px;    border-bottom: 1px solid var(--rt-line);    font-size: 15px;  }  #rivet-tool-page .rt-spec-list strong {    color: var(--rt-dark);  }  #rivet-tool-page .rt-spec-list span {    color: var(--rt-muted);    text-align: right;  }  \/* 底部收尾 *\/  #rivet-tool-page .rt-closing {    padding: 50px 25px;    color: #ffffff;    text-align: center;    background:      radial-gradient(        circle at 50% 0%,        rgba(244, 119, 33, 0.24),        transparent 40%      ),      linear-gradient(135deg, #171d24, #0d1116);  }  #rivet-tool-page .rt-closing h3 {    margin-bottom: 13px;    color: #ffffff;    font-size: clamp(30px, 4vw, 44px);    line-height: 1.1;  }  #rivet-tool-page .rt-closing h3 span {    color: var(--rt-accent);  }  #rivet-tool-page .rt-closing p {    max-width: 720px;    margin: 0 auto;    color: #cbd2d9;    font-size: 16px;  }  \/* 手机端 *\/  @media (max-width: 767px) {    #rivet-tool-page .rt-hero {      padding: 42px 18px 34px;    }    #rivet-tool-page .rt-hero h2 {      font-size: 34px;    }    #rivet-tool-page .rt-hero-copy {      font-size: 15px;    }    #rivet-tool-page .rt-hero-points {      gap: 8px;    }    #rivet-tool-page .rt-hero-points span {      width: calc(50% - 4px);      padding: 9px 6px;      font-size: 12px;    }    #rivet-tool-page .rt-content {      padding: 14px;    }    #rivet-tool-page .rt-section {      margin-bottom: 16px;      border-radius: 14px;    }    #rivet-tool-page .rt-copy,    #rivet-tool-page .rt-details {      padding: 26px 18px 22px;    }    #rivet-tool-page .rt-copy h3,    #rivet-tool-page .rt-details-header h3 {      font-size: 25px;    }    #rivet-tool-page .rt-copy \u003e p {      font-size: 15px;    }    #rivet-tool-page .rt-image-wrap {      padding: 0 10px 10px;    }    #rivet-tool-page .rt-image-wrap img {      border-radius: 10px;    }    #rivet-tool-page .rt-uses,    #rivet-tool-page .rt-dark-grid {      grid-template-columns: repeat(2, minmax(0, 1fr));    }    #rivet-tool-page .rt-use-item:last-child,    #rivet-tool-page .rt-dark-item:last-child {      grid-column: 1 \/ -1;    }    #rivet-tool-page .rt-methods {      grid-template-columns: 1fr;    }    #rivet-tool-page .rt-method {      text-align: left;    }    #rivet-tool-page .rt-spec-list li {      display: block;      padding: 13px 0;    }    #rivet-tool-page .rt-spec-list strong,    #rivet-tool-page .rt-spec-list span {      display: block;      text-align: left;    }    #rivet-tool-page .rt-spec-list span {      margin-top: 3px;    }    #rivet-tool-page .rt-closing {      padding: 42px 19px;    }  }\u003c\/style\u003e\u003cdiv id=\"rivet-tool-page\"\u003e  \u003c!-- 顶部卖点 --\u003e  \u003csection class=\"rt-hero\"\u003e    \u003cdiv class=\"rt-eyebrow\"\u003e      Professional Fastening Solution    \u003c\/div\u003e    \u003ch2\u003e      Strong Threads.\u003cbr\u003e      \u003cspan\u003eMade Simple.\u003c\/span\u003e    \u003c\/h2\u003e    \u003cp class=\"rt-hero-copy\"\u003e      Install strong, reusable threaded connections in sheet metal,      frames, cabinets and more—without welding or complicated equipment.    \u003c\/p\u003e    \u003cdiv class=\"rt-hero-points\"\u003e      \u003cspan\u003eM3–M10 Size Range\u003c\/span\u003e      \u003cspan\u003eDrill or Manual Use\u003c\/span\u003e      \u003cspan\u003eHeavy-Duty Metal\u003c\/span\u003e      \u003cspan\u003eFast Installation\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003cmain class=\"rt-content\"\u003e    \u003c!-- 核心演示 --\u003e    \u003csection class=\"rt-section\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Strong Threads Made Simple        \u003c\/span\u003e        \u003ch3\u003e          Create a Strong Threaded Connection          \u003cstrong\u003ein Seconds\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          Install secure internal threads in thin metal surfaces that          cannot support traditional tapping. Create stable fastening          points for bolts, panels and removable components.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10001_e63c61e7-0c3a-4b2d-a258-8b2700f560bb.gif?v=1782562271\" alt=\"Rivet nut installation demonstration\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 多尺寸支持 --\u003e    \u003csection class=\"rt-section\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Multi-Size Rivet Nut Support        \u003c\/span\u003e        \u003ch3\u003e          One Kit for          \u003cstrong\u003eDifferent Fastening Jobs\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          Supports multiple rivet nut sizes from M3 to M10, making it          easy to handle workshop repairs, automotive maintenance and          everyday DIY projects.        \u003c\/p\u003e        \u003cdiv class=\"rt-uses\"\u003e          \u003cdiv class=\"rt-use-item\"\u003e            \u003cb\u003e▦\u003c\/b\u003e            Metal Sheets          \u003c\/div\u003e          \u003cdiv class=\"rt-use-item\"\u003e            \u003cb\u003e▣\u003c\/b\u003e            Frames          \u003c\/div\u003e          \u003cdiv class=\"rt-use-item\"\u003e            \u003cb\u003e▤\u003c\/b\u003e            Cabinets          \u003c\/div\u003e          \u003cdiv class=\"rt-use-item\"\u003e            \u003cb\u003e⚙\u003c\/b\u003e            Auto Repairs          \u003c\/div\u003e          \u003cdiv class=\"rt-use-item\"\u003e            \u003cb\u003e⌂\u003c\/b\u003e            DIY Projects          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10007.png?v=1782562222\" alt=\"Multiple rivet nut sizes\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 快速安装 --\u003e    \u003csection class=\"rt-section rt-feature-dark\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Fast \u0026amp; Easy Installation        \u003c\/span\u003e        \u003ch3\u003e          Complete Fastening Jobs With          \u003cstrong\u003eLess Effort\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          The straightforward installation process reduces repetitive          hand strain and helps you finish fastening jobs faster.          No welding or complicated setup required.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10008_a22b8ee1-ec5c-4a08-a5c5-16e8cd8f222a.png?v=1782562216\" alt=\"Fast rivet nut installation\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 金属结构 --\u003e    \u003csection class=\"rt-section\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Heavy-Duty Metal Construction        \u003c\/span\u003e        \u003ch3\u003e          Built for Reliable          \u003cstrong\u003eLong-Term Performance\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          Made from durable metal alloy for stable force transfer and          repeated use. It creates strong fastening points that help          reduce movement and unwanted loosening.        \u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10006.png?v=1782562207\" alt=\"Heavy-duty metal rivet nut installer\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 电钻与手动使用 --\u003e    \u003csection class=\"rt-section\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Drill \u0026amp; Handheld Compatible        \u003c\/span\u003e        \u003ch3\u003e          Choose Speed or          \u003cstrong\u003ePrecise Control\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          Connect it to a power drill for faster repeated installation,          or operate it manually with a wrench when working in narrow          spaces and controlled applications.        \u003c\/p\u003e        \u003cdiv class=\"rt-methods\"\u003e          \u003cdiv class=\"rt-method\"\u003e            \u003cdiv class=\"rt-method-icon\"\u003e⚡\u003c\/div\u003e            \u003ch4\u003ePower Drill Operation\u003c\/h4\u003e            \u003cp\u003e              Ideal for faster installation and larger fastening jobs.            \u003c\/p\u003e          \u003c\/div\u003e          \u003cdiv class=\"rt-method\"\u003e            \u003cdiv class=\"rt-method-icon\"\u003e🔧\u003c\/div\u003e            \u003ch4\u003eManual Wrench Operation\u003c\/h4\u003e            \u003cp\u003e              Provides controlled installation in narrow or difficult spaces.            \u003c\/p\u003e          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10005.png?v=1782562209\" alt=\"Power drill and manual rivet nut installation\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 使用场景 --\u003e    \u003csection class=\"rt-section rt-applications\"\u003e      \u003cdiv class=\"rt-copy\"\u003e        \u003cspan class=\"rt-label\"\u003e          Built for Everyday Projects        \u003c\/span\u003e        \u003ch3\u003e          One Practical Tool for          \u003cstrong\u003eMultiple Applications\u003c\/strong\u003e        \u003c\/h3\u003e        \u003cp\u003e          A versatile fastening solution for home garages,          professional workshops, mechanical repairs and metal projects.        \u003c\/p\u003e        \u003cdiv class=\"rt-dark-grid\"\u003e          \u003cdiv class=\"rt-dark-item\"\u003e            \u003cspan\u003e🔩\u003c\/span\u003e            Mechanical Repairs          \u003c\/div\u003e          \u003cdiv class=\"rt-dark-item\"\u003e            \u003cspan\u003e🏠\u003c\/span\u003e            Home DIY          \u003c\/div\u003e          \u003cdiv class=\"rt-dark-item\"\u003e            \u003cspan\u003e🪛\u003c\/span\u003e            Workshop Repairs          \u003c\/div\u003e          \u003cdiv class=\"rt-dark-item\"\u003e            \u003cspan\u003e🚗\u003c\/span\u003e            Auto Maintenance          \u003c\/div\u003e          \u003cdiv class=\"rt-dark-item\"\u003e            \u003cspan\u003e🛠️\u003c\/span\u003e            Metal Fabrication          \u003c\/div\u003e        \u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10003_f35af075-6e56-4320-b772-15e8998fc262.png?v=1782562224\" alt=\"Rivet nut installer applications\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e    \u003c!-- 产品参数 --\u003e    \u003csection class=\"rt-section\"\u003e      \u003cdiv class=\"rt-details\"\u003e        \u003cdiv class=\"rt-details-header\"\u003e          \u003cspan class=\"rt-label\"\u003e            Product Information          \u003c\/span\u003e          \u003ch3\u003eProduct Details\u003c\/h3\u003e          \u003cp\u003e            Essential specifications for everyday fastening work.          \u003c\/p\u003e        \u003c\/div\u003e        \u003cul class=\"rt-spec-list\"\u003e          \u003cli\u003e            \u003cstrong\u003eTool Type\u003c\/strong\u003e            \u003cspan\u003eRivet Nut Installer Kit\u003c\/span\u003e          \u003c\/li\u003e          \u003cli\u003e            \u003cstrong\u003eSize Range\u003c\/strong\u003e            \u003cspan\u003eM3–M10\u003c\/span\u003e          \u003c\/li\u003e          \u003cli\u003e            \u003cstrong\u003eMaterial\u003c\/strong\u003e            \u003cspan\u003eHeavy-Duty Metal Alloy\u003c\/span\u003e          \u003c\/li\u003e          \u003cli\u003e            \u003cstrong\u003eOperation\u003c\/strong\u003e            \u003cspan\u003ePower Drill or Manual Use\u003c\/span\u003e          \u003c\/li\u003e          \u003cli\u003e            \u003cstrong\u003eApplication\u003c\/strong\u003e            \u003cspan\u003eMetal Fastening and Repairs\u003c\/span\u003e          \u003c\/li\u003e        \u003c\/ul\u003e      \u003c\/div\u003e      \u003cdiv class=\"rt-image-wrap\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10002_87354b08-c0d9-460d-b2f8-feed0860d615.png?v=1782562216\" alt=\"Rivet nut installer kit details\" loading=\"lazy\"\u003e      \u003c\/div\u003e    \u003c\/section\u003e  \u003c\/main\u003e  \u003c!-- 页面结尾 --\u003e  \u003csection class=\"rt-closing\"\u003e    \u003ch3\u003e      Build Stronger.      \u003cspan\u003eWork Smarter.\u003c\/span\u003e    \u003c\/h3\u003e    \u003cp\u003e      Upgrade your toolbox with a reliable rivet nut solution that      makes fastening jobs faster, easier and more secure.    \u003c\/p\u003e  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"ZLG","offers":[{"title":"M3-M10【One of each】 \/ 60PCS (10PCS\/Size) ✅","offer_id":64269648331121,"sku":"NC01842606271726-M3-M10-各10螺母","price":39.99,"currency_code":"USD","in_stock":true},{"title":"M3-M10【One of each】 \/ 180PCS (30PCS\/Size) ✅","offer_id":64269648363889,"sku":"NC01842606271726-M3-M10-各30螺母","price":53.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/616e388cab48cdcb26dde2c0d94baecb.png?v=1784967032","url":"https:\/\/viqzes.com\/products\/heavy-duty-rivet-nut-tool-kit","provider":"viqzes","version":"1.0","type":"link"}