{"product_id":"versatile-flower-garment-clip","title":"Versatile Flower Garment Clip","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Floral Enamel Brooch Collection\nTarget Audience: Fashion-forward individuals, people seeking elegant accessories for cardigans, blouses, and dresses\nVisual Style: Elegant, premium, minimalist luxury with deep teal and warm champagne gold accents\nColor Strategy: Deep teal\/cyan accent matching the signature crystal color, warm champagne background details, refined borders\nModule Order: Hero Section -\u003e Bundle Options (Core Conversion) -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nInformation Boundary: Updated based on the new text template provided. Size strictly set to 3.7cm \/ 1.45 inches. Emphasized bundle options to increase AOV (Average Order Value).\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* DESIGN SYSTEM VARIABLES *\/\n    .product-detail-container {\n      --primary: #0a6b74;\n      --primary-hover: #074e55;\n      --text-main: #1c1c1c;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fdfcf7;\n      --bg-soft: #f4f6f6;\n      --bg-highlight: #fffbf0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e8e8;\n      --gold-accent: #d4af37;\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    \/* TYPOGRAPHY *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n      font-size: 26px;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 16px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* SPACING *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* IMAGE PLACEHOLDER STYLING *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #ccd1d1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 60px 20px;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 600;\n      font-size: 18px;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* HERO CONTENT BLOCK *\/\n    .hero-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      padding: 40px 0;\n    }\n\n    .hero-copy {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .hero-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n    }\n\n    .badge {\n      background-color: var(--bg-card);\n      border: 1px solid var(--gold-accent);\n      color: #8a6d1c;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    \/* BUNDLE SECTION *\/\n    .bundle-section h2 {\n      text-align: center;\n      margin-bottom: 30px;\n      font-size: 24px;\n    }\n    \n    .bundle-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    @media (min-width: 768px) {\n      .bundle-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .bundle-card {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.2s ease;\n    }\n    \n    .bundle-card:hover {\n      transform: translateY(-2px);\n      box-shadow: var(--shadow-lg);\n    }\n\n    .bundle-card.best-value {\n      background-color: var(--bg-highlight);\n      border: 2px solid var(--gold-accent);\n      position: relative;\n    }\n\n    .bundle-title {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .best-value-tag {\n      background-color: var(--gold-accent);\n      color: #fff;\n      font-size: 12px;\n      font-weight: 700;\n      padding: 4px 8px;\n      border-radius: 4px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      background-color: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    \/* SPECIFICATIONS TABLE *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specifications-section h2 {\n      margin-bottom: 24px;\n      color: var(--text-main);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\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: 16px 20px;\n      vertical-align: top;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* RESPONSIVE DESIGN - MOBILE LOCKED SIZES *\/\n    @media (max-width: 767px) {\n      .hero-block {\n        grid-template-columns: 1fr;\n        gap: 30px;\n        padding: 20px 0;\n      }\n\n      .hero-copy {\n        order: 2;\n      }\n\n      .hero-media {\n        order: 1;\n      }\n\n      .feature-item {\n        flex-direction: column !important;\n        padding: 20px;\n        gap: 20px;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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 10px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 16px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-property {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 16px;\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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"badge\"\u003eInstant Elegance\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eInstant Elegance for Every Outfit: The Floral Enamel Brooch Collection\u003c\/h1\u003e\n\n\u003cp\u003eTransform your everyday cardigans, blouses, and dresses into stunning statement pieces. Whether you need a subtle touch of class or a vibrant pop of color, our meticulously crafted floral brooches are the perfect accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img127\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831154137\/bf363a31daefba9abb4b0b8365ee83c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. CHOOSE YOUR PERFECT SET (BUNDLE UPSELL) --\u003e\n\n\u003csection class=\"product-detail-section bundle-section\"\u003e\n\u003ch2\u003e✨ Choose Your Perfect Set\u003c\/h2\u003e\n\n\u003cdiv class=\"bundle-grid\"\u003e\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cdiv class=\"bundle-title\"\u003eThe Single Color Duo (2-Pack)\u003c\/div\u003e\n\n\u003cp\u003eFound your absolute favorite color? Get a matching pair! Perfect for symmetrical styling on collars or cuffs. Available in 8 stunning shades: \u003cem\u003eOcean Blue, Vintage Black, Pearl White, Emerald Green, Champagne Gold, Amethyst Purple, Ruby Red, and Rose Pink.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cdiv class=\"bundle-title\"\u003eThe Classic Elegance (4-Pack)\u003c\/div\u003e\n\n\u003cp\u003eThe timeless essentials. Featuring Black, White, Gold, and Red. This set guarantees you'll have the perfect match for any formal wear, office attire, or classic evening dress.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bundle-card\"\u003e\n\u003cdiv class=\"bundle-title\"\u003eThe Spring Fairy (4-Pack)\u003c\/div\u003e\n\n\u003cp\u003eAdd a breath of fresh air to your wardrobe! Featuring Blue, Green, Purple, and Pink. Ideal for spring\/summer outfits, floral dresses, and adding a playful touch to neutral tops.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bundle-card best-value\"\u003e\n\u003cdiv class=\"bundle-title\"\u003e👑 The Complete Set (8-Pack) \u003cspan class=\"best-value-tag\"\u003eBest Value!\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eWhy choose when you can have them all? The ultimate styling freedom. Mix, match, and never worry about finding the right accessory again. (Plus, it makes a breathtaking gift!)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. PRODUCT FEATURES --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\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=\"img128\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831155025\/f8fd3ba46d101f9fd2e3038e641a1588.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\u003ePremium Craftsmanship\u003c\/h3\u003e\n\n\u003cp\u003eExpertly designed with a glossy enamel finish and a sparkling faux crystal center that catches the light beautifully, adding an instant touch of luxury to any garment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\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=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831150645\/c1b97ee83dfd8e271113a9e534c9c75c.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\u003eFabric-Friendly Pin\u003c\/h3\u003e\n\n\u003cp\u003eEngineered with a smooth, sharp needle design that ensures it glides effortlessly through fabrics. Safely pin it through delicate silks, cottons, and knits without snagging or leaving large, damaging holes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\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=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831150645\/4cf7849adb81c76c4714c73c4a55e253.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\u003eVersatile Styling\u003c\/h3\u003e\n\n\u003cp\u003eA sophisticated embellishment that adapts to your creativity. Use them to elegantly close a plunging neckline, cinch a loose waist, decorate a hat, or simply add flair to a lapel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS (NO IMAGES) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\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-property\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-quality alloy, enamel, and faux crystal.\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eSize\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e\u003cspan class=\"spec-value\"\u003e1.45 inches \/ 3.7 cm in diameter\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003eSelected pack size (2, 4, or 8 brooches) in a beautiful protective package.\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\/div\u003e\n","brand":"Bak","offers":[{"title":"2-Pack: Ocean Blue","offer_id":58796509003936,"sku":"0902-14014705","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Vintage Black","offer_id":58796509036704,"sku":"0902-14018209","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Pearl White","offer_id":58796509069472,"sku":"0902-14019877","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Emerald Green","offer_id":58796509102240,"sku":"0902-14015240","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Champagne Gold","offer_id":58796509135008,"sku":"0902-14012470","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Amethyst Purple","offer_id":58796509167776,"sku":"0902-14012426","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Ruby Red","offer_id":58796509200544,"sku":"0902-14016016","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Rose Pink","offer_id":58796509233312,"sku":"0902-14018804","price":12.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack: The Classic Elegance","offer_id":58796509266080,"sku":"0902-14013359","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack: The Spring Fairy","offer_id":58796509298848,"sku":"0902-14014069","price":19.95,"currency_code":"USD","in_stock":true},{"title":"8-Pack: The Complete Set","offer_id":58796509331616,"sku":"0902-14015928","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/bf363a31daefba9abb4b0b8365ee83c0.jpg?v=1788329118","url":"https:\/\/cartivra.com\/products\/versatile-flower-garment-clip","provider":"Cartivra","version":"1.0","type":"link"}