{"title":"Crystal Stone Candle Collection","description":"\u003cstyle\u003e\n  .crystal-collection {\n    --crystal-ink: #24211f;\n    --crystal-deep: #1d1c1b;\n    --crystal-charcoal: #302e2c;\n    --crystal-ivory: #faf8f4;\n    --crystal-pearl: #f1ede7;\n    --crystal-stone: #ddd5ca;\n    --crystal-gold: #a98a58;\n    --crystal-champagne: #d8c4a1;\n    --crystal-muted: #6e6861;\n    --crystal-white: #fffefa;\n\n    max-width: 1120px;\n    margin: 0 auto 50px;\n    color: var(--crystal-ink);\n    font-family: inherit;\n  }\n\n  .crystal-collection *,\n  .crystal-collection *::before,\n  .crystal-collection *::after {\n    box-sizing: border-box;\n  }\n\n  .crystal-collection h1,\n  .crystal-collection h2,\n  .crystal-collection h3,\n  .crystal-collection p {\n    margin-top: 0;\n  }\n\n  .crystal-collection h1,\n  .crystal-collection h2,\n  .crystal-collection h3 {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    line-height: 1.12;\n  }\n\n  .crystal-collection p {\n    line-height: 1.78;\n  }\n\n  .crystal-collection section {\n    margin-bottom: 26px;\n  }\n\n  .crystal-eyebrow {\n    margin-bottom: 16px;\n    color: #816d4f;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.23em;\n    text-transform: uppercase;\n  }\n\n  .crystal-heading {\n    margin-bottom: 22px;\n    font-size: clamp(32px, 5vw, 50px);\n    letter-spacing: -0.025em;\n  }\n\n  .crystal-button {\n    display: inline-block;\n    padding: 14px 24px;\n    border: 1px solid var(--crystal-champagne);\n    background: var(--crystal-champagne);\n    color: #201e1b;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.17em;\n    line-height: 1.3;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition:\n      background 0.25s ease,\n      color 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .crystal-button:hover {\n    background: transparent;\n    color: var(--crystal-white);\n  }\n\n  .crystal-button-outline {\n    border-color: var(--crystal-gold);\n    background: transparent;\n    color: var(--crystal-ink);\n  }\n\n  .crystal-button-outline:hover {\n    background: var(--crystal-ink);\n    color: var(--crystal-white);\n  }\n\n  \/* HERO *\/\n\n  .crystal-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 82px 58px;\n    background:\n      radial-gradient(\n        circle at 82% 23%,\n        rgba(255, 255, 255, 0.15),\n        transparent 20%\n      ),\n      radial-gradient(\n        circle at 74% 66%,\n        rgba(216, 196, 161, 0.19),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #171716 0%,\n        #302d2a 56%,\n        #62594e 100%\n      );\n    color: var(--crystal-white);\n  }\n\n  .crystal-hero::before,\n  .crystal-hero::after {\n    position: absolute;\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    content: \"\";\n    transform: rotate(45deg);\n  }\n\n  .crystal-hero::before {\n    right: 9%;\n    top: 18%;\n    width: 135px;\n    height: 135px;\n  }\n\n  .crystal-hero::after {\n    right: -50px;\n    bottom: -90px;\n    width: 275px;\n    height: 275px;\n  }\n\n  .crystal-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 800px;\n  }\n\n  .crystal-hero .crystal-eyebrow {\n    color: var(--crystal-champagne);\n  }\n\n  .crystal-hero h1 {\n    max-width: 760px;\n    margin-bottom: 19px;\n    color: var(--crystal-white);\n    font-size: clamp(43px, 7vw, 72px);\n    letter-spacing: -0.035em;\n  }\n\n  .crystal-hero-tagline {\n    margin-bottom: 25px;\n    color: var(--crystal-champagne);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 30px);\n    font-style: italic;\n  }\n\n  .crystal-hero p {\n    max-width: 720px;\n    margin-bottom: 30px;\n    color: rgba(255, 254, 250, 0.8);\n    font-size: 16px;\n  }\n\n  \/* PILLARS *\/\n\n  .crystal-pillars {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border: 1px solid rgba(36, 33, 31, 0.13);\n    background: var(--crystal-ivory);\n  }\n\n  .crystal-pillar {\n    padding: 31px 27px;\n    text-align: center;\n  }\n\n  .crystal-pillar + .crystal-pillar {\n    border-left: 1px solid rgba(36, 33, 31, 0.13);\n  }\n\n  .crystal-pillar strong {\n    display: block;\n    margin-bottom: 9px;\n    color: #5c4d38;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-weight: 400;\n  }\n\n  .crystal-pillar span {\n    color: var(--crystal-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* EDITORIAL STORY *\/\n\n  .crystal-story {\n    padding: 67px 58px;\n    background: var(--crystal-white);\n  }\n\n  .crystal-story-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);\n    gap: 62px;\n    align-items: start;\n  }\n\n  .crystal-story-title {\n    position: sticky;\n    top: 25px;\n  }\n\n  .crystal-story-copy p {\n    margin-bottom: 19px;\n    color: #504b46;\n    font-size: 15px;\n  }\n\n  .crystal-pullquote {\n    margin-top: 31px;\n    padding: 5px 0 5px 23px;\n    border-left: 1px solid var(--crystal-gold);\n    color: #594c3c;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(21px, 3vw, 27px);\n    font-style: italic;\n    line-height: 1.55;\n  }\n\n  \/* CRYSTAL DETAIL *\/\n\n  .crystal-light {\n    padding: 68px 58px;\n    background:\n      radial-gradient(\n        circle at 15% 20%,\n        rgba(255, 255, 255, 0.7),\n        transparent 25%\n      ),\n      linear-gradient(\n        135deg,\n        #e8e2da 0%,\n        #f7f4ef 52%,\n        #d9d0c4 100%\n      );\n  }\n\n  .crystal-light-content {\n    max-width: 820px;\n  }\n\n  .crystal-light p {\n    color: #5a554f;\n    font-size: 15px;\n  }\n\n  .crystal-light-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 36px;\n  }\n\n  .crystal-light-card {\n    padding: 30px 25px;\n    border-top: 1px solid var(--crystal-gold);\n    background: rgba(255, 255, 255, 0.58);\n  }\n\n  .crystal-light-card h3 {\n    margin-bottom: 10px;\n    color: #574936;\n    font-size: 22px;\n  }\n\n  .crystal-light-card p {\n    margin-bottom: 0;\n    color: var(--crystal-muted);\n    font-size: 13px;\n  }\n\n  \/* MADE TO ORDER *\/\n\n  .crystal-made {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    background: var(--crystal-deep);\n    color: var(--crystal-white);\n  }\n\n  .crystal-made-copy {\n    padding: 68px 58px;\n  }\n\n  .crystal-made .crystal-eyebrow {\n    color: var(--crystal-champagne);\n  }\n\n  .crystal-made h2 {\n    color: var(--crystal-white);\n  }\n\n  .crystal-made p {\n    color: rgba(255, 254, 250, 0.74);\n    font-size: 15px;\n  }\n\n  .crystal-made-panel {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 430px;\n    padding: 58px;\n    background:\n      radial-gradient(\n        circle at center,\n        rgba(216, 196, 161, 0.21),\n        transparent 34%\n      ),\n      linear-gradient(\n        145deg,\n        #3b3732 0%,\n        #252321 100%\n      );\n    text-align: center;\n  }\n\n  .crystal-made-statement {\n    max-width: 390px;\n  }\n\n  .crystal-made-statement strong {\n    display: block;\n    margin-bottom: 20px;\n    color: var(--crystal-champagne);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(32px, 5vw, 48px);\n    font-weight: 400;\n    line-height: 1.15;\n  }\n\n  .crystal-made-statement p {\n    margin-bottom: 0;\n    color: rgba(255, 254, 250, 0.7);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19px;\n    font-style: italic;\n    line-height: 1.6;\n  }\n\n  \/* WAX *\/\n\n  .crystal-wax {\n    padding: 68px 58px;\n    background: var(--crystal-pearl);\n  }\n\n  .crystal-wax-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);\n    gap: 52px;\n    align-items: center;\n  }\n\n  .crystal-wax-copy p {\n    color: #57514b;\n    font-size: 15px;\n  }\n\n  .crystal-wax-list {\n    padding: 34px;\n    border: 1px solid rgba(36, 33, 31, 0.12);\n    background: var(--crystal-white);\n  }\n\n  .crystal-wax-item {\n    display: flex;\n    gap: 14px;\n    padding: 15px 0;\n    border-bottom: 1px solid rgba(36, 33, 31, 0.1);\n    color: #554d43;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .crystal-wax-item:last-child {\n    border-bottom: 0;\n  }\n\n  .crystal-wax-mark {\n    flex: 0 0 auto;\n    color: var(--crystal-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19px;\n  }\n\n  \/* SHAPES *\/\n\n  .crystal-shapes {\n    padding: 68px 58px;\n    background: var(--crystal-ivory);\n  }\n\n  .crystal-shapes-header {\n    max-width: 760px;\n    margin: 0 auto 39px;\n    text-align: center;\n  }\n\n  .crystal-shapes-header p {\n    color: var(--crystal-muted);\n    font-size: 15px;\n  }\n\n  .crystal-shape-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n  }\n\n  .crystal-shape-card {\n    padding: 31px 27px;\n    border: 1px solid rgba(36, 33, 31, 0.12);\n    background: var(--crystal-white);\n  }\n\n  .crystal-shape-card h3 {\n    margin-bottom: 10px;\n    color: #534531;\n    font-size: 25px;\n  }\n\n  .crystal-shape-card p {\n    margin-bottom: 0;\n    color: var(--crystal-muted);\n    font-size: 13px;\n  }\n\n  .crystal-shape-card:last-child {\n    grid-column: 1 \/ -1;\n  }\n\n  \/* REFILL *\/\n\n  .crystal-refill {\n    padding: 70px 58px;\n    background:\n      radial-gradient(\n        circle at 86% 22%,\n        rgba(216, 196, 161, 0.18),\n        transparent 26%\n      ),\n      var(--crystal-charcoal);\n    color: var(--crystal-white);\n    text-align: center;\n  }\n\n  .crystal-refill-content {\n    max-width: 760px;\n    margin: 0 auto;\n  }\n\n  .crystal-refill .crystal-eyebrow {\n    color: var(--crystal-champagne);\n  }\n\n  .crystal-refill h2 {\n    color: var(--crystal-white);\n  }\n\n  .crystal-refill p {\n    color: rgba(255, 254, 250, 0.76);\n    font-size: 15px;\n  }\n\n  .crystal-refill .crystal-button {\n    margin-top: 10px;\n  }\n\n  \/* CARE *\/\n\n  .crystal-care {\n    padding: 68px 58px;\n    background: var(--crystal-white);\n  }\n\n  .crystal-care-header {\n    margin-bottom: 37px;\n    text-align: center;\n  }\n\n  .crystal-care-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 17px;\n  }\n\n  .crystal-care-step {\n    padding: 31px 27px;\n    border-top: 1px solid var(--crystal-gold);\n    background: var(--crystal-ivory);\n  }\n\n  .crystal-care-step span {\n    display: block;\n    margin-bottom: 14px;\n    color: var(--crystal-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 31px;\n  }\n\n  .crystal-care-step h3 {\n    margin-bottom: 10px;\n    font-size: 23px;\n  }\n\n  .crystal-care-step p {\n    margin-bottom: 0;\n    color: var(--crystal-muted);\n    font-size: 13px;\n  }\n\n  \/* FINAL *\/\n\n  .crystal-final {\n    padding: 72px 45px;\n    background:\n      radial-gradient(\n        circle at 22% 18%,\n        rgba(255, 255, 255, 0.09),\n        transparent 22%\n      ),\n      linear-gradient(\n        135deg,\n        #171716 0%,\n        #34302b 100%\n      );\n    color: var(--crystal-white);\n    text-align: center;\n  }\n\n  .crystal-final .crystal-eyebrow {\n    color: var(--crystal-champagne);\n  }\n\n  .crystal-final h2 {\n    margin-bottom: 20px;\n    color: var(--crystal-white);\n    font-size: clamp(35px, 5vw, 54px);\n  }\n\n  .crystal-final p {\n    max-width: 720px;\n    margin: 0 auto 29px;\n    color: rgba(255, 254, 250, 0.75);\n    font-size: 15px;\n  }\n\n  @media screen and (max-width: 850px) {\n    .crystal-story-grid,\n    .crystal-made,\n    .crystal-wax-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .crystal-story-title {\n      position: static;\n    }\n\n    .crystal-light-features,\n    .crystal-care-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .crystal-made-panel {\n      min-height: 340px;\n    }\n  }\n\n  @media screen and (max-width: 700px) {\n    .crystal-pillars,\n    .crystal-shape-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .crystal-pillar + .crystal-pillar {\n      border-top: 1px solid rgba(36, 33, 31, 0.13);\n      border-left: 0;\n    }\n\n    .crystal-shape-card:last-child {\n      grid-column: auto;\n    }\n  }\n\n  @media screen and (max-width: 550px) {\n    .crystal-hero,\n    .crystal-story,\n    .crystal-light,\n    .crystal-made-copy,\n    .crystal-made-panel,\n    .crystal-wax,\n    .crystal-shapes,\n    .crystal-refill,\n    .crystal-care,\n    .crystal-final {\n      padding-right: 24px;\n      padding-left: 24px;\n    }\n\n    .crystal-hero {\n      padding-top: 61px;\n      padding-bottom: 61px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"crystal-collection\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"crystal-hero\"\u003e\n    \u003cdiv class=\"crystal-hero-content\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        The LuLu \u0026amp; Oliver Crystal Candle Collection\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        Crystal Stone Candles Created to Catch the Light\n      \u003c\/h1\u003e\n\n      \u003cdiv class=\"crystal-hero-tagline\"\u003e\n        Sculptural stone. Natural crystal. Luminous fragrance.\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Handcrafted as both fragrance and art, each LuLu \u0026amp; Oliver Crystal\n        Stone Candle brings together a sculptural stone vessel, luminous crystal\n        detail and immersive home fragrance. Every piece is made to order in our\n        South Carolina studio and designed to remain part of your home long after\n        the final flame.\n      \u003c\/p\u003e\n\n      \u003ca class=\"crystal-button\" href=\"#crystal-candle-products\"\u003e\n        Explore the Collection\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PILLARS --\u003e\n  \u003csection class=\"crystal-pillars\"\u003e\n\n    \u003cdiv class=\"crystal-pillar\"\u003e\n      \u003cstrong\u003eNatural Crystal Detail\u003c\/strong\u003e\n      \u003cspan\u003e\n        Each vessel is embellished by hand, giving every candle its own\n        individual arrangement, character and quiet radiance.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-pillar\"\u003e\n      \u003cstrong\u003eHandcrafted to Order\u003c\/strong\u003e\n      \u003cspan\u003e\n        Created through a multi-day process of forming, curing, finishing and\n        hand-pouring in our South Carolina studio.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-pillar\"\u003e\n      \u003cstrong\u003eDesigned to Be Refilled\u003c\/strong\u003e\n      \u003cspan\u003e\n        When the original fragrance is gone, the vessel can be cleaned,\n        renewed and relit.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- STORY --\u003e\n  \u003csection class=\"crystal-story\"\u003e\n\n    \u003cdiv class=\"crystal-story-grid\"\u003e\n\n      \u003cdiv class=\"crystal-story-title\"\u003e\n\n        \u003cdiv class=\"crystal-eyebrow\"\u003e\n          Where Fragrance Becomes Art\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"crystal-heading\"\u003e\n          A Candle With Presence Before It Is Ever Lit\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"crystal-story-copy\"\u003e\n\n        \u003cp\u003e\n          A candle can do more than fragrance a room. It can soften a space,\n          reflect the light and become part of the visual story of a home.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The Crystal Candle Collection was created around that idea. Each\n          candle begins with a substantial stone vessel whose organic texture\n          and architectural silhouette provide a beautiful contrast to the\n          reflective quality of natural crystal.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The result is both grounded and luminous: a decorative object that\n          feels refined without feeling delicate, expressive without becoming\n          excessive and distinctly beautiful from every angle.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Because the crystal embellishment and stone finish are completed by\n          hand, no two vessels will appear exactly alike. Subtle variations in\n          placement, texture and tone are not imperfections. They are the marks\n          of an object made individually rather than reproduced by machine.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"crystal-pullquote\"\u003e\n          Each vessel catches light differently, because each one is entirely\n          its own.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- LIGHT + CRYSTAL --\u003e\n  \u003csection class=\"crystal-light\"\u003e\n\n    \u003cdiv class=\"crystal-light-content\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        The Beauty of Reflection\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"crystal-heading\"\u003e\n        Designed Around Light, Texture and Atmosphere\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        During the day, the crystals bring dimension and a subtle reflective\n        quality to the vessel. Once the candle is lit, the experience changes.\n        Flame, stone and crystal begin to interact, creating warmth and\n        movement across the surrounding space.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Placed on a coffee table, beside a bath, on a bedroom dresser or at the\n        center of a beautifully styled room, the candle becomes both an\n        atmosphere-setting fragrance and a lasting decorative accent.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-light-features\"\u003e\n\n      \u003carticle class=\"crystal-light-card\"\u003e\n        \u003ch3\u003eNatural Variation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Differences in crystal shape, size, tone and placement ensure that\n          every candle remains one of a kind.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-light-card\"\u003e\n        \u003ch3\u003eSculptural Texture\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The contrast between smooth crystal and hand-finished stone creates\n          a rich, tactile presence within the home.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-light-card\"\u003e\n        \u003ch3\u003eLuminous Detail\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Reflective surfaces respond beautifully to both natural daylight and\n          the intimate glow of candlelight.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- MADE TO ORDER --\u003e\n  \u003csection class=\"crystal-made\"\u003e\n\n    \u003cdiv class=\"crystal-made-copy\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        Made Especially for You\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"crystal-heading\"\u003e\n        Crafted Through a Process That Cannot Be Rushed\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Every Crystal Stone Candle is made to order. The vessel must first be\n        created, allowed to cure, individually finished and embellished before\n        it can be filled with your selected fragrance.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This process takes several days and is essential to the beauty and\n        integrity of the finished piece. Please allow approximately seven to\n        ten days for production before your candle is prepared for shipment.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The wait is part of receiving something created especially for you:\n        not pulled from a warehouse shelf, but thoughtfully formed, finished\n        and poured by hand.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-made-panel\"\u003e\n\n      \u003cdiv class=\"crystal-made-statement\"\u003e\n\n        \u003cstrong\u003e\n          Formed.\u003cbr\u003e\n          Cured.\u003cbr\u003e\n          Embellished.\u003cbr\u003e\n          Poured.\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          A slow process for an object worth keeping.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- WAX + FRAGRANCE --\u003e\n  \u003csection class=\"crystal-wax\"\u003e\n\n    \u003cdiv class=\"crystal-wax-grid\"\u003e\n\n      \u003cdiv class=\"crystal-wax-copy\"\u003e\n\n        \u003cdiv class=\"crystal-eyebrow\"\u003e\n          The Fragrance Within\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"crystal-heading\"\u003e\n          An Immersive Candle Experience From First Light to Final Burn\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Each vessel is hand-poured with coconut wax and your chosen LuLu\n          \u0026amp; Oliver fragrance, allowing the candle to become as personal as\n          the room where it lives.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Choose comforting woods, luminous florals, glowing amber, nostalgic\n          gourmands or fresh seasonal compositions. As the wax warms, the scent\n          begins to move gently through the room, creating an atmosphere that\n          feels intentional, intimate and entirely your own.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Our candles are created without petroleum-based wax and are made\n          using phthalate-free fragrance oils as part of our commitment to a\n          more thoughtful home-fragrance ritual.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"crystal-wax-list\"\u003e\n\n        \u003cdiv class=\"crystal-wax-item\"\u003e\n          \u003cspan class=\"crystal-wax-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eCoconut wax for a smooth and elegant fragrance experience\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"crystal-wax-item\"\u003e\n          \u003cspan class=\"crystal-wax-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003ePremium, phthalate-free fragrance oils\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"crystal-wax-item\"\u003e\n          \u003cspan class=\"crystal-wax-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eVegan and cruelty-free craftsmanship\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"crystal-wax-item\"\u003e\n          \u003cspan class=\"crystal-wax-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003ePetroleum-free wax composition\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"crystal-wax-item\"\u003e\n          \u003cspan class=\"crystal-wax-mark\"\u003e◇\u003c\/span\u003e\n          \u003cspan\u003eHand-poured in small batches in Landrum, South Carolina\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- SHAPES --\u003e\n  \u003csection class=\"crystal-shapes\"\u003e\n\n    \u003cdiv class=\"crystal-shapes-header\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        The Sculptural Collection\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"crystal-heading\"\u003e\n        Choose the Form That Belongs in Your Home\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Each silhouette offers a different sense of scale and presence, from\n        intimate accent candles to commanding statement pieces.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-shape-grid\"\u003e\n\n      \u003carticle class=\"crystal-shape-card\"\u003e\n        \u003ch3\u003eThe Small Oval\u003c\/h3\u003e\n\n        \u003cp\u003e\n          An intimate sculptural candle with softly curved lines, ideal for a\n          vanity, bedside table, powder room or smaller interior vignette.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-shape-card\"\u003e\n        \u003ch3\u003eThe Large Oval\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A generous organic silhouette that balances substantial fragrance\n          presence with graceful, understated form.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-shape-card\"\u003e\n        \u003ch3\u003eThe Large Square\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clean architectural lines give this vessel a modern presence on\n          coffee tables, consoles and open shelving.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-shape-card\"\u003e\n        \u003ch3\u003eThe XL Octagon\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A faceted statement vessel with geometric dimension, crystal detail\n          and the scale to anchor a larger room.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-shape-card\"\u003e\n        \u003ch3\u003eThe XL Rectangle\u003c\/h3\u003e\n\n        \u003cp\u003e\n          An elongated centerpiece designed for dining tables, kitchen islands,\n          mantels and spaces that call for dramatic proportion.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- REFILL --\u003e\n  \u003csection class=\"crystal-refill\"\u003e\n\n    \u003cdiv class=\"crystal-refill-content\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        Refill. Reuse. Relight.\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"crystal-heading\"\u003e\n        Let the Vessel Continue Its Story\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The beauty of your Crystal Stone Candle does not end when the original\n        wax has burned away. Clean the vessel, choose a new LuLu \u0026amp; Oliver\n        fragrance and refill it for another season of light and scent.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Return to the fragrance you already love or transform the candle with\n        something entirely new. The vessel remains while the atmosphere\n        evolves around it.\n      \u003c\/p\u003e\n\n      \u003ca class=\"crystal-button\" href=\"\/products\/candle-refill-dyi-kit-32-oz\"\u003e\n        Explore Candle Refills\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"crystal-care\"\u003e\n\n    \u003cdiv class=\"crystal-care-header\"\u003e\n\n      \u003cdiv class=\"crystal-eyebrow\"\u003e\n        The Candle Ritual\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"crystal-heading\"\u003e\n        Care for the Flame. Preserve the Experience.\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"crystal-care-grid\"\u003e\n\n      \u003carticle class=\"crystal-care-step\"\u003e\n        \u003cspan\u003e01\u003c\/span\u003e\n\n        \u003ch3\u003eAllow the First Burn\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Let the melted wax move evenly toward the edges of the vessel during\n          the first burn to support a more balanced candle experience.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-care-step\"\u003e\n        \u003cspan\u003e02\u003c\/span\u003e\n\n        \u003ch3\u003eMaintain the Wicks\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Trim the wicks before each relight to help maintain a controlled\n          flame and a cleaner, more beautiful burn.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"crystal-care-step\"\u003e\n        \u003cspan\u003e03\u003c\/span\u003e\n\n        \u003ch3\u003eProtect the Crystal\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Handle the vessel with care and allow it to cool fully before moving,\n          cleaning or preparing it for a refill.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"crystal-final\"\u003e\n\n    \u003cdiv class=\"crystal-eyebrow\"\u003e\n      The Crystal Stone Candle Collection\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Stone, Crystal and Fragrance in Perfect Balance\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Made to order, finished by hand and designed to illuminate the home long\n      after the final flame.\n    \u003c\/p\u003e\n\n    \u003ca class=\"crystal-button\" href=\"#crystal-candle-products\"\u003e\n      Shop Crystal Candles\n    \u003c\/a\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT GRID ANCHOR --\u003e\n  \u003cdiv id=\"crystal-candle-products\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"crystal-concrete-candle-large-oval","title":"Crystal Concrete Candle - Large Oval","description":"\u003cp\u003eDimensions -\u003cspan\u003e\u003cspan\u003e \u003c\/span\u003e6.5 x 3.15 x 2.95\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWicks - 3 due to size of vessel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVolume - 16 oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBurn Time - 75 hours (the average candle will burn 5-7 hours per oz)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur crystal concrete candles are the perfect way to instantly modernize your living space.  \u003c\/span\u003e\u003cspan\u003eNatural Crystals and Concrete are formed together to create a unique and one-of-a-kind housewarming gift and home accent.  Our gorgeous crystal embedded containers are hand-made, unique and one of a kind.....no two are alike.  These vessels can be used in a variety of ways from air plant holder, succulent pot, candle holder, jewelry pot to cute cup for small items.  \u003c\/span\u003e\u003cspan\u003eThe concrete has a super smooth finish, which makes it visually appealing.  We sell the DIY refill kits so that you can refill your candle and is a great way to recycle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThis clean-burning coconut wax candle is designed for a long-lasting fragrance experience with a balanced scent throw, using phthalate-free fragrance oils...all handpoured in Landrum, SC.  Our candles are vegan, cruelty-free, phthalate-free and petroleum-free.\u003c\/p\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Almond Blossom \u0026 Wildflower","offer_id":42218750902342,"sku":"","price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Amber \u0026 Lavender","offer_id":42218758832198,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Arugula","offer_id":42218758864966,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Bibliothe'que","offer_id":42218758897734,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Black Plum \u0026 Creme De Cassis","offer_id":42218758963270,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Blackberries \u0026 Rose Petals","offer_id":42218758996038,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ By The Fireplace","offer_id":42218759028806,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cocoa Cashmere","offer_id":42218759127110,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Crosby","offer_id":42218759159878,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Dry Gin \u0026 Cypress","offer_id":42218759225414,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Green Fig \u0026 Black Currant","offer_id":43869215424582,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Heirloom Tomato","offer_id":42218759258182,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hippie Girl","offer_id":42218759290950,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Home \u0026 Hearth","offer_id":43869215555654,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Honeysuckle \u0026 Jasmine","offer_id":42218759323718,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Limoncello Creme","offer_id":42218759356486,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Maison du Soleil","offer_id":43869215457350,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Mossy Forest Path","offer_id":42218759389254,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Oud Immortel","offer_id":42218759422022,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Roots \u0026 Earth","offer_id":43869215490118,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rose Peppered Plum","offer_id":42218759520326,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rosemary Sage","offer_id":42218759553094,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sel Aquatique","offer_id":43869215522886,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Southern Grace","offer_id":42218759618630,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Stiff Drink \u0026 A Smoke","offer_id":42218759585862,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Autumn Wreath (Fall \/ Holiday)","offer_id":42218759979078,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cabin Retreat (Fall \/ Holiday)","offer_id":43869215588422,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cashmere Pumpkin (Fall \/ Holiday)","offer_id":43869215621190,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Holiday Sugar Cookie (Fall \/ Holiday)","offer_id":42218760011846,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hot Apple Cider (Fall \/ Holiday)","offer_id":42218760044614,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Peppermint \u0026 Cocoa Shavings (Fall \/ Holiday)","offer_id":42218759782470,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Pumpkins \u0026 Patchouli (Fall \/ Holiday)","offer_id":42218759913542,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sweater Weather (Fall \/ Holiday)","offer_id":43869487398982,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Trim The Tree (Fall \/ Holiday)","offer_id":42218759848006,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Birch (Fall \/ Holiday)","offer_id":42218759880774,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Pumpkins \u0026 Amber (Fall \/ Holiday)","offer_id":43869215653958,"sku":null,"price":62.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/1000016803.jpg?v=1728840409"},{"product_id":"crystal-concrete-candle-large-oval-copy","title":"Crystal Concrete Candle - Large Square","description":"\u003cp\u003eDimensions -\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e3.9 x 3.9 x 3.9\u003c\/span\u003e\u003cspan\u003e inch\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWicks - 3 due to size of vessel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVolume - 20 oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBurn Time - 120 hours (the average candle will burn 5-7 hours per oz)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur crystal concrete candles are the perfect way to instantly modernize your living space.  \u003c\/span\u003e\u003cspan\u003eNatural Crystals and Concrete are formed together to create a unique and one-of-a-kind housewarming gift and home accent.  Our gorgeous crystal embedded containers are hand-made, unique and one of a kind.....no two are alike.  These vessels can be used in a variety of ways from air plant holder, succulent pot, candle holder, jewelry pot to cute cup for small items.  \u003c\/span\u003e\u003cspan\u003eThe concrete has a super smooth finish, which makes it visually appealing.  We sell the DIY refill kits so that you can refill your candle and is a great way to recycle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThis clean-burning coconut wax candle is designed for a long-lasting fragrance experience with a balanced scent throw, using phthalate-free fragrance oils...all handpoured in Landrum, SC.  Our candles are vegan, cruelty-free, phthalate-free and petroleum-free.\u003c\/p\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Almond Blossom \u0026 Wildflower","offer_id":42218762108998,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Amber \u0026 Lavender","offer_id":42218762141766,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Arugula","offer_id":42218762174534,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Bibliothe'que","offer_id":42218762207302,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Black Plum \u0026 Creme De Cassis","offer_id":42218762272838,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Blackberries \u0026 Rose Petals","offer_id":42218762305606,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ By The Fireplace","offer_id":42218762338374,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cocoa Cashmere","offer_id":42218762436678,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Crosby","offer_id":42218762469446,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Dry Gin \u0026 Cypress","offer_id":42218762534982,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Green Fig \u0026 Black Currant","offer_id":43869173809222,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Heirloom Tomato","offer_id":42218762567750,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hippie Girl","offer_id":42218762600518,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Honeysuckle \u0026 Jasmine","offer_id":42218762633286,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Limoncello Creme","offer_id":42218762666054,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Maison du Soleil","offer_id":43869173841990,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Mossy Forest Path","offer_id":42218762698822,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Oud Immortel","offer_id":42218762731590,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rose Peppered Plum","offer_id":42218762829894,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rosemary Sage","offer_id":42218762862662,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Roots \u0026 Earth","offer_id":43869173874758,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sel Aquatique","offer_id":43869173907526,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Smoke \u0026 Cardamom","offer_id":43869173940294,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Southern Grace","offer_id":42218762928198,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Stiff Drink \u0026 A Smoke","offer_id":42218762895430,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Autumn Wreath (Fall \/ Holiday)","offer_id":42218763288646,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cabin Retreat (Fall \/ Holiday)","offer_id":43869173973062,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cashmere Pumpkin (Fall \/ Holiday)","offer_id":43869174005830,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Holiday Sugar Cookie (Fall \/ Holiday)","offer_id":42218763321414,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hot Apple Cider (Fall \/ Holiday)","offer_id":42218763354182,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Peppermint \u0026 Cocoa Shavings (Fall \/ Holiday)","offer_id":42218763092038,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Pumpkins \u0026 Patchouli (Fall \/ Holiday)","offer_id":42218763223110,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sweater Weather (Fall \/ Holiday)","offer_id":43869486809158,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Trim The Tree (Fall \/ Holiday)","offer_id":42218763157574,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Birch (Fall \/ Holiday)","offer_id":42218763190342,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Pumpkins \u0026 Amber (Fall \/ Holiday)","offer_id":43869174038598,"sku":null,"price":72.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/1000016801.jpg?v=1728836126"},{"product_id":"crystal-concrete-candle-small-oval","title":"Crystal Concrete Candle - Small Oval","description":"\u003cp\u003eDimensions -\u003cspan\u003e\u003cspan\u003e \u003c\/span\u003e5.51 x 3.94 x 0.71 inches\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWicks - 2 due to size of vessel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVolume - 12 oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBurn Time - 75 hours (the average candle will burn 5-7 hours per oz)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur crystal concrete candles are the perfect way to instantly modernize your living space.  \u003c\/span\u003e\u003cspan\u003eNatural Crystals and Concrete are formed together to create a unique and one-of-a-kind housewarming gift and home accent.  Our gorgeous crystal embedded containers are hand-made, unique and one of a kind.....no two are alike.  These vessels can be used in a variety of ways from air plant holder, succulent pot, candle holder, jewelry pot to cute cup for small items.  \u003c\/span\u003e\u003cspan\u003eThe concrete has a super smooth finish, which makes it visually appealing.  We sell the DIY refill kits so that you can refill your candle and is a great way to recycle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThis clean-burning coconut wax candle is designed for a long-lasting fragrance experience with a balanced scent throw, using phthalate-free fragrance oils...all handpoured in Landrum, SC.  Our candles are vegan, cruelty-free, phthalate-free and petroleum-free.\u003c\/p\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Almond Blossom \u0026 Wildflower","offer_id":42218768957510,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Amber \u0026 Lavender","offer_id":42218768990278,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Arugula","offer_id":42218769023046,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Bibliothe'que","offer_id":42218769055814,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Black Plum \u0026 Creme De Cassis","offer_id":42218769121350,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Blackberries \u0026 Rose Petals","offer_id":42218769154118,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ By The Fireplace","offer_id":42218769186886,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cocoa Cashmere","offer_id":42218769285190,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Crosby","offer_id":42218769317958,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Dry Gin \u0026 Cypress","offer_id":42218769383494,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Heirloom Tomato","offer_id":42218769416262,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hippie Girl","offer_id":42218769449030,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Honeysuckle \u0026 Jasmine","offer_id":42218769481798,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Limoncello Creme","offer_id":42218769514566,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Mossy Forest Path","offer_id":42218769547334,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Oud Immortel","offer_id":42218769580102,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rose Peppered Plum","offer_id":42218769678406,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rosemary Sage","offer_id":42218769711174,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Southern Grace","offer_id":42218769776710,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Stiff Drink \u0026 A Smoke","offer_id":42218769743942,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Autumn Wreath (Fall \/ Holiday)","offer_id":42218770137158,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cabin Retreat (Fall \/ Holiday)","offer_id":43869167648838,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cashmere Pumpkin (Fall \/ Holiday)","offer_id":43869167681606,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Holiday Sugar Cookie (Fall \/ Holiday)","offer_id":42218770169926,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hot Apple Cider (Fall \/ Holiday)","offer_id":42218770202694,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Peppermint \u0026 Cocoa Shavings (Fall \/ Holiday)","offer_id":42218769940550,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Pumpkins \u0026 Patchouli (Fall \/ Holiday)","offer_id":42218770071622,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sweater Weather (Fall \/ Holiday)","offer_id":43869485891654,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Trim The Tree (Fall \/ Holiday)","offer_id":42218770006086,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Birch (Fall \/ Holiday)","offer_id":42218770038854,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Pumpkins \u0026 Amber (Fall \/ Holiday)","offer_id":43869167714374,"sku":null,"price":54.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/Small_Oval_Crystal.2.png?v=1728844043"},{"product_id":"crystal-concrete-candle-small-oval-copy","title":"Crystal Concrete Candle - XL Rectangle","description":"\u003cp\u003eDimensions -\u003cspan\u003e 7.48 X 3.94 X 3.54 inch (L*W*H)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWicks - 4 due to size of vessel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVolume - 35 oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBurn Time - 210 hours (the average candle will burn 5-7 hours per oz)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur crystal concrete candles are the perfect way to instantly modernize your living space.  \u003c\/span\u003e\u003cspan\u003eNatural Crystals and Concrete are formed together to create a unique and one-of-a-kind housewarming gift and home accent.  Our gorgeous crystal embedded containers are hand-made, unique and one of a kind.....no two are alike.  These vessels can be used in a variety of ways from air plant holder, succulent pot, candle holder, jewelry pot to cute cup for small items.  \u003c\/span\u003e\u003cspan\u003eThe concrete has a super smooth finish, which makes it visually appealing.  We sell the DIY refill kits so that you can refill your candle and is a great way to recycle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003eThis clean-burning coconut wax candle is designed for a long-lasting fragrance experience with a balanced scent throw, using phthalate-free fragrance oils...all handpoured in Landrum, SC.  Our candles are vegan, cruelty-free, phthalate-free and petroleum-free.\u003cbr\u003e\u003c\/p\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Almond Blossom \u0026 Wildflower","offer_id":42218824368198,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Amber \u0026 Lavender","offer_id":42218824400966,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Arugula","offer_id":42218824433734,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Bibliothe'que","offer_id":42218824466502,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Black Plum \u0026 Creme De Cassis","offer_id":42218824532038,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Blackberries \u0026 Rose Petals","offer_id":42218824564806,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ By The Fireplace","offer_id":42218824597574,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cocoa Cashmere","offer_id":42218824695878,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Crosby","offer_id":42218824728646,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Dry Gin \u0026 Cypress","offer_id":42218824794182,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Green Fig \u0026 Black Currant","offer_id":43869162307654,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Heirloom Tomato","offer_id":42218824826950,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hippie Girl","offer_id":42218824859718,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Honeysuckle \u0026 Jasmine","offer_id":42218824892486,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Limoncello Creme","offer_id":42218824925254,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Maison du Soleil","offer_id":43869162340422,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Mossy Forest Path","offer_id":42218824958022,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Oud Immortel","offer_id":42218824990790,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Red Currant \u0026 Peppercorn","offer_id":42218825056326,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Roots \u0026 Earth","offer_id":43869162373190,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rose Peppered Plum","offer_id":42218825089094,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rosemary Sage","offer_id":42218825121862,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sel Aquatique","offer_id":43869162405958,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Southern Grace","offer_id":42218825187398,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Smoke \u0026 Cardamom","offer_id":43869162438726,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Stiff Drink \u0026 A Smoke","offer_id":42218825154630,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Autumn Wreath (Fall \/ Holiday)","offer_id":42218825547846,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cabin Retreat (Fall \/ Holiday)","offer_id":43869162471494,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cashmere Pumpkin (Fall \/ Holiday)","offer_id":43869162504262,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Holiday Sugar Cookie (Fall \/ Holiday)","offer_id":42218825580614,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hot Apple Cider (Fall \/ Holiday)","offer_id":42218825613382,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Peppermint \u0026 Cocoa Shavings (Fall \/ Holiday)","offer_id":42218825351238,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Pumpkins \u0026 Patchouli (Fall \/ Holiday)","offer_id":42218825482310,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sweater Weather (Fall \/ Holiday)","offer_id":43869485629510,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Trim The Tree (Fall \/ Holiday)","offer_id":42218825416774,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Birch (Fall \/ Holiday)","offer_id":42218825449542,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Pumpkins \u0026 Amber (Fall \/ Holiday)","offer_id":43869162537030,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/IMG_0137.jpg?v=1728845220"},{"product_id":"crystal-concrete-candle-xl-hexagon","title":"Crystal Concrete Candle - XL Octagon","description":"\u003cp\u003eDimensions -\u003cspan\u003e\u003cspan\u003e \u003c\/span\u003e5.91 x 6.42 x 3.07inch (L*W*H)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWicks - 4 due to size of vessel\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eVolume - 35 oz\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBurn Time - 210 hours (the average candle will burn 5-7 hours per oz)\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eOur crystal concrete candles are the perfect way to instantly modernize your living space.  \u003c\/span\u003e\u003cspan\u003eNatural Crystals and Concrete are formed together to create a unique and one-of-a-kind housewarming gift and home accent.  Our gorgeous crystal embedded containers are hand-made, unique and one of a kind.....no two are alike.  These vessels can be used in a variety of ways from air plant holder, succulent pot, candle holder, jewelry pot to cute cup for small items.  \u003c\/span\u003e\u003cspan\u003eThe concrete has a super smooth finish, which makes it visually appealing.  We sell the DIY refill kits so that you can refill your candle and is a great way to recycle. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003eThis clean-burning coconut wax candle is designed for a long-lasting fragrance experience with a balanced scent throw, using phthalate-free fragrance oils...all handpoured in Landrum, SC.  Our candles are vegan, cruelty-free, phthalate-free and petroleum-free.\u003cbr\u003e\u003c\/p\u003e","brand":"LuLu \u0026 Oliver","offers":[{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Almond Blossom \u0026 Wildflower","offer_id":42218828365894,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Amber \u0026 Lavender","offer_id":42218828398662,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Arugula","offer_id":42218828431430,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Bibliothe'que","offer_id":42218828464198,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Black Plum \u0026 Creme De Cassis","offer_id":42218828529734,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Blackberries \u0026 Rose Petals","offer_id":42218828562502,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ By The Fireplace","offer_id":42218828595270,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cocoa Cashmere","offer_id":42218828693574,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Crosby","offer_id":42218828726342,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Dry Gin \u0026 Cypress","offer_id":42218828791878,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Green Fig \u0026 Black Currant","offer_id":43869044473926,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Heirloom Tomato","offer_id":42218828824646,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hippie Girl","offer_id":42218828857414,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Honeysuckle \u0026 Jasmine","offer_id":42218828890182,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Limoncello Creme","offer_id":42218828922950,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Maison du Soleil","offer_id":43869044506694,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Mossy Forest Path (fresh turned earth)","offer_id":42218828955718,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Oud Immortel","offer_id":42218828988486,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Roots \u0026 Earth","offer_id":43869044539462,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rose Peppered Plum","offer_id":42218829086790,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Rosemary Sage","offer_id":42218829119558,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sel Aquatique","offer_id":43869044572230,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Smoke \u0026 Cardamom","offer_id":43869044604998,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Southern Grace","offer_id":42218829185094,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Stiff Drink \u0026 A Smoke","offer_id":42218829152326,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Autumn Wreath (Fall \/ Holiday)","offer_id":42218829545542,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cabin Retreat (Fall \/ Holiday)","offer_id":43869044637766,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Cashmere Pumpkin (Fall \/ Holiday)","offer_id":43869044670534,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Holiday Sugar Cookie (Fall \/ Holiday)","offer_id":42218829578310,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Hot Apple Cider (Fall \/ Holiday)","offer_id":42218829611078,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Peppermint \u0026 Cocoa Shavings (Fall \/ Holiday)","offer_id":42218829348934,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Pumpkins \u0026 Patchouli (Fall \/ Holiday)","offer_id":42218829480006,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Sweater Weather (Fall \/ Holiday)","offer_id":43869485137990,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ Trim The Tree (Fall \/ Holiday)","offer_id":42218829414470,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Birch (Fall \/ Holiday)","offer_id":42218829447238,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false},{"title":"Quartz Crystal or Fire Glass Blend (please specify color choice in check out notes) \/ White Pumpkins \u0026 Amber (Fall \/ Holiday)","offer_id":43869044703302,"sku":null,"price":80.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/files\/OctagonCrystal.png?v=1728845869"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0560\/1948\/4742\/collections\/1000016801.jpg?v=1728836145","url":"https:\/\/luluandoliver.com\/collections\/crystal-stone-candles.oembed","provider":"LuLu \u0026 Oliver","version":"1.0","type":"link"}