{"product_id":"handmade-shiny-crystal-fringe-bra-top-and-mini-skirt-set","title":"Handmade Shiny Crystal Fringe Bra Top And Mini Skirt Set","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Embellished Mesh Top with Hand-Applied Teardrop Embellishments\nTarget Audience: Women seeking elevated, artistic, and ethereal occasion wear for events, evenings, or editorial styling.\nVisual Style: Ethereal, Luminous, Soft, High-Fashion, Detail-Oriented\nColor Strategy: Sheer neutral tones (Ivory, Champagne, Nude) to emphasize light, texture, and the cascading embellishments.\nModule Order: Hero -\u003e The Experience (Sensation \u0026 Movement) -\u003e The Detail (Embellishment Craft) -\u003e How To Style -\u003e Care Instructions -\u003e FAQ\nDetail Image Mapping: Hero=detail_1 (Front view, soft lighting), Feature 1=detail_2 (Movement shot), Feature 2=detail_3 (Close-up of teardrop embellishments)\nCompare Section: Not applicable. This is a signature, artistic piece with no direct comparison needed.\nInformation Boundary: Built strictly on the provided product description. Design facts (mesh base, hand-applied teardrop pearls, soft draping) are derived directly from the source. No external materials assumed.\n--\u003e\n\u003cstyle\u003e\n    .product-detail-container {\n      --primary: #D4C4B7;\n      --primary-hover: #B8A699;\n      --text-main: #2A2A2A;\n      --text-sub: #6B6B6B;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F8F7;\n      --bg-soft: #F5F3F1;\n      --border-color: #E8E2DC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.06);\n      \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      line-height: 1.6;\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    }\n\n    \/* Helper Styles for Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 12% 5%;\n      text-align: center;\n      color: var(--text-sub);\n      font-size: 16px;\n      font-weight: 500;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .image-placeholder span {\n      font-size: 14px;\n      color: #9ca3af;\n      font-weight: normal;\n    }\n\n    \/* Layout Typography *\/\n    .section-spacing {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .section-title {\n      font-size: clamp(22px, 3.5vw, 28px);\n      font-weight: 300;\n      text-align: center;\n      margin-bottom: 0.5rem;\n      letter-spacing: 0.02em;\n      color: var(--text-main);\n    }\n\n    .section-subtitle {\n      font-size: clamp(16px, 2.5vw, 18px);\n      text-align: center;\n      color: var(--text-sub);\n      max-width: 650px;\n      margin: 0 auto 2.5rem auto;\n      font-weight: 300;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      padding-top: 1.5rem;\n    }\n\n    .hero-header {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .hero-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n\n    .hero-badge {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      font-size: 12px;\n      font-weight: 600;\n      padding: 4px 14px;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-badge.primary {\n      border-color: rgba(212, 196, 183, 0.4);\n      color: #8C7A6A;\n      background-color: rgba(212, 196, 183, 0.1);\n    }\n\n    .hero-title {\n      font-size: clamp(28px, 4.5vw, 38px);\n      line-height: 1.2;\n      font-weight: 300;\n      color: var(--text-main);\n      margin: 0 auto 1rem auto;\n      max-width: 800px;\n      letter-spacing: -0.02em;\n    }\n\n    .hero-desc {\n      font-size: clamp(17px, 2.8vw, 19px);\n      color: var(--text-sub);\n      max-width: 700px;\n      margin: 0 auto;\n      font-weight: 300;\n      line-height: 1.8;\n    }\n\n    .hero-image-wrapper {\n      margin-top: 2.5rem;\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .hero-image-wrapper .image-placeholder {\n      border: none;\n      border-radius: 0;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media .image-placeholder {\n      border: none;\n      border-radius: var(--radius-lg);\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .feature-copy {\n      width: 100%;\n      padding: 1rem 0;\n    }\n\n    .feature-tag-pill {\n      display: inline-block;\n      font-size: 12px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n      border-bottom: 1px solid var(--primary);\n      padding-bottom: 0.25rem;\n    }\n\n    .feature-title {\n      font-size: clamp(22px, 3.5vw, 28px);\n      font-weight: 300;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n    }\n\n    .feature-text {\n      font-size: 17px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n      font-weight: 300;\n      line-height: 1.8;\n    }\n\n    .feature-pills-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n\n    .feature-pill {\n      font-size: 14px;\n      font-weight: 400;\n      color: var(--text-main);\n      background-color: var(--bg-soft);\n      padding: 4px 14px;\n      border-radius: 4px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Care Instructions Section *\/\n    .care-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n      max-width: 700px;\n      margin: 0 auto;\n      background-color: var(--bg-card);\n      padding: 2rem 2.5rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    @media (max-width: 480px) {\n      .care-grid {\n        grid-template-columns: 1fr;\n        padding: 1.5rem;\n        gap: 0.75rem;\n      }\n    }\n\n    .care-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.75rem;\n      font-size: 15px;\n      color: var(--text-sub);\n      font-weight: 300;\n      line-height: 1.5;\n    }\n\n    .care-icon {\n      font-size: 18px;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    \/* FAQ Section *\/\n    .faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-card {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n    }\n\n    .faq-question {\n      font-size: 17px;\n      font-weight: 600;\n      margin: 0 0 0.5rem 0;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n      margin: 0;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* Responsive fine-tune *\/\n    @media (max-width: 767px) {\n      .hero-title {\n        font-size: clamp(26px, 7vw, 34px);\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\n\u003cspan class=\"hero-badge primary\"\u003eArtisanal\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eHand-Embellished\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eEthereal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eRainfall Embroidery.\u003c\/h1\u003e\n\u003cp class=\"hero-desc\"\u003eA delicate mesh top with individually hand-applied teardrop pearls. Designed to sit softly against the body, catching light and moving with you. Like rain falling into the sea.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0108\/9998\/0346\/files\/01_5dcdf9a8-13fb-4473-9e48-ab9880f425a3.jpg?v=1787578318\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Sections --\u003e \u003c!-- Feature 1: Sensation \u0026 Movement --\u003e\n\u003csection class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0108\/9998\/0346\/files\/26_63fc72c1-5575-42fc-a83c-50318da02b94.jpg?v=1787578338\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag-pill\"\u003eA Study in Light \u0026amp; Motion\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eSoftness Shaped by Time\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eCrafted from an airy mesh base, this piece skims the body with a barely-there feel. The light passes through, the fabric moves with you, and the teardrop embellishments catch the light — intimate, luminous, and effortless.\u003c\/p\u003e\n\u003cdiv class=\"feature-pills-list\"\u003e\n\u003cspan class=\"feature-pill\"\u003eDelicate Mesh\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eBarely-There Feel\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eFluid Movement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: The Embellishment Craft --\u003e\n\u003csection class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0108\/9998\/0346\/files\/22_30cae7f9-74db-4ac6-a910-cef8aa9c0c92.jpg?v=1787578338\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"feature-tag-pill\"\u003eHand-Crafted Detail\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eEach Teardrop, Placed by Hand\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eEvery pearl is individually hand-applied, creating a cascading effect that moves with every step. Like raindrops falling into the sea, the embellishments flow naturally down the fabric — a quiet celebration of craftsmanship and time.\u003c\/p\u003e\n\u003cdiv class=\"feature-pills-list\"\u003e\n\u003cspan class=\"feature-pill\"\u003eHand-Applied\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eCascading Effect\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eUnique Placement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. How To Style --\u003e\n\u003csection class=\"section-spacing\"\u003e\n\u003ch2 class=\"section-title\"\u003eWear It Your Way.\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eDesigned to be worn together or styled separately — intimate, luminous, effortless.\u003c\/p\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 700px; margin: 0 auto;\"\u003e\n\u003cdiv style=\"background-color: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1.5rem; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 0.5rem;\"\u003e✨\u003c\/div\u003e\n\u003ch4 style=\"font-size: 17px; font-weight: 600; margin: 0 0 0.25rem 0; color: var(--text-main);\"\u003eAs a Set\u003c\/h4\u003e\n\u003cp style=\"font-size: 15px; color: var(--text-sub); margin: 0; font-weight: 300;\"\u003eThe top and skirt flow together — soft, luminous, and complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: var(--bg-card); border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1.5rem; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 24px; margin-bottom: 0.5rem;\"\u003e🌊\u003c\/div\u003e\n\u003ch4 style=\"font-size: 17px; font-weight: 600; margin: 0 0 0.25rem 0; color: var(--text-main);\"\u003eOn Its Own\u003c\/h4\u003e\n\u003cp style=\"font-size: 15px; color: var(--text-sub); margin: 0; font-weight: 300;\"\u003ePair the top with trousers or denim — it becomes a sculptural statement piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. Care Instructions --\u003e\n\u003csection class=\"section-spacing\"\u003e\n\u003ch2 class=\"section-title\"\u003eHandle With Care.\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eThis piece features hand-applied pearl embellishments. A little attention goes a long way.\u003c\/p\u003e\n\u003cdiv class=\"care-grid\"\u003e\n\u003cdiv class=\"care-item\"\u003e\n\u003cspan class=\"care-icon\"\u003e🧴\u003c\/span\u003e \u003cspan\u003eHand wash cold only using mild detergent. Do not soak, rub, or twist.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"care-item\"\u003e\n\u003cspan class=\"care-icon\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eLay flat to dry in the shade. Do not bleach or tumble dry.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"care-item\"\u003e\n\u003cspan class=\"care-icon\"\u003e🔥\u003c\/span\u003e \u003cspan\u003eDo not iron directly on pearls. Steam gently from a distance if needed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"care-item\"\u003e\n\u003cspan class=\"care-icon\"\u003e👗\u003c\/span\u003e \u003cspan\u003eStore flat or hanging. Avoid friction with other garments or accessories.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ --\u003e\n\u003csection class=\"section-spacing\"\u003e\n\u003cp\u003eSize Details:\u003c\/p\u003e\n\u003cdiv class=\"t4s-table-res-df\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"370\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"72\"\u003e\n\u003ccol width=\"82\"\u003e\n\u003ccol width=\"72\" span=\"3\"\u003e\n\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"24\"\u003e\n\u003ctd rowspan=\"2\" height=\"46\" class=\"xl72\" width=\"72\"\u003eSize\u003c\/td\u003e\n\u003ctd colspan=\"2\" class=\"xl70\" width=\"154\"\u003eBust\u003c\/td\u003e\n\u003ctd colspan=\"2\" class=\"xl70\" width=\"144\"\u003eHip\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\"\u003e\n\u003ctd height=\"22\" class=\"xl69\"\u003einch\u003c\/td\u003e\n\u003ctd class=\"xl65\"\u003ecm\u003c\/td\u003e\n\u003ctd class=\"xl69\"\u003einch\u003c\/td\u003e\n\u003ctd class=\"xl65\"\u003ecm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\"\u003e\n\u003ctd height=\"22\" class=\"xl66\"\u003eS\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e33.07\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e84\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e25.20\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e64\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\"\u003e\n\u003ctd height=\"22\" class=\"xl66\"\u003eM\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e34.65\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e88\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e26.77\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e68\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\"\u003e\n\u003ctd height=\"22\" class=\"xl66\"\u003eL\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e36.22\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e92\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e28.35\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e72\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\"\u003e\n\u003ctd height=\"22\" class=\"xl66\"\u003eXL\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e38.19\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e97\u003c\/td\u003e\n\u003ctd class=\"xl67\"\u003e30.31\u003c\/td\u003e\n\u003ctd class=\"xl68\"\u003e\n\u003cp\u003e77\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003eCommon Questions.\u003c\/h2\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4 class=\"faq-question\"\u003eHow delicate are the hand-applied embellishments?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eEach pearl is carefully secured, but we recommend treating this piece with the same care you would any handcrafted garment. The embellishments are designed to move with you, but may be sensitive to friction or rough handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch4 class=\"faq-question\"\u003eCan I wear this piece for a special event?\u003c\/h4\u003e\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The luminous quality and sculptural detail make it ideal for evening occasions, destination events, or any moment when you want to feel intimate, luminous, and effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"sunifty","offers":[{"title":"S","offer_id":48632594235614,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true},{"title":"M","offer_id":48632594268382,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":48632594301150,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":48632594333918,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0108\/9998\/0346\/files\/33_1e46774b-cb6d-4de3-a22b-7cb6b624acc5.jpg?v=1787578318","url":"https:\/\/www.sunifty.com\/products\/handmade-shiny-crystal-fringe-bra-top-and-mini-skirt-set","provider":"sunifty","version":"1.0","type":"link"}