{"product_id":"oracitive™-aurabeam-hd","title":"Oracitive™ AuraBeam HD","description":"\u003c!-- \n  =====================================================\n  ORACITIVE™ AURABEAM HD — PRODUCT COMPARISON TABLE\n  =====================================================\n  SHOPIFY INSTALLATION:\n  1. Online Store → Themes → Edit Code\n  2. Open your product section (e.g. main-product.liquid)\n  3. Paste this entire block where you want the comparison to appear\n  4. Save — done!\n  =====================================================\n--\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n  .cmp {\n    --c-bg:        #ffffff;\n    --c-surface:   #f8f8f6;\n    --c-border:    #e8e4de;\n    --c-text:      #1a1a1a;\n    --c-muted:     #6b6660;\n    --c-highlight: #f4d259;\n    --c-green:     #10b981;\n    --c-red:       #ef4444;\n    --radius:      14px;\n    --ease:        cubic-bezier(0.4, 0, 0.2, 1);\n\n    background: var(--c-bg);\n    padding: 80px 24px 96px;\n    font-family: 'Inter', sans-serif;\n  }\n\n  .cmp__inner {\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  \/* ── Header ── *\/\n  .cmp__head {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    margin-bottom: 56px;\n    gap: 0;\n  }\n\n  .cmp__tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: rgba(244, 210, 89, 0.12);\n    color: var(--c-muted);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 6px 14px 6px 10px;\n    border-radius: 100px;\n    margin-bottom: 22px;\n  }\n\n  .cmp__tag svg {\n    width: 13px;\n    height: 13px;\n    opacity: 0.7;\n  }\n\n  .cmp__title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 5.5vw, 50px);\n    font-weight: 700;\n    color: var(--c-text);\n    line-height: 1.08;\n    margin: 0 0 16px;\n    letter-spacing: -0.02em;\n  }\n\n  .cmp__sub {\n    font-size: 15px;\n    color: var(--c-muted);\n    font-weight: 300;\n    line-height: 1.65;\n    max-width: 420px;\n    margin: 0;\n  }\n\n  .cmp__divider {\n    width: 40px;\n    height: 2px;\n    background: var(--c-text);\n    border-radius: 2px;\n    margin: 20px auto 0;\n    opacity: 0.12;\n  }\n\n  \/* ── Table wrapper ── *\/\n  .cmp__wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: var(--radius);\n    border: 1px solid var(--c-border);\n  }\n\n  .cmp__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  \/* ── Table header ── *\/\n  .cmp__th {\n    background: var(--c-surface);\n    padding: 18px 12px;\n    text-align: center;\n    font-weight: 600;\n    color: var(--c-text);\n    border-bottom: 2px solid var(--c-border);\n    position: relative;\n    white-space: nowrap;\n    font-size: 13px;\n    letter-spacing: 0.02em;\n  }\n\n  \/* First column header (feature names) stays left-aligned *\/\n  .cmp__th:first-child {\n    text-align: left;\n    padding-left: 20px;\n  }\n\n  \/* Oracitive column highlight *\/\n  .cmp__th--highlight {\n    background: var(--c-highlight);\n    font-weight: 700;\n    color: var(--c-text);\n  }\n\n  .cmp__th--highlight::after {\n    content: '★';\n    display: block;\n    font-size: 9px;\n    margin-top: 4px;\n    opacity: 0.5;\n    letter-spacing: 0.1em;\n  }\n\n  \/* ── Table body rows ── *\/\n  .cmp__tr {\n    border-bottom: 1px solid var(--c-border);\n    transition: background 0.2s var(--ease);\n  }\n\n  .cmp__tr:hover {\n    background: rgba(244, 210, 89, 0.04);\n  }\n\n  .cmp__tr:last-child {\n    border-bottom: none;\n  }\n\n  \/* ── Table cells ── *\/\n  .cmp__td {\n    padding: 16px 12px;\n    text-align: center;\n    color: var(--c-muted);\n    font-weight: 400;\n  }\n\n  \/* Feature name column *\/\n  .cmp__td--feature {\n    text-align: left;\n    padding-left: 20px;\n    font-weight: 500;\n    color: var(--c-text);\n    max-width: 240px;\n    min-width: 160px;\n  }\n\n  \/* Oracitive column (highlighted) *\/\n  .cmp__td--highlight {\n    background: rgba(244, 210, 89, 0.08);\n    font-weight: 500;\n    color: var(--c-text);\n  }\n\n  \/* ── Checkmarks \u0026 X marks ── *\/\n  .cmp__check,\n  .cmp__cross {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 6px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .cmp__check {\n    background: rgba(16, 185, 129, 0.15);\n    color: var(--c-green);\n  }\n\n  .cmp__cross {\n    background: rgba(239, 68, 68, 0.15);\n    color: var(--c-red);\n  }\n\n  \/* ── Specs row (bold values) ── *\/\n  .cmp__spec {\n    color: var(--c-text);\n    font-weight: 600;\n  }\n\n  \/* ── Staggered row animation ── *\/\n  @keyframes cmp-slideIn {\n    from {\n      opacity: 0;\n      transform: translateY(8px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  .cmp__tr {\n    opacity: 0;\n    animation: cmp-slideIn 0.4s var(--ease) forwards;\n  }\n\n  .cmp__tr:nth-child(1) { animation-delay: 0.05s; }\n  .cmp__tr:nth-child(2) { animation-delay: 0.1s; }\n  .cmp__tr:nth-child(3) { animation-delay: 0.15s; }\n  .cmp__tr:nth-child(4) { animation-delay: 0.2s; }\n  .cmp__tr:nth-child(5) { animation-delay: 0.25s; }\n  .cmp__tr:nth-child(6) { animation-delay: 0.3s; }\n  .cmp__tr:nth-child(7) { animation-delay: 0.35s; }\n  .cmp__tr:nth-child(8) { animation-delay: 0.4s; }\n  .cmp__tr:nth-child(9) { animation-delay: 0.45s; }\n  .cmp__tr:nth-child(10) { animation-delay: 0.5s; }\n\n  \/* ── Mobile responsiveness ── *\/\n  @media (max-width: 800px) {\n    .cmp {\n      padding: 60px 16px 72px;\n    }\n\n    .cmp__th,\n    .cmp__td {\n      padding: 14px 10px;\n      font-size: 12px;\n    }\n\n    .cmp__td--feature {\n      padding-left: 14px;\n      min-width: 130px;\n    }\n\n    .cmp__wrap {\n      margin: 0 -16px;\n      border-radius: 0;\n      border-left: none;\n      border-right: none;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .cmp__title {\n      font-size: 28px;\n    }\n\n    .cmp__th,\n    .cmp__td {\n      padding: 12px 8px;\n      font-size: 11px;\n    }\n\n    .cmp__td--feature {\n      padding-left: 12px;\n      min-width: 110px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection aria-label=\"Product Comparison\" class=\"cmp\"\u003e\n\u003cdiv class=\"cmp__inner\"\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"cmp__head\"\u003e\u003cspan class=\"cmp__tag\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 16 16 12 8 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e See The Difference \u003c\/span\u003e\n\u003ch2 class=\"cmp__title\"\u003eHow AuraBeam HD \u003cem\u003eStacks Up\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cmp__sub\"\u003eOutperforming competitors in the features that matter most.\u003c\/p\u003e\n\u003cdiv class=\"cmp__divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Comparison Table --\u003e\n\u003cdiv class=\"cmp__wrap\"\u003e\n\u003ctable class=\"cmp__table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cmp__th\"\u003eFeature\u003c\/th\u003e\n\u003cth class=\"cmp__th\"\u003eNebula Cosmos\u003c\/th\u003e\n\u003cth class=\"cmp__th\"\u003eAnker Capsule 3S\u003c\/th\u003e\n\u003cth class=\"cmp__th cmp__th--highlight\"\u003eAuraBeam HD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003c!-- Native 4K Resolution --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eNative 4K Resolution\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Black Levels \u0026 Contrast --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eSuperior Black Levels \u0026amp; Contrast\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003eMedium\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003eMedium\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__spec\"\u003eExcellent\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Laser Light Source --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eLaser Light Source (RGB)\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- HDR Processing --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eDynamic HDR Mapping\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Gaming Performance --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003e4K@60Hz + \u0026lt;5ms Input Lag\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003eLimited\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Installation Flexibility --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eMotorized Lens Shift + Memory\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Brightness --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eBrightness (ANSI Lumens)\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e150 lm\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e200 lm\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__spec\"\u003e290 lm\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Fan Noise --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eUltra-Quiet Fan (\u0026lt;22dB)\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e28 dB\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e25 dB\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__spec\"\u003e22 dB\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Focus Uniformity --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eEdge-to-Edge Focus Uniformity\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- No Rainbow Effect --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eNo Rainbow Effect or Light Leakage\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Smart OS Quality --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eClean, Fast OS (No Bloat)\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003eModerate\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Lifespan --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eLaser Lifespan\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e25,000 hrs\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e30,000 hrs\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__spec\"\u003e35,000 hrs\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Connectivity --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003eHDMI 2.1 + USB-C + WiFi 6\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Price --\u003e\n\u003ctr class=\"cmp__tr\"\u003e\n\u003ctd class=\"cmp__td cmp__td--feature\"\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e$699\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td\"\u003e\u003cspan class=\"cmp__spec\"\u003e$749\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"cmp__td cmp__td--highlight\"\u003e\u003cspan class=\"cmp__spec\"\u003e$89.99\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Bottom CTA --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 44px;\"\u003e\n\u003cp style=\"font-size: 14px; color: var(--c-muted); margin: 0 0 18px; line-height: 1.6;\"\u003eThe only projector with \u003cstrong style=\"color: var(--c-text); font-weight: 600;\"\u003eexpert-grade features\u003c\/strong\u003e — native 4K, triple-laser RGB, superior contrast, ultra-quiet operation (22dB), and gaming-ready specs — at just \u003cstrong style=\"color: var(--c-text); font-weight: 600;\"\u003e$89.99\u003c\/strong\u003e. What competitors charge $700+ for, we deliver flawlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003eTry it for 100 days, If you don't get the best quality you've ever seen – get a full refund!\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cimg height=\"569\" width=\"569\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/9367\/6314\/files\/0602_6.gif?v=1780431374\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" style=\"text-align: center;\"\u003eMeet the AuraBeam HD. The world's highest quality smart projector. \u003c\/h3\u003e\n\u003ch5 style=\"text-align: center;\"\u003e\u003cem\u003eDesigned by Oracitive™\u003c\/em\u003e\u003c\/h5\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/7wcJplD7jUI?si=YLLtv-YGejtn6RJj\" width=\"100%\" style=\"max-width: 480px; aspect-ratio: 16\/9; height: auto;\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003eYour Living Room Was Never Meant to be this small.\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-pre-wrap leading-[1.7]\"\u003eYou've been watching life on a 55-inch screen. That ends today.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eMeet the \u003cstrong\u003eOracitive™ AuraBeam HD\u003c\/strong\u003e — the palm-sized projector that turns \u003cem\u003eany wall, ceiling, or backyard fence\u003c\/em\u003e into a cinematic 130-inch display. In seconds. Anywhere.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S7a65053067dc41a1b954c85dca394fc6o.jpg\"\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003e🎬 This Isn't a Projector. It's a Portal.\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eMost people spend $1,200+ on a TV that's bolted to one wall, in one room, forever.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eThe AuraBeam HD? You carry it in your jacket pocket, point it wherever you want, and boom — \u003cstrong\u003emovie night is wherever you are.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eBedroom ceiling at midnight. Backyard under the stars. Hotel room on a work trip. Your kids' bedroom when they can't sleep. The wall behind the bar at your next house party.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eOne device. Infinite screens.\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S848ac68a59ce48cbbccbc0590e03ab11z.jpg\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003e⚡ Powered Like a Beast. Weighs Like a Feather.\u003c\/h3\u003e\n\u003col\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e📡 \u003cstrong\u003eWiFi 6 + Bluetooth 5.4\u003c\/strong\u003e — Zero buffering. Zero lag. Stream Netflix, YouTube, Disney+ silky smooth\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e📱 \u003cstrong\u003eAndroid 11 built-in\u003c\/strong\u003e — No dongles, no cables, no extra devices needed. It's a full smart TV in your hand\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e🖼️ \u003cstrong\u003e130\" projection, 290 ANSI lumens\u003c\/strong\u003e — Crystal-clear HD image sharp enough to read subtitles from across the room\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e🔄 \u003cstrong\u003e180° rotating body\u003c\/strong\u003e — Floor, ceiling, wall, angled surface — point it anywhere and get a perfect picture\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e🔭 \u003cstrong\u003e3-piece imported glass lens\u003c\/strong\u003e — The same lens tech used in professional equipment, now in a device smaller than a water bottle\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003e⚖️ \u003cstrong\u003eOnly 0.38KG\u003c\/strong\u003e — Lighter than your phone charger brick. Seriously.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S3a09178150db4db7aeb5570baf7b202cN.jpg\"\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003e💡 The Smartest Thing In Your Home Fits in Your Fist\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eNo complicated setup. No wall mounting. No HDMI cable hunting at 11pm.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003ePlug it in → connect to WiFi → start watching.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eThat's it. Your grandma could set this up. (And honestly? She'd love movie night on the ceiling.)\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Sf88c99d0bed4463b81abf694f30b330fH.jpg\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003eEngineered for Eye Health\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003eFollowing years of extensive ophthalmological research, the AuraBeam HD is engineered with advanced diffuse reflection technology to prioritize ocular safety. Unlike traditional direct-lit screens, it drastically minimizes high-energy blue light emissions and virtually eliminates screen flicker. Medical experts highlight that this superior light-scattering approach actively prevents digital eye strain and retinal fatigue, making it the optimal, vision-safe choice for prolonged viewing, Designed by oracitive™.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cimg height=\"NaN\" width=\"NaN\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/9367\/6314\/files\/WhatsApp_Image_2026-05-21_at_15.37.15.jpg?v=1779367185\"\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003e(demonstration)\u003c\/em\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003e🌟 Reactions.\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003e\"I set it up in 3 minutes on vacation and had a 150-inch screen in my hotel room. My friends thought I was insane.\"\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003e\"Bought it skeptically. Returned nothing. Now I own two.\"\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003e\"My kids haven't touched the TV since this arrived. I've created monsters.\"\u003c\/em\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cem\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S3029c8b6449f4674a12e5b13d3ab7facI.jpg\"\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003eThe Math Is Simple.\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eA 100\" TV = \u003cstrong\u003e$3,000+\u003c\/strong\u003e and it never moves.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eThe Oracitive™ AuraBeam HD = a \u003cstrong\u003e130\" screen that goes everywhere you go\u003c\/strong\u003e, for a fraction of the price.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Sd6869a9b43614bb599b1af2b4c4e3533B.jpg\"\u003e\u003c\/p\u003e\n\u003chr class=\"border-border-200 border-t-0.5 my-3 mx-1.5\"\u003e\n\u003ch3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\"\u003e⏳ Limited Stock. Unlimited Envy.\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eEvery person who sees this projector in action asks where you got it.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eBe the person they ask.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e\u003cstrong\u003e→ Grab Your AuraBeam HD Now — Before It Sells Out Again ←\u003c\/strong\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003e \u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: center;\"\u003e\u003cstrong\u003eWondering which plug type to choose? Use the guide below 👇\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/9367\/6314\/files\/Your_paragraph_text.png?v=1780241132\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c!-- \n  =====================================================\n  ORACITIVE™ AURABEAM HD — FAQ ACCORDION (v2)\n  =====================================================\n  SHOPIFY INSTALLATION:\n  1. Online Store → Themes → Edit Code\n  2. Open your product section (e.g. main-product.liquid)\n  3. Paste this block where you want the FAQ to appear\n  4. Save — done!\n  =====================================================\n--\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@300;400;500;600\u0026display=swap');\n\n  .faq2 {\n    --c-bg:        #ffffff;\n    --c-surface:   #f8f8f6;\n    --c-border:    #e8e4de;\n    --c-border-open: #1a1a1a;\n    --c-text:      #1a1a1a;\n    --c-muted:     #6b6660;\n    --c-accent:    #1a1a1a;\n    --c-tag:       #f0ede8;\n    --c-tag-text:  #6b6660;\n    --radius:      14px;\n    --ease:        cubic-bezier(0.4, 0, 0.2, 1);\n\n    background: var(--c-bg);\n    padding: 80px 24px 96px;\n    font-family: 'Inter', sans-serif;\n  }\n\n  .faq2__inner {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* ── Header ── *\/\n  .faq2__head {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    margin-bottom: 56px;\n    gap: 0;\n  }\n\n  .faq2__tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: var(--c-tag);\n    color: var(--c-tag-text);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 6px 14px 6px 10px;\n    border-radius: 100px;\n    margin-bottom: 22px;\n  }\n\n  .faq2__tag svg {\n    width: 13px;\n    height: 13px;\n    opacity: 0.65;\n  }\n\n  .faq2__title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 5.5vw, 50px);\n    font-weight: 700;\n    color: var(--c-text);\n    line-height: 1.08;\n    margin: 0 0 16px;\n    letter-spacing: -0.02em;\n  }\n\n  .faq2__title em {\n    font-style: italic;\n    font-weight: 600;\n  }\n\n  .faq2__sub {\n    font-size: 15px;\n    color: var(--c-muted);\n    font-weight: 300;\n    line-height: 1.65;\n    max-width: 420px;\n    margin: 0;\n  }\n\n  \/* ── Divider ── *\/\n  .faq2__divider {\n    width: 40px;\n    height: 2px;\n    background: var(--c-text);\n    border-radius: 2px;\n    margin: 20px auto 0;\n    opacity: 0.12;\n  }\n\n  \/* ── List ── *\/\n  .faq2__list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    border-top: 1px solid var(--c-border);\n  }\n\n  \/* ── Item ── *\/\n  .faq2__item {\n    border-bottom: 1px solid var(--c-border);\n    opacity: 0;\n    animation: faq2-up 0.5s var(--ease) forwards;\n  }\n\n  .faq2__item:nth-child(1) { animation-delay: 0.04s; }\n  .faq2__item:nth-child(2) { animation-delay: 0.09s; }\n  .faq2__item:nth-child(3) { animation-delay: 0.14s; }\n  .faq2__item:nth-child(4) { animation-delay: 0.19s; }\n  .faq2__item:nth-child(5) { animation-delay: 0.24s; }\n  .faq2__item:nth-child(6) { animation-delay: 0.29s; }\n  .faq2__item:nth-child(7) { animation-delay: 0.34s; }\n  .faq2__item:nth-child(8) { animation-delay: 0.39s; }\n\n  @keyframes faq2-up {\n    from { opacity: 0; transform: translateY(12px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ── Button ── *\/\n  .faq2__btn {\n    width: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 24px 2px;\n    background: none;\n    border: none;\n    cursor: pointer;\n    text-align: left;\n    font-family: 'Inter', sans-serif;\n    font-size: 15.5px;\n    font-weight: 500;\n    color: var(--c-text);\n    line-height: 1.45;\n    transition: color 0.25s var(--ease);\n  }\n\n  .faq2__btn:hover { color: #000; }\n\n  .faq2__btn:focus-visible {\n    outline: 2px solid var(--c-text);\n    outline-offset: 3px;\n    border-radius: 4px;\n  }\n\n  \/* ── Number badge ── *\/\n  .faq2__num {\n    flex-shrink: 0;\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--c-muted);\n    letter-spacing: 0.04em;\n    opacity: 0.5;\n    min-width: 22px;\n    margin-right: 4px;\n    margin-top: 2px;\n    align-self: flex-start;\n  }\n\n  .faq2__q-text {\n    flex: 1;\n  }\n\n  \/* ── Icon ── *\/\n  .faq2__icon {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    border: 1.5px solid var(--c-border);\n    background: var(--c-surface);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    transition:\n      background 0.3s var(--ease),\n      border-color 0.3s var(--ease),\n      transform 0.38s var(--ease);\n  }\n\n  .faq2__item.is-open .faq2__icon {\n    background: var(--c-text);\n    border-color: var(--c-text);\n    transform: rotate(45deg);\n  }\n\n  .faq2__icon::before,\n  .faq2__icon::after {\n    content: '';\n    position: absolute;\n    background: var(--c-text);\n    border-radius: 2px;\n    transition: background 0.3s var(--ease);\n  }\n  .faq2__icon::before { width: 13px; height: 1.5px; }\n  .faq2__icon::after  { width: 1.5px; height: 13px; }\n\n  .faq2__item.is-open .faq2__icon::before,\n  .faq2__item.is-open .faq2__icon::after {\n    background: #fff;\n  }\n\n  \/* ── Answer ── *\/\n  .faq2__panel {\n    display: grid;\n    grid-template-rows: 0fr;\n    transition: grid-template-rows 0.38s var(--ease);\n  }\n\n  .faq2__item.is-open .faq2__panel {\n    grid-template-rows: 1fr;\n  }\n\n  .faq2__panel-inner {\n    overflow: hidden;\n  }\n\n  .faq2__answer {\n    padding: 0 0 28px 26px;\n    font-size: 14.5px;\n    color: var(--c-muted);\n    font-weight: 400;\n    line-height: 1.8;\n    max-width: 640px;\n  }\n\n  .faq2__answer strong {\n    color: var(--c-text);\n    font-weight: 600;\n  }\n\n  .faq2__answer a {\n    color: var(--c-text);\n    font-weight: 500;\n    text-decoration: underline;\n    text-decoration-color: rgba(26,26,26,0.25);\n    text-underline-offset: 3px;\n    transition: text-decoration-color 0.2s;\n  }\n  .faq2__answer a:hover {\n    text-decoration-color: var(--c-text);\n  }\n\n  \/* ── CTA footer ── *\/\n  .faq2__cta {\n    margin-top: 56px;\n    background: var(--c-surface);\n    border: 1px solid var(--c-border);\n    border-radius: var(--radius);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    flex-wrap: wrap;\n  }\n\n  .faq2__cta-left {\n    display: flex;\n    flex-direction: column;\n    gap: 5px;\n  }\n\n  .faq2__cta-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--c-muted);\n  }\n\n  .faq2__cta-text {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--c-text);\n    margin: 0;\n  }\n\n  .faq2__cta-email {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    background: var(--c-text);\n    color: #fff;\n    font-family: 'Inter', sans-serif;\n    font-size: 13.5px;\n    font-weight: 500;\n    text-decoration: none;\n    padding: 13px 22px;\n    border-radius: 100px;\n    letter-spacing: 0.01em;\n    transition: opacity 0.2s, transform 0.2s;\n    white-space: nowrap;\n  }\n\n  .faq2__cta-email:hover {\n    opacity: 0.85;\n    transform: translateY(-1px);\n  }\n\n  .faq2__cta-email svg {\n    width: 15px;\n    height: 15px;\n    opacity: 0.8;\n  }\n\n  @media (max-width: 560px) {\n    .faq2 { padding: 60px 16px 72px; }\n    .faq2__btn { padding: 20px 2px; font-size: 14.5px; }\n    .faq2__cta { padding: 28px 24px; }\n    .faq2__cta-text { font-size: 17px; }\n  }\u003c\/style\u003e","brand":"Oracitive","offers":[{"title":"AU Plug","offer_id":52124795044122,"sku":"14:201441169#HY300PRO;200009209:201447606","price":89.99,"currency_code":"USD","in_stock":true},{"title":"US Plug","offer_id":52124795076890,"sku":"14:201441169#HY300PRO;200009209:201447605","price":89.99,"currency_code":"USD","in_stock":true},{"title":"EU Plug","offer_id":52124795109658,"sku":"14:201441169#HY300PRO;200009209:201447604","price":89.99,"currency_code":"USD","in_stock":true},{"title":"UK Plug","offer_id":52124795142426,"sku":"14:201441169#HY300PRO;200009209:201447607","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/9367\/6314\/files\/0602_5.gif?v=1780427727","url":"https:\/\/oracitive.com\/products\/oracitive%e2%84%a2-aurabeam-hd","provider":"Oracitive","version":"1.0","type":"link"}