{"product_id":"thomas-friends-bath-ball","title":"Thomas the Tank Engine Bath Additive","description":"\u003cstyle\u003e\n\/* -------------------------------------------------------------------------\n  Shopify Description CSS Scope - Thomas \u0026 Friends Bath Ball (v6)\n---------------------------------------------------------------------------- *\/\n\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #005fa8; \/* きかんしゃトーマスのメインブルー *\/\n  --acc-dark: #004071;\n  --acc-light: #e6f4fc;\n  --acc-mid: #a0d2ef;\n  font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  background-color: #ffffff;\n}\n\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3,\n.pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  line-height: 1.3;\n  font-family: inherit;\n}\n\n\/* 1. Hero Section *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 40px 24px;\n  text-align: center;\n  color: #ffffff;\n  position: relative;\n  overflow: hidden;\n  border-radius: 0 0 24px 24px;\n}\n\n.pd-wrap .pd-hero::before {\n  content: \"\";\n  position: absolute;\n  top: -50px;\n  right: -50px;\n  width: 150px;\n  height: 150px;\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 50%;\n}\n\n.pd-wrap .pd-hero .category-badge {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.2);\n  padding: 4px 12px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 16px;\n  border: 1px solid rgba(255, 255, 255, 0.4);\n}\n\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(22px, 4vw, 36px) !important;\n  font-weight: 800 !important;\n  margin-bottom: 12px !important;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n\n.pd-wrap .pd-hero .tagline {\n  font-size: 16px;\n  font-weight: 500;\n  margin-bottom: 24px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n  opacity: 0.95;\n}\n\n.pd-wrap .pd-hero .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n\n.pd-wrap .pd-hero .hero-pill {\n  background: #ffffff;\n  color: var(--acc-dark);\n  padding: 6px 14px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 700;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n\/* 2. Card Layout *\/\n.pd-wrap .section-card {\n  background: #ffffff;\n  margin: 20px 16px;\n  padding: 24px;\n  border-radius: 16px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.pd-wrap .section-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  margin-bottom: 18px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid var(--acc-light);\n  display: flex;\n  align-items: center;\n}\n\n.pd-wrap .section-title::before {\n  content: \"\";\n  width: 6px;\n  height: 24px;\n  background: #ffd700;\n  margin-right: 12px;\n  border-radius: 3px;\n}\n\n\/* 3. Feature Grid *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n  margin-top: 10px;\n}\n\n@media (max-width: 480px) {\n  .pd-wrap .action-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .action-card {\n  background: var(--acc-light);\n  padding: 16px;\n  border-radius: 12px;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .action-card h3 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--acc-dark);\n  margin-bottom: 6px;\n}\n\n.pd-wrap .action-card .pill {\n  display: inline-block;\n  font-size: 11px;\n  background: #fff;\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-bottom: 8px;\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n}\n\n.pd-wrap .action-card p {\n  font-size: 13px;\n  margin: 0;\n  color: #444;\n}\n\n\/* 4. Table *\/\n.pd-wrap .table-wrapper {\n  overflow-x: auto;\n  margin: 10px 0;\n  border-radius: 8px;\n  border: 1px solid #eee;\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #ffffff !important;\n  font-weight: 700 !important;\n  padding: 12px 14px !important;\n  text-align: left;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 12px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n\n\/* 5. Utility *\/\n.pd-wrap .efficacy-list {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n  padding: 6px 12px;\n  border-radius: 6px;\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .caution-box h4 {\n  color: #b45309;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 16px;\n  margin: 20px 16px;\n  border-radius: 0 12px 12px 0;\n}\n\n.pd-wrap .storage-box h4 {\n  color: #2e4a7d;\n  margin-bottom: 8px;\n  font-size: 16px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003c!-- 1. Hero セクション --\u003e\u003cheader class=\"pd-hero\"\u003e\n\u003cdiv class=\"category-badge\"\u003eCosmetics | Character Bath Additive\u003c\/div\u003e\n\u003ch1\u003eThomas the Tank Engine Bath Ball\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eWhen fizzing and dissolving, Thomas and friends appear! Bath time becomes an exciting adventure stage.\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hero-pill\"\u003eIncludes friends mascots\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eRefreshing fruit and sky scents\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eFun that makes you want to collect all types\u003c\/span\u003e \u003cspan class=\"hero-pill\"\u003eSafe to use from 3 months old\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- 2. 商品概要カード --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eWho will you meet in today's bath? Exciting surprise!\u003c\/h2\u003e\n\u003cp\u003e\"Thomas the Tank Engine Bath Ball\" is a bath additive with surprise mascots that turns your child's bath time into a fun experience. When placed in water, it fizzes and dissolves, revealing a cute mascot of Thomas, Gordon, or friends.\u003c\/p\u003e\n\u003cp\u003eThere are several types of mascots, and which one appears is a surprise after dissolving. The refreshing scent and lightly colored bathwater fill the bathroom, making every bath time full of anticipation like \"Who will I meet today?\" Great for deepening parent-child communication.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 特長グリッド --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003e4 Fun Points\u003c\/h2\u003e\n\u003cdiv class=\"action-grid\"\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eMascot that appears when dissolved\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eRandom Inclusion\u003c\/span\u003e\n\u003cp\u003eWhen the bath additive dissolves completely, a detailed mascot appears. High quality that you can collect and display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eSoothing refreshing scent\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eFresh Fragrance\u003c\/span\u003e\n\u003cp\u003ePopular refreshing scents like \"Wide Sky Scent\" and \"Grape Juice Scent\" spread around, loved by children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eGentle on skin design\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eFrom 3 months old\u003c\/span\u003e\n\u003cp\u003eSuitable for children from 3 months old when skin stabilizes. Safe bath time for parents and children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-card\"\u003e\n\u003ch3\u003eEnjoy the color of the bathwater too\u003c\/h3\u003e\n\u003cspan class=\"pill\"\u003eColorful Bath Time\u003c\/span\u003e\n\u003cp\u003eWhile waiting for the mascot, the bathwater changes to beautiful colors, providing a visually enjoyable bath time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. 有効成分テーブル --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eIngredient Details\u003c\/h2\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"ing-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eIngredient Classification\u003c\/th\u003e\n\u003cth\u003eMain Ingredients\u003c\/th\u003e\n\u003cth\u003eFunction\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBase Ingredients\u003c\/td\u003e\n\u003ctd\u003eSodium bicarbonate, citric acid\u003c\/td\u003e\n\u003ctd\u003eFizzing effect and softens the bathwater.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMoisturizing\u003c\/td\u003e\n\u003ctd\u003eSodium sulfate, glycerin\u003c\/td\u003e\n\u003ctd\u003eMoisturizes skin and soothes dryness after bathing.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFragrance \u0026 Coloring\u003c\/td\u003e\n\u003ctd\u003eFragrance, Yellow No. 4, etc.\u003c\/td\u003e\n\u003ctd\u003eDelivers a pleasant fragrance and fun coloring.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. 効能・効果 --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features \u0026 How to Enjoy\u003c\/h2\u003e\n\u003cdiv class=\"efficacy-list\"\u003e\n\u003cspan class=\"efficacy-tag\"\u003eSkin Cleansing\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eColoring and Fragrance of Bathwater\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eIncludes Surprise Mascot\u003c\/span\u003e \u003cspan class=\"efficacy-tag\"\u003eParent-child Communication\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. 用法・用量 --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow to Use\u003c\/h2\u003e\n\u003cp\u003eUse one piece per about 200L of bathtub water.\u003c\/p\u003e\n\u003cdiv style=\"border-left: 4px solid var(--acc-mid); background-color: var(--acc-light); padding: 12px; margin-top: 10px; font-size: 14px;\"\u003e1. Peel off the transparent film from the bath ball.\u003cbr\u003e2. Gently place it into the bathtub water.\u003cbr\u003e3. Enjoy watching it fizz and dissolve.\u003cbr\u003e4. When fully dissolved, a mascot will float up from inside!\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. Q\u0026A --\u003e\n\u003csection class=\"section-card\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv style=\"margin-bottom: 16px;\"\u003e\n\u003cp style=\"font-weight: bold; color: var(--acc); margin-bottom: 4px;\"\u003eQ: Can it be used for babies?\u003c\/p\u003e\n\u003cp style=\"font-size: 14px;\"\u003eA: Recommended for use from 3 months old. Babies under 3 months have very delicate skin, so it is safer to use after their skin stabilizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp style=\"font-weight: bold; color: var(--acc); margin-bottom: 4px;\"\u003eQ: Can leftover bathwater be used for laundry?\u003c\/p\u003e\n\u003cp style=\"font-size: 14px;\"\u003eA: It can be used for laundry, but avoid soaking or using with fabric softener, and rinse with tap water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. 使用上の注意 --\u003e\n\u003cdiv class=\"caution-box\"\u003e\n\u003ch4\u003e⚠️ Usage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● This product is not food or drink. Be careful to avoid accidental ingestion.\u003cbr\u003e● Do not put packaging materials or mascots in your mouth due to risk of suffocation.\u003cbr\u003e● Do not use in marble or wooden bathtubs as discoloration or deterioration may occur.\u003cbr\u003e● Do not use with circulating bath boilers (such as 24-hour heating) as it may cause filter clogging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 10. 保管上の注意 --\u003e\n\u003cdiv class=\"storage-box\"\u003e\n\u003ch4\u003e📦 Storage Precautions\u003c\/h4\u003e\n\u003cp style=\"font-size: 13px; margin: 0;\"\u003e● Keep out of reach of small children and pets.\u003cbr\u003e● Store in a cool, dry place away from direct sunlight.\u003cbr\u003e● Please use immediately after opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BANDAI","offers":[{"title":"Grapefruit scent 60g","offer_id":52528803873084,"sku":"4535304258216","price":480.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4535304258216.jpg?v=1764900143","url":"https:\/\/mamigo.jp\/en-ph\/products\/thomas-friends-bath-ball","provider":"MamiGo","version":"1.0","type":"link"}