{"product_id":"velvet-butterfly-y-drop-necklace","title":"Velvet Butterfly Y-Drop Necklace","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            \n            \/* Design System Variables *\/\n            --primary: #c5a059; \/* Metallic Gold *\/\n            --primary-hover: #b08d46;\n            --text-main: #2d2d2d;\n            --text-sub: #5e5e5e;\n            --bg-body: #ffffff;\n            --bg-card: #fcfbf9; \/* Soft Cream *\/\n            --bg-soft: #f2f0eb;\n            --radius-md: 8px;\n            --radius-lg: 16px;\n            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n            --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n            --border-color: #e5e5e5;\n        }\n\n        \/* Typography *\/\n        .product-detail-container h1 {\n            font-size: 22px;\n            line-height: 1.3;\n            color: var(--text-main);\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .product-detail-container h2, \n        .product-detail-container h3 {\n            font-size: 20px;\n            line-height: 1.4;\n            color: var(--text-main);\n            margin-bottom: 1rem;\n            font-weight: 600;\n        }\n\n        .product-detail-container p, \n        .product-detail-container li, \n        .product-detail-container td, \n        .product-detail-container th,\n        .product-detail-container span,\n        .product-detail-container div {\n            font-size: 18px;\n            line-height: 1.6;\n            color: var(--text-sub);\n        }\n\n        \/* Layout Modules *\/\n        .module-section {\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n        }\n\n        \/* Image Placeholder Styling *\/\n        .image-placeholder {\n            width: 100%;\n            height: auto;\n            aspect-ratio: 1 \/ 1;\n            background-color: var(--bg-soft);\n            border: 2px dashed var(--primary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-style: italic;\n            border-radius: var(--radius-lg);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-image-placeholder {\n            aspect-ratio: 4 \/ 3;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            align-items: center;\n            text-align: center;\n        }\n\n        .trust-badge {\n            display: inline-block;\n            background-color: var(--primary);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 50px;\n            font-size: 18px;\n            font-weight: 600;\n            margin-top: 1rem;\n        }\n\n        \/* Feature Sections (Z-Pattern) *\/\n        .feature-item {\n            display: flex;\n            flex-direction: row;\n            align-items: center;\n            gap: 3rem;\n            margin-bottom: 4rem;\n        }\n\n        .feature-media {\n            flex: 1;\n        }\n\n        .feature-copy {\n            flex: 1;\n        }\n\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .feature-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 1rem;\n        }\n\n        .tag-pill {\n            background-color: var(--bg-card);\n            border: 1px solid var(--primary);\n            color: var(--text-main);\n            padding: 6px 12px;\n            border-radius: 4px;\n            font-size: 18px;\n        }\n\n        \/* Specifications Table *\/\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .spec-table tr {\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n\n        .spec-table td {\n            padding: 20px;\n            vertical-align: top;\n        }\n\n        .spec-label {\n            font-weight: 700;\n            color: var(--text-main);\n            width: 30%;\n        }\n\n        .spec-value {\n            color: var(--text-sub);\n        }\n\n        \/* FAQ Section *\/\n        .faq-item {\n            background-color: var(--bg-card);\n            padding: 24px;\n            border-radius: var(--radius-md);\n            margin-bottom: 16px;\n            border-left: 4px solid var(--primary);\n        }\n\n        .faq-question {\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 12px;\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 767px) {\n            .feature-item, \n            .feature-item:nth-child(even) {\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n\n            .feature-media {\n                width: 100%;\n            }\n\n            .feature-copy {\n                width: 100%;\n                text-align: left;\n            }\n\n            \/* Specifications Mobile Grid *\/\n            .spec-table, \n            .spec-table tbody, \n            .spec-table tr, \n            .spec-table td {\n                display: block;\n                width: 100%;\n                box-sizing: border-box;\n            }\n\n            .spec-table tr {\n                margin-bottom: 10px;\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 10px;\n                background: white;\n            }\n\n            .spec-table td {\n                padding: 8px 0;\n                display: grid;\n                grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n                gap: 14px;\n                align-items: start;\n            }\n\n            .spec-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n            }\n\n            .spec-value {\n                display: block;\n                min-width: 0;\n                max-width: 100%;\n                word-break: break-word;\n            }\n\n            \/* Extra small screens *\/\n            @media (max-width: 420px) {\n                .spec-table td {\n                    grid-template-columns: 1fr;\n                    gap: 6px;\n                }\n            }\n        }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Women's Necklace (Velvet Choker with Butterfly Pendant)\nTarget Audience: Women seeking elegant, vintage-inspired accessories for daily or evening wear.\nVisual Style: Luxurious, Vintage-Modern, High Contrast (Black \u0026 Gold).\nColor Strategy: Deep Black (#1a1a1a), Metallic Gold (#c5a059), Cream\/Off-White Backgrounds (#fcfbf9).\nModule Order: Hero -\u003e Features (Design, Chain, Clasp) -\u003e Specifications -\u003e FAQ.\nDetail Image Mapping: Hero=detail_3, Feature1=detail_2, Feature2=detail_4, Feature3=detail_5.\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (No direct comparison data provided).\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"module-section hero-section\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003ch1\u003eElevate Your Look with Velvet \u0026amp; Gold Butterfly Elegance\u003c\/h1\u003e\n\n\u003cp\u003eA striking black butterfly pendant with delicate gold-tone details creates a sophisticated focal point that instantly elevates any outfit.\u003c\/p\u003e\n\u003cspan class=\"trust-badge\"\u003eVintage-Inspired Statement Piece\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920175234\/b1c1ef5237c6ce14e77171b7cb9f5306.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"module-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eDesign Details\u003c\/h2\u003e\n\u003c!-- Feature 1: The Butterfly --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920175234\/57a3503af51553d98870f147da3acc71.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eElegant Butterfly Accent\u003c\/h3\u003e\n\n\u003cp\u003eThe centerpiece of this necklace is a bold black butterfly wing design outlined in metallic gold. This statement piece draws attention to the neckline, adding a touch of modern sophistication to your ensemble.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003eBold Silhouette\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eGold Tone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: The Chain --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920175234\/fd06022dd76e8d478874d3daae8f52f6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eChic Velvet-Wrapped Chain\u003c\/h3\u003e\n\n\u003cp\u003eMoving away from standard metal links, this choker features a unique chain interwoven with black velvet ribbon. This texture adds depth and contrast, offering a comfortable fit against the skin while maintaining a high-fashion aesthetic.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003eVelvet Texture\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eComfortable Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: The Clasp \u0026 Drop --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920175234\/e17bd69e96046e970611439e7ab45b46.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eFront Toggle Clasp \u0026amp; Y-Drop\u003c\/h3\u003e\n\n\u003cp\u003eDesigned to be worn at the front, the secure toggle clasp serves as both a functional fastener and a decorative element. Below it, cascading chains with black and gold bead accents create a graceful Y-drop effect that elongates the neck visually.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag-pill\"\u003eToggle Closure\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003eY-Drop Effect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"module-section specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Property\"\u003eLength\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\" data-label=\"Value\"\u003e\u003cspan class=\"spec-value\"\u003e16.54 inches (42 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Property\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\" data-label=\"Value\"\u003e\u003cspan class=\"spec-value\"\u003eMetal Chain, Velvet Ribbon\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Property\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\" data-label=\"Value\"\u003e\u003cspan class=\"spec-value\"\u003eGold \u0026amp; Black\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Property\"\u003eClasp Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value\" data-label=\"Value\"\u003e\u003cspan class=\"spec-value\"\u003eFront Toggle Clasp\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"module-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere should the clasp be positioned?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis necklace is designed to be worn with the toggle clasp at the front of the neck. It functions as a key part of the jewelry's aesthetic rather than just a fastening mechanism.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat does the \"Y-Drop\" look like?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe Y-Drop refers to the two fine chains hanging from the bottom of the butterfly pendant. One chain ends in a black bead and the other in a gold bead, creating an asymmetrical, elongated shape on the chest.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the chain entirely made of metal?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the chain features a mixed-material design. It consists of gold-tone metal links interlaced with black velvet ribbon, giving it a soft texture and a distinct vintage appearance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Default Title","offer_id":47513737035967,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b1c1ef5237c6ce14e77171b7cb9f5306.jpg?v=1789898192","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/velvet-butterfly-y-drop-necklace","provider":"Bak","version":"1.0","type":"link"}