{"product_id":"d-a-g-7-lifetime-warranty-spotlights","title":"D.A.G 7\" Lifetime Warranty Spotlights","description":"\u003cstyle\u003e\n\/* =========================================================\n   D.A.G 7\" SPOTLIGHT SET — SHOPIFY ANIMATED PRODUCT SECTION\n   ========================================================= *\/\n\n.dag-spotlight-section {\n  --bg: #08090a;\n  --panel: #111315;\n  --panel-2: #171a1d;\n  --text: #ffffff;\n  --muted: #a9adb2;\n  --accent: #ff8a00;\n  --accent-light: #ffc45e;\n\n  position: relative;\n  overflow: hidden;\n  background:\n    radial-gradient(circle at 50% 0%, rgba(255,138,0,.12), transparent 35%),\n    linear-gradient(180deg, #0d0f11 0%, #050607 100%);\n  color: var(--text);\n  font-family: inherit;\n  padding: 75px 20px;\n  isolation: isolate;\n}\n\n.dag-spotlight-section * {\n  box-sizing: border-box;\n}\n\n.dag-container {\n  width: min(1180px, 100%);\n  margin: 0 auto;\n  position: relative;\n  z-index: 3;\n}\n\n\/* BACKGROUND GLOW *\/\n\n.dag-bg-orb {\n  position: absolute;\n  width: 500px;\n  height: 500px;\n  border-radius: 999px;\n  filter: blur(90px);\n  opacity: .14;\n  pointer-events: none;\n  z-index: 0;\n}\n\n.dag-bg-orb.one {\n  background: var(--accent);\n  top: -240px;\n  left: -160px;\n  animation: dagFloatOne 8s ease-in-out infinite alternate;\n}\n\n.dag-bg-orb.two {\n  background: #ffffff;\n  bottom: -330px;\n  right: -220px;\n  opacity: .05;\n  animation: dagFloatTwo 10s ease-in-out infinite alternate;\n}\n\n@keyframes dagFloatOne {\n  from { transform: translate(0,0) scale(1); }\n  to { transform: translate(70px,80px) scale(1.15); }\n}\n\n@keyframes dagFloatTwo {\n  from { transform: translate(0,0); }\n  to { transform: translate(-70px,-50px); }\n}\n\n\/* TOP BADGE *\/\n\n.dag-topline {\n  text-align: center;\n  margin-bottom: 18px;\n}\n\n.dag-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  border: 1px solid rgba(255,255,255,.14);\n  background: rgba(255,255,255,.06);\n  backdrop-filter: blur(12px);\n  border-radius: 999px;\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n  box-shadow: 0 10px 40px rgba(0,0,0,.25);\n}\n\n.dag-pill-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 100%;\n  background: var(--accent);\n  box-shadow: 0 0 0 5px rgba(255,138,0,.13), 0 0 15px var(--accent);\n  animation: dagPulse 1.7s ease-in-out infinite;\n}\n\n@keyframes dagPulse {\n  0%,100% { transform: scale(.85); opacity: .75; }\n  50% { transform: scale(1.2); opacity: 1; }\n}\n\n\/* HEADING *\/\n\n.dag-heading-wrap {\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n\n.dag-heading {\n  margin: 0;\n  font-size: clamp(42px, 7vw, 86px);\n  line-height: .92;\n  letter-spacing: -4px;\n  font-weight: 900;\n}\n\n.dag-heading .dag-gradient {\n  display: block;\n  margin-top: 10px;\n  background: linear-gradient(90deg, #fff 0%, var(--accent-light) 45%, var(--accent) 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  filter: drop-shadow(0 0 25px rgba(255,138,0,.1));\n}\n\n.dag-subheading {\n  max-width: 680px;\n  margin: 24px auto 0;\n  color: var(--muted);\n  line-height: 1.65;\n  font-size: 17px;\n}\n\n\/* SPOTLIGHT HERO *\/\n\n.dag-visual {\n  position: relative;\n  margin: 40px auto 45px;\n  min-height: 410px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.dag-floor-glow {\n  position: absolute;\n  left: 50%;\n  bottom: 32px;\n  transform: translateX(-50%);\n  width: min(580px, 80vw);\n  height: 60px;\n  border-radius: 50%;\n  background: rgba(255,138,0,.22);\n  filter: blur(30px);\n  animation: dagFloorGlow 2.3s ease-in-out infinite alternate;\n}\n\n@keyframes dagFloorGlow {\n  from { opacity: .35; transform: translateX(-50%) scale(.85); }\n  to { opacity: .8; transform: translateX(-50%) scale(1.08); }\n}\n\n.dag-light-group {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: clamp(20px, 7vw, 85px);\n  position: relative;\n  z-index: 4;\n}\n\n.dag-light {\n  position: relative;\n  width: clamp(125px, 23vw, 240px);\n  aspect-ratio: 1\/1;\n  border-radius: 50%;\n  background:\n    radial-gradient(circle at 50% 50%,\n      #fbfbfb 0 6%,\n      #d5d5d5 7% 10%,\n      #222 11% 14%,\n      #111 15% 36%,\n      #050505 37% 55%,\n      #171717 56% 64%,\n      #030303 65% 100%);\n  border: 6px solid #17191b;\n  box-shadow:\n    0 0 0 2px #000,\n    inset 0 0 25px rgba(255,255,255,.08),\n    0 30px 55px rgba(0,0,0,.7);\n  animation: dagSpotlightFloat 4s ease-in-out infinite;\n}\n\n.dag-light:nth-child(2) {\n  animation-delay: -1.5s;\n}\n\n@keyframes dagSpotlightFloat {\n  0%,100% { transform: translateY(0) rotate(-1deg); }\n  50% { transform: translateY(-10px) rotate(1deg); }\n}\n\n.dag-light:before {\n  content: \"\";\n  position: absolute;\n  inset: 18%;\n  border-radius: 50%;\n  background:\n    repeating-conic-gradient(\n      from 0deg,\n      rgba(255,255,255,.18) 0 2deg,\n      transparent 2deg 22deg\n    ),\n    radial-gradient(circle, #2d2d2d 0%, #050505 65%);\n  border: 1px solid rgba(255,255,255,.12);\n}\n\n.dag-light-core {\n  position: absolute;\n  inset: 34%;\n  border-radius: 50%;\n  background: #fbf7e9;\n  box-shadow:\n    0 0 15px #fff,\n    0 0 30px rgba(255,205,100,.95),\n    0 0 65px rgba(255,138,0,.75);\n  z-index: 2;\n  animation: dagLampFlash 3.5s ease-in-out infinite;\n}\n\n@keyframes dagLampFlash {\n  0%,20%,100% {\n    opacity: .65;\n    box-shadow:\n      0 0 10px #fff,\n      0 0 22px rgba(255,205,100,.7),\n      0 0 42px rgba(255,138,0,.45);\n  }\n\n  35%,75% {\n    opacity: 1;\n    box-shadow:\n      0 0 17px #fff,\n      0 0 42px rgba(255,205,100,1),\n      0 0 95px rgba(255,138,0,.9);\n  }\n}\n\n.dag-logo-ring {\n  position: absolute;\n  bottom: 18%;\n  left: 50%;\n  transform: translateX(-50%);\n  z-index: 3;\n  font-size: clamp(9px, 1.4vw, 13px);\n  letter-spacing: 2px;\n  font-weight: 900;\n  color: #fff;\n}\n\n\/* LIGHT BEAMS *\/\n\n.dag-beam {\n  position: absolute;\n  top: 44%;\n  width: 43vw;\n  max-width: 600px;\n  height: 170px;\n  z-index: 1;\n  pointer-events: none;\n  filter: blur(8px);\n  opacity: 0;\n  animation: dagBeam 5s ease-in-out infinite;\n}\n\n.dag-beam.left {\n  right: 51%;\n  transform-origin: right center;\n  transform: perspective(500px) rotateY(34deg);\n  background: linear-gradient(270deg, rgba(255,226,160,.28), rgba(255,255,255,0));\n  clip-path: polygon(100% 47%, 0 0, 0 100%, 100% 55%);\n}\n\n.dag-beam.right {\n  left: 51%;\n  transform-origin: left center;\n  transform: perspective(500px) rotateY(-34deg);\n  background: linear-gradient(90deg, rgba(255,226,160,.28), rgba(255,255,255,0));\n  clip-path: polygon(0 47%, 100% 0, 100% 100%, 0 55%);\n  animation-delay: -.5s;\n}\n\n@keyframes dagBeam {\n  0%,15%,100% { opacity: .05; }\n  35%,75% { opacity: .8; }\n}\n\n\/* WARRANTY *\/\n\n.dag-warranty {\n  position: absolute;\n  right: max(0px, calc(50% - 480px));\n  top: 18px;\n  width: 150px;\n  height: 150px;\n  border-radius: 50%;\n  background: linear-gradient(145deg, #ffb134, #ff7600);\n  color: #111;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  box-shadow:\n    0 20px 45px rgba(255,120,0,.28),\n    inset 0 0 0 5px rgba(255,255,255,.25);\n  animation: dagBadge 5s ease-in-out infinite;\n  z-index: 8;\n}\n\n.dag-warranty-inner {\n  width: 124px;\n  height: 124px;\n  border-radius: 50%;\n  border: 1px dashed rgba(0,0,0,.35);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n}\n\n.dag-warranty small {\n  font-size: 10px;\n  letter-spacing: 1px;\n  font-weight: 900;\n}\n\n.dag-warranty strong {\n  display: block;\n  font-size: 22px;\n  line-height: 1;\n  margin: 5px 0;\n}\n\n@keyframes dagBadge {\n  0%,100% { transform: rotate(-4deg) translateY(0); }\n  50% { transform: rotate(4deg) translateY(-8px); }\n}\n\n\/* FEATURES *\/\n\n.dag-features {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n  margin-top: 20px;\n}\n\n.dag-card {\n  position: relative;\n  overflow: hidden;\n  min-height: 165px;\n  padding: 24px 20px;\n  border: 1px solid rgba(255,255,255,.09);\n  border-radius: 20px;\n  background:\n    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));\n  box-shadow: 0 18px 50px rgba(0,0,0,.25);\n  transition:\n    transform .35s ease,\n    border-color .35s ease,\n    background .35s ease;\n}\n\n.dag-card:hover {\n  transform: translateY(-8px);\n  border-color: rgba(255,138,0,.45);\n  background:\n    linear-gradient(145deg, rgba(255,138,0,.1), rgba(255,255,255,.025));\n}\n\n.dag-card:after {\n  content: \"\";\n  position: absolute;\n  width: 100px;\n  height: 240px;\n  top: -60px;\n  left: -130px;\n  background: linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.09),\n    transparent\n  );\n  transform: rotate(25deg);\n  animation: dagShine 6s ease-in-out infinite;\n}\n\n.dag-card:nth-child(2):after { animation-delay: .7s; }\n.dag-card:nth-child(3):after { animation-delay: 1.4s; }\n.dag-card:nth-child(4):after { animation-delay: 2.1s; }\n\n@keyframes dagShine {\n  0%,65% { left: -160px; }\n  90%,100% { left: 130%; }\n}\n\n.dag-icon {\n  width: 42px;\n  height: 42px;\n  border-radius: 12px;\n  background: rgba(255,138,0,.13);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin-bottom: 18px;\n  color: var(--accent-light);\n  font-size: 22px;\n}\n\n.dag-card h3 {\n  margin: 0 0 8px;\n  font-size: 17px;\n  font-weight: 850;\n}\n\n.dag-card p {\n  margin: 0;\n  font-size: 13px;\n  line-height: 1.55;\n  color: var(--muted);\n}\n\n\/* CTA *\/\n\n.dag-cta-area {\n  margin-top: 38px;\n  text-align: center;\n}\n\n.dag-price-tag {\n  color: var(--muted);\n  font-size: 13px;\n  margin-bottom: 13px;\n}\n\n.dag-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  min-width: 240px;\n  text-decoration: none;\n  background: linear-gradient(135deg, #ff9f1b, #ff7600);\n  color: #0b0b0b;\n  font-weight: 900;\n  font-size: 15px;\n  padding: 17px 27px;\n  border-radius: 999px;\n  box-shadow:\n    0 14px 36px rgba(255,120,0,.28),\n    inset 0 1px rgba(255,255,255,.45);\n  transition:\n    transform .25s ease,\n    box-shadow .25s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.dag-button:hover {\n  transform: translateY(-4px) scale(1.025);\n  box-shadow:\n    0 20px 45px rgba(255,120,0,.38),\n    inset 0 1px rgba(255,255,255,.45);\n}\n\n.dag-button:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: -120%;\n  width: 70%;\n  height: 100%;\n  background: linear-gradient(\n    100deg,\n    transparent,\n    rgba(255,255,255,.45),\n    transparent\n  );\n  transform: skewX(-25deg);\n  animation: dagButtonSweep 3.5s infinite;\n}\n\n@keyframes dagButtonSweep {\n  0%,50% { left: -120%; }\n  75%,100% { left: 160%; }\n}\n\n.dag-button span {\n  position: relative;\n  z-index: 2;\n}\n\n.dag-arrow {\n  transition: transform .25s ease;\n}\n\n.dag-button:hover .dag-arrow {\n  transform: translateX(4px);\n}\n\n\/* TRUST ROW *\/\n\n.dag-trust {\n  margin-top: 25px;\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 14px 28px;\n  color: #c6c9cd;\n  font-size: 12px;\n}\n\n.dag-trust-item {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n.dag-check {\n  color: var(--accent);\n  font-weight: 900;\n}\n\n\/* SCROLL REVEAL *\/\n\n.dag-reveal {\n  opacity: 0;\n  transform: translateY(25px);\n  transition:\n    opacity .75s ease,\n    transform .75s ease;\n}\n\n.dag-reveal.dag-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 850px) {\n\n  .dag-spotlight-section {\n    padding: 60px 16px;\n  }\n\n  .dag-heading {\n    letter-spacing: -2px;\n  }\n\n  .dag-features {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .dag-warranty {\n    width: 108px;\n    height: 108px;\n    right: 5px;\n    top: 10px;\n  }\n\n  .dag-warranty-inner {\n    width: 91px;\n    height: 91px;\n  }\n\n  .dag-warranty strong {\n    font-size: 16px;\n  }\n\n  .dag-warranty small {\n    font-size: 7px;\n  }\n}\n\n@media (max-width: 560px) {\n\n  .dag-spotlight-section {\n    padding-top: 48px;\n    padding-bottom: 50px;\n  }\n\n  .dag-pill {\n    font-size: 9px;\n  }\n\n  .dag-heading {\n    font-size: 45px;\n  }\n\n  .dag-subheading {\n    font-size: 14px;\n    max-width: 92%;\n  }\n\n  .dag-visual {\n    min-height: 300px;\n    margin-top: 25px;\n    margin-bottom: 25px;\n  }\n\n  .dag-light-group {\n    gap: 20px;\n  }\n\n  .dag-light {\n    width: 135px;\n    border-width: 4px;\n  }\n\n  .dag-warranty {\n    width: 94px;\n    height: 94px;\n    top: 2px;\n    right: 0;\n  }\n\n  .dag-warranty-inner {\n    width: 80px;\n    height: 80px;\n  }\n\n  .dag-warranty strong {\n    font-size: 14px;\n  }\n\n  .dag-beam {\n    height: 100px;\n  }\n\n  .dag-features {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .dag-card {\n    min-height: 0;\n    padding: 19px;\n  }\n\n  .dag-card h3 {\n    font-size: 16px;\n  }\n\n  .dag-button {\n    width: 100%;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .dag-spotlight-section *,\n  .dag-spotlight-section *:before,\n  .dag-spotlight-section *:after {\n    animation: none !important;\n    transition: none !important;\n  }\n\n  .dag-reveal {\n    opacity: 1;\n    transform: none;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003csection class=\"dag-spotlight-section\"\u003e\n\n  \u003cdiv class=\"dag-bg-orb one\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"dag-bg-orb two\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"dag-container\"\u003e\n\n    \u003cdiv class=\"dag-topline dag-reveal\"\u003e\n      \u003cdiv class=\"dag-pill\"\u003e\n        \u003cspan class=\"dag-pill-dot\"\u003e\u003c\/span\u003e\n        Premium Off-Road Lighting\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dag-heading-wrap dag-reveal\"\u003e\n\n      \u003ch2 class=\"dag-heading\"\u003e\n        LIGHT UP\n        \u003cspan class=\"dag-gradient\"\u003eTHE ADVENTURE.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"dag-subheading\"\u003e\n        Meet the 7\" D.A.G Spotlight Set — engineered for serious night driving,\n        off-road adventures and dependable performance when visibility matters most.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dag-visual dag-reveal\"\u003e\n\n      \u003cdiv class=\"dag-beam left\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"dag-beam right\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dag-floor-glow\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"dag-light-group\"\u003e\n\n        \u003cdiv class=\"dag-light\"\u003e\n          \u003cdiv class=\"dag-light-core\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"dag-logo-ring\"\u003eD.A.G\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dag-light\"\u003e\n          \u003cdiv class=\"dag-light-core\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"dag-logo-ring\"\u003eD.A.G\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dag-warranty\"\u003e\n        \u003cdiv class=\"dag-warranty-inner\"\u003e\n          \u003csmall\u003eBACKED BY A\u003c\/small\u003e\n          \u003cstrong\u003eLIFETIME\u003c\/strong\u003e\n          \u003csmall\u003eWARRANTY\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dag-features\"\u003e\n\n      \u003cdiv class=\"dag-card dag-reveal\"\u003e\n        \u003cdiv class=\"dag-icon\"\u003e☀\u003c\/div\u003e\n        \u003ch3\u003ePowerful Illumination\u003c\/h3\u003e\n        \u003cp\u003e\n          Built to deliver serious visibility for dark roads,\n          trails and demanding off-road conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dag-card dag-reveal\"\u003e\n        \u003cdiv class=\"dag-icon\"\u003e◉\u003c\/div\u003e\n        \u003ch3\u003e7-Inch Design\u003c\/h3\u003e\n        \u003cp\u003e\n          A bold 7\" spotlight format that delivers a premium,\n          purposeful off-road look.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dag-card dag-reveal\"\u003e\n        \u003cdiv class=\"dag-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eBuilt for Adventure\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed for 4x4s, bakkies and vehicles that regularly\n          venture beyond the city lights.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"dag-card dag-reveal\"\u003e\n        \u003cdiv class=\"dag-icon\"\u003e∞\u003c\/div\u003e\n        \u003ch3\u003eLifetime Warranty\u003c\/h3\u003e\n        \u003cp\u003e\n          Long-term confidence with D.A.G's lifetime warranty\n          behind your spotlight set.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"dag-cta-area dag-reveal\"\u003e\n\n      \u003cdiv class=\"dag-price-tag\"\u003e\n        Upgrade your night-driving setup.\n      \u003c\/div\u003e\n\n      \u003c!-- CHANGE \/products\/dag-spotlights TO YOUR ACTUAL PRODUCT URL --\u003e\n\n      \u003ca href=\"\/products\/dag-spotlights\" class=\"dag-button\"\u003e\n        \u003cspan\u003eSHOP 7\" D.A.G SPOTLIGHTS\u003c\/span\u003e\n        \u003cspan class=\"dag-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n\n\n      \u003cdiv class=\"dag-trust\"\u003e\n\n        \u003cdiv class=\"dag-trust-item\"\u003e\n          \u003cspan class=\"dag-check\"\u003e✓\u003c\/span\u003e\n          Lifetime Warranty\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dag-trust-item\"\u003e\n          \u003cspan class=\"dag-check\"\u003e✓\u003c\/span\u003e\n          Premium 7\" Design\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"dag-trust-item\"\u003e\n          \u003cspan class=\"dag-check\"\u003e✓\u003c\/span\u003e\n          Built for 4x4 Adventures\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const dagRevealItems = document.querySelectorAll(\".dag-reveal\");\n\n  if (\"IntersectionObserver\" in window) {\n\n    const dagObserver = new IntersectionObserver(\n      function(entries) {\n\n        entries.forEach(function(entry) {\n\n          if (entry.isIntersecting) {\n\n            entry.target.classList.add(\"dag-visible\");\n\n            dagObserver.unobserve(entry.target);\n\n          }\n\n        });\n\n      },\n      {\n        threshold: 0.15\n      }\n    );\n\n    dagRevealItems.forEach(function(item, index) {\n\n      item.style.transitionDelay = (index * 0.08) + \"s\";\n\n      dagObserver.observe(item);\n\n    });\n\n  } else {\n\n    dagRevealItems.forEach(function(item) {\n      item.classList.add(\"dag-visible\");\n    });\n\n  }\n\n});\n\u003c\/script\u003e","brand":"DUNEX","offers":[{"title":"Default Title","offer_id":43025304977483,"sku":null,"price":5999.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0679\/8141\/0379\/files\/ChatGPTImageJul31_2026_04_14_32PM.png?v=1786303414","url":"https:\/\/dunex.co.za\/products\/d-a-g-7-lifetime-warranty-spotlights","provider":"DUNEX","version":"1.0","type":"link"}