{"product_id":"premium-universal-gas-hob-burner-cap-replacement-set-4-pack-heavy-duty-metal","title":"Premium Universal Gas Hob Burner Cap Replacement Set (4-Pack) – Heavy Duty Metal","description":"\u003cstyle\u003e\n\/* =========================================================\n   GAS STOVE BURNER CAP SET\n   FINAL SHOPIFY PDP\n   4 CORE SELLING POINTS\n   MOBILE FIRST + CONTAINER QUERY\n   PURE HTML ANCHOR CTA\n========================================================= *\/\n\nhtml{\n  scroll-behavior:smooth;\n}\n\n#product-variant-picker{\n  scroll-margin-top:110px;\n}\n\n.gbc-page{\n  --ink:#202b38;\n  --muted:#5f6d79;\n\n  --white:#ffffff;\n  --page:#f7fafc;\n\n  --blue:#3473ad;\n  --blue-dark:#245981;\n  --blue-soft:#edf6fc;\n  --blue-soft-2:#dceef9;\n\n  --cream:#fbf8f0;\n  --warm:#fff7e9;\n  --green-soft:#eef7f3;\n\n  --line:#dbe5ec;\n  --line-dark:#cbd8e1;\n\n  --shadow:0 10px 28px rgba(36,71,98,.08);\n\n  width:100%;\n  max-width:100%;\n  margin:0 auto;\n\n  color:var(--ink);\n  font-family:Arial,Helvetica,sans-serif;\n  line-height:1.6;\n\n  container-type:inline-size;\n}\n\n.gbc-page *{\n  box-sizing:border-box;\n}\n\n.gbc-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.gbc-page a{\n  text-decoration:none;\n}\n\n.gbc-wrap{\n  display:grid;\n  gap:18px;\n}\n\n\n\/* =========================================================\n   GLOBAL SECTION\n========================================================= *\/\n\n.gbc-section{\n  position:relative;\n  overflow:hidden;\n\n  padding:22px 16px;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  background:var(--white);\n  box-shadow:var(--shadow);\n}\n\n.gbc-soft{\n  background:\n    linear-gradient(\n      180deg,\n      var(--blue-soft) 0%,\n      #ffffff 100%\n    );\n}\n\n.gbc-cream{\n  background:\n    linear-gradient(\n      180deg,\n      var(--cream) 0%,\n      #ffffff 100%\n    );\n}\n\n.gbc-warm{\n  background:\n    linear-gradient(\n      180deg,\n      var(--warm) 0%,\n      #ffffff 100%\n    );\n}\n\n.gbc-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:6px;\n\n  margin-bottom:10px;\n  padding:6px 11px;\n\n  border:1px solid var(--line);\n  border-radius:999px;\n\n  background:#fff;\n\n  color:var(--blue-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:800;\n  letter-spacing:.55px;\n}\n\n.gbc-heading{\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.14;\n  font-weight:900;\n  letter-spacing:-.45px;\n}\n\n.gbc-heading span{\n  color:var(--blue);\n}\n\n.gbc-copy{\n  margin:10px 0 0;\n\n  color:var(--muted);\n\n  font-size:15px;\n  line-height:1.65;\n}\n\n.gbc-center{\n  text-align:center;\n}\n\n.gbc-center .gbc-copy{\n  max-width:720px;\n  margin-left:auto;\n  margin-right:auto;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.gbc-image{\n  width:100%;\n  margin-top:17px;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.gbc-image img{\n  width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.gbc-hero{\n  padding:25px 17px 18px;\n\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(52,115,173,.14),\n      transparent 35%\n    ),\n    linear-gradient(\n      180deg,\n      #eff7fc 0%,\n      #ffffff 75%\n    );\n}\n\n.gbc-hero .gbc-heading{\n  max-width:760px;\n  font-size:30px;\n}\n\n.gbc-hero-copy{\n  max-width:720px;\n}\n\n.gbc-checks{\n  display:grid;\n  gap:8px;\n\n  margin:15px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.gbc-checks li{\n  position:relative;\n\n  padding:10px 11px 10px 38px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:rgba(255,255,255,.88);\n\n  color:var(--ink);\n\n  font-size:14px;\n  font-weight:650;\n}\n\n.gbc-checks li:before{\n  position:absolute;\n\n  left:12px;\n  top:9px;\n\n  width:20px;\n  height:20px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  content:\"✓\";\n\n  border-radius:50%;\n\n  background:var(--blue-soft-2);\n  color:var(--blue-dark);\n\n  font-size:12px;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   BUTTONS\n========================================================= *\/\n\n.gbc-buttons{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n\n  margin-top:17px;\n}\n\n.gbc-btn{\n  min-height:48px;\n  padding:0 20px;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:999px;\n\n  font-size:15px;\n  line-height:1;\n  font-weight:850;\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    background .22s ease;\n}\n\n.gbc-btn-primary{\n  background:var(--blue);\n  color:#fff;\n\n  box-shadow:\n    0 8px 18px rgba(52,115,173,.20);\n}\n\n.gbc-btn-primary:hover{\n  transform:translateY(-2px);\n\n  background:var(--blue-dark);\n\n  box-shadow:\n    0 12px 24px rgba(52,115,173,.27);\n}\n\n.gbc-btn-primary:active{\n  transform:scale(.98);\n}\n\n.gbc-btn-secondary{\n  border:1px solid var(--line-dark);\n\n  background:#fff;\n  color:var(--blue-dark);\n}\n\n.gbc-btn-secondary:hover{\n  transform:translateY(-2px);\n\n  box-shadow:var(--shadow);\n}\n\n\n\/* =========================================================\n   CORE BENEFITS 2 X 2\n========================================================= *\/\n\n.gbc-core-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n.gbc-core{\n  min-width:0;\n\n  padding:14px 11px;\n\n  border:1px solid var(--line);\n  border-radius:17px;\n\n  background:#fff;\n}\n\n.gbc-core-icon{\n  margin-bottom:8px;\n\n  font-size:26px;\n  line-height:1;\n}\n\n.gbc-core h3{\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:15px;\n  line-height:1.3;\n  font-weight:850;\n}\n\n.gbc-core p{\n  margin:6px 0 0;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.gbc-card-list{\n  display:grid;\n  gap:15px;\n\n  margin-top:17px;\n}\n\n.gbc-card{\n  overflow:hidden;\n\n  padding:17px;\n\n  border:1px solid var(--line);\n  border-radius:20px;\n\n  background:#fff;\n}\n\n.gbc-number{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-width:42px;\n  height:27px;\n\n  margin-bottom:9px;\n  padding:0 9px;\n\n  border-radius:999px;\n\n  background:var(--blue-soft);\n  color:var(--blue-dark);\n\n  font-size:11px;\n  line-height:1;\n  font-weight:900;\n  letter-spacing:.5px;\n}\n\n.gbc-card h3{\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:21px;\n  line-height:1.25;\n  font-weight:900;\n}\n\n.gbc-card-sub{\n  margin:5px 0 0;\n\n  color:var(--blue-dark);\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:800;\n  letter-spacing:.15px;\n}\n\n.gbc-card p{\n  margin:9px 0 0;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.68;\n}\n\n.gbc-card .gbc-image{\n  margin-top:15px;\n}\n\n\n\/* =========================================================\n   USE \/ PROBLEM \/ RESULT\n========================================================= *\/\n\n.gbc-life-grid{\n  display:grid;\n  gap:11px;\n\n  margin-top:16px;\n}\n\n.gbc-life-card{\n  padding:15px;\n\n  border:1px solid var(--line);\n  border-radius:17px;\n\n  background:#fff;\n}\n\n.gbc-life-icon{\n  margin-bottom:7px;\n\n  font-size:25px;\n}\n\n.gbc-life-card h3{\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:17px;\n  line-height:1.3;\n}\n\n.gbc-life-card p{\n  margin:7px 0 0;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   DETAIL + SPEC\n========================================================= *\/\n\n.gbc-detail-grid{\n  display:grid;\n  gap:14px;\n\n  margin-top:17px;\n}\n\n.gbc-detail-box{\n  padding:16px;\n\n  border:1px solid var(--line-dark);\n  border-radius:19px;\n\n  background:#fff;\n}\n\n.gbc-detail-box h3{\n  margin:0 0 12px;\n\n  color:var(--ink);\n\n  font-size:20px;\n  line-height:1.3;\n  font-weight:900;\n}\n\n.gbc-detail-feature{\n  padding:12px 0;\n\n  border-bottom:1px solid var(--line);\n}\n\n.gbc-detail-feature:first-of-type{\n  padding-top:0;\n}\n\n.gbc-detail-feature:last-of-type{\n  padding-bottom:0;\n\n  border-bottom:0;\n}\n\n.gbc-detail-feature strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--ink);\n\n  font-size:15px;\n  line-height:1.35;\n}\n\n.gbc-detail-feature p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.58;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.gbc-spec-list{\n  display:grid;\n  gap:9px;\n}\n\n.gbc-spec{\n  padding:10px 11px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:var(--page);\n}\n\n.gbc-spec-label{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:var(--blue-dark);\n\n  font-size:11px;\n  line-height:1.2;\n  font-weight:850;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.gbc-spec-value{\n  display:block;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.45;\n  font-weight:700;\n}\n\n.gbc-alert{\n  margin-top:12px;\n  padding:12px 13px;\n\n  border:1px solid #ecd7a5;\n  border-radius:13px;\n\n  background:#fff9eb;\n\n  color:#705728;\n\n  font-size:13px;\n  line-height:1.55;\n}\n\n\n\/* =========================================================\n   REVIEWS\n========================================================= *\/\n\n.gbc-review-list{\n  display:grid;\n  gap:11px;\n\n  margin-top:16px;\n}\n\n.gbc-review{\n  padding:15px;\n\n  border:1px solid var(--line);\n  border-radius:17px;\n\n  background:#fff;\n}\n\n.gbc-stars{\n  margin-bottom:7px;\n\n  color:#eda535;\n\n  font-size:17px;\n  letter-spacing:1px;\n}\n\n.gbc-review p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.65;\n}\n\n.gbc-review-name{\n  display:block;\n\n  margin-top:9px;\n\n  color:var(--ink);\n\n  font-size:13px;\n  font-weight:850;\n}\n\n.gbc-review-note{\n  margin-top:12px;\n\n  color:var(--muted);\n\n  font-size:11px;\n  line-height:1.5;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.gbc-faq-list{\n  display:grid;\n  gap:9px;\n\n  margin-top:16px;\n}\n\n.gbc-faq{\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  background:#fff;\n}\n\n.gbc-faq summary{\n  min-height:54px;\n  padding:14px 15px;\n\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:14px;\n\n  cursor:pointer;\n\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:800;\n}\n\n.gbc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.gbc-arrow{\n  flex:0 0 auto;\n\n  width:26px;\n  height:26px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:var(--blue-soft);\n\n  color:var(--blue-dark);\n\n  font-size:17px;\n\n  transition:transform .28s ease;\n}\n\n.gbc-faq[open] .gbc-arrow{\n  transform:rotate(180deg);\n}\n\n.gbc-answer{\n  padding:0 15px 15px;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.62;\n}\n\n\n\/* =========================================================\n   GUARANTEE GRID\n========================================================= *\/\n\n.gbc-guarantee-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:10px;\n\n  margin-top:16px;\n}\n\n.gbc-guarantee{\n  min-width:0;\n\n  padding:14px 11px;\n\n  border:1px solid var(--line);\n  border-radius:16px;\n\n  background:#fff;\n}\n\n.gbc-guarantee-icon{\n  margin-bottom:7px;\n\n  font-size:24px;\n}\n\n.gbc-guarantee h3{\n  margin:0;\n\n  color:var(--ink);\n\n  font-size:15px;\n  line-height:1.3;\n}\n\n.gbc-guarantee p{\n  margin:6px 0 0;\n\n  color:var(--muted);\n\n  font-size:12px;\n  line-height:1.5;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.gbc-final{\n  padding:27px 17px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(52,115,173,.15),\n      transparent 46%\n    ),\n    linear-gradient(\n      180deg,\n      #e9f4fb 0%,\n      #ffffff 100%\n    );\n}\n\n.gbc-final .gbc-heading{\n  max-width:700px;\n\n  margin:0 auto;\n}\n\n.gbc-final .gbc-copy{\n  max-width:670px;\n\n  margin:10px auto 0;\n}\n\n.gbc-final .gbc-buttons{\n  justify-content:center;\n}\n\n\n\/* =========================================================\n   FLOATING BUTTON\n========================================================= *\/\n\n.gbc-floating{\n  position:fixed;\n\n  right:14px;\n  bottom:14px;\n\n  z-index:999;\n\n  min-height:50px;\n  padding:0 18px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:7px;\n\n  border-radius:999px;\n\n  background:var(--blue);\n  color:#fff;\n\n  font-size:14px;\n  line-height:1;\n  font-weight:900;\n\n  box-shadow:\n    0 12px 28px rgba(35,85,135,.27);\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease,\n    background .2s ease;\n}\n\n.gbc-floating:hover{\n  transform:\n    translateY(-3px)\n    scale(1.02);\n\n  background:var(--blue-dark);\n\n  box-shadow:\n    0 15px 32px rgba(35,85,135,.34);\n}\n\n.gbc-floating:active{\n  transform:scale(.97);\n}\n\n\n\/* =========================================================\n   CONTAINER QUERY\n========================================================= *\/\n\n@container (min-width:760px){\n\n  .gbc-section{\n    padding:29px 27px;\n  }\n\n  .gbc-heading{\n    font-size:34px;\n  }\n\n  .gbc-hero .gbc-heading{\n    font-size:39px;\n  }\n\n  .gbc-copy{\n    font-size:16px;\n  }\n\n  .gbc-checks{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .gbc-core-grid{\n    gap:14px;\n  }\n\n  .gbc-core{\n    padding:18px;\n  }\n\n  .gbc-core h3{\n    font-size:17px;\n  }\n\n  .gbc-core p{\n    font-size:14px;\n  }\n\n  .gbc-life-grid{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  .gbc-detail-grid{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .gbc-detail-box{\n    padding:20px;\n  }\n\n  .gbc-review{\n    padding:18px;\n  }\n\n  .gbc-guarantee-grid{\n    gap:14px;\n  }\n\n  .gbc-guarantee{\n    padding:17px;\n  }\n\n  .gbc-guarantee h3{\n    font-size:17px;\n  }\n\n  .gbc-guarantee p{\n    font-size:14px;\n  }\n\n}\n\n\n\/* =========================================================\n   PHONE\n========================================================= *\/\n\n@media(max-width:480px){\n\n  .gbc-page{\n    line-height:1.55;\n  }\n\n  .gbc-section{\n    padding:20px 14px;\n\n    border-radius:18px;\n  }\n\n  .gbc-heading{\n    font-size:25px;\n  }\n\n  .gbc-hero .gbc-heading{\n    font-size:29px;\n  }\n\n  .gbc-copy{\n    font-size:15px;\n  }\n\n  .gbc-btn{\n    width:100%;\n  }\n\n  .gbc-core-grid{\n    gap:8px;\n  }\n\n  .gbc-core{\n    padding:12px 9px;\n  }\n\n  .gbc-core h3{\n    font-size:14px;\n  }\n\n  .gbc-core p{\n    font-size:12px;\n  }\n\n  .gbc-card h3{\n    font-size:20px;\n  }\n\n  .gbc-floating{\n    left:12px;\n    right:12px;\n    bottom:10px;\n\n    min-height:52px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"gbc-page\"\u003e\n\u003c!--\n  ==========================================================\n  REPLACE IMAGE URLs WITH YOUR SHOPIFY CDN LINKS:\n\n  YOUR_HERO_IMAGE_URL\n  YOUR_DEMO_GIF_URL\n\n  YOUR_FLAME_IMAGE_URL\n  YOUR_4PCS_IMAGE_URL\n  YOUR_METAL_IMAGE_URL\n  YOUR_CLEAN_IMAGE_URL\n\n  YOUR_INSTALLED_IMAGE_URL\n  YOUR_DETAIL_IMAGE_URL\n  YOUR_SIZE_IMAGE_URL\n\n  ALL BUY BUTTONS USE PURE HTML:\n  href=\"#product-variant-picker\"\n  ==========================================================\n  --\u003e\n\u003cdiv class=\"gbc-wrap\"\u003e\n\u003c!-- =====================================================\n         01 HERO\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-hero\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🔥 BETTER BURNER SETUP\u003c\/div\u003e\n\u003ch1 class=\"gbc-heading\"\u003eReplace Worn Burner Caps \u0026amp; \u003cspan\u003e Get Your Gas Stove Ready for Everyday Cooking \u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gbc-copy gbc-hero-copy\"\u003eA practical 4-piece burner cap replacement set with multiple sizes, evenly spaced flame ports, solid metal construction and a removable design that's easier to clean after everyday cooking.\u003c\/p\u003e\n\u003cul class=\"gbc-checks\"\u003e\n\u003cli\u003eHelps distribute flame around compatible burners\u003c\/li\u003e\n\u003cli\u003e4-piece set with three different cap sizes\u003c\/li\u003e\n\u003cli\u003eSolid steel \/ iron construction\u003c\/li\u003e\n\u003cli\u003eRemovable design for easier cleaning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"gbc-buttons\"\u003e\u003ca href=\"#\" class=\"gbc-btn gbc-btn-primary\"\u003e 🛒 Choose Options \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/03_5536c994-ed8d-4c15-9eb0-571ce7f62b10.jpg?v=1789099435\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         02 DEMO\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-soft gbc-center\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🎬 SEE IT IN ACTION\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eBuilt Around the Burner for \u003cspan\u003e Practical Everyday Cooking \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gbc-copy\"\u003eThe round cap sits over a compatible gas burner assembly, while the evenly arranged openings around the edge help guide the flame around the burner during use.\u003c\/p\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/04_3770c3d6-81e2-44ad-93b7-3b50cf44ec9c.jpg?v=1789099435\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         03 CORE BENEFITS - 2 X 2\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e✨ FOUR PRACTICAL ADVANTAGES\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eWhy These Burner Caps Make \u003cspan\u003e Everyday Stove Use Easier \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gbc-copy\"\u003eDesigned around the things that matter most when replacing everyday gas stove burner caps.\u003c\/p\u003e\n\u003cdiv class=\"gbc-core-grid\"\u003e\n\u003cdiv class=\"gbc-core\"\u003e\n\u003cdiv class=\"gbc-core-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eEven Flame Distribution\u003c\/h3\u003e\n\u003cp\u003eEvenly spaced side openings help guide flame around compatible gas burners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-core\"\u003e\n\u003cdiv class=\"gbc-core-icon\"\u003e🧩\u003c\/div\u003e\n\u003ch3\u003e4-Piece Multi-Size Set\u003c\/h3\u003e\n\u003cp\u003eThree different diameters help cover multiple burner positions on compatible stovetops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-core\"\u003e\n\u003cdiv class=\"gbc-core-icon\"\u003e⚙️\u003c\/div\u003e\n\u003ch3\u003eSolid Metal Construction\u003c\/h3\u003e\n\u003cp\u003eSteel \/ iron construction provides a solid replacement for everyday gas stove use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-core\"\u003e\n\u003cdiv class=\"gbc-core-icon\"\u003e🧽\u003c\/div\u003e\n\u003ch3\u003eRemovable \u0026amp; Easy to Clean\u003c\/h3\u003e\n\u003cp\u003eLift off after the stove has cooled to make routine burner-area cleaning easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         04 CORE FEATURE DETAILS\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-cream\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🔍 DESIGNED FOR THE DETAILS\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eFour Features That Matter \u003cspan\u003e Every Time You Turn On the Stove \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gbc-copy\"\u003eMore than a cosmetic replacement — each part of the burner cap design serves a practical role in everyday gas stove use.\u003c\/p\u003e\n\u003cdiv class=\"gbc-card-list\"\u003e\n\u003c!-- SELLING POINT 01 --\u003e\n\u003carticle class=\"gbc-card\"\u003e\u003cspan class=\"gbc-number\"\u003e 01 \/ FLAME \u003c\/span\u003e\n\u003ch3\u003e🔥 Helps Create a More Even Ring of Flame\u003c\/h3\u003e\n\u003cdiv class=\"gbc-card-sub\"\u003eEVEN FLAME DISTRIBUTION\u003c\/div\u003e\n\u003cp\u003eThe burner cap features multiple evenly arranged openings around its outer edge. When used with a compatible gas burner assembly, these openings help guide the flame around the burner instead of concentrating it in only one area.\u003c\/p\u003e\n\u003cp\u003eThat makes the design suitable for the everyday cooking tasks you already use your gas stove for — from boiling water and simmering sauces to frying and preparing weeknight meals.\u003c\/p\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_11_12_07_25_1.png?v=1789099674\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SELLING POINT 02 --\u003e\n\u003carticle class=\"gbc-card\"\u003e\u003cspan class=\"gbc-number\"\u003e 02 \/ SET \u003c\/span\u003e\n\u003ch3\u003e🧩 Replace Multiple Burner Caps with One 4-Piece Set\u003c\/h3\u003e\n\u003cdiv class=\"gbc-card-sub\"\u003e4-PIECE MULTI-SIZE SET\u003c\/div\u003e\n\u003cp\u003eGas stovetops often use different burner sizes for different cooking positions. This set includes four burner caps across three different diameters, giving you a practical replacement set for compatible multi-burner stoves.\u003c\/p\u003e\n\u003cp\u003eInstead of searching for four separate pieces, you get one coordinated black set that can help replace several worn or missing caps at the same time.\u003c\/p\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_11_12_07_25_2.png?v=1789099674\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SELLING POINT 03 --\u003e\n\u003carticle class=\"gbc-card\"\u003e\u003cspan class=\"gbc-number\"\u003e 03 \/ BUILD \u003c\/span\u003e\n\u003ch3\u003e⚙️ Solid Metal Construction for Everyday Stove Use\u003c\/h3\u003e\n\u003cdiv class=\"gbc-card-sub\"\u003eSOLID METAL CONSTRUCTION\u003c\/div\u003e\n\u003cp\u003eThe supplied product specifications list the burner caps as steel \/ iron construction. The solid round structure is designed to sit over compatible gas burner assemblies during normal household cooking.\u003c\/p\u003e\n\u003cp\u003eA black surface gives all four pieces a consistent appearance, making the replacement set look neat across the cooktop.\u003c\/p\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_11_12_07_25_3.png?v=1789099674\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SELLING POINT 04 --\u003e\n\u003carticle class=\"gbc-card\"\u003e\u003cspan class=\"gbc-number\"\u003e 04 \/ CLEAN \u003c\/span\u003e\n\u003ch3\u003e🧽 Lift Off, Wipe Clean \u0026amp; Put It Back\u003c\/h3\u003e\n\u003cdiv class=\"gbc-card-sub\"\u003eREMOVABLE \u0026amp; EASY TO CLEAN\u003c\/div\u003e\n\u003cp\u003eSauce splatter, grease and everyday cooking residue can collect around the burner area. Because the burner caps are removable, you can lift them away from the burner after everything has completely cooled.\u003c\/p\u003e\n\u003cp\u003eThis gives you better access around the burner area and makes it easier to wipe the cap surface, dry the pieces and return them to the stove.\u003c\/p\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_11_12_07_26_4.png?v=1789099673\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         05 REAL-LIFE VALUE\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-soft\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🏡 MADE FOR DAILY KITCHEN USE\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eA Small Replacement That Solves \u003cspan\u003e Everyday Stove Problems \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"gbc-life-grid\"\u003e\n\u003cdiv class=\"gbc-life-card\"\u003e\n\u003cdiv class=\"gbc-life-icon\"\u003e🍳\u003c\/div\u003e\n\u003ch3\u003eWhere You'll Use It\u003c\/h3\u003e\n\u003cp\u003eOn compatible household gas stovetops when existing burner caps are worn, missing or need replacing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-life-card\"\u003e\n\u003cdiv class=\"gbc-life-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eWhat It Helps Fix\u003c\/h3\u003e\n\u003cp\u003eReplace several old burner caps while keeping different burner positions covered with the included mixed sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-life-card\"\u003e\n\u003cdiv class=\"gbc-life-icon\"\u003e🧽\u003c\/div\u003e\n\u003ch3\u003eWhat Gets Easier\u003c\/h3\u003e\n\u003cp\u003eRegular burner-area cleaning becomes simpler because the individual caps can be removed once fully cooled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         06 PRODUCT DETAILS + SPECS\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section\" id=\"gas-cap-specs\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e📋 CHECK BEFORE YOU ORDER\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eMatch the Shape \u0026amp; Size to \u003cspan\u003e Your Existing Burner Caps \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gbc-copy\"\u003eGas stove burner structures vary by model. Compare the measurements and physical design with your existing burner caps before purchasing.\u003c\/p\u003e\n\u003cdiv class=\"gbc-detail-grid\"\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"gbc-detail-box\"\u003e\n\u003ch3\u003e🔍 Detailed Features\u003c\/h3\u003e\n\u003cdiv class=\"gbc-detail-feature\"\u003e\n\u003cstrong\u003e 🔥 Evenly Spaced Side Openings \u003c\/strong\u003e\n\u003cp\u003eMultiple openings are arranged around the perimeter to help guide the flame around compatible burner assemblies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-detail-feature\"\u003e\n\u003cstrong\u003e 🧩 Multiple Burner Sizes \u003c\/strong\u003e\n\u003cp\u003eIncludes one large, two medium and one smaller burner cap for compatible stovetops with different burner positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-detail-feature\"\u003e\n\u003cstrong\u003e ⚙️ Steel \/ Iron Construction \u003c\/strong\u003e\n\u003cp\u003eProduct specifications supplied for this set list the material as steel \/ iron.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-detail-feature\"\u003e\n\u003cstrong\u003e ⚫ Matching Black Finish \u003c\/strong\u003e\n\u003cp\u003eAll four pieces use a black finish for a consistent appearance across the stove.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-detail-feature\"\u003e\n\u003cstrong\u003e 🧽 Removable for Routine Cleaning \u003c\/strong\u003e\n\u003cp\u003eOnce the stovetop has completely cooled, the caps can be lifted off for easier access during regular cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-alert\"\u003e⚠️ \u003cstrong\u003eCompatibility Reminder:\u003c\/strong\u003e These burner caps are not guaranteed to fit every stove. Compare diameter, shape and burner structure with your original parts before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"gbc-detail-box\"\u003e\n\u003ch3\u003e📐 Product Specifications\u003c\/h3\u003e\n\u003cdiv class=\"gbc-spec-list\"\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Product Type \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e Gas Stove Burner Cap Set \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Quantity \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 4 Pieces \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Material \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e Steel \/ Iron \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Color \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e Black \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Large Cap \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 1 × 3.94 in \/ 10 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Medium Caps \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 2 × 2.95 in \/ 7.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Small Cap \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 1 × 2.17 in \/ 5.5 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Approx. Set Weight \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 330 g \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Approx. Package Size \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 12 × 12 × 3 cm \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-spec\"\u003e\n\u003cspan class=\"gbc-spec-label\"\u003e Package \u003c\/span\u003e \u003cspan class=\"gbc-spec-value\"\u003e 4-Piece Burner Cap Set \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/01_e4fdbbe5-e03b-493f-9362-5de470157efd.jpg?v=1789099434\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         07 REVIEWS\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-cream\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e💬 CUSTOMER FEEDBACK\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eSimple Replacement. \u003cspan\u003e Practical Everyday Upgrade. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"gbc-review-list\"\u003e\n\u003cdiv class=\"gbc-review\"\u003e\n\u003cdiv class=\"gbc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“I measured my old caps before ordering and the different sizes made replacing the burner pieces much easier. The set looks clean on the stovetop.”\u003c\/p\u003e\n\u003cspan class=\"gbc-review-name\"\u003e — Melissa R. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-review\"\u003e\n\u003cdiv class=\"gbc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“I like being able to remove the caps when I clean around the burners. It makes getting to the messy areas after cooking much easier.”\u003c\/p\u003e\n\u003cspan class=\"gbc-review-name\"\u003e — James T. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-review\"\u003e\n\u003cdiv class=\"gbc-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Nice to get several sizes in one package instead of trying to find each replacement separately. Definitely check your measurements first.”\u003c\/p\u003e\n\u003cspan class=\"gbc-review-name\"\u003e — Nicole P. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-review-note\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         08 FAQ\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e❓ BEFORE YOU BUY\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eBurner Cap Questions? \u003cspan\u003e Start Here. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"gbc-faq-list\"\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eHow do the side openings affect the flame? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eThe burner cap has openings arranged around its perimeter. On a compatible burner assembly, this design helps guide flame around the burner during use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eDoes the set include different sizes? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eYes. The set contains four pieces in three diameters: one 3.94 in \/ 10 cm cap, two 2.95 in \/ 7.5 cm caps and one 2.17 in \/ 5.5 cm cap.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eWill these fit every gas stove? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eNo. Burner designs vary between stove models. Compare the shape, diameter and structure of your original parts with this set before purchasing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eWhat are the burner caps made from? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eThe product specifications supplied for this set list the material as steel \/ iron.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eCan I remove them for cleaning? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eYes. Once the stove and burner parts have completely cooled, the caps can be removed to make routine cleaning around the burner area easier.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"gbc-faq\"\u003e\n\u003csummary\u003eWhat should I check before ordering? \u003cspan class=\"gbc-arrow\"\u003e ⌄ \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"gbc-answer\"\u003eCompare the diameter, overall shape and underside structure of your existing burner caps with the product images and listed measurements.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         09 GUARANTEE \/ SHOPPING SUPPORT\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-soft\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🛡️ ORDER WITH CONFIDENCE\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eKnow What You're Getting \u003cspan\u003e Before You Order \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"gbc-guarantee-grid\"\u003e\n\u003cdiv class=\"gbc-guarantee\"\u003e\n\u003cdiv class=\"gbc-guarantee-icon\"\u003e📐\u003c\/div\u003e\n\u003ch3\u003eClear Size Information\u003c\/h3\u003e\n\u003cp\u003eIndividual cap diameters are listed so you can compare them with your current stove parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-guarantee\"\u003e\n\u003cdiv class=\"gbc-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eComplete 4-Piece Set\u003c\/h3\u003e\n\u003cp\u003eOne package contains all four listed burner caps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-guarantee\"\u003e\n\u003cdiv class=\"gbc-guarantee-icon\"\u003e🔍\u003c\/div\u003e\n\u003ch3\u003eDetailed Product Info\u003c\/h3\u003e\n\u003cp\u003eSize, quantity, material and color are clearly shown before checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gbc-guarantee\"\u003e\n\u003cdiv class=\"gbc-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eContact store support if you have questions about your order or product information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n         10 FINAL CTA\n    ====================================================== --\u003e\n\u003csection class=\"gbc-section gbc-final\"\u003e\n\u003cdiv class=\"gbc-eyebrow\"\u003e🔥 TIME TO REPLACE THE WORN ONES?\u003c\/div\u003e\n\u003ch2 class=\"gbc-heading\"\u003eFour Burner Caps. \u003cspan\u003e One Simple Stove Fix. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gbc-copy\"\u003eGet multiple sizes in one set with evenly spaced flame ports, solid metal construction and a removable design that's easier to clean. Check your existing burner dimensions first, then choose your option above.\u003c\/p\u003e\n\u003cdiv class=\"gbc-buttons\"\u003e\u003ca href=\"#\" class=\"gbc-btn gbc-btn-primary\"\u003e 🛒 Choose Options \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       FLOATING BUTTON\n       PURE HTML\n       JUMPS TO TOP VARIANT PICKER\n  ====================================================== --\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Black","offer_id":49117268345017,"sku":"NC02592609112662-黑色四个装","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_9_11_12_07_25_2.png?v=1789099674","url":"https:\/\/fvaulity.com\/products\/premium-universal-gas-hob-burner-cap-replacement-set-4-pack-heavy-duty-metal","provider":"fvaulity","version":"1.0","type":"link"}