{"product_id":"intricate-gold-openwork-flower-hoops","title":"Intricate Gold Openwork Flower Hoops","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：复古风格花卉镂空月牙耳环\n目标受众：追求优雅、复古风格且重视佩戴舒适度的女性\n视觉风格：精致、柔和、典雅，强调金属光泽与珐琅色彩的对比\n配色策略：以金色为主调，辅以柔和的粉蓝强调色，背景采用米色\/浅灰营造高级感\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary-gold: #D4AF37;\n    --primary-gold-dark: #B5952F;\n    --text-main: #2C2C2C;\n    --text-sub: #5A5A5A;\n    --bg-body: #FFFFFF;\n    --bg-soft: #FDFBF7; \/* Warm beige for vintage feel *\/\n    --border-color: #EAE5D9;\n    --radius-md: 12px;\n    --radius-lg: 24px;\n    --shadow-soft: 0 10px 30px rgba(212, 175, 55, 0.08);\n    \n    \/* Typography *\/\n    --font-heading: \"Playfair Display\", Georgia, \"Times New Roman\", serif;\n    --font-body: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  body {\n    background-color: var(--bg-body);\n  }\n\n  .product-detail-container {\n    font-family: var(--font-body);\n    color: var(--text-main);\n    line-height: 1.8;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 4rem 5%;\n  }\n\n  h1, h2, h3 {\n    font-family: var(--font-heading);\n    font-weight: 600;\n    line-height: 1.3;\n    color: var(--text-main);\n    margin-bottom: 1.2rem;\n  }\n\n  h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); text-align: center; }\n  h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); }\n  h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }\n  \n  p {\n    font-size: 1.125rem;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Image Wrappers *\/\n  .img-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-soft);\n    background-color: var(--bg-soft);\n  }\n\n  .img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n  }\n\n  .img-wrapper:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* Sections *\/\n  .pd-section {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Badge *\/\n  .pd-badge {\n    display: inline-block;\n    padding: 0.5em 1.5em;\n    background: #FFF9E6;\n    color: var(--primary-gold-dark);\n    font-size: 0.95rem;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    border-radius: 30px;\n    margin-bottom: 1.5rem;\n    border: 1px solid rgba(212, 175, 55, 0.3);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    max-width: 850px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .hero-subtitle {\n    font-size: clamp(1.1rem, 2.5vw, 1.25rem);\n    max-width: 700px;\n    margin: 0 auto 3rem;\n  }\n\n  \/* Feature Sections (Z-Pattern via Flexbox) *\/\n  .feature-section {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 6vw, 4rem);\n    align-items: center;\n  }\n  \n  .feature-media, .feature-copy {\n    flex: 1;\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-section {\n      flex-direction: row;\n    }\n    .feature-section.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specifications Table *\/\n  .spec-section {\n    background: var(--bg-soft);\n    padding: clamp(2.5rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n  .spec-section h2 {\n    text-align: center;\n    margin-bottom: 2.5rem;\n  }\n  .spec-table {\n    width: 100%;\n    max-width: 800px;\n    margin: 0 auto;\n    border-collapse: collapse;\n    background: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n  }\n  .spec-table th, .spec-table td {\n    padding: 1.2rem 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 1.1rem;\n  }\n  .spec-table tr:last-child th, .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n  .spec-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 40%;\n    background: #FAFAFA;\n    text-align: left;\n  }\n  .spec-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 500px) {\n    .spec-table th, .spec-table td {\n      display: block;\n      width: 100%;\n    }\n    .spec-table th {\n      border-bottom: none;\n      padding-bottom: 0.5rem;\n    }\n    .spec-table td {\n      padding-top: 0;\n      padding-bottom: 1.5rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: 2.5rem;\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n  }\n  .faq-details summary {\n    font-family: var(--font-heading);\n    font-size: 1.3rem;\n    font-weight: 600;\n    cursor: pointer;\n    padding: 1.5rem 0;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--text-main);\n    transition: color 0.3s ease;\n  }\n  .faq-details summary:hover {\n    color: var(--primary-gold-dark);\n  }\n  .faq-details summary::-webkit-details-marker {\n    display: none;\n  }\n  .faq-details summary::after {\n    content: '+';\n    font-family: var(--font-body);\n    font-size: 1.8rem;\n    color: var(--primary-gold);\n    font-weight: 300;\n    transition: transform 0.3s ease;\n  }\n  .faq-details[open] summary::after {\n    content: '−';\n  }\n  .faq-answer {\n    padding-bottom: 1.5rem;\n    padding-right: 2rem;\n    color: var(--text-sub);\n    animation: fadeIn 0.4s ease-in-out;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(-5px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"pd-badge\"\u003eVintage-Inspired Design\u003c\/span\u003e\n\u003ch1\u003eElegant Floral Openwork Crescent Hoops\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eEmbrace timeless charm with these intricate gold-tone hoops, detailed with delicate pastel blossoms for a graceful and sophisticated everyday statement.\u003c\/p\u003e\n\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Elegant Floral Openwork Crescent Hoops\" cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616170230\/e5c4d0eabb05b861be1c596d23bf365f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Design Focus --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Intricate Vintage Craftsmanship\" cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616170230\/b3d519034ddcedd204b603c6a4304cc8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIntricate Vintage Craftsmanship\u003c\/h2\u003e\n\n\u003cp\u003eThe stunning openwork vine pattern is delicately accented by soft pink and blue floral details. This elaborate design adds a touch of graceful, feminine artistry and vintage appeal to any ensemble.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Comfort Focus (Reverse Layout on Desktop) --\u003e\n\n\u003cdiv class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Bold Look, Featherlight Feel\" cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616170230\/33e47cf222feb8c5d24ba4a5bf121992.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBold Look, Featherlight Feel\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for comfortable all-day wear, these crescent hoops offer an eye-catching statement shape without the heaviness. Enjoy their substantial look from morning meetings to evening events without weighing down your ears.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Finish \u0026 Function --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Polished Finish \u0026amp; Secure Fit\" cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260616170230\/b3b70f4a020cb973eeae8a3e0bef3a53.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePolished Finish \u0026amp; Secure Fit\u003c\/h2\u003e\n\n\u003cp\u003eThe radiant polished gold-tone surface beautifully catches the light, offering versatile styling options. They are finished with a reliable hinged snap closure, making them easy to put on and ensuring they stay securely in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section spec-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\u003cth\u003eStyle\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCrescent Hoop (Vintage floral openwork)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eColor Scheme\u003c\/th\u003e\n\t\t\t\u003ctd\u003eGold-tone with pastel pink and blue accents\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eClosure Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eHinged Snap Clasp (Secure back closure)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails class=\"faq-details\" open=\"\"\u003e\u003csummary\u003eAre these earrings heavy to wear?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo, despite their bold look, they are designed with a hollow, openwork structure to ensure they are lightweight and comfortable for extended daily wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails class=\"faq-details\"\u003e\u003csummary\u003eHow do the earrings close?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThey feature a convenient hinged snap clasp mechanism that clicks firmly into place, providing a secure fit that is easy to put on and take off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails class=\"faq-details\"\u003e\u003csummary\u003eIs the gold color shiny or matte?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThese earrings feature a polished gold-tone finish, giving them a brilliant, glossy shine that enhances their vintage elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pair (For Myself)","offer_id":62990508786035,"sku":"0616-18026556","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Pairs (Gift for a Friend - 20%)","offer_id":62990508818803,"sku":"0616-18027971","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Pairs (Friends \u0026 Family - 30%)","offer_id":62990508851571,"sku":"0616-18026311","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/e5c4d0eabb05b861be1c596d23bf365f.jpg?v=1781604198","url":"https:\/\/woyuosn.com\/products\/intricate-gold-openwork-flower-hoops","provider":"Woyuosn","version":"1.0","type":"link"}