{"product_id":"antifungal-tea-tree-soap-bar","title":"Antifungal Tea Tree Soap Bar","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：植物基茶树油清洁皂\n  目标受众：有真菌、干燥或敏感皮肤困扰的成人\n  视觉风格：清新自然、干净、功效导向。以绿色和白色为主调，强调植物成分和泡沫感。\n  配色策略：主色使用清新的植物绿，强调天然；背景使用柔和的米白或浅灰，突出产品；文本使用深灰和墨绿，保证易读性。\n  模块顺序：Hero -\u003e Feature 1 (功效展示) -\u003e Feature 2 (成分解析) -\u003e Feature 3 (纯净配方) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_0.png, Feature2=image_2.png, Feature3=image_4.png\n  规格图映射：Specs=image_6.png, image_5.png\n  对比模块：未加入，因无明确竞品对比信息，且Feature 1已包含使用前后对比。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4CAF50;\n      --primary-hover: #45a049;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f4f1;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 4px 12px rgba(0,0,0,0.1);\n      --border-color: #e0e0e0;\n      --section-spacing: clamp(3rem, 6vw, 5rem);\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    .pd-section {\n      margin-bottom: var(--section-spacing);\n    }\n\n    .pd-title-h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .pd-title-h2 {\n      font-size: clamp(24px, 3vw, 30px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-title-h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-text {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-subtext {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: 2rem 0;\n    }\n    .pd-hero-trust-label {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      font-size: 14px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    .pd-hero-media {\n      margin-top: 2rem;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n    .pd-feature-media img {\n      border-radius: var(--radius-lg);\n    }\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n    .pd-feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n    }\n    @media (max-width: 767px) {\n      .pd-feature {\n        flex-direction: column;\n      }\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 100%;\n      }\n    }\n    @media (min-width: 768px) {\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Section *\/\n    .pd-specs {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    @media (max-width: 767px) {\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr,\n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        border-bottom: none;\n        padding: 0.75rem 0;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        margin-right: 1rem;\n      }\n      .pd-specs-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      padding-top: 2rem;\n    }\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n    }\n    .pd-faq-answer {\n      color: var(--text-sub);\n      font-size: 16px;\n    }\n\n    \/* Image Placeholders *\/\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\u003cspan class=\"pd-hero-trust-label\"\u003ePlant-Based Care for Troubled Skin\u003c\/span\u003e\n\u003ch1 class=\"pd-title-h1\"\u003eTargeted Relief: Hydrate, Cleanse \u0026amp; Balance Your Skin\u003c\/h1\u003e\n\n\u003cp class=\"pd-text\"\u003eA gentle, daily tea tree soap formulated to fight fungal concerns and soothe dryness for soft, refreshed skin.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img135\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630173742\/924ade06fce3d4c43c37331e64eb6b65.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Visible Results --\u003e\n\n\u003csection class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630173743\/f2bddadc153b90084e701db8a1ab89e8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-title-h2\"\u003eVisible Results You Can Feel\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eExperience a noticeable difference in your skin's condition. Our formula is designed to help clear fungal spots, reduce redness, and improve overall skin texture, restoring your skin's natural balance and your confidence.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eClears Fungal Spots\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eReduces Redness\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eImproves Texture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Key Ingredients (Z-Pattern) --\u003e\n\n\u003csection class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630173743\/5241c99cefeea557d6be6b2742d58417.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-title-h2\"\u003ePowerful Botanicals, Gentle Care\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eWe've combined nature's most effective ingredients for a powerful yet gentle cleanse. Tea tree oil targets fungal concerns, while coconut oil and glycerin lock in moisture to prevent dryness, leaving your skin feeling soft and supple.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eTea Tree Oil\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eCoconut Oil \u0026amp; Glycerin\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eWitch Hazel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Clean Formula --\u003e\n\n\u003csection class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260630173743\/de80b783af029aeb24e1a13d1df64497.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-title-h2\"\u003eA Clean Formula You Can Trust\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eFree from harsh chemicals, sulfates, and cruelty. Our plant-based soap is dermatologically designed for sensitive skin, providing a calm and soothing daily cleanse without irritation.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eSulfate-Free\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003ePlant-Based\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eSensitive Skin Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-section pd-specs\"\u003e\n\u003ch2 class=\"pd-title-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eFeature\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eDetails\u003c\/span\u003e\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eDimensions\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan style=\"font-size:16px;\"\u003e7.5cm x 5.1cm x 2.6cm (approx. 2.95\" x 2.0\" x 1.02\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eWeight\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan style=\"font-size:16px;\"\u003e115g (approx. 4.06 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMain Ingredients\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan style=\"font-size:16px;\"\u003eTea Tree Oil, Coconut Oil, Glycerin, Witch Hazel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eForm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan style=\"font-size:16px;\"\u003eSolid Bar Soap\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eColor\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan style=\"font-size:16px;\"\u003eLight Green, Lavender color, Sky blue\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!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-section pd-faq\"\u003e\n\u003ch2 class=\"pd-title-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eHow often can I use this soap?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThis soap is formulated with gentle, plant-based ingredients and is safe for daily use as part of your regular shower routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eCan I use this on my face?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eWhile it is gentle, it's primarily designed for body use, especially on areas prone to fungal issues or body odor. For facial use, we recommend a patch test first, as facial skin can be more delicate.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eWill this soap dry out my skin?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo. Unlike many medicated soaps, our formula is enriched with moisturizing coconut oil and glycerin to lock in hydration and leave your skin feeling soft and refreshed after every wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Everyneeding","offers":[{"title":"Original Tea Tree (Classic)","offer_id":52422109462660,"sku":"0630-18308094","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Soothing Lavender (Calming)","offer_id":52422109495428,"sku":"0630-18309874","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Cooling Mint\/Ocean (Refreshing)","offer_id":52422109528196,"sku":"0630-18309785","price":12.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack Variety Set (1 of Each - Save 25%)","offer_id":52422109560964,"sku":"0630-18302432","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/924ade06fce3d4c43c37331e64eb6b65.jpg?v=1782815464","url":"https:\/\/everyneeding.com\/products\/antifungal-tea-tree-soap-bar","provider":"Everyneeding","version":"1.0","type":"link"}