{"id":8,"date":"2026-05-20T11:19:41","date_gmt":"2026-05-20T11:19:41","guid":{"rendered":"https:\/\/sd.o45.co\/index.php\/home\/"},"modified":"2026-05-20T11:19:41","modified_gmt":"2026-05-20T11:19:41","slug":"home","status":"publish","type":"page","link":"https:\/\/sd.o45.co\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto+Condensed:wght@300;700&#038;family=Roboto:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n#sd-hero{position:relative;width:100%;overflow:hidden;height:420px;background:#0d0a1a}\n.sd-slides{position:relative;width:100%;height:100%}\n.sd-slide{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:0;transition:opacity .9s ease;display:flex;align-items:center}\n.sd-slide.sd-active{opacity:1;z-index:1}\n.sd-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,10,26,.88) 40%,rgba(13,10,26,.3) 100%)}\n.sd-content{position:relative;z-index:2;max-width:560px;padding:0 60px}\n.sd-label{display:block;font-family:\"Roboto Condensed\",sans-serif;font-size:11px;letter-spacing:5px;text-transform:uppercase;color:#FDDE71;margin-bottom:12px}\n.sd-headline{font-family:\"Roboto Condensed\",sans-serif;font-size:52px;line-height:1.1;font-weight:700;color:#fff;margin:0 0 16px;text-transform:uppercase}\n.sd-body{font-family:Roboto,sans-serif;font-size:14px;line-height:1.7;color:rgba(255,255,255,.85);max-width:440px;margin:0 0 28px}\n.sd-btn{display:inline-block;background:#4a1f8a;color:#fff;font-family:\"Roboto Condensed\",sans-serif;font-size:13px;letter-spacing:3px;text-transform:uppercase;padding:12px 32px;text-decoration:none;border:2px solid #FDDE71;transition:background .3s,color .3s}\n.sd-btn:hover{background:#FDDE71;color:#0d0a1a}\n.sd-avatar{position:absolute;right:8%;bottom:0;height:90%;object-fit:contain;z-index:2;pointer-events:none}\n.sd-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:10px}\n.sd-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(253,222,113,.7);background:transparent;cursor:pointer;padding:0;transition:background .3s}\n.sd-dot.sd-dot-active{background:#FDDE71}\n.sd-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(74,31,138,.4);border:1px solid rgba(253,222,113,.4);color:#FDDE71;font-size:18px;width:42px;height:42px;cursor:pointer;transition:background .3s;display:flex;align-items:center;justify-content:center}\n.sd-arrow:hover{background:rgba(74,31,138,.8)}\n.sd-prev{left:16px}.sd-next{right:16px}\n@media(max-width:900px){#sd-hero{height:340px}.sd-avatar{height:80%;right:2%}.sd-content{max-width:420px;padding:0 36px}.sd-headline{font-size:36px}}\n@media(max-width:600px){#sd-hero{height:280px}.sd-avatar{display:none}.sd-content{padding:0 22px}.sd-headline{font-size:26px}.sd-body{display:none}}\n<\/style>\n<div id=\"sd-hero\">\n  <div class=\"sd-slides\">\n    <div class=\"sd-slide sd-active\" style=\"background-image:url('https:\/\/sd.o45.co\/wp-content\/uploads\/2026\/05\/slider-bg.jpg')\">\n      <div class=\"sd-overlay\"><\/div>\n      <div class=\"sd-content\">\n        <span class=\"sd-label\">Starlite Dungeon<\/span>\n        <h2 class=\"sd-headline\">Free Shipping on US Orders of $250+<\/h2>\n        <p class=\"sd-body\" style=\"color:rgba(255,255,255,.85)\">Will be an option at checkout when the required amount is met.<\/p>\n        <a class=\"sd-btn\" href=\"\/shop\/\">Shop Now<\/a>\n      <\/div>\n      <img decoding=\"async\" class=\"sd-avatar\" src=\"https:\/\/sd.o45.co\/wp-content\/uploads\/2026\/05\/avatar4.png\" alt=\"\">\n    <\/div>\n    <div class=\"sd-slide\" style=\"background-image:url('https:\/\/sd.o45.co\/wp-content\/uploads\/2026\/05\/slider-bg.jpg')\">\n      <div class=\"sd-overlay\"><\/div>\n      <div class=\"sd-content\">\n        <span class=\"sd-label\">Price Match Guarantee<\/span>\n        <h2 class=\"sd-headline\">We Are Matching Prices<\/h2>\n        <p class=\"sd-body\" style=\"color:rgba(255,255,255,.85)\">Find an item for a better price in another dungeon? Email us at Starlitedungeon@gmail.com and we will match it!<\/p>\n        <a class=\"sd-btn\" href=\"\/faqs\/\">See Details<\/a>\n      <\/div>\n      <img decoding=\"async\" class=\"sd-avatar\" src=\"https:\/\/sd.o45.co\/wp-content\/uploads\/2026\/05\/Avatar5.png\" alt=\"\">\n    <\/div>\n  <\/div>\n  <div class=\"sd-dots\">\n    <button class=\"sd-dot sd-dot-active\" data-slide=\"0\" aria-label=\"Slide 1\"><\/button>\n    <button class=\"sd-dot\" data-slide=\"1\" aria-label=\"Slide 2\"><\/button>\n  <\/div>\n  <button class=\"sd-arrow sd-prev\" aria-label=\"Previous\">&#10094;<\/button>\n  <button class=\"sd-arrow sd-next\" aria-label=\"Next\">&#10095;<\/button>\n<\/div>\n<script>\n(function(){\n  var slides=document.querySelectorAll(\"#sd-hero .sd-slide\");\n  var dots=document.querySelectorAll(\"#sd-hero .sd-dot\");\n  var cur=0,timer;\n  function go(n){slides[cur].classList.remove(\"sd-active\");dots[cur].classList.remove(\"sd-dot-active\");cur=(n+slides.length)%slides.length;slides[cur].classList.add(\"sd-active\");dots[cur].classList.add(\"sd-dot-active\")}\n  function start(){timer=setInterval(function(){go(cur+1)},6000)}\n  function reset(){clearInterval(timer);start()}\n  document.querySelector(\"#sd-hero .sd-next\").addEventListener(\"click\",function(){go(cur+1);reset()});\n  document.querySelector(\"#sd-hero .sd-prev\").addEventListener(\"click\",function(){go(cur-1);reset()});\n  dots.forEach(function(d){d.addEventListener(\"click\",function(){go(+this.dataset.slide);reset()})});\n  start();\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Starlite Dungeon Free Shipping on US Orders of $250+ Will be an option at checkout when the required amount is met. Shop Now Price Match Guarantee We Are Matching Prices Find an item for a better price in another dungeon? Email us at Starlitedungeon@gmail.com and we will match it! See Details &#10094; &#10095;<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/sd.o45.co\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}