{"product_id":"mini-dual-purpose-curling-iron","title":"Woyuosn 2-in-1 Mini Curling Iron","description":"\u003c!--AI Design LogicProduct Type: 2-in-1 Mini Cordless Hair Curling \u0026 Straightening IronTarget Audience: Travel enthusiasts, commuters, and daily users looking for on-the-go styling and touch-upsVisual Style: Soft pastel pink and minimalist, warm-toned aesthetic matching the product color paletteColor Strategy: Soft rose-pink highlights, clean warm gray text, off-white card backgroundsModule Order: Hero Section -\u003e Feature 1 (2-in-1 Styling) -\u003e Feature 2 (Quick Heat-Up) -\u003e Compare Section (Before \u0026 After) -\u003e Feature 3 (Ceramic Layers) -\u003e Feature 4 (USB Rechargeable) -\u003e Styling Styles -\u003e Specifications -\u003e FAQDetail Image Mapping: Hero=detail_3, Feature1=detail_4, Feature2=detail_1, Compare=detail_6, Feature3=detail_7, Feature4=detail_2, StylingStyles=detail_5Specification Data Source: None (derived directly from product analysis report and images; no specification image placeholder is rendered)Compare Section: Included (utilizing the clear before-and-after frizz-free results from detail_6)Information Boundary: Only verified facts from the product report, detail images, and explicit specs are used. No unverified structural material, voltage, or weight claims have been made.--\u003e\u003cstyle type=\"text\/css\"\u003e.product-detail-container {  max-width: 1200px;  margin: 0 auto;  padding: 0 5%;  box-sizing: border-box;  overflow-wrap: break-word;  word-break: break-word;  background-color: #FFFFFF;  color: #333333;  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    --primary: #D17A7A;  --primary-hover: #B86565;  --text-main: #333333;  --text-sub: #666666;  --bg-body: #FFFFFF;  --bg-card: #FFF8F8;  --bg-soft: #FFF0F0;  --radius-md: 12px;  --radius-lg: 20px;  --shadow-sm: 0 2px 8px rgba(209, 122, 122, 0.1);  --shadow-lg: 0 10px 30px rgba(209, 122, 122, 0.15);  --border-color: #FFE0E0;}\/* Typography Rules *\/.product-detail-container h1,.product-detail-container .hero-title {  font-size: 22px;  line-height: 1.3;  font-weight: 700;  margin: 0 0 15px 0;  color: var(--text-main);}.product-detail-container h2,.product-detail-container h3,.product-detail-container .section-title,.product-detail-container .feature-title,.product-detail-container .spec-title,.product-detail-container .faq-question {  font-size: 20px;  line-height: 1.4;  font-weight: 600;  margin: 0 0 15px 0;  color: var(--text-main);}.product-detail-container p,.product-detail-container li,.product-detail-container .body-text,.product-detail-container .hero-subtitle,.product-detail-container .feature-copy p,.product-detail-container .spec-table td,.product-detail-container .faq-answer,.product-detail-container .badge,.product-detail-container .tag {  font-size: 18px;  line-height: 1.6;  color: var(--text-sub);  margin: 0 0 15px 0;}\/* Spacer Utility *\/.product-section {  margin-bottom: clamp(2rem, 5vw, 4rem);}\/* Image Rules - UPDATED FOR FULL WIDTH, NO CROP, NO PADDING *\/.product-detail-container img {  width: 100%;  height: auto;  display: block;  object-fit: contain; \/* 保证不裁剪 *\/  border-radius: var(--radius-md);}.image-placeholder {  width: 100%;  background-color: transparent;  border: none; \/* 移除虚线边框 *\/  border-radius: var(--radius-md);  display: block;  padding: 0; \/* 移除内边距 .实现顶格 *\/  overflow: hidden;  box-sizing: border-box;}.image-placeholder div {  display: block;  width: 100%;}\/* Hero Section *\/.hero-block {  text-align: center;  padding: 40px 0;  background-color: var(--bg-card);  border-radius: var(--radius-lg);  box-shadow: var(--shadow-sm);  margin-top: 20px;}.hero-content {  max-width: 800px;  margin: 0 auto;  padding: 0 20px;}.trust-badge-container {  display: flex;  justify-content: center;  margin-bottom: 20px;}.trust-badge {  background-color: var(--bg-soft);  color: var(--primary);  padding: 8px 16px;  border-radius: 30px;  font-weight: 600;  display: inline-block;  font-size: 18px;  line-height: 1;  margin: 0;}.hero-media {  margin-top: 30px;  padding: 0 20px;}\/* Features Grid *\/.features-container {  display: flex;  flex-direction: column;  gap: clamp(2rem, 4vw, 3rem);}.feature-item {  display: flex;  align-items: center;  gap: 40px;  background-color: var(--bg-body);  border-radius: var(--radius-lg);  overflow: hidden;}.feature-item.reverse {  flex-direction: row-reverse;}.feature-media, .feature-copy {  flex: 1;  min-width: 0;}.feature-copy {  padding: 20px 10px;}.tag-list {  display: flex;  flex-wrap: wrap;  gap: 10px;  margin-top: 15px;}.tag {  background-color: var(--bg-soft);  color: var(--primary);  padding: 6px 14px;  border-radius: 20px;  font-size: 18px;  font-weight: 500;  margin: 0;  line-height: 1.4;}\/* Dual Comparison \/ Block Sections *\/.comparison-section {  background-color: var(--bg-card);  padding: 40px 20px;  border-radius: var(--radius-lg);  box-shadow: var(--shadow-sm);}.comparison-grid {  display: flex;  flex-direction: column;  gap: 25px;  margin-top: 25px;}.styling-styles-section {  padding: 20px 0;}\/* Specifications Table styling *\/.specifications-section {  background-color: var(--bg-card);  padding: 40px 30px;  border-radius: var(--radius-lg);  box-shadow: var(--shadow-sm);}.spec-table {  width: 100%;  border-collapse: collapse;  margin-top: 20px;}.spec-table td {  padding: 18px 20px;  border-bottom: 1px solid var(--border-color);  vertical-align: top;  font-size: 18px;}.spec-table tr:last-child td {  border-bottom: none;}.spec-label {  font-weight: 600;  color: var(--text-main);  width: 35%;}.spec-value {  color: var(--text-sub);}\/* FAQ Accordion Styling (Static\/Accessible format) *\/.faq-section {  padding: 20px 0;}.faq-list {  display: flex;  flex-direction: column;  gap: 20px;  margin-top: 25px;}.faq-item {  background-color: var(--bg-card);  padding: 24px;  border-radius: var(--radius-md);  border: 1px solid var(--border-color);}.faq-question {  margin: 0 0 10px 0;  font-weight: 600;  color: var(--text-main);  display: flex;  align-items: center;  gap: 10px;}.faq-answer {  margin: 0;  color: var(--text-sub);}\/* Mobile Responsive Adjustments *\/@media (max-width: 767px) {  \/* No font size reduction as per fixed typography rules *\/    .feature-item {    flex-direction: column !important;    gap: 20px;  }    .feature-media {    order: 1 !important;    width: 100%;  }    .feature-copy {    order: 2 !important;    width: 100%;    padding: 10px 0;  }    \/* Spec Table responsive structure to avoid horizontal scroll and overlap *\/  .spec-table,  .spec-table tbody,  .spec-table tr {    display: block;    width: 100%;    box-sizing: border-box;  }  .spec-table thead {    display: none;  }  .spec-table td {    display: grid;    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);    gap: 14px;    width: 100%;    box-sizing: border-box;    padding: 14px 0;    align-items: start;    white-space: normal;    overflow-wrap: anywhere;    word-break: break-word;    border-bottom: 1px solid var(--border-color);  }  .spec-table td::before {    content: attr(data-label);    display: block;    min-width: 0;    font-size: 18px;    font-weight: 600;    line-height: 1.5;    white-space: normal;    overflow-wrap: anywhere;    word-break: break-word;    color: var(--text-main);  }  .spec-table .spec-label-cell {    display: none; \/* Hide original label cell on mobile as it is handled by ::before *\/  }  .spec-table .spec-value {    display: block;    min-width: 0;    max-width: 100%;    font-size: 18px;    line-height: 1.5;    white-space: normal;    overflow-wrap: anywhere;    word-break: break-word;  }}@media (max-width: 420px) {  .spec-table td {    grid-template-columns: 1fr;    gap: 6px;  }}\u003c\/style\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\u003cheader class=\"product-section hero-block\"\u003e\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003e2-in-1 Cordless Styling\u003c\/span\u003e\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eWoyuosn 2-in-1 Mini Cordless Hair Styling Tool\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eGet frizz-free, silky smooth hair or soft, natural-looking curls in minutes—anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/095a609588640296628d9612ed3ba43d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/header\u003e\u003cmain class=\"features-container\"\u003e\u003csection class=\"feature-item\"\u003e\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181151\/44ccb42f255351b3625da266ee8fc99b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCurl and Straighten with One Tool\u003c\/h2\u003e\n\u003cp\u003eThis compact styling tool easily transitions between creating sleek straight styles and soft, beachy waves. It acts as your personal on-the-go stylist, helping you change up your look with complete ease.\u003c\/p\u003e\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag\"\u003eBeachy waves\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSleek straight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- Feature 2: Fast Even Heating --\u003e\u003csection class=\"feature-item reverse\"\u003e\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/a809a5fb66405bc8243fc1f2f0dbb471.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFast \u0026amp; Even Heat Distribution\u003c\/h2\u003e\n\u003cp\u003eDesigned to heat up quickly and evenly, this tool reduces styling time by up to 50% while lowering hair damage by up to 40%. Consistent heat distribution ensures your styled look lasts up to 30% longer.\u003c\/p\u003e\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag\"\u003e50% faster styling\u003c\/span\u003e \u003cspan class=\"tag\"\u003e40% less damage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- OPTIONAL COMPARISON SECTION --\u003e\u003csection class=\"product-section comparison-section\"\u003e\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eSee the Frizz-Free Difference\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 700px; margin: 0 auto 25px auto;\"\u003eQuickly transform dull, tangled, or frizzy hair into beautifully polished, smooth locks with a single glide.\u003c\/p\u003e\n\u003cdiv class=\"comparison-grid\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/d4e0510bc2131086218ada30d55a8e27.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"feature-item\"\u003e\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/f00848c1384afe98d6d382faf7780d3f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFour-Layer Ceramic Coating Protection\u003c\/h2\u003e\n\u003cp\u003eFeatures a specialized 4-layer plate construction containing a thermally conductive substrate, an anti-rust layer, a ceramic coating, and a ceramic glaze conditioner. It evenly distributes heat to protect your hair strands.\u003c\/p\u003e\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag\"\u003eCeramic glaze\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRust prevention\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- Feature 4: USB Rechargeable and Portable --\u003e\u003csection class=\"feature-item reverse\"\u003e\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/ebbd39ad7e2ff313d086a36d79b2ca46.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTrue Cordless and Travel-Friendly\u003c\/h2\u003e\n\u003cp\u003eLightweight and completely cordless, this travel-sized styling tool charges via USB. Enjoy absolute styling flexibility without tangled wires. Compatible with power banks, laptop ports, and wall outlets.\u003c\/p\u003e\n\u003cdiv class=\"tag-list\"\u003e\n\u003cspan class=\"tag\"\u003eUSB Rechargeable\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTravel Size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- OPTIONAL STYLING RESULTS SECTION --\u003e\u003csection class=\"product-section styling-styles-section\"\u003e\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eThree Distinct Styling Results\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 700px; margin: 0 auto 25px auto;\"\u003eEffortlessly style your hair into a smooth and natural straight look, a fluffy and voluminous curl, or a sleek and natural buckle.\u003c\/p\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912181150\/cde38f8735e29b4c19043408ed3ce8f9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003c\/main\u003e\u003csection class=\"product-section specifications-section\"\u003e\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003eColor Options\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Color Options\"\u003e\u003cspan class=\"spec-value\"\u003eWhite, Pink, Green, Blue\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003ePower Type\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Power Type\"\u003e\u003cspan class=\"spec-value\"\u003eUSB Rechargeable, Cordless\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003ePlate Coating\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Plate Coating\"\u003e\u003cspan class=\"spec-value\"\u003e4-Layer Ceramic Glaze\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003eStyling Function\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Styling Function\"\u003e\u003cspan class=\"spec-value\"\u003e2-in-1 Straightening \u0026amp; Curling\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003eCharging Compatibility\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Charging Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eLaptops, Power Banks, Plug Adapters, Sockets\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd class=\"spec-label-cell\" style=\"font-weight: 600; color: var(--text-main);\"\u003eSize Design\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Size Design\"\u003e\u003cspan class=\"spec-value\"\u003eCompact Mini Travel Size\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/section\u003e\u003c!-- D. FAQ --\u003e\u003csection class=\"product-section faq-section\"\u003e\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 How do I charge this mini styling iron?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eIt is USB rechargeable and can be connected directly to your laptop, a power bank, a wall outlet, or any standard USB charging adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 What are the 4 layers in the ceramic plate?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eThe plates are constructed with four protective layers: a thermally conductive substrate, an anti-rust layer, a ceramic coating, and a ceramic glaze conditioner to ensure even heat with less hair damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 Can I use it for both straightening and curling?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eYes, this versatile tool is built to handle both straightening and curling styles, including sleek straight styles, beachy waves, fluffy voluminous curls, or soft natural buckles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"White","offer_id":43871368970303,"sku":"LN2293794-白色","price":112.0,"currency_code":"HKD","in_stock":true},{"title":"Pink","offer_id":43871369003071,"sku":"LN2293794-粉色","price":112.0,"currency_code":"HKD","in_stock":true},{"title":"Green","offer_id":43871369035839,"sku":"LN2293794-绿色","price":112.0,"currency_code":"HKD","in_stock":true},{"title":"Blue","offer_id":43871369068607,"sku":"LN2293794-蓝色","price":112.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0631\/8089\/8367\/files\/095a609588640296628d9612ed3ba43d.jpg?v=1789371951","url":"https:\/\/3izugx-ju.myshopify.com\/es\/products\/mini-dual-purpose-curling-iron","provider":"Aurenvi","version":"1.0","type":"link"}