{"product_id":"merondell™-gothic-skull-three-arm-candelabra","title":"Merondell™ Gothic Skull Three-Arm Candelabra","description":"\u003cstyle\u003e\n  .mhd-product,\n  .mhd-product * { box-sizing: border-box; }\n\n  .mhd-product {\n    --mhd-ink: #171a17;\n    --mhd-muted: #626861;\n    --mhd-orange: #d96b2b;\n    --mhd-orange-dark: #a94c1b;\n    --mhd-purple: #29352d;\n    --mhd-lilac: #eef1ea;\n    --mhd-cream: #f8f7f2;\n    --mhd-line: #dfe3dc;\n    width: 100%;\n    min-width: 0;\n    max-width: 920px;\n    overflow: hidden;\n    margin: 0 auto;\n    padding: 18px 16px 56px;\n    color: var(--mhd-ink);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mhd-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .mhd-product h2,\n  .mhd-product h3,\n  .mhd-product p { margin-top: 0; }\n\n  .mhd-hero {\n    overflow: hidden;\n    margin-bottom: 22px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 24px;\n    background: #fff;\n    box-shadow: 0 14px 40px rgba(61, 30, 75, .09);\n  }\n\n  .mhd-hero-image { background: var(--mhd-lilac); }\n\n  .mhd-hero-copy {\n    padding: 28px 22px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 0 0, rgba(217,107,43,.10), transparent 34%),\n      linear-gradient(135deg, #f8f7f2, #eef1ea);\n  }\n\n  .mhd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border: 1px solid rgba(91,42,120,.16);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--mhd-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .09em;\n    text-transform: uppercase;\n  }\n\n  .mhd-hero h2 {\n    margin-bottom: 12px;\n    color: var(--mhd-ink);\n    font-size: clamp(28px, 6vw, 44px);\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .mhd-lead {\n    max-width: 680px;\n    margin: 0 auto 19px;\n    color: var(--mhd-muted);\n    font-size: 16px;\n  }\n\n  .mhd-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .mhd-pill {\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: var(--mhd-purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .mhd-column {\n    display: flex;\n    flex-direction: column;\n    gap: 22px;\n  }\n\n  .mhd-block {\n    width: 100%;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 22px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(49, 22, 62, .06);\n  }\n\n  .mhd-block-copy { padding: 25px 22px 27px; }\n\n  .mhd-kicker {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--mhd-orange-dark);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n  }\n\n  .mhd-block h3 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 4vw, 32px);\n    line-height: 1.2;\n    letter-spacing: -.02em;\n  }\n\n  .mhd-block p {\n    margin-bottom: 0;\n    color: var(--mhd-muted);\n  }\n\n  .mhd-feature-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mhd-feature-list li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    border: 1px solid var(--mhd-line);\n    border-radius: 14px;\n    background: var(--mhd-cream);\n    color: var(--mhd-ink);\n    font-size: 14px;\n    font-weight: 650;\n  }\n\n  .mhd-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--mhd-orange);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .mhd-uses {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    width: 100%;\n    min-width: 0;\n    gap: 12px;\n    margin-top: 18px;\n    overflow: hidden;\n  }\n\n  .mhd-use {\n    display: flex;\n    min-width: 0;\n    min-height: 112px;\n    padding: 16px 10px;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-start;\n    border-radius: 15px;\n    background: var(--mhd-lilac);\n    text-align: center;\n    overflow: hidden;\n  }\n\n  .mhd-use-icon {\n    display: flex;\n    width: 34px;\n    height: 34px;\n    margin: 0 0 8px;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .mhd-use strong {\n    display: flex;\n    min-height: 38px;\n    align-items: flex-start;\n    justify-content: center;\n    color: var(--mhd-ink);\n    font-size: 13px;\n    line-height: 1.4;\n    overflow-wrap: normal;\n    word-break: normal;\n    hyphens: none;\n  }\n\n  .mhd-details {\n    overflow: hidden;\n    border: 1px solid var(--mhd-line);\n    border-radius: 18px;\n    background: #fff;\n  }\n\n  .mhd-details summary {\n    position: relative;\n    padding: 18px 48px 18px 18px;\n    cursor: pointer;\n    color: var(--mhd-ink);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .mhd-details summary::-webkit-details-marker { display: none; }\n\n  .mhd-details summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    transform: translateY(-50%);\n    color: var(--mhd-orange-dark);\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .mhd-details[open] summary::after { content: \"−\"; }\n\n  .mhd-details-content {\n    padding: 0 18px 19px;\n    color: var(--mhd-muted);\n    font-size: 14px;\n  }\n\n  .mhd-final {\n    padding: 30px 22px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, var(--mhd-purple), #172019);\n    color: #fff;\n    text-align: center;\n    box-shadow: 0 14px 34px rgba(65, 28, 84, .18);\n  }\n\n  .mhd-final h3 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(24px, 5vw, 34px);\n    line-height: 1.2;\n  }\n\n  .mhd-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.83);\n  }\n\n  @media (min-width: 700px) {\n    .mhd-product { padding: 28px 20px 70px; }\n    .mhd-hero-copy { padding: 38px 42px 40px; }\n    .mhd-block-copy { padding: 34px 36px 37px; }\n    .mhd-feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .mhd-use { min-height: 118px; padding: 18px 14px; }\n    .mhd-use strong { min-height: 40px; font-size: 14px; }\n  }\n\n  @media (max-width: 420px) {\n    .mhd-product { padding-right: 10px; padding-left: 10px; }\n    .mhd-block-copy { padding-right: 14px; padding-left: 14px; }\n    .mhd-uses { gap: 9px; }\n    .mhd-use { min-height: 108px; padding: 14px 7px; }\n    .mhd-use strong { font-size: 12px; }\n  }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .mhd-block { transition: transform .25s ease, box-shadow .25s ease; }\n    .mhd-block:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 16px 35px rgba(49, 22, 62, .1);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mhd-product\"\u003e\n  \u003csection class=\"mhd-hero\"\u003e\n    \u003cdiv class=\"mhd-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/3-3-1.png?v=1790081067\" alt=\"Gothic Skull Three-Arm Candelabra\" width=\"2048\" height=\"2048\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mhd-hero-copy\"\u003e\n      \u003cspan class=\"mhd-eyebrow\"\u003e🎃 Atmospheric Halloween Lighting\u003c\/span\u003e\n      \u003ch2\u003eGothic Skull Three-Arm Candelabra\u003c\/h2\u003e\n      \u003cp class=\"mhd-lead\"\u003eCreate a dramatic Halloween centerpiece with this ornate three-arm skull candelabra. The sculpted skull centerpiece, skeletal hand candle holders, antique-gold finish, and sweeping gothic scrollwork give it the look of an old-world haunted mansion accessory. Designed to hold three pillar-style candles for an atmospheric dining table, mantel, or entryway display.\u003c\/p\u003e\n      \u003cdiv class=\"mhd-pills\"\u003e\n        \u003cspan class=\"mhd-pill\"\u003eSeasonal Statement\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eEasy to Style\u003c\/span\u003e\n        \u003cspan class=\"mhd-pill\"\u003eHalloween Ready\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"mhd-column\"\u003e\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/3-3-2.png?v=1790081067\" alt=\"Gothic Skull Three-Arm Candelabra details\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eDesigned for the season\u003c\/span\u003e\n        \u003ch3\u003eSet the Mood With Atmospheric Light\u003c\/h3\u003e\n        \u003cp\u003eCreate a dramatic Halloween centerpiece with this ornate three-arm skull candelabra. The sculpted skull centerpiece, skeletal hand candle holders, antique-gold finish, and sweeping gothic scrollwork give it the look of an old-world haunted mansion accessory. Designed to hold three pillar-style candles for an atmospheric dining table, mantel, or entryway display.\u003c\/p\u003e\n        \u003cul class=\"mhd-feature-list\"\u003e\n          \u003cli\u003eDramatic skull centerpiece with sculpted gothic details\u003c\/li\u003e\n          \u003cli\u003eThree candle platforms for a balanced display\u003c\/li\u003e\n          \u003cli\u003eSkeleton-hand accents add an eerie Halloween touch\u003c\/li\u003e\n          \u003cli\u003eAntique bronze and gold-inspired finish\u003c\/li\u003e\n          \u003cli\u003eStatement piece for tables, fireplaces, parties, and gothic décor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/3-3-3.png?v=1790081068\" alt=\"Gothic Skull Three-Arm Candelabra styled for Halloween\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eStyle it your way\u003c\/span\u003e\n        \u003ch3\u003eMade for Memorable Halloween Spaces\u003c\/h3\u003e\n        \u003cp\u003eUse it as a focal point or combine it with pumpkins, warm lighting, autumn foliage, and black-and-orange accents for a coordinated seasonal display.\u003c\/p\u003e\n        \u003cdiv class=\"mhd-uses\"\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🍽️\u003c\/span\u003e\u003cstrong\u003eTabletops\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🔥\u003c\/span\u003e\u003cstrong\u003eMantels\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e📚\u003c\/span\u003e\u003cstrong\u003eShelves\u003c\/strong\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"mhd-use\"\u003e\n\u003cspan class=\"mhd-use-icon\"\u003e🏠\u003c\/span\u003e\u003cstrong\u003eEntryways\u003c\/strong\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"mhd-block\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/3-3-4.png?v=1790081067\" alt=\"Gothic Skull Three-Arm Candelabra seasonal display\" width=\"2048\" height=\"2048\" loading=\"lazy\"\u003e\n      \u003cdiv class=\"mhd-block-copy\"\u003e\n        \u003cspan class=\"mhd-kicker\"\u003eA polished finishing touch\u003c\/span\u003e\n        \u003ch3\u003eEasy to Coordinate With Your Halloween Collection\u003c\/h3\u003e\n        \u003cp\u003eIts seasonal palette and detailed styling make it easy to build a complete display around the piece while keeping the finished space visually balanced.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdetails class=\"mhd-details\" open\u003e\n      \u003csummary\u003eProduct Highlights\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eDramatic skull centerpiece with sculpted gothic details. Three candle platforms for a balanced display. Skeleton-hand accents add an eerie Halloween touch. Antique bronze and gold-inspired finish. Statement piece for tables, fireplaces, parties, and gothic décor.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eStyling Ideas\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003ePair with pumpkins, lanterns, autumn foliage, textured fabrics, or other black-and-orange decorations to create a layered Halloween display.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"mhd-details\"\u003e\n      \u003csummary\u003eCare \u0026amp; Storage\u003c\/summary\u003e\n      \u003cdiv class=\"mhd-details-content\"\u003eHandle gently during setup and removal. Keep the decoration clean and dry, then store it in a protected place after the season to help preserve its appearance.\u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003csection class=\"mhd-final\"\u003e\n      \u003ch3\u003eComplete Your Halloween Display\u003c\/h3\u003e\n      \u003cp\u003eBring a polished seasonal finish to your home, party, or Halloween display.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","offers":[{"title":"Default Title","offer_id":50487765958897,"sku":null,"price":54.66,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0816\/2407\/2433\/files\/3-3-1.png?v=1790081067","url":"https:\/\/merondell.com\/products\/merondell%e2%84%a2-gothic-skull-three-arm-candelabra","provider":"𝐦𝐞𝐫𝐨𝐧𝐝𝐞𝐥𝐥™","version":"1.0","type":"link"}