{"product_id":"invisible-hydrocolloid-acne-covers","title":"Invisible Hydrocolloid Acne Covers","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System \u0026 Scoped Styles *\/\n  .product-detail-container {\n    --primary: #2E86DE; \/* Derived from packaging blue *\/\n    --primary-hover: #1B65B5;\n    --text-main: #333333;\n    --text-sub: #555555;\n    --bg-body: #FFFFFF;\n    --bg-card: #FFFFFF;\n    --bg-soft: #F4F7F9;\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: #E6E6E6;\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    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    margin-bottom: 1rem;\n  }\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n  .product-detail-container p {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n  .product-detail-container .sub-text {\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Layout Utilities *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n  .grid-2 {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: clamp(2rem, 4vw, 4rem);\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .grid-2 {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  \/* Image Handling - Scheme A (Default Fluid) *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* Image Placeholders *\/\n  .img-placeholder {\n    width: 100%;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-weight: 500;\n    padding: 2rem;\n    box-sizing: border-box;\n    min-height: 300px; \/* Ensure visibility *\/\n  }\n\n  \/* Components *\/\n  .trust-badge {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Feature Sections (Z-Pattern) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 4vw, 4rem);\n    align-items: center;\n  }\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1rem;\n  }\n  .feature-tag {\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 0.4rem 0.8rem;\n    border-radius: 4px;\n    font-size: 16px;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1rem;\n  }\n  .spec-table th, .spec-table td {\n    padding: 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .spec-table th {\n    width: 35%;\n    color: var(--text-sub);\n    font-weight: 400;\n    background: var(--bg-soft);\n  }\n  @media (max-width: 767px) {\n    .spec-table, .spec-table tbody, .spec-table tr, .spec-table td {\n      display: block;\n      width: 100%;\n    }\n    .spec-table thead { display: none; }\n    .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n    .spec-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n      padding: 0.75rem 1rem;\n    }\n    .spec-table td:last-child { border-bottom: none; }\n    .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-right: 1rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-item:last-child { border-bottom: none; }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n  }\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\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_2.png, Feature2=image_4.png, Feature3=image_0.png\n规格图映射：Specs=image_3.png (用于数据提取)\n对比模块：未加入 (无明显竞品对比需求，聚焦产品自身优势)\n--\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-spacing grid-2\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"trust-badge\"\u003eMedical-Grade Hydrocolloid\u003c\/span\u003e\n\u003ch1\u003eInvisible Blemish Healing, Day \u0026amp; Night\u003c\/h1\u003e\n\n\u003cp\u003eClear breakouts effectively without harsh chemicals. These ultra-thin, matte patches blend seamlessly with your skin to absorb impurities and protect blemishes, so you can wear them confidently anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717143721\/fe2da0aebcd9e451c386dcbcdf5bdc8b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717142604\/675db6515ef6eabc256a979d323c13c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVisibly Absorbs Gunk, Stays Invisible\u003c\/h2\u003e\n\n\u003cp\u003eSeeing is believing. The high-quality hydrocolloid material actively pulls out oil and pus, turning white as it works to flatten blemishes faster. The translucent, matte finish ensures it remains virtually undetectable on your skin during the day.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eUltra-Thin Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMatte Finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVisual Indicator\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Variety \u0026 Value --\u003e\n\n\u003cdiv class=\"section-spacing feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717142604\/045cd644562d3e83483072a5a145149f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Ultimate 364-Patch Toolkit\u003c\/h2\u003e\n\n\u003cp\u003eNever be stuck without the right size. This comprehensive kit includes 8 different shapes and sizes—from tiny dots for small pimples to large contoured strips for nose and T-zone breakouts—ensuring a perfect fit for every spot.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e364 Total Patches\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e8 Varied Sizes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNose Strips Included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Usability --\u003e\n\n\u003cdiv class=\"section-spacing feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717142604\/d3be3805083dfa3d79aa50b62b696cf0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy-Peel, Frustration-Free Application\u003c\/h2\u003e\n\n\u003cp\u003eNo more wasted patches. Our smart perforated sheet design allows you to tear along the line and lift the patch straight off without it folding over or sticking to itself, ensuring a hygienic and smooth application every time.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePerforated Sheets\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHygienic\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Curling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\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\u003ctd data-label=\"Material\"\u003eHydrocolloid\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Quantity\"\u003e364 Patches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Variety\"\u003e8 different shapes \u0026amp; sizes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003eWaterproof, Transparent, Matte Finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Box Dimensions\"\u003e13cm x 9cm (approx. 5.1in x 3.5in)\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=\"section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I wear makeup over these patches?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The ultra-thin, matte surface is designed to be discreet. Apply the patch to clean, dry skin first, and then apply makeup over it carefully for near-invisible coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow long should I leave a patch on?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor best results, wear the patch for at least 6 hours or overnight. You'll know it's time to remove it when the center has turned opaque white from absorbed impurities.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre these waterproof?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the patches form a secure, waterproof barrier that protects the blemish from sweat, water, and external irritants while it heals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Standard Kit)","offer_id":45864386887871,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45864386920639,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value - 15%)","offer_id":45864386953407,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/fe2da0aebcd9e451c386dcbcdf5bdc8b_663fe117-1c38-4764-8fe6-f94fab82efea.jpg?v=1784270768","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/invisible-hydrocolloid-acne-covers","provider":"Bak","version":"1.0","type":"link"}