{"product_id":"luminous-dream-blue-butterfly-bracelet-neacklace","title":"Luminous Dream Blue Butterfly Bracelet and Necklace","description":"\u003cstyle\u003e\n  .veloisse-butterfly-section,\n  .veloisse-butterfly-section * {\n    box-sizing: border-box;\n  }\n\n  .veloisse-butterfly-section {\n    max-width: 1200px;\n    margin: 48px auto;\n    padding: 0 20px;\n    color: rgb(var(--color-foreground));\n    font-family: var(--font-body-family);\n  }\n\n  .veloisse-butterfly-intro {\n    max-width: 760px;\n    margin: 0 auto 40px;\n    text-align: center;\n  }\n\n  .veloisse-butterfly-intro h2 {\n    margin: 0 0 12px;\n    font-size: clamp(28px, 3vw, 40px);\n    line-height: 1.2;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n  }\n\n  .veloisse-butterfly-intro p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.75;\n    color: rgba(var(--color-foreground), 0.72);\n  }\n\n  .veloisse-product-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 24px;\n    margin-bottom: 52px;\n  }\n\n  .veloisse-product-card {\n    height: 100%;\n    padding: 28px;\n    border: 1px solid rgba(var(--color-foreground), 0.08);\n    border-radius: 18px;\n    background: rgb(var(--color-background));\n    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);\n  }\n\n  .veloisse-product-label {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    background: #edf4ff;\n    color: #4d6888;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .veloisse-product-card h3 {\n    margin: 0 0 14px;\n    font-size: 24px;\n    line-height: 1.35;\n    font-weight: 600;\n    color: rgb(var(--color-foreground));\n  }\n\n  .veloisse-product-card \u003e p {\n    margin: 0 0 22px;\n    font-size: 15px;\n    line-height: 1.75;\n    color: rgba(var(--color-foreground), 0.75);\n  }\n\n  .veloisse-product-details {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid rgba(var(--color-foreground), 0.08);\n  }\n\n  .veloisse-product-details li {\n    display: grid;\n    grid-template-columns: 120px minmax(0, 1fr);\n    gap: 14px;\n    align-items: start;\n    padding: 13px 0;\n    border-bottom: 1px solid rgba(var(--color-foreground), 0.08);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .veloisse-product-details strong {\n    font-weight: 600;\n    color: rgb(var(--color-foreground));\n  }\n\n  .veloisse-product-details span {\n    color: rgba(var(--color-foreground), 0.72);\n  }\n\n  .veloisse-skin-note {\n    margin-top: 18px;\n    padding: 15px 16px;\n    border-radius: 10px;\n    background: rgba(var(--color-foreground), 0.03);\n    font-size: 14px;\n    line-height: 1.7;\n    color: rgba(var(--color-foreground), 0.72);\n  }\n\n  .veloisse-skin-note strong {\n    color: rgb(var(--color-foreground));\n  }\n\n  .veloisse-story {\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 0;\n    overflow: hidden;\n    border: 1px solid rgba(var(--color-foreground), 0.08);\n    border-radius: 20px;\n    background: #f7f8fa;\n    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);\n  }\n\n  .veloisse-story-media {\n    position: relative;\n    min-height: 100%;\n  }\n\n  .veloisse-story-media img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n    object-fit: cover;\n  }\n\n  .veloisse-story-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 42px 40px;\n  }\n\n  .veloisse-story-content h2 {\n    margin: 0 0 18px;\n    font-size: clamp(28px, 3vw, 38px);\n    line-height: 1.2;\n    font-weight: 600;\n    letter-spacing: -0.02em;\n    color: rgb(var(--color-foreground));\n  }\n\n  .veloisse-story-content p {\n    margin: 0 0 24px;\n    font-size: 16px;\n    line-height: 1.8;\n    color: rgba(var(--color-foreground), 0.72);\n  }\n\n  .veloisse-story-gif {\n    overflow: hidden;\n    border-radius: 14px;\n    background: #fff;\n  }\n\n  .veloisse-story-gif img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  @media screen and (max-width: 989px) {\n    .veloisse-product-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .veloisse-story {\n      grid-template-columns: 1fr;\n    }\n\n    .veloisse-story-media img {\n      min-height: auto;\n      aspect-ratio: 1 \/ 1;\n      height: auto;\n    }\n\n    .veloisse-story-content {\n      padding: 30px 24px;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .veloisse-butterfly-section {\n      margin: 28px auto;\n      padding: 0 16px;\n    }\n\n    .veloisse-butterfly-intro {\n      margin-bottom: 28px;\n    }\n\n    .veloisse-product-grid {\n      gap: 18px;\n      margin-bottom: 36px;\n    }\n\n    .veloisse-product-card {\n      padding: 22px 18px;\n      border-radius: 14px;\n    }\n\n    .veloisse-product-card h3 {\n      font-size: 21px;\n    }\n\n    .veloisse-product-details li {\n      grid-template-columns: 1fr;\n      gap: 4px;\n      padding: 12px 0;\n    }\n\n    .veloisse-story {\n      border-radius: 16px;\n    }\n\n    .veloisse-story-content {\n      padding: 24px 18px;\n      text-align: center;\n    }\n\n    .veloisse-story-content p {\n      font-size: 15px;\n    }\n\n    .veloisse-story-gif {\n      border-radius: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"veloisse-butterfly-section\"\u003e\n  \u003cdiv class=\"veloisse-butterfly-intro\"\u003e\n    \u003ch2\u003eLuminous Blue Butterfly Jewelry\u003c\/h2\u003e\n    \u003cp\u003e\n      Delicate by day and softly luminous at night, these blue butterfly pieces\n      bring a dreamy touch of elegance, wonder, and quiet magic to every look.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"veloisse-product-grid\"\u003e\n    \u003c!-- Bracelet --\u003e\n    \u003cdiv class=\"veloisse-product-card\"\u003e\n      \u003cspan class=\"veloisse-product-label\"\u003eBracelet\u003c\/span\u003e\n      \u003ch3\u003eLuminous Blue Butterfly Bracelet\u003c\/h3\u003e\n      \u003cp\u003e\n        Let your style shine day and night with this elegant butterfly bracelet.\n        The dreamy blue butterfly charm glows softly in the dark, adding a\n        magical finishing touch to both everyday outfits and special-occasion looks.\n      \u003c\/p\u003e\n\n      \u003cul class=\"veloisse-product-details\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eChain Length\u003c\/strong\u003e\n          \u003cspan\u003e15 + 1.5 + 1.5 cm\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eMaterial\u003c\/strong\u003e\n          \u003cspan\u003e925 Sterling Silver\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eDesign\u003c\/strong\u003e\n          \u003cspan\u003eLuminous blue butterfly charm\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eFit\u003c\/strong\u003e\n          \u003cspan\u003eLightweight and adjustable\u003c\/span\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"veloisse-skin-note\"\u003e\n        Made with 92.5% pure silver for lasting everyday wear. Our jewelry is\n        \u003cstrong\u003enickel-free and cadmium-free\u003c\/strong\u003e, making it a comfortable\n        choice for sensitive skin.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Necklace --\u003e\n    \u003cdiv class=\"veloisse-product-card\"\u003e\n      \u003cspan class=\"veloisse-product-label\"\u003eNecklace\u003c\/span\u003e\n      \u003ch3\u003eLuminous Blue Butterfly Necklace\u003c\/h3\u003e\n      \u003cp\u003e\n        This enchanting necklace features a delicate butterfly in a dreamy blue\n        hue. Its soft glow in the dark captures a beautiful balance of elegance\n        and mystery, creating an eye-catching piece that feels magical without\n        being overly bold.\n      \u003c\/p\u003e\n\n      \u003cul class=\"veloisse-product-details\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eChain Length\u003c\/strong\u003e\n          \u003cspan\u003e40 + 2.5 + 2.5 cm\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eMaterial\u003c\/strong\u003e\n          \u003cspan\u003e925 Sterling Silver\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eDesign\u003c\/strong\u003e\n          \u003cspan\u003eLuminous blue butterfly pendant\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eOccasion\u003c\/strong\u003e\n          \u003cspan\u003eEveryday wear, gifts and special occasions\u003c\/span\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"veloisse-skin-note\"\u003e\n        Crafted from lightweight and durable 925 sterling silver. Our jewelry is\n        \u003cstrong\u003enickel-free and cadmium-free\u003c\/strong\u003e for comfortable everyday wear.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"veloisse-story\"\u003e\n    \u003cdiv class=\"veloisse-story-media\"\u003e\n      \u003cimg src=\"https:\/\/veloisse.com\/cdn\/shop\/files\/IMG_0524.jpg?v=1765633529\u0026amp;width=1500\" alt=\"Luminous blue butterfly sterling silver jewelry\" width=\"1500\" height=\"1500\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"veloisse-story-content\"\u003e\n      \u003ch2\u003eA Whisper of Light in Every Wear\u003c\/h2\u003e\n      \u003cp\u003e\n        We created this collection around the blue butterfly—not simply as a\n        beautiful motif, but as a symbol of transformation, hope, and quiet wonder.\n        Its graceful lines and subtle glow turn a fleeting moment of magic into\n        something you can carry close.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"veloisse-story-gif\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0637\/4994\/7598\/files\/GIF_20250822195339174_10a977bf-7df3-4c30-bf89-3607d1485fbe.gif?v=1785742861\" alt=\"Blue butterfly jewelry glowing in the dark\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"mysite","offers":[{"title":"Bracelet","offer_id":48281094553806,"sku":"Bracelet_01","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Necklace","offer_id":48281094586574,"sku":"Necklace_02","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Bracelet+Necklace (Best Deal)","offer_id":48281096847566,"sku":"083_Bracelet+Necklace","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0637\/4994\/7598\/files\/IMG_3420.jpg?v=1785742854","url":"https:\/\/atroposcrystal.com\/products\/luminous-dream-blue-butterfly-bracelet-neacklace","provider":"Atroposcrystal","version":"1.0","type":"link"}