{"product_id":"best-seller-carbon-steel-rivet-nut-set-including-m3-m8-sizes","title":"🔥 Best Seller | Carbon steel rivet nut set (including M3–M8 sizes)","description":"\u003cstyle\u003e\n\/* =========================================================\n   RIVET NUT LANDING PAGE\n   Desktop + Mobile: Vertical Layout\n========================================================= *\/\n\n.bgn-rivnut-page {\n  --bgn-text: #171717;\n  --bgn-muted: #666666;\n  --bgn-border: #e7e7e7;\n  --bgn-soft: #f7f7f5;\n  --bgn-dark: #171717;\n  --bgn-white: #ffffff;\n\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 8px 22px 64px;\n\n  color: var(--bgn-text);\n  font-family: inherit;\n  line-height: 1.6;\n}\n\n.bgn-rivnut-page,\n.bgn-rivnut-page * {\n  box-sizing: border-box;\n}\n\n.bgn-rivnut-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0;\n}\n\n\n\/* =========================================================\n   QUICK BENEFITS\n========================================================= *\/\n\n.bgn-quick-benefits {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 10px;\n\n  margin: 6px 0 54px;\n}\n\n.bgn-quick-benefit {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n\n  min-height: 78px;\n  padding: 15px 14px;\n\n  background: var(--bgn-soft);\n  border: 1px solid var(--bgn-border);\n  border-radius: 12px;\n\n  text-align: center;\n\n  color: var(--bgn-text);\n  font-size: 14px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.bgn-quick-benefit span {\n  display: block;\n  margin-top: 4px;\n\n  color: var(--bgn-muted);\n  font-size: 12px;\n  line-height: 1.35;\n  font-weight: 500;\n}\n\n\n\/* =========================================================\n   GENERAL\n========================================================= *\/\n\n.bgn-section {\n  width: 100%;\n  margin: 0 0 70px;\n}\n\n.bgn-section:last-child {\n  margin-bottom: 0;\n}\n\n.bgn-eyebrow {\n  display: block;\n\n  margin: 0 0 9px;\n\n  color: var(--bgn-muted);\n\n  font-size: 12px;\n  line-height: 1.2;\n  font-weight: 800;\n\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.bgn-title {\n  max-width: 760px;\n\n  margin: 0 0 16px;\n\n  color: var(--bgn-text);\n\n  font-size: clamp(30px, 4vw, 42px);\n  line-height: 1.08;\n  letter-spacing: -0.035em;\n\n  font-weight: 800;\n}\n\n.bgn-title-medium {\n  font-size: clamp(28px, 3.5vw, 36px);\n}\n\n.bgn-copy {\n  max-width: 760px;\n\n  margin: 0;\n\n  color: var(--bgn-muted);\n\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.bgn-copy + .bgn-copy {\n  margin-top: 12px;\n}\n\n.bgn-note {\n  margin: 15px 0 0;\n\n  color: var(--bgn-muted);\n\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   VERTICAL CONTENT LAYOUT\n   DESKTOP + MOBILE BOTH STACKED\n========================================================= *\/\n\n.bgn-stack {\n  display: flex;\n  flex-direction: column;\n\n  width: 100%;\n  gap: 28px;\n}\n\n.bgn-content {\n  width: 100%;\n  max-width: 760px;\n}\n\n.bgn-media {\n  width: 100%;\n  max-width: 820px;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.bgn-media-card {\n  width: 100%;\n\n  padding: 8px;\n\n  background: var(--bgn-soft);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 18px;\n\n  overflow: hidden;\n}\n\n.bgn-media-card img {\n  width: 100%;\n  height: auto;\n\n  border-radius: 12px;\n}\n\n.bgn-wide-image {\n  width: 100%;\n  max-width: 820px;\n\n  margin-top: 26px;\n}\n\n.bgn-wide-image img {\n  width: 100%;\n  height: auto;\n\n  border-radius: 16px;\n}\n\n\n\/* =========================================================\n   PROBLEM BOX\n========================================================= *\/\n\n.bgn-problem-box {\n  padding: 32px;\n\n  background: var(--bgn-soft);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 18px;\n}\n\n.bgn-problem-box .bgn-title {\n  max-width: 720px;\n}\n\n\n\/* =========================================================\n   CHECK LIST\n========================================================= *\/\n\n.bgn-check-list {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 14px 28px;\n\n  max-width: 760px;\n\n  margin: 26px 0 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.bgn-check-list li {\n  position: relative;\n\n  margin: 0;\n  padding: 0 0 0 29px;\n\n  color: var(--bgn-text);\n\n  font-size: 15px;\n  line-height: 1.45;\n  font-weight: 700;\n}\n\n.bgn-check-list li::before {\n  content: \"✓\";\n\n  position: absolute;\n  top: 0;\n  left: 0;\n\n  color: var(--bgn-text);\n\n  font-size: 17px;\n  line-height: 1.35;\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.bgn-steps {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n\n  gap: 13px;\n\n  max-width: 820px;\n\n  margin-top: 28px;\n}\n\n.bgn-step {\n  min-width: 0;\n\n  padding: 22px 19px;\n\n  background: var(--bgn-soft);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 14px;\n}\n\n.bgn-step-number {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 36px;\n  height: 36px;\n\n  margin: 0 0 15px;\n\n  background: var(--bgn-dark);\n  color: var(--bgn-white);\n\n  border-radius: 50%;\n\n  font-size: 14px;\n  line-height: 1;\n  font-weight: 800;\n}\n\n.bgn-step h3 {\n  margin: 0 0 7px;\n\n  color: var(--bgn-text);\n\n  font-size: 17px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.bgn-step p {\n  margin: 0;\n\n  color: var(--bgn-muted);\n\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\/* =========================================================\n   MANUAL \/ DRILL CARDS\n========================================================= *\/\n\n.bgn-info-cards {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 10px;\n\n  max-width: 620px;\n\n  margin-top: 22px;\n}\n\n.bgn-info-card {\n  min-width: 0;\n\n  padding: 17px;\n\n  background: var(--bgn-white);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 12px;\n}\n\n.bgn-info-card strong {\n  display: block;\n\n  margin: 0 0 4px;\n\n  color: var(--bgn-text);\n\n  font-size: 15px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.bgn-info-card span {\n  display: block;\n\n  color: var(--bgn-muted);\n\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   APPLICATIONS\n========================================================= *\/\n\n.bgn-application-list {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 10px;\n\n  max-width: 650px;\n\n  margin-top: 22px;\n}\n\n.bgn-application-item {\n  position: relative;\n\n  padding: 13px 14px 13px 37px;\n\n  background: var(--bgn-soft);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 10px;\n\n  color: var(--bgn-text);\n\n  font-size: 14px;\n  line-height: 1.4;\n  font-weight: 700;\n}\n\n.bgn-application-item::before {\n  content: \"✓\";\n\n  position: absolute;\n  top: 12px;\n  left: 14px;\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   SIZE CHIPS\n========================================================= *\/\n\n.bgn-sizes {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 8px;\n\n  margin: 21px 0 0;\n}\n\n.bgn-size {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 58px;\n\n  padding: 9px 14px;\n\n  background: var(--bgn-dark);\n  color: var(--bgn-white);\n\n  border-radius: 8px;\n\n  font-size: 14px;\n  line-height: 1.2;\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   INCLUDED BOX\n========================================================= *\/\n\n.bgn-included {\n  width: 100%;\n  max-width: 620px;\n\n  margin-top: 23px;\n  padding: 21px;\n\n  background: var(--bgn-soft);\n\n  border: 1px solid var(--bgn-border);\n  border-radius: 14px;\n}\n\n.bgn-included-title {\n  margin: 0 0 13px;\n\n  color: var(--bgn-text);\n\n  font-size: 16px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.bgn-included ul {\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.bgn-included li {\n  position: relative;\n\n  margin: 8px 0;\n  padding-left: 24px;\n\n  color: var(--bgn-text);\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.bgn-included li::before {\n  content: \"✓\";\n\n  position: absolute;\n  top: 0;\n  left: 0;\n\n  font-weight: 900;\n}\n\n.bgn-included-note {\n  margin: 15px 0 0;\n\n  color: var(--bgn-muted);\n\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.bgn-faq {\n  max-width: 820px;\n\n  margin-top: 25px;\n\n  border-top: 1px solid var(--bgn-border);\n}\n\n.bgn-faq details {\n  border-bottom: 1px solid var(--bgn-border);\n}\n\n.bgn-faq summary {\n  position: relative;\n\n  padding: 20px 42px 20px 0;\n\n  cursor: pointer;\n  list-style: none;\n\n  color: var(--bgn-text);\n\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 700;\n}\n\n.bgn-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.bgn-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  right: 5px;\n  top: 50%;\n\n  transform: translateY(-50%);\n\n  color: var(--bgn-text);\n\n  font-size: 24px;\n  line-height: 1;\n  font-weight: 400;\n}\n\n.bgn-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.bgn-faq-answer {\n  max-width: 760px;\n\n  padding: 0 35px 20px 0;\n\n  color: var(--bgn-muted);\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.bgn-final {\n  max-width: 820px;\n\n  padding: 38px 32px;\n\n  background: var(--bgn-dark);\n  color: var(--bgn-white);\n\n  border-radius: 18px;\n\n  text-align: center;\n}\n\n.bgn-final .bgn-title {\n  max-width: 700px;\n\n  margin-left: auto;\n  margin-right: auto;\n\n  color: var(--bgn-white);\n}\n\n.bgn-final p {\n  max-width: 650px;\n\n  margin: 0 auto;\n\n  color: rgba(255, 255, 255, 0.76);\n\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n.bgn-final-label {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-top: 22px;\n  padding: 11px 19px;\n\n  background: var(--bgn-white);\n  color: var(--bgn-dark);\n\n  border-radius: 999px;\n\n  font-size: 14px;\n  line-height: 1.2;\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media (max-width: 749px) {\n\n  .bgn-rivnut-page {\n    padding: 4px 16px 46px;\n  }\n\n  .bgn-section {\n    margin-bottom: 50px;\n  }\n\n  .bgn-quick-benefits {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n\n    gap: 6px;\n\n    margin-bottom: 42px;\n  }\n\n  .bgn-quick-benefit {\n    min-height: 72px;\n\n    padding: 11px 7px;\n\n    font-size: 12px;\n  }\n\n  .bgn-quick-benefit span {\n    font-size: 10px;\n  }\n\n  .bgn-title,\n  .bgn-title-medium {\n    font-size: 29px;\n    line-height: 1.1;\n    letter-spacing: -0.025em;\n  }\n\n  .bgn-copy {\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .bgn-problem-box {\n    padding: 23px 19px;\n  }\n\n  .bgn-stack {\n    gap: 22px;\n  }\n\n  .bgn-media-card {\n    padding: 6px;\n\n    border-radius: 15px;\n  }\n\n  .bgn-media-card img,\n  .bgn-wide-image img {\n    border-radius: 10px;\n  }\n\n  .bgn-check-list {\n    grid-template-columns: 1fr;\n\n    gap: 11px;\n\n    margin-top: 22px;\n  }\n\n  .bgn-check-list li {\n    font-size: 15px;\n  }\n\n  .bgn-steps {\n    grid-template-columns: 1fr;\n\n    gap: 9px;\n\n    margin-top: 23px;\n  }\n\n  .bgn-step {\n    display: grid;\n    grid-template-columns: 40px minmax(0, 1fr);\n\n    column-gap: 13px;\n\n    padding: 17px;\n  }\n\n  .bgn-step-number {\n    grid-row: 1 \/ 3;\n\n    width: 34px;\n    height: 34px;\n\n    margin: 1px 0 0;\n  }\n\n  .bgn-step h3 {\n    margin: 0 0 4px;\n  }\n\n  .bgn-step p {\n    grid-column: 2;\n  }\n\n  .bgn-wide-image {\n    margin-top: 20px;\n  }\n\n  .bgn-info-cards {\n    grid-template-columns: 1fr 1fr;\n\n    gap: 8px;\n  }\n\n  .bgn-info-card {\n    padding: 14px;\n  }\n\n  .bgn-application-list {\n    grid-template-columns: 1fr 1fr;\n\n    gap: 8px;\n  }\n\n  .bgn-application-item {\n    padding: 11px 10px 11px 31px;\n\n    font-size: 13px;\n  }\n\n  .bgn-application-item::before {\n    top: 10px;\n    left: 11px;\n  }\n\n  .bgn-included {\n    margin-top: 20px;\n    padding: 18px;\n  }\n\n  .bgn-final {\n    padding: 30px 21px;\n\n    text-align: left;\n  }\n\n  .bgn-final .bgn-title {\n    margin-left: 0;\n    margin-right: 0;\n  }\n\n  .bgn-final p {\n    margin-left: 0;\n    margin-right: 0;\n  }\n}\n\n\n\/* =========================================================\n   SMALL PHONE\n========================================================= *\/\n\n@media (max-width: 390px) {\n\n  .bgn-rivnut-page {\n    padding-left: 14px;\n    padding-right: 14px;\n  }\n\n  .bgn-title,\n  .bgn-title-medium {\n    font-size: 27px;\n  }\n\n  .bgn-quick-benefit {\n    font-size: 11px;\n  }\n\n  .bgn-quick-benefit span {\n    font-size: 9px;\n  }\n\n  .bgn-info-cards,\n  .bgn-application-list {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bgn-rivnut-page\"\u003e\n\u003c!-- =====================================================\n       QUICK BENEFITS\n  ====================================================== --\u003e\n\u003cdiv class=\"bgn-quick-benefits\"\u003e\n\u003cdiv class=\"bgn-quick-benefit\"\u003eM3–M8 Sizes \u003cspan\u003e5 metric sizes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-quick-benefit\"\u003e50 Nuts Included \u003cspan\u003eStandard Kit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-quick-benefit\"\u003eManual or Drill \u003cspan\u003eTwo ways to use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       SECTION 1 — PROBLEM\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-problem-box\"\u003e\n\u003cspan class=\"bgn-eyebrow\"\u003e A Better Fix for Thin Metal \u003c\/span\u003e\n\u003ch2 class=\"bgn-title\"\u003eThreads Keep Stripping in Thin Metal?\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eThin sheet metal and tubing often aren't thick enough to hold tapped threads securely. Tighten the bolt too much, and the threads can strip, spin, or pull out.\u003c\/p\u003e\n\u003cp class=\"bgn-copy\"\u003eRivet nuts create a secure threaded mounting point without relying on weak threads cut directly into thin metal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 2 — RESULT\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/9_18.gif?v=1789723370\" alt=\"\"\u003e\u003c\/section\u003e\n\u003csection class=\"bgn-section\"\u003e\u003cspan class=\"bgn-eyebrow\"\u003eThe Result \u003c\/span\u003e\n\u003ch2 class=\"bgn-title\"\u003eCreate Strong Threads Where You Need Them\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eAdd a secure threaded mounting point to sheet metal, brackets, square tubing, racks, automotive panels, and other thin-metal projects.\u003c\/p\u003e\n\u003cp class=\"bgn-copy\"\u003eOnce the rivet nut is set, you can install, remove, and reinstall a bolt whenever needed.\u003c\/p\u003e\n\u003cul class=\"bgn-check-list\"\u003e\n\u003cli\u003eNo welding required\u003c\/li\u003e\n\u003cli\u003eWorks from one side of the material\u003c\/li\u003e\n\u003cli\u003eReusable threaded mounting point\u003c\/li\u003e\n\u003cli\u003eIdeal for thin-metal projects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 3 — HOW IT WORKS\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\u003cspan class=\"bgn-eyebrow\"\u003e Simple Installation \u003c\/span\u003e\n\u003ch2 class=\"bgn-title\"\u003eStrong Threads in 3 Simple Steps\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eChoose the matching size, set the rivet nut, and you're ready to install your bolt.\u003c\/p\u003e\n\u003cdiv class=\"bgn-steps\"\u003e\n\u003cdiv class=\"bgn-step\"\u003e\n\u003cdiv class=\"bgn-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003ePrepare the Hole\u003c\/h3\u003e\n\u003cp\u003eDrill the correct-size hole for the rivet nut you want to install.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-step\"\u003e\n\u003cdiv class=\"bgn-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eInsert the Rivet Nut\u003c\/h3\u003e\n\u003cp\u003eThread the rivet nut onto the matching tool head and place it into the hole.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-step\"\u003e\n\u003cdiv class=\"bgn-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eSet It \u0026amp; Install\u003c\/h3\u003e\n\u003cp\u003eTighten the tool until the rivet nut is securely seated, then remove the tool and install your bolt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"bgn-note\"\u003eAlways use the correct hole size and matching tool head for the rivet nut being installed.\u003c\/p\u003e\n\u003cdiv class=\"bgn-wide-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/feae1847f85a4241441da141645301b902c26247.jpg?v=1789715346\" alt=\"How to install rivet nuts in thin metal\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 4 — MANUAL OR DRILL\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-stack\"\u003e\n\u003cdiv class=\"bgn-content\"\u003e\n\u003cspan class=\"bgn-eyebrow\"\u003e Two Ways to Work \u003c\/span\u003e\n\u003ch2 class=\"bgn-title bgn-title-medium\"\u003eUse It by Hand or With a Drill\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eNeed more control in a tight space? Use a wrench and hex key for manual installation.\u003c\/p\u003e\n\u003cp class=\"bgn-copy\"\u003eWorking through several rivet nuts? Connect the hex drive to a compatible power drill to make repeated installations faster and easier.\u003c\/p\u003e\n\u003cdiv class=\"bgn-info-cards\"\u003e\n\u003cdiv class=\"bgn-info-card\"\u003e\n\u003cstrong\u003e Manual Control \u003c\/strong\u003e \u003cspan\u003e Useful for tighter spaces and controlled installation. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-info-card\"\u003e\n\u003cstrong\u003e Drill-Assisted \u003c\/strong\u003e \u003cspan\u003e Useful when installing several rivet nuts in one project. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"bgn-note\"\u003e\u003cstrong\u003ePower drill not included.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-media\"\u003e\n\u003cdiv class=\"bgn-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/imgi_20_e046cca71f6769ae298eee5f20be147944cb8fc3.webp?v=1789715530\" alt=\"Rivet nut tool used manually and with a power drill\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 5 — APPLICATIONS\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-stack\"\u003e\n\u003cdiv class=\"bgn-content\"\u003e\n\u003cspan class=\"bgn-eyebrow\"\u003e Garage to Workshop \u003c\/span\u003e\n\u003ch2 class=\"bgn-title bgn-title-medium\"\u003eBuilt for Repairs, Fabrication \u0026amp; DIY\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eKeep it in your toolbox for projects where ordinary tapped threads aren't practical or the metal is too thin to hold them securely.\u003c\/p\u003e\n\u003cdiv class=\"bgn-application-list\"\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eAutomotive panels\u003c\/div\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eMetal brackets\u003c\/div\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eSheet-metal repairs\u003c\/div\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eSquare tubing\u003c\/div\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eRacks \u0026amp; shelving\u003c\/div\u003e\n\u003cdiv class=\"bgn-application-item\"\u003eDIY fabrication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-media\"\u003e\n\u003cdiv class=\"bgn-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/7ce5906ade89aeac02e27738875fe561daa5456b.jpg?v=1789715347\" alt=\"Rivet nut applications for automotive sheet metal racks tubing and DIY projects\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 6 — KIT \/ SIZES\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-stack\"\u003e\n\u003cdiv class=\"bgn-content\"\u003e\n\u003cspan class=\"bgn-eyebrow\"\u003e One Organized Kit \u003c\/span\u003e\n\u003ch2 class=\"bgn-title bgn-title-medium\"\u003e5 Common Sizes — M3 to M8\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eCover a range of everyday fastening jobs without buying separate installation tools for each size.\u003c\/p\u003e\n\u003cdiv class=\"bgn-sizes\"\u003e\n\u003cspan class=\"bgn-size\"\u003eM3\u003c\/span\u003e \u003cspan class=\"bgn-size\"\u003eM4\u003c\/span\u003e \u003cspan class=\"bgn-size\"\u003eM5\u003c\/span\u003e \u003cspan class=\"bgn-size\"\u003eM6\u003c\/span\u003e \u003cspan class=\"bgn-size\"\u003eM8\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-included\"\u003e\n\u003cp class=\"bgn-included-title\"\u003eStandard Kit Includes:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e5 rivet nut tool heads\u003c\/li\u003e\n\u003cli\u003eM3 \/ M4 \/ M5 \/ M6 \/ M8 sizes\u003c\/li\u003e\n\u003cli\u003e5 matching hex drive bits\u003c\/li\u003e\n\u003cli\u003e50 matching rivet nuts\u003c\/li\u003e\n\u003cli\u003e10 rivet nuts of each size\u003c\/li\u003e\n\u003cli\u003eCompact storage case\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"bgn-included-note\"\u003ePremium Kit includes additional rivet nuts. Check the kit selector above before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-media\"\u003e\n\u003cdiv class=\"bgn-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/807e0e27df4a49e535f8430021b588a0cd1cf0c7.jpg?v=1789715347\" alt=\"M3 M4 M5 M6 and M8 rivet nut tool kit with 50 rivet nuts\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SECTION 7 — MATERIAL\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-stack\"\u003e\n\u003cdiv class=\"bgn-content\"\u003e\n\u003cspan class=\"bgn-eyebrow\"\u003e Made for the Job \u003c\/span\u003e\n\u003ch2 class=\"bgn-title bgn-title-medium\"\u003eHigh-Hardness Carbon Steel Tool Heads\u003c\/h2\u003e\n\u003cp class=\"bgn-copy\"\u003eThe tool heads are made from high-hardness carbon steel with precision threads and a wear-resistant finish.\u003c\/p\u003e\n\u003cp class=\"bgn-copy\"\u003eThey're built to handle the torque required to set rivet nuts while staying compact enough to keep in your everyday toolbox.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bgn-media\"\u003e\n\u003cdiv class=\"bgn-media-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/2226f91b83840d5fd8cbfafb235849226e388782.jpg?v=1789715346\" alt=\"High-hardness carbon steel rivet nut installation tool heads\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\u003cspan class=\"bgn-eyebrow\"\u003e Good to Know \u003c\/span\u003e\n\u003ch2 class=\"bgn-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"bgn-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat sizes are included?\u003c\/summary\u003e\n\u003cdiv class=\"bgn-faq-answer\"\u003eThe tool kit covers M3, M4, M5, M6, and M8 metric rivet nut sizes. The Standard Kit includes 10 matching rivet nuts of each size, for 50 rivet nuts total.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need a power drill?\u003c\/summary\u003e\n\u003cdiv class=\"bgn-faq-answer\"\u003eNo. The tool can be operated manually. A compatible power drill can also be used when you want to speed up repeated installations.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the power drill included?\u003c\/summary\u003e\n\u003cdiv class=\"bgn-faq-answer\"\u003eNo. The power drill shown in product images is for demonstration purposes and is not included with the kit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I use rivet nuts for?\u003c\/summary\u003e\n\u003cdiv class=\"bgn-faq-answer\"\u003eRivet nuts are commonly used to create threaded mounting points in thin sheet metal, brackets, tubing, racks, automotive panels, and other metal fabrication or repair projects.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich kit should I choose?\u003c\/summary\u003e\n\u003cdiv class=\"bgn-faq-answer\"\u003eChoose the Standard Kit if you want the tool plus 50 rivet nuts. Choose the larger kit if you expect to complete multiple projects and want additional rivet nuts. The refill option contains rivet nuts only and does not include the installation tool.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"bgn-section\"\u003e\n\u003cdiv class=\"bgn-final\"\u003e\n\u003ch2 class=\"bgn-title\"\u003eOne Kit. More Ways to Get the Job Done.\u003c\/h2\u003e\n\u003cp\u003eFrom sheet-metal repairs to brackets, racks, tubing, and weekend fabrication projects, keep the right rivet nut size ready when you need a secure threaded mounting point.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Standard Kit (Tool + 50pcs Nuts)","offer_id":43239384514631,"sku":"C017260918CSRN-50PC","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Premium Kit (Tool + 100pcs Nuts)","offer_id":43239384547399,"sku":"C017260918CSRN-100PC","price":54.99,"currency_code":"USD","in_stock":true},{"title":"100pcs Nuts Only (Tool NOT Included)","offer_id":43239384580167,"sku":"C017260918CSRN-NUT-1PC","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/2632\/4295\/files\/807e0e27df4a49e535f8430021b588a0cd1cf0c7.jpg?v=1789715347","url":"https:\/\/beautygoodsnest.com\/products\/best-seller-carbon-steel-rivet-nut-set-including-m3-m8-sizes","provider":"BeautyGoodsNest","version":"1.0","type":"link"}