{"product_id":"silkcotton","title":"シルコット 棉 系列","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n.pd-wrap {\n  --acc: #a0304a;\n  --acc-dark: #7a2438;\n  --acc-light: #fef2f4;\n  --acc-mid: #d4607a;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n  line-height: 1.8;\n  color: #333;\n  margin: 0;\n  padding: 0;\n}\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3, .pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 600;\n  line-height: 1.4;\n}\n.pd-wrap p { margin: 0 0 1em 0; }\n.pd-wrap ul, .pd-wrap ol { margin: 0; padding-left: 1.5em; }\n\n.pd-wrap .hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  color: #fff;\n  padding: 3rem 1.5rem;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -10%;\n  width: 300px;\n  height: 300px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.25);\n  color: #fff;\n  padding: 0.4rem 1rem;\n  border-radius: 2rem;\n  font-size: 0.85rem;\n  font-weight: 600;\n  margin-bottom: 1rem;\n  backdrop-filter: blur(10px);\n}\n.pd-wrap .hero h1 {\n  font-size: 2.2rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);\n}\n.pd-wrap .hero-tagline {\n  font-size: 1.1rem;\n  margin-bottom: 1.25rem;\n  opacity: 0.95;\n}\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.5rem;\n  justify-content: center;\n  margin-top: 1.25rem;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.3);\n  color: #fff;\n  padding: 0.4rem 0.9rem;\n  border-radius: 1.5rem;\n  font-size: 0.8rem;\n  font-weight: 500;\n  backdrop-filter: blur(10px);\n}\n\n.pd-wrap .section {\n  padding: 2.5rem 1.5rem;\n}\n.pd-wrap .section-title {\n  font-size: 1.75rem;\n  color: var(--acc);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n\n.pd-wrap .overview-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 2rem;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.08);\n  margin-bottom: 2rem;\n}\n.pd-wrap .overview-card p {\n  font-size: 1.05rem;\n  line-height: 1.9;\n}\n\n.pd-wrap .features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-top: 1.5rem;\n}\n@media (max-width: 768px) {\n  .pd-wrap .features-grid {\n    grid-template-columns: 1fr;\n  }\n}\n.pd-wrap .feature-card {\n  background: #fff;\n  border-radius: 10px;\n  padding: 1.75rem;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.06);\n  border-top: 4px solid var(--acc);\n  position: relative;\n}\n.pd-wrap .feature-number {\n  position: absolute;\n  top: -14px;\n  left: 1.5rem;\n  width: 32px;\n  height: 32px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 0.95rem;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n}\n.pd-wrap .feature-card h3 {\n  font-size: 1.25rem;\n  color: #333;\n  margin-bottom: 0.75rem;\n  margin-top: 0.5rem;\n}\n.pd-wrap .feature-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.5rem;\n  margin: 0.75rem 0;\n}\n.pd-wrap .feature-pill {\n  background: var(--acc-light);\n  color: var(--acc);\n  padding: 0.3rem 0.75rem;\n  border-radius: 1rem;\n  font-size: 0.8rem;\n  font-weight: 500;\n  border: 1px solid var(--acc-mid);\n}\n.pd-wrap .feature-card p {\n  font-size: 0.95rem;\n  color: #555;\n  line-height: 1.7;\n}\n\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  font-size: 0.95rem;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n  border-bottom: 2px solid var(--acc-dark);\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 0.9rem 1rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.65rem;\n  margin-top: 1.25rem;\n}\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  padding: 0.5rem 1rem;\n  border-radius: 6px;\n  font-size: 0.9rem;\n  border: 1px solid var(--acc-mid);\n  font-weight: 500;\n}\n\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  margin: 1.5rem 0;\n  font-size: 0.95rem;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 0.9rem 1rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n.pd-wrap .dosage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .dosage-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .note-box {\n  background: #fef3c7;\n  border-left: 4px solid #f59e0b;\n  border-radius: 6px;\n  padding: 1.25rem;\n  margin: 1.5rem 0;\n  font-size: 0.95rem;\n  line-height: 1.7;\n}\n.pd-wrap .note-box strong {\n  color: #d97706;\n  display: block;\n  margin-bottom: 0.5rem;\n}\n\n.pd-wrap .qna-item {\n  background: #fff;\n  border-radius: 8px;\n  padding: 1.5rem;\n  margin-bottom: 1.25rem;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  border-left: 4px solid var(--acc);\n}\n.pd-wrap .qna-item h4 {\n  color: var(--acc);\n  font-size: 1.1rem;\n  margin-bottom: 0.75rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n.pd-wrap .qna-item h4::before {\n  content: 'Q';\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  width: 26px;\n  height: 26px;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 50%;\n  font-weight: 700;\n  font-size: 0.9rem;\n  flex-shrink: 0;\n}\n.pd-wrap .qna-item p {\n  color: #555;\n  font-size: 0.95rem;\n  line-height: 1.8;\n  padding-left: 2rem;\n}\n\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  border-radius: 6px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n}\n.pd-wrap .caution-box h3 {\n  color: #d97706;\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n.pd-wrap .caution-box ul {\n  margin: 0.5rem 0;\n  padding-left: 1.5rem;\n}\n.pd-wrap .caution-box li {\n  margin-bottom: 0.5rem;\n  color: #555;\n  font-size: 0.95rem;\n  line-height: 1.7;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  border-radius: 6px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n}\n.pd-wrap .storage-box h3 {\n  color: #4a6fa5;\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n.pd-wrap .storage-box ul {\n  margin: 0.5rem 0;\n  padding-left: 1.5rem;\n}\n.pd-wrap .storage-box li {\n  margin-bottom: 0.5rem;\n  color: #555;\n  font-size: 0.95rem;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e美容・護膚\u003c\/div\u003e\n    \u003ch1\u003eSilcot 棉系列\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003e讓每日護膚更舒適、更美麗\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e對肌膚友善\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e高品質素材\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e多樣化產品線\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e日本製造\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"overview-card\"\u003e\n      \u003ch2 class=\"section-title\"\u003e商品概要\u003c\/h2\u003e\n      \u003cp\u003eSilcot 棉系列為尤妮佳株式會社推出的高品質棉製品。因為是每日護膚不可或缺的棉，特別注重肌膚觸感與易用性，支持您的美容習慣。\u003c\/p\u003e\n      \u003cp\u003e嚴選素材與獨家技術，促進化妝水滲透，卸妝及輕拍等多種護膚場景皆舒適使用。設計減輕肌膚負擔，讓每日護理更舒適有效。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e系列特點\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003e對肌膚友善的高品質素材\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003e天然棉\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003e低刺激\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e採用嚴選天然棉，設計減少肌膚刺激。觸感柔軟，敏感肌也能安心使用。品質讓每日護膚更舒適。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003e優異吸水性與保水力\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003e促進滲透\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003e高效率\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e獨特結構充分吸收化妝水，能有效傳達至肌膚。即使少量化妝水也能高效護理，適合輕拍及乳液敷臉。提升護膚效果。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003e多樣化產品線，符合不同用途\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003e種類豐富\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003e區分使用\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e提供化妝水用、卸妝用、乳液敷臉用等多種用途類型。各自形狀、厚度、質感最佳化，可依護膚目的選擇。\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003e不易起棉絮且乾淨\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003e衛生\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003e舒適使用\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e特殊加工抑制棉絮脫落，纖維不易殘留於肌膚。亦有個別包裝型，衛生保存與使用。外出及旅行方便，隨時以乾淨棉護理肌膚。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e主要產品系列\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e產品名稱\u003c\/th\u003e\n            \u003cth\u003e特徵\u003c\/th\u003e\n            \u003cth\u003e推薦用途\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSilcot うるうる棉\u003c\/td\u003e\n            \u003ctd\u003e高保水型，充分吸收化妝水\u003c\/td\u003e\n            \u003ctd\u003e化妝水輕拍、乳液敷臉\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSilcot 柔滑仕立\u003c\/td\u003e\n            \u003ctd\u003e極細纖維，觸感柔滑\u003c\/td\u003e\n            \u003ctd\u003e促進化妝水滲透，適合敏感肌\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSilcot 擦拭棉\u003c\/td\u003e\n            \u003ctd\u003e厚實且能徹底擦拭的類型\u003c\/td\u003e\n            \u003ctd\u003e卸妝、清潔、角質護理\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSilcot 純白專科\u003c\/td\u003e\n            \u003ctd\u003e100%天然棉，未漂白\u003c\/td\u003e\n            \u003ctd\u003e適合敏感肌及自然取向者\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e可期待的效果\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e促進化妝水滲透\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e去除彩妝污垢\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e調理肌膚紋理\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e保濕護理支援\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e減輕肌膚負擔\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e乾淨的護膚\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e使用方式\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrapper\"\u003e\n      \u003ctable class=\"dosage-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e使用場景\u003c\/th\u003e\n            \u003cth\u003e使用方法\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e化妝水輕拍\u003c\/td\u003e\n            \u003ctd\u003e將適量化妝水沾於棉上，輕拍全臉\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e乳液敷臉\u003c\/td\u003e\n            \u003ctd\u003e將充分浸濕化妝水的棉薄撕後貼於臉部，放置3～5分鐘\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e卸妝・擦拭\u003c\/td\u003e\n            \u003ctd\u003e沾取卸妝液或擦拭化妝水，輕柔擦拭肌膚\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e指甲護理\u003c\/td\u003e\n            \u003ctd\u003e用於沾取卸甲液擦拭指甲或指甲周圍護理\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cstrong\u003e使用時的要點\u003c\/strong\u003e\n      \u003cul\u003e\n        \u003cli\u003e請輕柔使用，避免過度摩擦肌膚\u003c\/li\u003e\n        \u003cli\u003e請依用途選擇適合的類型\u003c\/li\u003e\n        \u003cli\u003e開封後請保持清潔並盡早使用\u003c\/li\u003e\n        \u003cli\u003e肌膚出現異常時請停止使用並諮詢專家\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e常見問題\u003c\/h2\u003e\n    \n    \u003cdiv class=\"qna-item\"\u003e\n      \u003ch4\u003e敏感肌也能使用嗎？\u003c\/h4\u003e\n      \u003cp\u003eSilcot系列設計考慮肌膚負擔，但肌膚質地因人而異。敏感肌建議使用「純白專科」等未漂白類型，或先在不明顯部位做貼布測試後再使用。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003ch4\u003e應該使用多少化妝水？\u003c\/h4\u003e\n      \u003cp\u003e以棉全部濕潤為標準。高保水力的如「うるうる棉」等類型，即使用量較少也足夠。請參考產品包裝上的使用建議。\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003ch4\u003e開封後的保存方法？\u003c\/h4\u003e\n      \u003cp\u003e請避免直射陽光及高溫潮濕，並存放於乾淨處。開封後請盡早使用，以保持衛生。個別包裝型方便攜帶及長期保存。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"caution-box\"\u003e\n      \u003ch3\u003e⚠️ 使用注意事項\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e使用時請仔細注意肌膚是否有異常\u003c\/li\u003e\n        \u003cli\u003e請勿用於傷口、腫塊、濕疹等異常部位\u003c\/li\u003e\n        \u003cli\u003e使用中若出現紅腫、腫脹、癢感、刺激、色素脫落（白斑等）或變黑等異常，請停止使用並諮詢皮膚科專科醫師\u003c\/li\u003e\n        \u003cli\u003e若持續使用可能會使症狀惡化\u003c\/li\u003e\n        \u003cli\u003e請注意避免入眼。若不慎入眼，請立即以水或溫水沖洗\u003c\/li\u003e\n        \u003cli\u003e請勿用於其他用途\u003c\/li\u003e\n        \u003cli\u003e請放置於嬰幼兒無法觸及之處\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003ch3\u003e📦 保存注意事項\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e請避免直射陽光及高溫潮濕處保存\u003c\/li\u003e\n        \u003cli\u003e開封後請確實封口保存\u003c\/li\u003e\n        \u003cli\u003e請存放於乾淨處，並保持衛生使用\u003c\/li\u003e\n        \u003cli\u003e請勿放置於火源附近\u003c\/li\u003e\n        \u003cli\u003e請注意避免弄濕\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Unicharm","offers":[{"title":"柔滑仕立 82片裝","offer_id":50208731857212,"sku":"4903111455546","price":188.0,"currency_code":"JPY","in_stock":true},{"title":"高級棉 66片裝","offer_id":50208731889980,"sku":"4903111424283","price":242.0,"currency_code":"JPY","in_stock":true},{"title":"潤澤棉 40片裝","offer_id":50208731922748,"sku":"4903111478064","price":272.0,"currency_code":"JPY","in_stock":true},{"title":"擦拭棉 32片裝","offer_id":50208731955516,"sku":"4903111467938","price":272.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/silkcotton.jpg?v=1751851260","url":"https:\/\/mamigo.jp\/zh-hant-ca\/products\/silkcotton","provider":"MamiGo","version":"1.0","type":"link"}