{"product_id":"positector-gls-2060-gloss-meter","title":"PosiTector GLS 2060 Gloss and Haze (Probe Only)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.ds-gls-wrap {\n  --red:       #ed2326;\n  --red-dark:  #b30f11;\n  --blue-bg:   #eaebfd;\n  --blue-mid:  #6c6ef3;\n  --blue:      #2326ed;\n  --blue-dark: #0f11b3;\n  --black:     #111111;\n  --text:      #333333;\n  --muted:     #707070;\n  --border:    #e0e0e0;\n  --bg-light:  #f8f8f8;\n  --white:     #ffffff;\n  font-family: 'Barlow', sans-serif;\n  color: var(--text);\n  line-height: 1.6;\n  font-size: 15px;\n}\n.ds-gls-wrap *, .ds-gls-wrap *::before, .ds-gls-wrap *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n\/* ── HERO ── *\/\n.ds-gls-hero {\n  background: #f2f3fc;\n  padding: 3.5rem 2rem 3rem;\n  position: relative;\n  overflow: hidden;\n  border-bottom: 3px solid var(--border);\n  margin-bottom: 2.5rem;\n}\n.ds-gls-hero::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 0; bottom: 0;\n  width: 5px;\n  background: var(--red);\n}\n.ds-gls-hero::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: repeating-linear-gradient(-58deg, transparent, transparent 28px, rgba(0,0,0,.02) 28px, rgba(0,0,0,.02) 29px);\n  pointer-events: none;\n}\n.ds-gls-hero-inner { max-width: 860px; position: relative; z-index: 1; }\n.ds-gls-eyebrow {\n  font-size: .68rem;\n  font-weight: 800;\n  letter-spacing: .22em;\n  text-transform: uppercase;\n  color: var(--red);\n  margin-bottom: .55rem;\n}\n.ds-gls-hero h1 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 900;\n  font-size: clamp(2.2rem, 5vw, 3.6rem);\n  line-height: 1.0;\n  text-transform: uppercase;\n  letter-spacing: .02em;\n  margin-bottom: .9rem;\n  color: var(--black);\n}\n.ds-gls-hero h1 em { font-style: normal; color: var(--red); }\n.ds-gls-hero-sub {\n  font-size: .98rem;\n  color: var(--muted);\n  max-width: 560px;\n  margin-bottom: 1.8rem;\n  line-height: 1.65;\n}\n.ds-gls-btns { display: flex; flex-wrap: wrap; gap: .8rem; }\n\n\/* ── BUTTONS ── *\/\n.ds-gls-btn-red {\n  display: inline-block;\n  background: var(--red);\n  color: #fff !important;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: .78rem;\n  letter-spacing: .1em;\n  text-transform: uppercase;\n  padding: .75rem 1.8rem;\n  transition: background .15s;\n}\n.ds-gls-btn-red:hover { background: var(--red-dark) !important; }\n.ds-gls-btn-ghost {\n  display: inline-block;\n  border: 2px solid var(--border);\n  color: var(--text) !important;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: .78rem;\n  letter-spacing: .1em;\n  text-transform: uppercase;\n  padding: .65rem 1.4rem;\n  transition: border-color .15s;\n}\n.ds-gls-btn-ghost:hover { border-color: var(--black) !important; color: var(--black) !important; }\n\n\/* ── ALERT \/ WARNING ── *\/\n.ds-gls-alert {\n  background: #fff8e1;\n  border-left: 5px solid #f59f00;\n  padding: 1rem 1.4rem;\n  margin-bottom: 2.5rem;\n  font-size: .88rem;\n  line-height: 1.65;\n  color: #5a4000;\n}\n.ds-gls-alert strong { color: #3d2b00; }\n\n\/* ── INTRO ── *\/\n.ds-gls-intro {\n  background: var(--blue-bg);\n  border-left: 5px solid var(--blue);\n  padding: 1.3rem 1.6rem;\n  margin-bottom: 2.8rem;\n  font-size: .93rem;\n  line-height: 1.7;\n}\n.ds-gls-intro strong { color: var(--blue-dark); }\n.ds-gls-intro a { color: var(--red) !important; font-weight: 700; }\n.ds-gls-intro p + p { margin-top: .55rem; }\n\n\/* ── SECTION HEADS ── *\/\n.ds-gls-sec {\n  display: flex;\n  align-items: baseline;\n  flex-wrap: wrap;\n  gap: .7rem;\n  border-bottom: 3px solid var(--red);\n  padding-bottom: .4rem;\n  margin: 3rem 0 1.5rem;\n}\n.ds-gls-sec h2 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: 1.6rem;\n  text-transform: uppercase;\n  letter-spacing: .04em;\n  line-height: 1;\n  color: var(--black);\n}\n.ds-gls-sec-sub {\n  font-size: .67rem;\n  font-weight: 700;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n  color: var(--muted);\n}\n\n\/* ── HOW IT WORKS STEPS ── *\/\n.ds-gls-steps {\n  display: flex;\n  gap: 0;\n  flex-wrap: wrap;\n  margin-bottom: 3rem;\n  border: 1px solid var(--border);\n  overflow: hidden;\n}\n.ds-gls-step {\n  flex: 1;\n  min-width: 130px;\n  padding: 1rem 1.1rem;\n  background: var(--white);\n  border-right: 1px solid var(--border);\n  text-align: center;\n}\n.ds-gls-step:last-child { border-right: none; }\n.ds-gls-step-num {\n  display: inline-block;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: var(--red);\n  color: #fff;\n  font-size: .75rem;\n  font-weight: 800;\n  line-height: 28px;\n  text-align: center;\n  margin-bottom: .4rem;\n}\n.ds-gls-step-title {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: .9rem;\n  text-transform: uppercase;\n  letter-spacing: .06em;\n  color: var(--black);\n  display: block;\n  margin-bottom: .2rem;\n}\n.ds-gls-step p { font-size: .7rem; color: var(--muted); line-height: 1.4; }\n\n\/* ── FEATURE GRID ── *\/\n.ds-gls-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n  gap: 1px;\n  background: var(--border);\n  border: 1px solid var(--border);\n  margin-bottom: 2rem;\n}\n.ds-gls-card { background: var(--white); padding: 0; }\n.ds-gls-card-head {\n  background: var(--blue) !important;\n  padding: .65rem 1.1rem;\n  display: flex;\n  align-items: center;\n  gap: .6rem;\n}\n.ds-gls-card-head-dot {\n  width: 10px;\n  height: 10px;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n.ds-gls-card-head-title {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: .85rem;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  color: #fff !important;\n}\n.ds-gls-card-tag {\n  font-size: .6rem;\n  font-weight: 700;\n  letter-spacing: .1em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,.65) !important;\n  margin-left: auto;\n  white-space: nowrap;\n}\n.ds-gls-card-body { padding: 1.1rem 1.1rem .9rem; }\n.ds-gls-card-body ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n.ds-gls-card-body ul li {\n  font-size: .82rem;\n  color: var(--muted);\n  line-height: 1.55;\n  padding: .28rem 0;\n  border-bottom: 1px solid var(--bg-light);\n  display: flex;\n  gap: .5rem;\n  align-items: flex-start;\n}\n.ds-gls-card-body ul li:last-child { border-bottom: none; }\n.ds-gls-card-body ul li::before {\n  content: '✓';\n  color: var(--red);\n  font-weight: 800;\n  font-size: .75rem;\n  flex-shrink: 0;\n  margin-top: .1rem;\n}\n.ds-gls-card-body .ds-gls-note {\n  font-size: .75rem;\n  color: var(--blue-dark);\n  background: var(--blue-bg);\n  border-left: 3px solid var(--blue-mid);\n  padding: .45rem .65rem;\n  margin-top: .75rem;\n  line-height: 1.5;\n}\n\n\/* ── BADGE ── *\/\n.ds-gls-badge {\n  display: inline-block;\n  background: var(--red);\n  color: #fff;\n  font-size: .57rem;\n  font-weight: 800;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  padding: .16rem .45rem;\n  border-radius: 2px;\n  margin-left: .4rem;\n  vertical-align: middle;\n  line-height: 1.6;\n}\n.ds-gls-badge-blue  { background: var(--blue); }\n.ds-gls-badge-green { background: #1a7a40; }\n\n\/* ── WHATS IN BOX ── *\/\n.ds-gls-inbox {\n  background: var(--bg-light);\n  border: 1px solid var(--border);\n  border-left: 5px solid var(--red);\n  padding: 1.3rem 1.6rem;\n  margin-bottom: 2rem;\n}\n.ds-gls-inbox-title {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: 1.05rem;\n  text-transform: uppercase;\n  letter-spacing: .04em;\n  color: var(--red);\n  margin-bottom: .75rem;\n  display: block;\n}\n.ds-gls-inbox ul { list-style: none; padding: 0; }\n.ds-gls-inbox ul li {\n  font-size: .88rem;\n  color: var(--text);\n  padding: .3rem 0;\n  border-bottom: 1px solid var(--border);\n  display: flex;\n  gap: .55rem;\n  align-items: flex-start;\n}\n.ds-gls-inbox ul li:last-child { border-bottom: none; }\n.ds-gls-inbox ul li::before {\n  content: '→';\n  color: var(--red);\n  font-weight: 800;\n  flex-shrink: 0;\n}\n\n\/* ── SPECS TABLE ── *\/\n.ds-gls-table-wrap { overflow-x: auto; margin-bottom: 2rem; }\n.ds-gls-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: .82rem;\n}\n.ds-gls-table thead tr {\n  background: var(--blue);\n  color: #fff;\n}\n.ds-gls-table thead th {\n  padding: .6rem 1rem;\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: .85rem;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  text-align: left;\n}\n.ds-gls-table tbody tr:nth-child(odd)  { background: var(--bg-light); }\n.ds-gls-table tbody tr:nth-child(even) { background: var(--white); }\n.ds-gls-table tbody td {\n  padding: .55rem 1rem;\n  color: var(--text);\n  border-bottom: 1px solid var(--border);\n  vertical-align: top;\n}\n.ds-gls-table tbody td:first-child {\n  font-weight: 700;\n  color: var(--black);\n  white-space: nowrap;\n}\n\n\/* ── COMPARE TABLE ── *\/\n.ds-gls-compare {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: .82rem;\n  margin-bottom: 2rem;\n  border: 1px solid var(--border);\n}\n.ds-gls-compare thead tr { background: var(--black); color: #fff; }\n.ds-gls-compare thead th {\n  padding: .65rem 1rem;\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: .9rem;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  text-align: left;\n}\n.ds-gls-compare thead th:not(:first-child) { text-align: center; }\n.ds-gls-compare tbody tr:nth-child(odd)  { background: var(--bg-light); }\n.ds-gls-compare tbody tr:nth-child(even) { background: var(--white); }\n.ds-gls-compare tbody td {\n  padding: .5rem 1rem;\n  border-bottom: 1px solid var(--border);\n  color: var(--muted);\n  font-size: .82rem;\n}\n.ds-gls-compare tbody td:first-child { color: var(--black); font-weight: 600; }\n.ds-gls-compare tbody td:not(:first-child) { text-align: center; }\n.ds-gls-compare .yes { color: #1a7a40; font-weight: 800; font-size: 1rem; }\n.ds-gls-compare .no  { color: var(--border); font-size: 1rem; }\n\n\/* ── GLOSS GUIDE ── *\/\n.ds-gls-gguide {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n  gap: 1px;\n  background: var(--border);\n  border: 1px solid var(--border);\n  margin-bottom: 2rem;\n}\n.ds-gls-gg-cell {\n  background: var(--white);\n  padding: 1.1rem 1.2rem;\n  text-align: center;\n}\n.ds-gls-gg-label {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 900;\n  font-size: 1.3rem;\n  text-transform: uppercase;\n  letter-spacing: .04em;\n  color: var(--black);\n  display: block;\n  margin-bottom: .2rem;\n}\n.ds-gls-gg-gu {\n  font-size: .75rem;\n  font-weight: 700;\n  color: var(--red);\n  letter-spacing: .06em;\n  display: block;\n  margin-bottom: .3rem;\n}\n.ds-gls-gg-angle {\n  display: inline-block;\n  background: var(--blue);\n  color: #fff;\n  font-size: .65rem;\n  font-weight: 800;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  padding: .2rem .6rem;\n  border-radius: 2px;\n}\n.ds-gls-gg-eg { font-size: .7rem; color: var(--muted); margin-top: .4rem; display: block; }\n\n\/* ── FAQ ── *\/\n.ds-gls-faq details { border-bottom: 1px solid var(--border); }\n.ds-gls-faq details:first-of-type { border-top: 1px solid var(--border); }\n.ds-gls-faq summary {\n  cursor: pointer;\n  padding: 1rem .1rem;\n  font-weight: 600;\n  font-size: .95rem;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 1rem;\n  user-select: none;\n  color: var(--black);\n}\n.ds-gls-faq summary::-webkit-details-marker { display: none; }\n.ds-gls-faq summary::after { content: '+'; font-size: 1.35rem; font-weight: 400; color: var(--red); flex-shrink: 0; }\n.ds-gls-faq details[open] summary::after { content: '−'; }\n.ds-gls-faq-body { padding: .25rem .1rem 1.2rem; font-size: .9rem; color: var(--muted); line-height: 1.7; }\n.ds-gls-faq-body strong { color: var(--black); }\n.ds-gls-faq-body a { color: var(--red) !important; font-weight: 700; }\n\n\/* ── FOOTER CTA ── *\/\n.ds-gls-fcta {\n  text-align: center;\n  padding: 3.5rem 1.5rem;\n  margin-top: 3rem;\n  border-top: 3px solid var(--red);\n}\n.ds-gls-fcta h2 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 900;\n  font-size: clamp(1.8rem, 4vw, 2.6rem);\n  text-transform: uppercase;\n  letter-spacing: .04em;\n  margin-bottom: .55rem;\n  color: var(--black);\n}\n.ds-gls-fcta h2 em { font-style: normal; color: var(--red); }\n.ds-gls-fcta p { font-size: .88rem; color: var(--muted); margin-bottom: 1.8rem; }\n.ds-gls-fcta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 620px) {\n  .ds-gls-hero { padding: 2.5rem 1.2rem 2rem; }\n  .ds-gls-grid, .ds-gls-gguide { grid-template-columns: 1fr; }\n  .ds-gls-steps { flex-direction: column; }\n  .ds-gls-step { border-right: none; border-bottom: 1px solid var(--border); }\n  .ds-gls-step:last-child { border-bottom: none; }\n  .ds-gls-compare thead th:nth-child(2) { display: none; }\n  .ds-gls-compare tbody td:nth-child(2) { display: none; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ds-gls-wrap\"\u003e\n\u003c!-- ═══════════════════════\n     HERO\n═══════════════════════ --\u003e\n\u003csection class=\"ds-gls-hero\"\u003e\n\u003cdiv class=\"ds-gls-hero-inner\"\u003e\n\u003cp class=\"ds-gls-eyebrow\"\u003eDeFelsko PosiTector GLS 2060 · Professional Gloss \u0026amp; Haze Meter\u003c\/p\u003e\n\u003ch1\u003eProve Your Polish.\u003cbr\u003e\u003cem\u003eMeasure What Matters.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"ds-gls-hero-sub\"\u003eThe professional standard for detailers and paint correction specialists who need objective, repeatable gloss and haze readings — not guesswork. Back up your work with data your clients can see.\u003c\/p\u003e\n\u003cdiv class=\"ds-gls-btns\"\u003e\n\u003ca href=\"https:\/\/detailingshed.com.au\/collections\/gloss-meters-and-thickness-gauges\" class=\"ds-gls-btn-red\"\u003eShop Gloss Meters \u0026amp; Gauges\u003c\/a\u003e \u003ca href=\"https:\/\/detailingshed.com.au\/collections\/defelsko-usa\" class=\"ds-gls-btn-ghost\"\u003eAll DeFelsko Products\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBE ONLY WARNING --\u003e\n\u003cdiv class=\"ds-gls-alert\"\u003e⚠️ \u003cstrong\u003eProbe Only.\u003c\/strong\u003e This product requires a PosiTector Standard or Advanced gauge body to operate — sold separately. All features listed apply when the probe is connected to a compatible gauge body.\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"ds-gls-intro\"\u003e\n\u003cp\u003e\u003cstrong\u003eWho is this for?\u003c\/strong\u003e Professional detailers verifying ceramic coating applications, paint correction specialists documenting before and after results, and body shops running panel-by-panel quality checks. If you need to prove your work — in numbers — this is the tool.\u003c\/p\u003e\n\u003cp\u003eThe GLS 2060 measures both \u003cstrong\u003eGloss (20° and 60°)\u003c\/strong\u003e and \u003cstrong\u003eHaze Index\u003c\/strong\u003e in a single probe, covers high-gloss through semi-gloss surfaces, auto-calibrates on every power-on, and delivers a \u003cstrong\u003etraceable Certificate of Calibration (NRC)\u003c\/strong\u003e right out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     HOW TO USE\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eHow to Take a Reading\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eThree steps — power on, calibrate, measure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-steps\"\u003e\n\u003cdiv class=\"ds-gls-step\"\u003e\n\u003cdiv class=\"ds-gls-step-num\"\u003e1\u003c\/div\u003e\n\u003cspan class=\"ds-gls-step-title\"\u003eClean the Tile\u003c\/span\u003e\n\u003cp\u003eWipe the calibration tile with the included cleaning wipes. A clean tile = accurate readings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-step\"\u003e\n\u003cdiv class=\"ds-gls-step-num\"\u003e2\u003c\/div\u003e\n\u003cspan class=\"ds-gls-step-title\"\u003ePower On\u003c\/span\u003e\n\u003cp\u003eBase plate on probe. The GLS auto-calibrates and self-checks on every power-on. No manual steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-step\"\u003e\n\u003cdiv class=\"ds-gls-step-num\"\u003e3\u003c\/div\u003e\n\u003cspan class=\"ds-gls-step-title\"\u003eMeasure\u003c\/span\u003e\n\u003cp\u003eRemove base plate, place on a flat panel surface, press the button. Beeps twice — reading displayed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     GLOSS ANGLE GUIDE\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eWhich Angle for Which Surface?\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eUse the right geometry for accurate results\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-gguide\"\u003e\n\u003cdiv class=\"ds-gls-gg-cell\"\u003e\n\u003cspan class=\"ds-gls-gg-label\"\u003eHigh Gloss\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-gu\"\u003e\u0026gt; 70 GU at 60°\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-angle\"\u003eUse 20° Geometry\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-eg\"\u003ee.g. Ceramic coated paint, polished clear coat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-gg-cell\"\u003e\n\u003cspan class=\"ds-gls-gg-label\"\u003eSemi-Gloss\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-gu\"\u003e10 – 70 GU at 60°\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-angle\"\u003eUse 60° Geometry\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-eg\"\u003ee.g. Standard paint, unpolished clear coat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-gg-cell\"\u003e\n\u003cspan class=\"ds-gls-gg-label\"\u003eMatte \/ Low\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-gu\"\u003e\u0026lt; 10 GU at 60°\u003c\/span\u003e \u003cspan style=\"background: #707070;\" class=\"ds-gls-gg-angle\"\u003e85° — Not This Probe\u003c\/span\u003e \u003cspan class=\"ds-gls-gg-eg\"\u003eRequires the GLS 20\/60\/85 probe model\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     KEY FEATURES\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eSimple · Powerful · Accurate · Durable · Versatile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-grid\"\u003e\n\u003c!-- SIMPLE --\u003e\n\u003cdiv class=\"ds-gls-card\"\u003e\n\u003cdiv class=\"ds-gls-card-head\"\u003e\n\u003cspan style=\"background: #f59f00;\" class=\"ds-gls-card-head-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-head-title\"\u003eSimple to Use \u003cspan class=\"ds-gls-badge ds-gls-badge-blue\"\u003eTouchscreen\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-tag\"\u003eUsability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-card-body\"\u003e\n\u003cul\u003e\n\u003cli\u003e60+ readings per minute — cover a full panel in seconds\u003c\/li\u003e\n\u003cli\u003e2.8\" impact-resistant colour touchscreen with redesigned keypad\u003c\/li\u003e\n\u003cli\u003eOn-gauge help explains every menu item at the touch of a button\u003c\/li\u003e\n\u003cli\u003eRESET feature instantly restores factory settings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- POWERFUL --\u003e\n\u003cdiv class=\"ds-gls-card\"\u003e\n\u003cdiv class=\"ds-gls-card-head\"\u003e\n\u003cspan style=\"background: #2c8a50;\" class=\"ds-gls-card-head-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-head-title\"\u003ePowerful Data Tools \u003cspan class=\"ds-gls-badge ds-gls-badge-green\"\u003eReports\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-tag\"\u003eData\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-card-body\"\u003e\n\u003cul\u003e\n\u003cli\u003eLive statistics: average, standard deviation, min\/max updated in real time\u003c\/li\u003e\n\u003cli\u003eHiLo pass\/fail alarm — audible and visual alert for out-of-spec readings\u003c\/li\u003e\n\u003cli\u003eSave 100 screen captures for client records and reporting\u003c\/li\u003e\n\u003cli\u003eUSB port — data export to PC, no software install required\u003c\/li\u003e\n\u003cli\u003eEvery reading is date and time stamped\u003c\/li\u003e\n\u003cli\u003eIncludes PosiSoft Desktop software for professional PDF reports\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ACCURATE --\u003e\n\u003cdiv class=\"ds-gls-card\"\u003e\n\u003cdiv class=\"ds-gls-card-head\"\u003e\n\u003cspan style=\"background: #ed2326;\" class=\"ds-gls-card-head-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-head-title\"\u003eAccurate \u0026amp; Certified \u003cspan class=\"ds-gls-badge\"\u003eNRC Traceable\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-tag\"\u003eAccuracy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-card-body\"\u003e\n\u003cul\u003e\n\u003cli\u003eAuto-calibration and self-check on every power-on — zero manual steps\u003c\/li\u003e\n\u003cli\u003eCertificate of Calibration traceable to NRC — included for probe and gloss standard\u003c\/li\u003e\n\u003cli\u003eStore multiple calibration tiles for different surface types\u003c\/li\u003e\n\u003cli\u003eConforms to ISO and ASTM international standards\u003c\/li\u003e\n\u003cli\u003e1,000 reading storage (Standard gauge body)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ds-gls-note\"\u003e💡 \u003cstrong\u003eDS Note:\u003c\/strong\u003e The NRC traceable certificate is critical if you need to provide documented proof of results to clients or insurers — this probe has you covered out of the box.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DURABLE --\u003e\n\u003cdiv class=\"ds-gls-card\"\u003e\n\u003cdiv class=\"ds-gls-card-head\"\u003e\n\u003cspan style=\"background: #5a5a5a;\" class=\"ds-gls-card-head-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-head-title\"\u003eBuilt Tough \u003cspan class=\"ds-gls-badge ds-gls-badge-blue\"\u003eIP65 Rated\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-tag\"\u003eDurability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-card-body\"\u003e\n\u003cul\u003e\n\u003cli\u003eAll-metal probe construction for long-term stability\u003c\/li\u003e\n\u003cli\u003eIP65-rated enclosure — weatherproof, dustproof, water-resistant\u003c\/li\u003e\n\u003cli\u003eShock-absorbing rubber holster for added impact resistance\u003c\/li\u003e\n\u003cli\u003eErgonomic rubberised grip for comfortable extended use\u003c\/li\u003e\n\u003cli\u003eUp to 30% longer battery life vs. previous generation\u003c\/li\u003e\n\u003cli\u003e2-year warranty — probe AND gauge body\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VERSATILE --\u003e\n\u003cdiv class=\"ds-gls-card\"\u003e\n\u003cdiv class=\"ds-gls-card-head\"\u003e\n\u003cspan style=\"background: #6c6ef3;\" class=\"ds-gls-card-head-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-head-title\"\u003eVersatile Platform \u003cspan class=\"ds-gls-badge ds-gls-badge-blue\"\u003eMulti-Probe\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"ds-gls-card-tag\"\u003eVersatility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-card-body\"\u003e\n\u003cul\u003e\n\u003cli\u003ePosiTector body accepts all PosiTector probes — one body, many tools\u003c\/li\u003e\n\u003cli\u003eConverts to: coating thickness gauge, dew point meter, surface profile gauge, hardness tester, ultrasonic wall thickness gauge\u003c\/li\u003e\n\u003cli\u003eSelectable display: Gloss Units (GU) or % Reflectance\u003c\/li\u003e\n\u003cli\u003eAuto-rotating display with Flip Lock\u003c\/li\u003e\n\u003cli\u003eMultiple selectable display languages\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     WHAT'S IN THE BOX\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eWhat's in the Box\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eEverything you need to start measuring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-inbox\"\u003e\n\u003cspan class=\"ds-gls-inbox-title\"\u003e📦 Probe Kit Includes\u003c\/span\u003e\n\u003cul\u003e\n\u003cli\u003ePosiTector GLS 20°\/60° Probe with protective base plate and integrated calibration tile\u003c\/li\u003e\n\u003cli\u003e10 calibration tile cleaning wipes\u003c\/li\u003e\n\u003cli\u003eHard shell carry case\u003c\/li\u003e\n\u003cli\u003eLong-form Certificate of Calibration (NRC traceable) — for probe AND gloss standard\u003c\/li\u003e\n\u003cli\u003eInstructions\u003c\/li\u003e\n\u003cli\u003e2-year warranty on probe and gauge body\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     STANDARD vs ADVANCED\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eStandard vs Advanced Gauge Body\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eChoose the right gauge body for your workflow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-table-wrap\"\u003e\n\u003ctable class=\"ds-gls-compare\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eStandard Body\u003c\/th\u003e\n\u003cth\u003eAdvanced Body\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eReading Storage\u003c\/td\u003e\n\u003ctd\u003e1,000 readings\u003c\/td\u003e\n\u003ctd\u003e250,000 readings \/ 1,000 batches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTouchscreen \u0026amp; Keypad\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHiLo Pass\/Fail Alarm\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUSB Data Export\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDifferential Mode\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContinuous Scan Modes\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e (Normal + Statistics)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLive Data Graphing\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWiFi (PosiSoft.net sync)\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBluetooth 4.0 (app + printer)\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThird-Party Integration\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e (drones, PLCs, ROVs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     SPECIFICATIONS\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eTechnical data for the GLS 2060 probe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-table-wrap\"\u003e\n\u003ctable class=\"ds-gls-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003e20°\u003c\/th\u003e\n\u003cth\u003e60°\u003c\/th\u003e\n\u003cth\u003e85°\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMeasurement Area\u003c\/td\u003e\n\u003ctd\u003e10 × 10 mm\u003c\/td\u003e\n\u003ctd\u003e10 × 20 mm\u003c\/td\u003e\n\u003ctd\u003e4 × 45 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMeasurement Range\u003c\/td\u003e\n\u003ctd\u003e0 – 2,000 GU\u003c\/td\u003e\n\u003ctd\u003e0 – 1,000 GU\u003c\/td\u003e\n\u003ctd\u003e0 – 160 GU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRepeatability\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e±0.2 GU (≤100 GU)  \/  ±0.2% (\u0026gt;100 GU)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReproducibility\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e±0.5 GU (≤100 GU)  \/  ±0.5% (\u0026gt;100 GU)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGloss Resolution\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e±0.1 GU (≤100 GU)  \/  ±1 GU (\u0026gt;100 GU)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e% Reflectance Resolution\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e0.1%\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHaze Resolution\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e±0.1 (≤100)  \/  ±1 (\u0026gt;100)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e0° – 45°C (32° – 113°F), non-condensing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProbe Size\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e165 × 73 × 32 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProbe Weight\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e555 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════\n     VIDEO\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eSee It in Action\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eHow to measure gloss with the PosiTector GLS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca style=\"display: block; position: relative; margin-bottom: 2.5rem; border: 1px solid var(--border); overflow: hidden; text-decoration: none;\" rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=erAsLkwvRBQ\" target=\"_blank\"\u003e \u003cimg style=\"width: 100%; display: block;\" alt=\"How to Measure Gloss with the PosiTector GLS Gloss Meter\" src=\"https:\/\/img.youtube.com\/vi\/erAsLkwvRBQ\/maxresdefault.jpg\"\u003e \u003cspan style=\"position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.35); transition: background .2s;\"\u003e \u003cspan style=\"width: 72px; height: 72px; background: #ed2326; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e \u003csvg fill=\"#fff\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M8 5v14l11-7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003c\/span\u003e \u003cspan style=\"position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.55); color: #fff; font-family: 'Barlow',sans-serif; font-size: .78rem; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; padding: .6rem 1rem;\"\u003e▶  How to Measure Gloss with the PosiTector® GLS Gloss Meter — Watch on YouTube\u003c\/span\u003e \u003c\/a\u003e \u003c!-- ═══════════════════════\n     FAQ\n═══════════════════════ --\u003e\n\u003cdiv class=\"ds-gls-sec\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cspan class=\"ds-gls-sec-sub\"\u003eAbout the PosiTector GLS 2060\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ds-gls-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy do I need a separate gauge body?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003eThe PosiTector GLS 2060 is a \u003cstrong\u003eprobe-only product\u003c\/strong\u003e — it connects to a PosiTector Standard or Advanced gauge body, which provides the screen, battery, storage, and connectivity. This modular design means one gauge body can work with the full range of PosiTector probes: gloss meters, coating thickness gauges, dew point meters, and more. If you already own a PosiTector gauge body, simply connect this probe and you're ready to measure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the difference between Gloss and Haze, and why does it matter for detailing?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003e\u003cstrong\u003eGloss\u003c\/strong\u003e measures how much light reflects directly off the surface — a high gloss reading means a mirror-like finish. \u003cstrong\u003eHaze\u003c\/strong\u003e (Haze Index) measures the scatter of light around that reflection, which reveals surface clarity issues like orange peel, micro-marring, or the \"milky\" look sometimes seen after polishing. A panel can have a high gloss reading but poor clarity — the Haze Index catches what the gloss number misses. For paint correction and ceramic coating verification, measuring both is essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this probe measure matte paint finishes?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003eThe GLS 2060 covers \u003cstrong\u003ehigh to semi-gloss\u003c\/strong\u003e surfaces using 20° and 60° geometries. For matte or low-gloss surfaces (below 10 GU at 60°), you need the 85° geometry, which is included in the \u003cstrong\u003eGLS 20\/60\/85\u003c\/strong\u003e probe model. If you regularly work on matte or satin PPF and wraps, the 20\/60\/85 model is the better choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I use this to verify a ceramic coating job?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003eTake baseline gloss and haze readings \u003cstrong\u003ebefore\u003c\/strong\u003e polishing and \u003cstrong\u003eafter\u003c\/strong\u003e polishing (pre-coating), then again \u003cstrong\u003eafter\u003c\/strong\u003e the coating has fully cured. This gives you three documented data points showing the improvement at each stage. The date\/time stamp on every reading means your records are automatically audit-ready. Many professional detailers share these numbers directly with clients as proof of results and to justify their pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the calibration certificate included, or do I need to buy one separately?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003eA \u003cstrong\u003elong-form Certificate of Calibration traceable to NRC\u003c\/strong\u003e is included in the box at no extra cost — for both the probe and the gloss standard (calibration tile). No additional purchase required. If you need a fresh calibration certificate at a later date (e.g. for ongoing accreditation), DeFelsko offers recalibration services.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"ds-gls-faq-body\"\u003e\n\u003cp\u003eYes — the PosiTector gauge body is \u003cstrong\u003eIP65-rated\u003c\/strong\u003e, making it weatherproof, dustproof, and water-resistant. The operating temperature range is 0°–45°C, which covers all typical Australian workshop and outdoor conditions. It's built for field use as much as shop use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER CTA --\u003e\n\u003cdiv class=\"ds-gls-fcta\"\u003e\n\u003ch2\u003eShop DeFelsko at \u003cem\u003eDetailing Shed\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eAustralia's home for professional detailing tools\u003c\/p\u003e\n\u003cdiv class=\"ds-gls-fcta-btns\"\u003e\n\u003ca href=\"https:\/\/detailingshed.com.au\/collections\/gloss-meters-and-thickness-gauges\" class=\"ds-gls-btn-red\"\u003eGloss Meters \u0026amp; Gauges\u003c\/a\u003e \u003ca href=\"https:\/\/detailingshed.com.au\/collections\/defelsko-usa\" class=\"ds-gls-btn-ghost\"\u003eAll DeFelsko Products\u003c\/a\u003e \u003ca href=\"https:\/\/detailingshed.com.au\/collections\/polishing-accessories\" class=\"ds-gls-btn-ghost\"\u003ePolishing Accessories\u003c\/a\u003e \u003ca href=\"https:\/\/detailingshed.com.au\/collections\/lighting\" class=\"ds-gls-btn-ghost\"\u003eDetailing Lighting\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end ds-gls-wrap --\u003e","brand":"Defelsko","offers":[{"title":"20Deg 60Deg and Haze (Probe only)","offer_id":48439103979735,"sku":"PRBGLS2060","price":2850.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0005\/5486\/0601\/files\/PosiTectorGLS_5.webp?v=1774990091","url":"https:\/\/detailingshed.com.au\/products\/positector-gls-2060-gloss-meter","provider":"Detailing Shed","version":"1.0","type":"link"}