{"product_id":"오타이산s-80g-3개-묶음","title":"奧泰山S 80g 3個套裝","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/cdn.jsdelivr.net\/gh\/orioncactus\/pretendard\/dist\/web\/static\/pretendard.css');\n        \n        * { box-sizing: border-box; -webkit-text-size-adjust: none; }\n        body { margin: 0; padding: 0; font-family: 'Pretendard', sans-serif; background-color: #f0f4f8; color: #333; line-height: 1.6; }\n        \n        .wrapper { max-width: 500px; margin: 0 auto; background: #fff; overflow: hidden; box-shadow: 0 0 30px rgba(0, 50, 150, 0.1); }\n\n        \/* [상단 바] 블루 \u0026 연파랑 *\/\n        .top-product-bar { \n            background: linear-gradient(90deg, #003399, #4a90e2); color: #fff; text-align: center; \n            padding: 8px 15px; font-weight: 800; font-size: 11px; letter-spacing: 2px;\n            border-bottom: 2px solid #e11d48;\n        }\n\n        \/* [HERO] 3개 세트 강조 디자인 *\/\n        .hero-otaisan { \n            background: radial-gradient(circle at top, #fff 0%, #eef2ff 100%); \n            padding: 25px 20px 20px; text-align: center;\n        }\n        .hero-card {\n            padding: 25px 15px; border-radius: 30px;\n            background: #fff; border: 2.5px solid #003399;\n            box-shadow: 0 15px 35px rgba(0, 51, 153, 0.15);\n            position: relative;\n        }\n        .renewal-tag {\n            position: absolute; top: -12px; right: 20px;\n            background: #e11d48; color: #fff; font-size: 11px; font-weight: 900;\n            padding: 4px 12px; border-radius: 20px; box-shadow: 0 4px 10px rgba(225, 29, 72, 0.3);\n        }\n        .hero-card .brand { color: #003399; font-size: 13px; font-weight: 800; letter-spacing: 4px; margin-bottom: 8px; }\n        .hero-card h1 { \n            font-size: 28px; margin: 0; font-weight: 950; color: #111; \n            letter-spacing: -1.2px; line-height: 1.2;\n        }\n        .hero-card .sub-text { font-size: 16px; color: #4a90e2; font-weight: 800; margin-top: 5px; }\n        .hero-card .bundle-badge { \n            display: inline-block; margin-top: 18px; padding: 12px 45px;\n            background: linear-gradient(45deg, #003399, #4a90e2); color: #fff; font-weight: 950; font-size: 19px;\n            border-radius: 40px; border: 2px solid #fff;\n            box-shadow: 0 6px 20px rgba(0, 51, 153, 0.3);\n        }\n\n        \/* [섹션] 특징 설명 + 튀어나오는 효과 *\/\n        .section { padding: 30px 20px; background: #fff; }\n        .section-header { font-size: 21px; font-weight: 950; margin-bottom: 25px; text-align: center; color: #003399; }\n        .section-header span { display: block; font-size: 13px; color: #e11d48; font-weight: 700; margin-top: 4px; }\n        \n        .feature-item { \n            background: #fff; padding: 22px; border-radius: 20px; \n            margin-bottom: 15px; border: 1px solid #eef2ff;\n            display: flex; align-items: center; gap: 18px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n            border-left: 8px solid #4a90e2;\n            cursor: pointer;\n            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n        .feature-item:hover, .feature-item:active { \n            transform: translateY(-8px) scale(1.02);\n            border-color: #003399;\n            box-shadow: 0 15px 35px rgba(0, 51, 153, 0.18);\n        }\n        \n        .feature-item .icon-box { \n            width: 50px; height: 50px; background: #f0f4ff; border-radius: 50%;\n            display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0;\n            color: #003399; border: 1px solid #dbeafe;\n        }\n        .feature-item .txt h3 { margin: 0 0 5px 0; font-size: 17px; color: #003399; font-weight: 800; }\n        .feature-item .txt p { margin: 0; font-size: 14px; color: #666; line-height: 1.6; }\n\n        \/* [체크포인트] *\/\n        .check-section { background: #f8fbff; padding: 25px 20px; border-top: 1px solid #dbeafe; }\n        .check-title { font-size: 18px; font-weight: 900; color: #003399; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }\n        .check-list { list-style: none; padding: 0; margin: 0; }\n        .check-list li { \n            padding: 10px 0; border-bottom: 1px solid #dbeafe; font-size: 14.5px; color: #444;\n            display: flex; align-items: center; gap: 10px;\n        }\n        .check-list li::before { content: '💙'; font-size: 12px; }\n\n        \/* [정보 카드] *\/\n        .info-list-wrap { padding: 25px 20px; background: #fff; }\n        .info-card { \n            background: #fff; border: 2.5px solid #dbeafe; border-radius: 20px; \n            padding: 25px; position: relative;\n        }\n        .info-card::before {\n            content: 'SPECIAL SET INFO'; position: absolute; top: -12px; left: 20px;\n            background: #003399; color: #fff; font-size: 11px; padding: 2px 12px; border-radius: 10px; font-weight: 800;\n        }\n        .info-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f1f5f9; }\n        .info-row:last-child { border-bottom: none; }\n        .info-label { font-size: 14px; font-weight: 800; color: #64748b; }\n        .info-value { font-size: 14px; font-weight: 700; color: #111; text-align: right; }\n        .info-value.accent { color: #e11d48; font-weight: 950; font-size: 18px; }\n\n        \/* [하단 배송\/상담] 고정 문구 적용 *\/\n        .delivery-promise { \n            background: #003399; padding: 35px 20px; text-align: center;\n        }\n        .promise-icon { font-size: 40px; margin-bottom: 10px; }\n        .promise-title { font-size: 21px; font-weight: 900; color: #fff; margin-bottom: 12px; }\n        .promise-txt { font-size: 15px; color: #fff; line-height: 1.8; margin: 0; }\n        .promise-txt b { \n            display: inline-block;\n            background: #e11d48; color: #fff; \n            padding: 4px 12px; border-radius: 4px;\n            margin-top: 10px; font-weight: 900;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n\n        footer { padding: 20px 20px; text-align: center; font-size: 11px; color: #94a3b8; background: #fff; }\n    \u003c\/style\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003cdiv class=\"top-product-bar\"\u003eOta'isan S: 更新家庭三件套\u003c\/div\u003e\n\u003cheader class=\"hero-otaisan\"\u003e\n\u003cdiv class=\"hero-card\"\u003e\n\u003cdiv class=\"renewal-tag\"\u003e更新\u003c\/div\u003e\n\u003cdiv class=\"brand\"\u003e太田胃散 (太田胃散)\u003c\/div\u003e\n\u003ch1\u003e太田胃散 S (粉末)\u003c\/h1\u003e\n\u003cdiv class=\"sub-text\"\u003e最合理的大容量家庭套裝\u003c\/div\u003e\n\u003cdiv class=\"bundle-badge\"\u003e80克 × 3個 (總共240克)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-header\"\u003e傳統與先進 \u003cspan\u003e長期穩定使用的胃健康常備藥\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"txt\"\u003e\n\u003ch3\u003e七種生藥成分的和諧\u003c\/h3\u003e\n\u003cp\u003e七種精選的生藥成分混合，幫助自然的胃運動，讓虛弱的胃恢復健康。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"txt\"\u003e\n\u003ch3\u003e快速吸收的細粉\u003c\/h3\u003e\n\u003cp\u003e由Ota'isan獨特的粉碎技術製成的細粉，服用後立即在胃中快速發揮作用。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e🏆\u003c\/div\u003e\n\u003cdiv class=\"txt\"\u003e\n\u003ch3\u003e暢銷商品3罐組合\u003c\/h3\u003e\n\u003cp\u003e直購族最喜愛的3罐組合！以充足的有效期限的最新製造商品安全發送。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"check-section\"\u003e\n\u003cdiv class=\"check-title\"\u003e💡 在這種情況下服用！\u003c\/div\u003e\n\u003cul class=\"check-list\"\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\u003cdiv class=\"info-list-wrap\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003e品牌 \/ 製造商\u003c\/span\u003e \u003cspan class=\"info-value\"\u003eOta'isan \/ 日本\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003e產品類型\u003c\/span\u003e \u003cspan class=\"info-value\"\u003e粉末（散劑）\/ 罐裝類型\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-row\"\u003e\n\u003cspan class=\"info-label\"\u003e總內容量\u003c\/span\u003e \u003cspan class=\"info-value accent\"\u003e80g × 3個\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"delivery-promise\"\u003e\n\u003cdiv class=\"promise-icon\"\u003e🚢\u003c\/div\u003e\n\u003cdiv class=\"promise-title\"\u003e日本正品快速直送\u003c\/div\u003e\n\u003cp class=\"promise-txt\"\u003e我們只精選更新版的Ota'isan S正品發送給您！\u003cbr\u003e\u003cb\u003e如有任何問題，請通過右下角的對話框聯繫我們。\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cfooter\u003e© Ota'isan JAPAN OFFICIAL DIRECT\u003cbr\u003e這是一個最大化移動端可見性的高級藍-淺藍-紅色主題。\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"오타이산","offers":[{"title":"Default Title","offer_id":47611362738417,"sku":null,"price":731.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0750\/2603\/9025\/files\/Shopify_-2025-12-24T130845.195.jpg?v=1766550291","url":"https:\/\/lifehanip.com\/zh-tw\/products\/%ec%98%a4%ed%83%80%ec%9d%b4%ec%82%b0s-80g-3%ea%b0%9c-%eb%ac%b6%ec%9d%8c","provider":"생활한입","version":"1.0","type":"link"}