{"product_id":"ultra-thin-absorbent-sweat-patch","title":"Ultra-Thin Absorbent Sweat Patch","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 Scenario (使用场景) -\u003e Specifications (规格) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_2, Feature1=image_0, Feature2=image_1, Scenario=image_3\n  规格图映射：Specs=image_4 (参考数量信息)\n  对比模块：未加入（无明确对比素材）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #00AEEF; \/* Fresh clean blue from reference images *\/\n      --primary-hover: #008CBF;\n      --text-main: #2C3E50;\n      --text-sub: #546E7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F4F9FB;\n      --bg-soft: #EBF5FA;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E1E8ED;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      font-size: 18px;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.2rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.8rem;\n    }\n\n    .product-detail-container p {\n      margin-bottom: 1.2rem;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-sub-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-sub-tag-item {\n      font-size: 16px;\n      color: var(--text-sub);\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 4px 10px;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n    }\n\n    .pd-sub-tag-item::before {\n      content: \"✓\";\n      color: var(--primary);\n      margin-right: 6px;\n      font-weight: bold;\n    }\n\n    \/* Image Placeholder Styles *\/\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f2f5;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-size: 18px;\n      min-height: 300px;\n    }\n    .pd-image-placeholder img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Layout Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto var(--spacing-section);\n    }\n    .pd-hero-media {\n        margin-top: 2rem;\n        border-radius: var(--radius-lg);\n        overflow: hidden;\n        box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Section (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n    \n    .pd-feature-media img {\n        border-radius: var(--radius-lg);\n        box-shadow: var(--shadow-sm);\n    }\n\n    \/* Scenario Section *\/\n    .pd-scenario {\n        text-align: center;\n    }\n    .pd-scenario-media {\n        margin-top: 2rem;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-box {\n      background-color: var(--bg-card);\n      padding: var(--spacing-item);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-spec-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n    }\n\n    .pd-spec-item dt {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.4rem;\n    }\n\n    .pd-spec-item dd {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.8rem;\n      color: var(--text-main);\n    }\n\n    .pd-faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      \n      .pd-hero {\n          text-align: left;\n      }\n\n      .pd-sub-tags {\n        justify-content: flex-start;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-tag\"\u003eStay Dry \u0026amp; Confident\u003c\/span\u003e\n\u003ch1\u003eInvisible Protection Against Underarm Sweat \u0026amp; Stains\u003c\/h1\u003e\n\n\u003cp\u003eExperience all-day freshness with ultra-thin, absorbent pads designed to be discreetly worn inside your clothing. Forget embarrassing wet marks and live with confidence.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609111815\/405ceec7223b86b276688ccca94699a6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609111815\/a3b820ae28f0e41b54d9efe640def9ff.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eAdvanced Absorption, Secure Fit\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with a highly absorbent core, these pads instantly lock away moisture to keep your clothes dry. The strong, garment-safe adhesive backing ensures the pad stays firmly in place all day, even during active movement, without damaging fabrics.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-sub-tags\"\u003e\n\u003cspan class=\"pd-sub-tag-item\"\u003eRapid Absorption\u003c\/span\u003e \u003cspan class=\"pd-sub-tag-item\"\u003eStrong Adhesive\u003c\/span\u003e \u003cspan class=\"pd-sub-tag-item\"\u003eX-Shape Embossing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609111815\/4711fd999bd1510d5279d99a62238e80.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eEasy Application, Invisible Comfort\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for ultimate discretion, the contoured shape fits seamlessly into the underarm area of shirts, blouses, and jackets. They are so thin and lightweight you'll forget they are there. Application is a simple 3-step process: peel, stick to the inside of the garment, and press firmly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-sub-tags\"\u003e\n\u003cspan class=\"pd-sub-tag-item\"\u003eUltra-Thin Design\u003c\/span\u003e \u003cspan class=\"pd-sub-tag-item\"\u003ePeel \u0026amp; Stick\u003c\/span\u003e \u003cspan class=\"pd-sub-tag-item\"\u003eDiscreet Profile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section pd-scenario\"\u003e\n\u003ch2\u003eConfidence for Every Occasion\u003c\/h2\u003e\n\n\u003cp\u003eWhether you're in an important meeting, traveling, attending a party, or just enjoying outdoor activities, stay protected anywhere. The compact design makes them easy to carry in your pocket or bag for on-the-go freshness.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-scenario-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609111815\/cf055bd9361940f3de38e20c2df13482.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-specs-box\"\u003e\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eMaterial Type\u003c\/dt\u003e\n\t\u003cdd\u003eNon-woven absorbent fabric with adhesive backing\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eColor\u003c\/dt\u003e\n\t\u003cdd\u003eWhite\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eSize\u003c\/dt\u003e\n\t\u003cdd\u003eOne Size Fits Most (Contoured shape)\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eUsage\u003c\/dt\u003e\n\t\u003cdd\u003eDisposable (Single use recommended)\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-spec-item\"\u003e\n\u003cdl\u003e\n\t\u003cdt\u003eApplication Area\u003c\/dt\u003e\n\t\u003cdd\u003eInside of clothing underarm area\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\n\u003cdl class=\"pd-spec-list\"\u003e\n\u003c\/dl\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 1rem; color: var(--text-sub);\"\u003e*Note: Please refer to the product selection for specific pack quantities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eAre these pads reusable?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, these sweat pads are designed for single use only to ensure maximum hygiene and absorption effectiveness. Please dispose of them after one day's use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill the adhesive damage my clothes?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe adhesive is formulated to be strong enough to stay put all day but gentle enough to be removed easily without leaving residue or damaging most garment fabrics. We recommend peeling them off slowly after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I wear these with sleeveless tops?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThese pads are designed to stick to the inside of clothing fabric (like sleeves). They are not suitable for sleeveless tops or tank tops as there is no fabric in the underarm area to attach them to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Woyuosn","offers":[{"title":"Cool Mint \/ 1 Pack (10 Pads)","offer_id":62929312547187,"sku":"0609-17361082","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ 1 Pack (10 Pads)","offer_id":62929312579955,"sku":"0609-17360501","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Cool Mint \/ 3 Packs (Daily Use)","offer_id":62929312612723,"sku":"0609-17369405","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ 3 Packs (Daily Use)","offer_id":62929312645491,"sku":"0609-17365948","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Cool Mint \/ 5 Packs (Stock Up \u0026 Save)","offer_id":62929312678259,"sku":"0609-17365991","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Unscented \/ 5 Packs (Stock Up \u0026 Save)","offer_id":62929312711027,"sku":"0609-17360359","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/405ceec7223b86b276688ccca94699a6.jpg?v=1780997827","url":"https:\/\/woyuosn.com\/products\/ultra-thin-absorbent-sweat-patch","provider":"Woyuosn","version":"1.0","type":"link"}