{"product_id":"resin-crystal-ball-stand-pentacle-altar-plate","title":"Resin Crystal Ball\/ Candle Stand with Pentacle Altar Plate (3 Colors)","description":"\u003c!-- =========================\n  Pentagram Crystal Ball Stand Product Page (Full HTML + CSS)\n  Size: 10*10*3 cm \/ 3.9*3.9*1.2 inch\n  Weight: 0.3 lb (≈0.14 kg)\n  Colors: Gold \/ Silver \/ Blue Purple (use variants)\n  Package: 1 stand + 4 glue points\n========================= --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ========== Base ========== *\/\n  .pentagram-stand-product{\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;\n    color:#1f2430;\n    line-height:1.6;\n    max-width:100%;\n    margin:0 auto;\n  }\n  .pentagram-stand-product *{ box-sizing:border-box; }\n\n  \/* ========= Light theme tokens ========= *\/\n  .pentagram-stand-product{\n    --ink:#1f2430;\n    --muted:#555b6f;\n    --brand:#5c6cff;\n    --border:#dde4ff;\n    --soft:#f3f5ff;\n    --soft2:#eef1ff;\n    --hero1:#f6f7ff;\n    --hero2:#eef6ff;\n    --hero3:#f7f3ff;\n  }\n\n  \/* Hero *\/\n  .pentagram-stand-product .product-hero{\n    background:linear-gradient(135deg,var(--hero1) 0%, var(--hero2) 55%, var(--hero3) 100%);\n    padding:40px 30px;\n    border-radius:16px;\n    margin-bottom:40px;\n    text-align:center;\n    color:var(--ink);\n    border:1px solid rgba(92,108,255,.18);\n  }\n  .pentagram-stand-product .hero-label{\n    display:inline-block;\n    font-size:12px;\n    font-weight:700;\n    color:var(--brand);\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:12px;\n  }\n  .pentagram-stand-product .product-hero h1{\n    font-size:32px;\n    font-weight:800;\n    margin:0 0 16px 0;\n    color:var(--ink);\n    line-height:1.25;\n  }\n  @media (max-width:768px){\n    .pentagram-stand-product .product-hero h1{ font-size:26px; }\n  }\n  .pentagram-stand-product .product-hero p{\n    font-size:16px;\n    line-height:1.85;\n    color:var(--muted);\n    margin:0 auto;\n    max-width:820px;\n  }\n\n  \/* Soft note *\/\n  .pentagram-stand-product .soft-disclaimer{\n    max-width:820px;\n    margin:14px auto 0 auto;\n    padding:12px 14px;\n    border-radius:12px;\n    border:1px solid rgba(92,108,255,.25);\n    background:rgba(255,255,255,.75);\n    text-align:left;\n    font-size:12px;\n    color:var(--muted);\n    line-height:1.6;\n  }\n  .pentagram-stand-product .soft-disclaimer strong{\n    color:var(--ink);\n    font-weight:700;\n  }\n\n  \/* Features *\/\n  .pentagram-stand-product .features-section{ margin-bottom:50px; }\n  .pentagram-stand-product .features-section h2{\n    font-size:26px;\n    font-weight:800;\n    text-align:center;\n    margin:0 0 16px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .features-section \u003e p{\n    font-size:15px;\n    line-height:1.8;\n    color:var(--muted);\n    text-align:center;\n    margin:0 auto 35px auto;\n    max-width:760px;\n  }\n  .pentagram-stand-product .features-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n    margin-bottom:20px;\n  }\n  @media (max-width:768px){\n    .pentagram-stand-product .features-grid{ grid-template-columns:1fr; gap:15px; }\n  }\n  .pentagram-stand-product .feature-box{\n    background:#fff;\n    border:2px solid var(--border);\n    border-radius:12px;\n    padding:24px 20px;\n    text-align:center;\n    transition:all .3s ease;\n  }\n  .pentagram-stand-product .feature-box:hover{\n    transform:translateY(-5px);\n    box-shadow:0 10px 26px rgba(25,32,72,.12);\n    border-color:rgba(92,108,255,.65);\n  }\n  .pentagram-stand-product .feature-icon{\n    font-size:32px;\n    margin-bottom:12px;\n  }\n  .pentagram-stand-product .feature-box h3{\n    font-size:17px;\n    font-weight:800;\n    margin:0 0 10px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .feature-box p{\n    font-size:14px;\n    line-height:1.65;\n    color:var(--muted);\n    margin:0;\n  }\n\n  \/* Highlight *\/\n  .pentagram-stand-product .product-highlight-section{ margin-bottom:50px; }\n  .pentagram-stand-product .product-highlight-section h2{\n    font-size:26px;\n    font-weight:800;\n    text-align:center;\n    margin:0 0 16px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .product-highlight-section \u003e .container \u003e .section-header \u003e p{\n    font-size:15px;\n    line-height:1.8;\n    color:var(--muted);\n    text-align:center;\n    margin:0 auto 35px auto;\n    max-width:760px;\n  }\n  .pentagram-stand-product .product-highlight-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:30px;\n    align-items:center;\n  }\n  @media (max-width:968px){\n    .pentagram-stand-product .product-highlight-grid{ grid-template-columns:1fr; gap:25px; }\n  }\n  .pentagram-stand-product .highlight-img-wrapper{\n    position:relative;\n    overflow:hidden;\n    border-radius:12px;\n    background:#fff;\n    border:1px solid rgba(31,36,48,.08);\n  }\n  .pentagram-stand-product .highlight-img{\n    width:100%;\n    height:auto;\n    display:block;\n    border-radius:12px;\n  }\n  .pentagram-stand-product .highlight-content{\n    background:#fff;\n    border:2px solid var(--border);\n    border-radius:12px;\n    padding:30px;\n  }\n  .pentagram-stand-product .product-subtitle{\n    display:inline-block;\n    font-size:11px;\n    font-weight:800;\n    color:var(--brand);\n    letter-spacing:1.2px;\n    margin-bottom:10px;\n    text-transform:uppercase;\n  }\n  .pentagram-stand-product .highlight-content h3{\n    font-size:22px;\n    font-weight:900;\n    margin:0 0 10px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .stone-name{\n    display:block;\n    font-size:13px;\n    color:#6a73ff;\n    margin-bottom:16px;\n    font-weight:600;\n  }\n  .pentagram-stand-product .highlight-desc{\n    font-size:14px;\n    line-height:1.75;\n    color:var(--muted);\n    margin-bottom:18px;\n  }\n  .pentagram-stand-product .specs-row{\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n  }\n  .pentagram-stand-product .spec-pill{\n    display:inline-flex;\n    align-items:center;\n    gap:6px;\n    padding:6px 12px;\n    background:var(--soft2);\n    border-radius:15px;\n    font-size:11px;\n    color:var(--muted);\n    border:1px solid var(--border);\n  }\n  .pentagram-stand-product .mini-note{\n    margin-top:14px;\n    padding:10px 12px;\n    border-radius:12px;\n    border:1px dashed #c3cbff;\n    background:var(--soft);\n    color:#6a6f86;\n    font-size:12px;\n    line-height:1.6;\n  }\n  .pentagram-stand-product .mini-note strong{\n    color:var(--ink);\n    font-weight:800;\n  }\n\n  \/* Gallery *\/\n  .pentagram-stand-product .detail-gallery-section{ margin-bottom:50px; }\n  .pentagram-stand-product .detail-gallery-section h2{\n    font-size:26px;\n    font-weight:800;\n    text-align:center;\n    margin:0 0 16px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .detail-gallery-section \u003e .container \u003e .section-header \u003e p{\n    font-size:15px;\n    line-height:1.8;\n    color:var(--muted);\n    text-align:center;\n    margin:0 auto 35px auto;\n    max-width:760px;\n  }\n  .pentagram-stand-product .detail-gallery-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:20px;\n  }\n  @media (max-width:768px){\n    .pentagram-stand-product .detail-gallery-grid{ grid-template-columns:1fr; }\n  }\n  .pentagram-stand-product .detail-card{\n    background:#fff;\n    border-radius:12px;\n    overflow:hidden;\n    border:1px solid #e0e3ef;\n    transition:all .3s ease;\n  }\n  .pentagram-stand-product .detail-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 10px 26px rgba(0,0,0,.10);\n  }\n  .pentagram-stand-product .detail-img-wrapper{\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n  .pentagram-stand-product .detail-img{\n    width:100%;\n    height:auto;\n    display:block;\n    transition:transform .5s ease;\n  }\n  .pentagram-stand-product .detail-card:hover .detail-img{ transform:scale(1.05); }\n  .pentagram-stand-product .detail-caption{\n    padding:15px;\n    font-size:13px;\n    line-height:1.6;\n    color:var(--muted);\n    text-align:center;\n    margin:0;\n    background:#fff;\n  }\n\n  \/* Craft *\/\n  .pentagram-stand-product .craft-section{\n    background:#fff;\n    border:2px solid var(--border);\n    border-radius:16px;\n    padding:35px 30px;\n    margin-bottom:40px;\n  }\n  .pentagram-stand-product .craft-section h2{\n    font-size:24px;\n    font-weight:900;\n    margin:0 0 20px 0;\n    color:var(--ink);\n    text-align:center;\n  }\n  .pentagram-stand-product .craft-section .info-text p{\n    font-size:15px;\n    line-height:1.85;\n    color:var(--muted);\n    margin:0 0 20px 0;\n  }\n  .pentagram-stand-product .craft-divider{\n    height:2px;\n    background:linear-gradient(90deg, var(--border) 0%, rgba(92,108,255,.55) 100%);\n    margin:25px 0;\n  }\n  .pentagram-stand-product .craft-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:20px;\n    margin-top:25px;\n  }\n  @media (max-width:768px){\n    .pentagram-stand-product .craft-grid{ grid-template-columns:1fr; }\n  }\n  .pentagram-stand-product .craft-item{\n    padding:18px;\n    background:var(--soft);\n    border-radius:10px;\n    border-left:4px solid var(--brand);\n  }\n  .pentagram-stand-product .craft-item h4{\n    font-size:15px;\n    font-weight:900;\n    margin:0 0 8px 0;\n    color:var(--ink);\n    display:flex;\n    align-items:center;\n    gap:8px;\n  }\n  .pentagram-stand-product .craft-item p{\n    font-size:13px;\n    line-height:1.65;\n    color:var(--muted);\n    margin:0;\n  }\n\n  \/* Specs \u0026 Care *\/\n  .pentagram-stand-product .specs-care-section{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:20px;\n    margin-bottom:30px;\n  }\n  @media (max-width:768px){\n    .pentagram-stand-product .specs-care-section{ grid-template-columns:1fr; }\n  }\n  .pentagram-stand-product .specs-box,\n  .pentagram-stand-product .care-box{\n    background:#fff;\n    border:2px solid var(--border);\n    border-radius:12px;\n    padding:30px 25px;\n  }\n  .pentagram-stand-product .care-box{ background:var(--soft); }\n  .pentagram-stand-product .specs-box h3,\n  .pentagram-stand-product .care-box h3{\n    font-size:20px;\n    font-weight:900;\n    margin:0 0 20px 0;\n    color:var(--ink);\n    padding-bottom:12px;\n    border-bottom:3px solid var(--brand);\n  }\n  .pentagram-stand-product .info-list{\n    list-style:none;\n    padding:0;\n    margin:0;\n  }\n  .pentagram-stand-product .info-list li{\n    display:flex;\n    align-items:flex-start;\n    gap:10px;\n    margin-bottom:15px;\n    font-size:14px;\n    line-height:1.7;\n    color:var(--muted);\n  }\n  .pentagram-stand-product .info-list li .dot{\n    width:10px; height:10px;\n    margin-top:6px;\n    border-radius:50%;\n    background:var(--brand);\n    flex-shrink:0;\n  }\n  .pentagram-stand-product .info-list li strong{\n    color:var(--ink);\n    font-weight:800;\n  }\n\n  \/* CTA *\/\n  .pentagram-stand-product .product-cta{\n    text-align:center;\n    padding:40px 20px;\n    background:linear-gradient(135deg, var(--hero1) 0%, var(--hero2) 60%, var(--hero3) 100%);\n    border-radius:16px;\n    margin-top:30px;\n    margin-bottom:30px;\n    color:var(--ink);\n    border:1px solid rgba(92,108,255,.18);\n  }\n  .pentagram-stand-product .product-cta h3{\n    font-size:22px;\n    font-weight:900;\n    margin:0 0 15px 0;\n    color:var(--ink);\n  }\n  .pentagram-stand-product .product-cta p{\n    font-size:15px;\n    color:var(--muted);\n    margin:0 auto;\n    line-height:1.75;\n    max-width:680px;\n  }\n\n  \/* Responsive *\/\n  @media (max-width:768px){\n    .pentagram-stand-product .product-hero{ padding:30px 20px; }\n    .pentagram-stand-product .feature-box,\n    .pentagram-stand-product .craft-item,\n    .pentagram-stand-product .specs-box,\n    .pentagram-stand-product .care-box{ padding:20px 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"pentagram-stand-product\"\u003e\n\u003c!-- ========================= HERO ========================= --\u003e\n\u003cdiv class=\"product-hero\"\u003e\n\u003cspan class=\"hero-label\"\u003eResin Base · Pentagram · Crystal Ball Stand\u003c\/span\u003e\n\u003ch1\u003ePentagram Crystal Ball Display Stand\u003cbr\u003eResin Sphere Holder \u0026amp; Decor Base\u003c\/h1\u003e\n\u003cp\u003eA decorative pentagram resin stand designed to display crystal spheres and ornament balls. Stable, smooth, and easy to style—perfect for home decor, office desks, shelves, or altar-inspired setups.\u003c\/p\u003e\n\u003cdiv class=\"soft-disclaimer\"\u003e\n\u003cstrong\u003eReminder:\u003c\/strong\u003e Due to differences in lighting and screen settings, the product color may vary slightly from the photos.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= FEATURES ========================= --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003ePractical Base, Decorative Look\u003c\/h2\u003e\n\u003cp\u003eBuilt for display and daily styling: sturdy resin material, compact size, and included glue points to help reduce wear and keep things in place.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚪\u003c\/div\u003e\n\u003ch3\u003eFits Many Spheres\u003c\/h3\u003e\n\u003cp\u003eHolds crystal balls, jade balls, feng shui balls, and other decorative spheres for a neat, centered display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🪵\u003c\/div\u003e\n\u003ch3\u003eQuality Resin Craft\u003c\/h3\u003e\n\u003cp\u003eEco-friendly, premium resin with excellent workmanship—smooth and delicate appearance, practical and durable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧷\u003c\/div\u003e\n\u003ch3\u003eAnti-Wear Glue Points\u003c\/h3\u003e\n\u003cp\u003eIncludes four glue points (pads) to help prevent wear and tear and improve stability on smooth surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= HIGHLIGHT ========================= --\u003e\n\u003cdiv class=\"product-highlight-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003eProduct Highlight\u003c\/h2\u003e\n\u003cp\u003eCompact footprint, strong visual symbol, and easy to pair with crystals, candles (nearby), books, and modern decor objects. Choose from Gold \/ Silver \/ Blue Purple to match your vibe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlight-grid\"\u003e\n\u003c!-- Temporary main image --\u003e\n\u003cdiv class=\"highlight-img-wrapper\"\u003e\u003cimg class=\"highlight-img\" alt=\"Pentagram resin crystal ball display stand base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0969\/0493\/7774\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_18.jpg?v=1767969647\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"highlight-content\"\u003e\n\u003cspan class=\"product-subtitle\"\u003ePentagram Stand · Resin Decor Base\u003c\/span\u003e\n\u003ch3\u003ePentagram Crystal Ball Display Stand\u003c\/h3\u003e\n\u003cspan class=\"stone-name\"\u003eColor Options: Gold \/ Silver \/ Blue Purple · Resin\u003c\/span\u003e\n\u003cp class=\"highlight-desc\"\u003eThis creative base is designed to hold spheres securely while elevating your display. Great as a desk stand, shelf accent, or a beautiful, practical addition to home and office decoration.\u003c\/p\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cspan class=\"spec-pill\"\u003e10×10×3 cm\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e3.9×3.9×1.2 in\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e0.3 lb (≈0.14 kg)\u003c\/span\u003e \u003cspan class=\"spec-pill\"\u003e4 Glue Points Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mini-note\"\u003e\n\u003cstrong\u003ePackage includes:\u003c\/strong\u003e 1× Pentagram Crystal Ball Display Stand + 4× glue points (pads) to help protect surfaces and reduce wear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= GALLERY ========================= --\u003e\n\u003cdiv class=\"detail-gallery-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ch2\u003eDetail \u0026amp; Styling View\u003c\/h2\u003e\n\u003cp\u003eUse these image slots for close-ups and lifestyle shots. For now, they’re filled with temporary links.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-gallery-grid\"\u003e\n\u003cdiv class=\"detail-card\"\u003e\n\u003cdiv class=\"detail-img-wrapper\"\u003e\u003cimg class=\"detail-img\" alt=\"Pentagram stand close-up detail (temporary image)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0969\/0493\/7774\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_20.jpg?v=1767969647\"\u003e\u003c\/div\u003e\n\u003cp class=\"detail-caption\"\u003eDetail shot—show the pentagram lines and smooth resin surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-card\"\u003e\n\u003cdiv class=\"detail-img-wrapper\"\u003e\u003cimg class=\"detail-img\" alt=\"Pentagram stand texture and finish (temporary image)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0969\/0493\/7774\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_7.jpg?v=1767969647\"\u003e\u003c\/div\u003e\n\u003cp class=\"detail-caption\"\u003eTop view—ideal to demonstrate the size and stable footprint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-card\"\u003e\n\u003cdiv class=\"detail-img-wrapper\"\u003e\u003cimg class=\"detail-img\" alt=\"Pentagram stand used on desk (temporary image)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0969\/0493\/7774\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_19.jpg?v=1767969647\"\u003e\u003c\/div\u003e\n\u003cp class=\"detail-caption\"\u003eDesk styling—works well for home office and display corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"detail-card\"\u003e\n\u003cdiv class=\"detail-img-wrapper\"\u003e\u003cimg class=\"detail-img\" alt=\"Pentagram stand styled at home (temporary image)\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0969\/0493\/7774\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_13.jpg?v=1767969647\"\u003e\u003c\/div\u003e\n\u003cp class=\"detail-caption\"\u003eHome decor styling—great for shelves, bedside tables, or altar ritual \u0026amp; tarot reading setups..\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= CRAFT ========================= --\u003e\n\u003cdiv class=\"craft-section\"\u003e\n\u003ch2\u003eCraftsmanship \u0026amp; Materials\u003c\/h2\u003e\n\u003cdiv class=\"info-text\"\u003e\n\u003cp\u003eMade of premium and sturdy resin materials, this decorative base is practical and durable for everyday display use. The stable structure helps keep your sphere holder in place and not easy to deform under normal indoor conditions.\u003c\/p\u003e\n\u003cdiv class=\"craft-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eThe finish is smooth and delicate for a clean look in modern or mystical decor themes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-grid\"\u003e\n\u003cdiv class=\"craft-item\"\u003e\n\u003ch4\u003e🌿 Eco-Friendly Resin\u003c\/h4\u003e\n\u003cp\u003eHigh-quality resin material with a refined surface and solid feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-item\"\u003e\n\u003ch4\u003e⭐ Creative Pentagram Design\u003c\/h4\u003e\n\u003cp\u003eA striking symbol that pairs well with spheres and display arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-item\"\u003e\n\u003ch4\u003e🧷 Protective Pads Included\u003c\/h4\u003e\n\u003cp\u003eFour glue points help reduce wear and tear and protect your tabletop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"craft-item\"\u003e\n\u003ch4\u003e🎁 Gift-Ready Decor\u003c\/h4\u003e\n\u003cp\u003ePerfect present for friends, family, or your lover—birthdays, anniversaries, holidays, graduation, Christmas, and Mother’s Day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= SPECS \u0026 CARE ========================= --\u003e\n\u003cdiv class=\"specs-care-section\"\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cul class=\"info-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eMaterial:\u003c\/strong\u003e Resin\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eItem Dimensions (L×W×H):\u003c\/strong\u003e 10×10×3 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eItem Dimensions (inch):\u003c\/strong\u003e 3.9×3.9×1.2 in\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eItem Weight:\u003c\/strong\u003e 0.3 lb (≈0.14 kg)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eColor Options:\u003c\/strong\u003e Gold \/ Silver \/ Blue Purple\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1× stand + 4× glue points\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eUse:\u003c\/strong\u003e Sphere holder for crystal balls, jade balls, feng shui balls, etc.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eOccasion:\u003c\/strong\u003e Home, living room, bedroom, office decoration\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eApplications:\u003c\/strong\u003e Home decor, display ornament, ball sphere holder, base, desk stand\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"care-box\"\u003e\n\u003ch3\u003eCare Instructions\u003c\/h3\u003e\n\u003cul class=\"info-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003eWipe gently with a soft, dry cloth. Avoid abrasive cleaners and harsh chemicals.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003eApply the included glue points to help protect surfaces and reduce wear.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003eKeep away from high heat\/open flame (resin is not designed for direct high-temperature use).\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\u003cspan\u003eUse on a flat surface for best stability.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========================= CTA ========================= --\u003e\n\u003cdiv class=\"product-cta\"\u003e\n\u003ch3\u003eMake Your Crystal Sphere the Centerpiece\u003c\/h3\u003e\n\u003cp\u003eBeautiful and practical—an easy upgrade for desks, shelves, and display corners. A thoughtful gift choice for birthdays, anniversaries, holidays, Christmas Eve, graduation, Christmas, and Mother’s Day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"becky's charms","offers":[{"title":"silver","offer_id":41010149392433,"sku":null,"price":16.0,"currency_code":"USD","in_stock":false},{"title":"gold","offer_id":41010149425201,"sku":null,"price":16.0,"currency_code":"USD","in_stock":false},{"title":"blue","offer_id":41010149457969,"sku":null,"price":16.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/0920\/2225\/files\/ResinCrystalBallCandleStandwithPentacleAltarPlate_18.jpg?v=1779900102","url":"https:\/\/beckyscharms.com\/products\/resin-crystal-ball-stand-pentacle-altar-plate","provider":"beckyscharms","version":"1.0","type":"link"}