{"product_id":"sparkling-rhinestone-butterfly-claw","title":"Sparkling Rhinestone Butterfly Claw","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：时尚发饰（蝴蝶流苏抓夹）\n  目标受众：追求优雅、闪亮风格，需要稳固发饰的女性\n  视觉风格：精致、华丽、优雅，强调金属光泽和水钻闪烁感\n  配色策略：以深紫\/金色为主调（--primary），搭配柔和背景色（--bg-soft）突出产品\n  模块顺序：Hero (整体氛围) → Feature 1 (设计细节) → Feature 2 (功能与稳固性) → Scenario (多场景展示) → Specs (尺寸规格) → FAQ\n  详情图映射：Hero=image_1 (左侧模特图), Feature1=image_2 (多色静物), Feature2=image_1 (细节拼图), Scenario=image_3 (多场景拼图)\n  规格图映射：Specs=image_0 (尺寸图)\n  对比模块：未加入（无明显对比需求，聚焦产品本身美感）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5e348c; \/* Deep elegant purple derived from product *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #fcfaff; \/* Very pale lavender tint *\/\n      --bg-soft: #f4eff9;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(94, 52, 140, 0.08);\n      --border-color: #eee5f5;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-feature {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-feature.reverse {\n        direction: rtl;\n      }\n      .pd-grid-feature.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Components *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Image Handling (Scheme A: Default Fluid) *\/\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Image Handling (Scheme B: Fixed Aspect Ratio for Grids) *\/\n    .pd-image-fixed {\n      aspect-ratio: 1\/1;\n      overflow: hidden;\n      position: relative;\n      border-radius: var(--radius-lg);\n      background: var(--bg-soft);\n    }\n    .pd-image-fixed img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover; \/* Changed to cover for lifestyle shots *\/\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n    .aspect-4-3 { aspect-ratio: 4\/3; }\n    .aspect-1-1 { aspect-ratio: 1\/1; }\n\n    \/* Scenario Grid *\/\n    .pd-scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n\n    \/* Specs Table *\/\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .pd-table th, .pd-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n    }\n    .pd-table tr:last-child td { border-bottom: none; }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead { display: none; }\n      .pd-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .pd-faq-item summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .pd-faq-item summary::-webkit-details-marker { display: none; }\n    .pd-faq-item summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n    details[open] summary::after { content: '−'; }\n    .pd-faq-item p {\n      margin-top: 1rem;\n      margin-bottom: 0;\n      padding-right: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-grid-feature\"\u003e\n\u003cdiv class=\"pd-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003eElegant \u0026amp; Secure Hair Jewelry\u003c\/span\u003e\n\u003ch1\u003eSparkling Butterfly Tassel Hair Claw\u003c\/h1\u003e\n\n\u003cp\u003eElevate your hairstyle instantly with this stunning butterfly clip. Featuring brilliant rhinestones, vibrant enamel, and graceful flowing tassels, it provides a secure and comfortable hold for all-day elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 (使用 image_1.png 左侧模特大图作为 Hero) ] --\u003e\n\u003cdiv class=\"img-placeholder aspect-4-3\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526145034\/175585ece8ef51afc901815b39f02669.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid-feature reverse\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder aspect-1-1\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526145034\/ea3f0e7951cfa55dfb1934aff761f47d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-content\"\u003e\n\u003ch2\u003eDazzling Details that Catch the Light\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with a gleaming gold-tone base, vibrant enamel wings, and high-shine rhinestones. Three delicate metal tassel chains, finished with matching jewel drops, sway gently with your movement, adding dynamic glamour to any look.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e✨ Shining Rhinestones\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🦋 Vibrant Enamel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e💧 Elegant Tassels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Function \u0026 Hold --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-feature\"\u003e\n\u003cdiv class=\"pd-content\"\u003e\n\u003ch2\u003eSecure Grip, All-Day Comfort\u003c\/h2\u003e\n\n\u003cp\u003eDon't sacrifice comfort for style. The durable metal alloy clip features a strong spring and densely packed anti-slip teeth designed to grip hair firmly without pulling, tugging, or damaging your strands, even in thicker hair.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🛡️ Durable Metal Alloy\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🔒 Strong Spring\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🌿 No Hair Damage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 (使用 image_1.png 展示细节拼图，强调齿梳和材质) ] --\u003e\n\u003cdiv class=\"img-placeholder aspect-1-1\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526145034\/553488a44db85642d3fdcac58a1f490a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv style=\"text-align: center; max-width: 800px; margin: 0 auto 3rem;\"\u003e\n\u003ch2\u003ePerfect for Every Occasion \u0026amp; Style\u003c\/h2\u003e\n\n\u003cp\u003eVersatile enough to transition effortlessly from a chic daily accent to a stunning accessory for weddings, parties, or formal events. Works beautifully in half-up styles, updos, braids, or side-swept looks.\u003cbr\u003e\n\u003c!-- [ 📷 需替换：detail_6 (image_3.png 右下图 - 盘发) ] --\u003e\u003c!-- [ 📷 需替换：detail_5 (image_3.png 右上图 - 短发半扎) ] --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid-feature\"\u003e\n\u003cdiv class=\"pd-image-wrapper\" style=\"max-width: 400px; margin: 0 auto;\"\u003e\n\u003c!-- [ 📷 需替换：spec_1 (使用 image_0.png 尺寸图) ] --\u003e\n\u003cdiv class=\"img-placeholder aspect-1-1\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526145034\/c4caa91cb18e8701a3776e762ea75aa7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMetal Alloy, Rhinestones, Enamel\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDurable gold-tone finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Butterfly Width\"\u003e6.6 cm \/ 2.36 inch\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWidest point of wings\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Butterfly Height\"\u003e3.5 cm \/ 1.37 inch\u003c\/td\u003e\n\t\t\t\u003ctd\u003eTop to bottom of wings\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tassel Length\"\u003e~4 cm \/ 1.57 inch\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHanging chains\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Clip Type\"\u003eSpring claw clip with teeth\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAnti-slip design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eWill this hold thick hair securely?\u003c\/summary\u003e\n\n\u003cp\u003eYes, the strong metal spring and densely packed teeth design are built to provide a secure grip for various hair types, including thicker hair and half-up styles.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eAre the tassels removable?\u003c\/summary\u003e\n\n\u003cp\u003eNo, the elegant tassel chains are securely attached to the base of the butterfly to ensure they stay in place and don't get lost.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eHow do I care for the rhinestones and metal?\u003c\/summary\u003e\n\n\u003cp\u003eTo maintain the sparkle and finish, avoid direct contact with hairspray, perfume, or water. Wipe gently with a soft, dry cloth if needed for cleaning.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (All 5 Colors)","offer_id":45660794224831,"sku":"0526-15384226","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (10 Clips - Gift 1 Set to a Friend)","offer_id":45660794257599,"sku":"0526-15387161","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/175585ece8ef51afc901815b39f02669_19cc96d4-1902-4cbe-ba00-3abc87f46ebc.jpg?v=1779781106","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/sparkling-rhinestone-butterfly-claw","provider":"Bak","version":"1.0","type":"link"}