{"product_id":"exquisite-3d-embroidery-cap-rjc","title":"Exquisite 3D Embroidery Cap","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：刺绣棒球帽（自然\/田园主题）\n  目标受众：喜爱舒适田园风格（Cottagecore）、自然美学和独特配饰的女性。\n  视觉风格：温暖、柔软、宁静、精致、复古田园。\n  配色策略：采用米色\/奶油色为基调（--bg-soft, --primary），搭配柔和的深橄榄色文字（--text-main），营造舒适感。\n  模块顺序：Hero (氛围引入) -\u003e Feature 1 (核心卖点：精致刺绣工艺) -\u003e Feature 2 (功能卖点：舒适度与调节) -\u003e Feature 3 (场景与礼品属性) -\u003e Specifications (规格参数) -\u003e FAQ (常见问题)。\n  详情图映射：Hero=image_6.png (最佳氛围佩戴图), Feature1=image_4.png (刺绣细节特写), Feature2=image_2.png (功能解构图), Feature3=image_5.png (多款展示\/礼品场景)。\n  规格图映射：Specs=image_0.png (尺寸数据源)。\n  对比模块：未加入 (产品主打独特美学，非功能性对比产品)。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --primary: #E6DBC6; \/* 温暖的米色基调 *\/\n      --primary-hover: #d3c7b0;\n      --text-main: #4A4A3A; \/* 深橄榄棕色，比纯黑更柔和 *\/\n      --text-sub: #7A786E; \/* 柔和的灰棕色辅文 *\/\n      --bg-body: #ffffff;\n      --bg-card: #FDFCFA; \/* 极淡的暖白卡片背景 *\/\n      --bg-soft: #F7F4EE; \/* 柔和的米色背景块 *\/\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 12px rgba(74, 74, 58, 0.05);\n      --shadow-lg: 0 8px 24px rgba(74, 74, 58, 0.08);\n      --border-color: #EDE6D6;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Basic Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 600;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-reversed .feature-media {\n        order: 2;\n      }\n      .pd-grid-reversed .feature-copy {\n        order: 1;\n      }\n    }\n\n    \/* Image Handling - Scheme A (Fluid) *\/\n    .pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      min-height: 300px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .hero-header {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 5vw, 3rem);\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      background: var(--bg-card);\n    }\n\n    .spec-table th,\n    .spec-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\n    .spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    .spec-table tr:last-child th,\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table th {\n        display: none;\n      }\n      .spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.5rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003cspan class=\"trust-badge\"\u003e🌿 Limited Edition 2026 Collection\u003c\/span\u003e\n\u003ch1\u003eEmbrace the Calm Beauty of Nature Everyday\u003c\/h1\u003e\n\n\u003cp\u003eInfuse your daily look with the warmth of sunshine and the delicate artistry of a garden in bloom. Designed for cozy living and effortless style.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260715095931\/4dde7f949382afa04848a9bee057639a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Artistry Focus --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260715095931\/74be01786a790acf2ed6f90efbf62466.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eExquisite 3D Embroidery Brought to Life\u003c\/h2\u003e\n\n\u003cp\u003eExperience the difference of premium craftsmanship. Unlike flat prints, our detailed, multi-layered embroidery creates stunning depth and texture. The vibrant floral and bee motifs catch the light, adding a sophisticated touch of nature to any outfit.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e✨ High-relief texture\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌸 Intricate details\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🐝 Nature inspired\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Comfort \u0026 Fit Focus (Reversed Layout on Desktop) --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 pd-grid-reversed\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260715095931\/eaa4e9f8875cfdd964ef2e056b0362b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThoughtfully Designed for All-Day Comfort\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with soft-touch fabrics and a breathable design to keep you cool. The classic curved brim provides essential sun shading, while the durable metal slider on the back ensures a secure, customized fit for nearly any head size.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e☁️ Soft \u0026amp; breathable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e⚙️ Adjustable metal fit\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e☀️ Curved brim shade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Lifestyle \u0026 Gifting Focus --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260715095931\/855dcac04bf0315025c9aaa75de991fc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Gift for Cozy Souls\u003c\/h2\u003e\n\n\u003cp\u003eCelebrate life's peaceful moments with a unique accessory that blends cottagecore aesthetics with everyday practicality. Whether for a friend who loves gardening, a sister who adores nature, or as a special treat for yourself, this limited edition cap is a gift filled with warmth and beauty.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🎁 Thoughtful gifting\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌿 Cottagecore aesthetic\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💖 Limited edition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eSize Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Size Type\"\u003eOne Size (Adjustable)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eHead Circumference\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Head Circumference\"\u003e21.7 – 23.6 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCap Height\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Cap Height\"\u003e4.5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBrim Length\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Brim Length\"\u003e2.8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eClosure Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Closure Type\"\u003eMetal Slider Buckle\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\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the embroidery durable?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the designs feature high-quality, dense stitching intended for long-lasting wear without easily fraying or fading under normal use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this cap fit me?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eOur caps are designed as \"One Size Fits Most.\" They feature an adjustable metal buckle strap at the back, allowing them to comfortably fit head circumferences between 21.7 and 23.6 inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow should I clean this cap?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eTo protect the intricate 3D embroidery and metal hardware, we recommend spot cleaning with a damp cloth and mild soap. Do not machine wash or tumble dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"🐝 Honeybee Wildflower","offer_id":46860941459629,"sku":"0717-10458792","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🌸 Hummingbird Blossom","offer_id":46860941492397,"sku":"0717-10453182","price":19.9,"currency_code":"USD","in_stock":true},{"title":"✝️ Sacred Heart Faith","offer_id":46860941525165,"sku":"0717-10452615","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🦋 Butterfly Meadow","offer_id":46860941557933,"sku":"0717-10452440","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🐦 Robin Holly Garden","offer_id":46860941590701,"sku":"0717-10453584","price":19.9,"currency_code":"USD","in_stock":true},{"title":"💚 Dragonfly Lotus","offer_id":46860941623469,"sku":"0717-10456304","price":19.9,"currency_code":"USD","in_stock":true},{"title":"❤️ Cardinal Berry Garden","offer_id":46860941656237,"sku":"0717-10451294","price":19.9,"currency_code":"USD","in_stock":true},{"title":"🌷 Pink Bird Blossom","offer_id":46860941689005,"sku":"0717-10459257","price":19.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/4dde7f949382afa04848a9bee057639a.jpg?v=1784081825","url":"https:\/\/newjoyloo.com\/products\/exquisite-3d-embroidery-cap-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}