{"product_id":"fluttering-crystal-butterfly-car-decor","title":"Fluttering Crystal Butterfly Car Decor","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: 3D Fluttering Butterfly Car Decor\n  Target Audience: Drivers seeking personal, elegant car interior embellishments\n  Visual Style: Elegant, delicate, shimmering, clean\n  Color Strategy: Soft gold accents, translucent pastel colors (Pink, Purple, Blue, Green)\n  Module Order: Intro\/Hero -\u003e Feature Sections -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_1, Feature2=detail_3, Feature3=detail_5\n  Specification Data Source: Updated per user request\n  Compare Section: Not included (no comparison data provided in source material)\n  Information Boundary: Strictly limited to provided facts. Handled details like the double-layered translucent resin wings, crystal edges, metallic gold body, and spring-action fluttering strictly on factual observations.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary-color: #d4af37;\n      --text-main: #2c2c2c;\n      --text-sub: #5c5c5c;\n      --bg-body: #ffffff;\n      --bg-card: #fdfbf7;\n      --bg-soft: #f7f7f7;\n      --border-color: #ececec;\n      --radius-lg: 12px;\n      --radius-md: 8px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      \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: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge-tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n      margin-bottom: 16px;\n    }\n    .product-detail-container .image-placeholder span {\n      font-weight: 500;\n      color: #888888;\n    }\n\n    \/* Non-clickable Badge Tag *\/\n    .product-detail-container .badge-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: 20px;\n      padding: 6px 16px;\n      margin-bottom: 16px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Grid \u0026 Flex layouts *\/\n    .product-detail-container .hero-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n    }\n    .product-detail-container .hero-copy {\n      padding-right: 20px;\n    }\n\n    .product-detail-container .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n    .product-detail-container .feature-copy {\n      padding: 20px;\n    }\n\n    \/* Mobile Feature Order Lock (Image First -\u003e Text Second) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .hero-block,\n      .product-detail-container .feature-item {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n      .product-detail-container .hero-copy,\n      .product-detail-container .feature-copy {\n        padding: 0;\n      }\n      .product-detail-container .feature-item {\n        display: flex;\n        flex-direction: column;\n      }\n      .product-detail-container .feature-media {\n        order: 1;\n        width: 100%;\n      }\n      .product-detail-container .feature-copy {\n        order: 2;\n        width: 100%;\n      }\n    }\n\n    \/* Desktop Z-Pattern Adjustment *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item:nth-child(even) .feature-media {\n        order: 2;\n      }\n      .product-detail-container .feature-item:nth-child(even) .feature-copy {\n        order: 1;\n      }\n    }\n\n    \/* Specifications Styling (Text Only) *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container .spec-table td {\n      padding: 16px 24px;\n      vertical-align: top;\n    }\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Mobile Safety Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n      .product-detail-container .spec-table .spec-label-cell {\n        display: none;\n      }\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* FAQ Styling *\/\n    .product-detail-container .faq-list {\n      margin-top: 24px;\n    }\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n    }\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n    }\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge-tag\"\u003eComplete 4-Color Set\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eShimmering Fluttering Butterfly Car Decor\u003c\/h1\u003e\n\n\u003ch3 style=\"color: var(--primary-color); font-size: 18px !important; margin-top: 16px; margin-bottom: 8px;\"\u003eWhy Choose One When You Can Have Them All?\u003c\/h3\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEvery order includes our \u003cstrong\u003eComplete 4-Color Rainbow Set\u003c\/strong\u003e (Crystal Pink, Lilac, Blue, and Mint). Whether you want to create a colorful display on your dashboard, or match different colors to different moods, this complete set gives you the ultimate freedom to decorate your car's interior.\u003c\/p\u003e\n\n\u003cp class=\"hero-subtitle\" style=\"margin-top: 16px;\"\u003eElevate your driving space with a delicate, double-layered 3D accent that gently responds to car airflow, bringing elegance and gentle motion to your car interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904094426\/f74ed1db80d600b299a1e385ce82f41f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: clamp(2rem, 5vw, 4rem);\"\u003eCrafted to Bring Your Interior to Life\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904095047\/66107c5438418cb91c8b91dbf2867fa0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eFluttering Butterfly Effect\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eFeaturing double-layered 3D wings connected physically to allow micro-motions, this decorative ornament sways and flutters gently with your car’s AC airflow or natural driving vibrations, adding a sense of movement and life to your cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904095047\/110c3fc9ef06bba1fbd123b281b5eb3f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSparkling Crystal Accents\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eThe outer edges of the semi-translucent wings are meticulously lined with fine, light-refracting crystal rhinestones. When sunbeams or streetlights filter into your vehicle, they capture the light beautifully, casting elegant reflections across your dashboard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904095047\/bb7188560450737d88f7a290e5eb02a7.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eVersatile Stick-On Design\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eEquipped with a flat circular adhesive backing, you can securely position these butterflies wherever you desire. Easily customize your central navigation screen frame, rearview mirror bezel, dashboard, or air vent surroundings without bulky clips or mounts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS (Text Only) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\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-cell\" style=\"font-weight: 600; width: 35%;\"\u003eWhat's Included\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"What's Included\"\u003e\u003cspan class=\"spec-value\"\u003e4 x Fluttering Crystal Butterflies (1 Pink, 1 Lilac, 1 Blue, 1 Mint)\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-cell\" style=\"font-weight: 600; width: 35%;\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 1.5\" x 1.2\" (3.8 cm x 3.0 cm) per butterfly\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-cell\" style=\"font-weight: 600; width: 35%;\"\u003eInstallation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Installation\"\u003e\u003cspan class=\"spec-value\"\u003eNon-marking, residue-free circular adhesive backing\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!-- FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🦋 Do I need to choose a color?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo need to choose! Every order automatically comes as a Complete Set of 4, including one of each beautiful color: Crystal Pink, Lilac, Blue, and Mint.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🦋 Will the adhesive leave a sticky residue on my car?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo! We use high-quality, non-marking adhesive pads. They hold firmly even in hot car temperatures but can be removed cleanly without damaging your dashboard or screens.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🦋 How do the wings flutter?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe delicate outer wings are physically attached to the central base in a flexible manner. They respond naturally to the ambient air currents inside your cabin (such as AC air vent flow) or the subtle movements of your vehicle while driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📍 Where can I paste these butterflies?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThanks to their flat adhesive backing, they can be placed on almost any smooth, hard, flat surface. Popular spots include the corners of central navigation screens, rearview mirror frames, flat dashboard panels, or air vent surrounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔋 Do they require batteries or wiring?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo electrical components, wiring, or batteries are needed. The motion is entirely physical and kinetic, relying solely on cabin airflow and car vibrations to create the fluttering effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (4 Butterflies - All Colors)","offer_id":50407923646704,"sku":"0908-15257238","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (8 Butterflies - Share with a friend! Save 10%)","offer_id":50407923679472,"sku":"0908-15252558","price":23.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/f74ed1db80d600b299a1e385ce82f41f.jpg?v=1788852539","url":"https:\/\/cozyllio.com\/products\/fluttering-crystal-butterfly-car-decor","provider":"Cozyllio","version":"1.0","type":"link"}