{"product_id":"kaldi-frozen-strawberry-ice","title":"Delicious Frozen Strawberry Ice","description":"\u003c!-- 凍らせておいしい 苺あいす 90g | JAN:4570018729027 --\u003e\n\u003cstyle\u003e\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n\n.pd-wrap {\n  --acc: #d04070;\n  --acc-dark: #8c1a38;\n  --acc-light: #fde8ef;\n  --acc-mid: #e88aaa;\n  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n  line-height: 1.7;\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; padding: 0; line-height: 1.3; font-family: inherit;\n}\n\n\/* Hero *\/\n.pd-wrap .pd-hero {\n  background: linear-gradient(135deg, var(--acc-dark), var(--acc));\n  border-radius: 12px;\n  padding: 36px 28px;\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n  margin-bottom: 20px;\n}\n.pd-wrap .pd-hero::before {\n  content: '';\n  position: absolute;\n  top: -50px; right: -60px;\n  width: 220px; height: 220px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.08);\n  pointer-events: none;\n}\n.pd-wrap .pd-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -60px; left: -40px;\n  width: 180px; height: 180px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.06);\n  pointer-events: none;\n}\n.pd-wrap .hero-badges {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px;\n}\n.pd-wrap .hero-badge {\n  background: rgba(255,255,255,0.22);\n  border: 1px solid rgba(255,255,255,0.4);\n  border-radius: 20px;\n  padding: 3px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.04em;\n}\n.pd-wrap .pd-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(20px, 4vw, 32px) !important;\n  font-weight: 800;\n  margin-bottom: 8px;\n  text-shadow: 0 0 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.4);\n}\n.pd-wrap .hero-tagline {\n  font-size: 14px;\n  opacity: 0.92;\n  margin-bottom: 16px;\n  text-shadow: 0 1px 6px rgba(0,0,0,0.35);\n}\n.pd-wrap .hero-pills {\n  display: flex; flex-wrap: wrap; gap: 8px;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.35);\n  border-radius: 20px;\n  padding: 4px 14px;\n  font-size: 12px;\n}\n\n\/* Section card *\/\n.pd-wrap .pd-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 24px;\n  margin-bottom: 16px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.07);\n}\n.pd-wrap .section-title {\n  font-size: 17px;\n  font-weight: 700;\n  color: var(--acc);\n  border-bottom: 2px solid var(--acc-mid);\n  padding-bottom: 8px;\n  margin-bottom: 16px;\n  position: relative;\n  padding-left: 14px;\n}\n.pd-wrap .section-title::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 2px; bottom: 2px;\n  width: 4px;\n  background: #f5c842;\n  border-radius: 2px;\n}\n.pd-wrap .pd-card p {\n  margin: 0 0 10px;\n  font-size: 14px;\n}\n.pd-wrap .pd-card p:last-child { margin-bottom: 0; }\n\n\/* Feature grid *\/\n.pd-wrap .action-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n@media (max-width: 480px) {\n  .pd-wrap .action-grid { grid-template-columns: 1fr; }\n}\n.pd-wrap .feat-card {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px;\n}\n.pd-wrap .feat-num {\n  background: var(--acc);\n  color: #fff;\n  width: 24px; height: 24px;\n  border-radius: 50%;\n  font-size: 12px; font-weight: 700;\n  display: inline-flex; align-items: center; justify-content: center;\n  margin-bottom: 8px;\n}\n.pd-wrap .feat-title {\n  font-size: 14px; font-weight: 700;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n}\n.pd-wrap .feat-pill {\n  display: inline-block;\n  background: var(--acc);\n  color: #fff;\n  border-radius: 12px;\n  padding: 2px 10px;\n  font-size: 11px;\n  margin-bottom: 6px;\n}\n.pd-wrap .feat-desc {\n  font-size: 13px;\n  color: #555;\n}\n\n\/* Usage table *\/\n.pd-wrap .tbl-wrap { overflow-x: auto; }\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\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: 10px 14px !important;\n  text-align: left;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) td {\n  background-color: var(--acc-light) !important;\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 10px 14px !important;\n  vertical-align: middle !important;\n  color: #333 !important;\n  background-color: #fff;\n  border-bottom: 1px solid #eee;\n}\n\n\/* How-to steps *\/\n.pd-wrap .steps {\n  list-style: none;\n  margin: 0; padding: 0;\n}\n.pd-wrap .steps li {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  margin-bottom: 12px;\n  font-size: 14px;\n}\n.pd-wrap .step-num {\n  background: var(--acc);\n  color: #fff;\n  min-width: 26px; height: 26px;\n  border-radius: 50%;\n  font-size: 13px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n\n\/* Arrange tags *\/\n.pd-wrap .arrange-tags {\n  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;\n}\n.pd-wrap .arr-tag {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  color: var(--acc);\n  border-radius: 14px;\n  padding: 4px 14px;\n  font-size: 13px;\n}\n\n\/* Caution *\/\n.pd-wrap .caution-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  border-radius: 8px;\n  padding: 16px 18px;\n  margin-bottom: 16px;\n  font-size: 13px;\n}\n.pd-wrap .caution-box .caution-title {\n  font-weight: 700; font-size: 14px; margin-bottom: 8px;\n}\n.pd-wrap .caution-box ul {\n  margin: 0; padding-left: 18px;\n}\n.pd-wrap .caution-box ul li { margin-bottom: 4px; }\n\n\/* Storage *\/\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  border-radius: 8px;\n  padding: 16px 18px;\n  font-size: 13px;\n}\n.pd-wrap .storage-box .storage-title {\n  font-weight: 700; font-size: 14px; margin-bottom: 8px;\n}\n.pd-wrap .storage-box ul {\n  margin: 0; padding-left: 18px;\n}\n.pd-wrap .storage-box ul li { margin-bottom: 4px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge\"\u003e🍓 Uses Japanese brand strawberries\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e🧊 Store at room temperature and eat frozen\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eDelicious Frozen Strawberry Ice\u003c\/h1\u003e\n    \u003cp class=\"hero-tagline\"\u003eA refreshing dessert with chunks of Niigata-grown Echigohime strawberry flesh, enjoyed by freezing the whole pouch\u003c\/p\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003e🌸 Contains Echigohime strawberry flesh\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🧃 Can be mixed with milk\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🏪 Can be stored at room temperature\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003e🍦 Chewy texture\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品概要 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n    \u003cp\u003eFrom KALDI Coffee Farm’s popular brand \"Moheji,\" this dessert ice is made by freezing liquid in a pouch. It contains chunks of Niigata’s representative brand strawberry \"Echigohime,\" allowing you to fully enjoy the strawberry’s natural sweet-tart flavor and rich aroma.\u003c\/p\u003e\n    \u003cp\u003eEchigohime is a rare brand strawberry grown only in Niigata Prefecture. It matures slowly at low temperatures, concentrating sweetness with low acidity and soft, juicy flesh. You can easily enjoy this premium strawberry flesh just by freezing.\u003c\/p\u003e\n    \u003cp\u003eCan be stored at room temperature, so you can freeze and enjoy it whenever you want.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 特長グリッド --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003eFour Features\u003c\/div\u003e\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eUses Niigata-grown brand strawberries\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eEchigohime\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eChunks of Niigata-grown \"Echigohime\" strawberry flesh let you fully enjoy its elegant sweetness and refreshing aroma.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eChewy and crunchy texture\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eUnique Texture\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eDue to high sugar content, it doesn’t fully solidify, offering a unique, chewy mousse-like texture.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eEasy preparation by freezing only\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eAbout 8 hours\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eShake lightly and freeze the whole bag. Just freeze for about 8 hours to enjoy a genuine refreshing dessert.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eVersatile\u003c\/div\u003e\n        \u003cspan class=\"feat-pill\"\u003eMulti-use\u003c\/span\u003e\n        \u003cdiv class=\"feat-desc\"\u003eBesides eating it frozen as ice, it’s delicious when mixed with milk or used as a fruit sauce on yogurt or ice cream.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 食べ方 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003eHow to Eat \u0026 Enjoy\u003c\/div\u003e\n    \u003cp style=\"font-weight:700; font-size:14px; margin-bottom:10px;\"\u003e🧊 Basic way to eat (freeze and enjoy as ice)\u003c\/p\u003e\n    \u003col class=\"steps\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003eGently shake the pouch to even out the contents.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003ePlace the bag flat in the freezer (freezing flat ensures even freezing).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003eReady after about 8 hours of freezing. Cut the bag open and enjoy.\u003c\/li\u003e\n    \u003c\/ol\u003e\n    \u003cp style=\"font-size:13px; color:#888; margin-top:8px;\"\u003e*If freezing is difficult due to freezer settings, please set to \"strong.\"\u003c\/p\u003e\n\n    \u003cp style=\"font-weight:700; font-size:14px; margin: 16px 0 8px;\"\u003e🍹 Ways to Enjoy\u003c\/p\u003e\n    \u003cdiv class=\"arrange-tags\"\u003e\n      \u003cspan class=\"arr-tag\"\u003e🥛 Mix with milk for strawberry milk\u003c\/span\u003e\n      \u003cspan class=\"arr-tag\"\u003e🍧 As a sauce for yogurt\u003c\/span\u003e\n      \u003cspan class=\"arr-tag\"\u003e🍨 As a topping for ice cream\u003c\/span\u003e\n      \u003cspan class=\"arr-tag\"\u003e🫧 Mix with sparkling water for fruit soda\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 商品仕様 --\u003e\n  \u003cdiv class=\"pd-card\"\u003e\n    \u003cdiv class=\"section-title\"\u003eProduct Specifications\u003c\/div\u003e\n    \u003cdiv class=\"tbl-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eItem\u003c\/th\u003e\n            \u003cth\u003eContents\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eDelicious Frozen Strawberry Ice\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMoheji (KALDI Coffee Farm)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd\u003e90g\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eJAN Code\u003c\/td\u003e\n\u003ctd\u003e4570018729027\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eContainer\u003c\/td\u003e\n\u003ctd\u003eRetort pouch (room temperature storage)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e170×80mm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eIngredients\u003c\/td\u003e\n\u003ctd\u003ePlease check the contents stated on the package\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAllergy\u003c\/td\u003e\n\u003ctd\u003ePlease check the contents stated on the package\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eExpiration Date\u003c\/td\u003e\n\u003ctd\u003eAs stated on the package\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  \u003c!-- 注意事項 --\u003e\n  \u003cdiv class=\"caution-box\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ Usage Precautions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eWhen freezing, lay the bag flat in the freezer. Freezing it upright may cause uneven freezing.\u003c\/li\u003e\n      \u003cli\u003eDue to high sugar content, it may not freeze completely. Set your freezer to strong or freeze for a longer time.\u003c\/li\u003e\n      \u003cli\u003eWhen taken out from the frozen state, it tends to melt from the bottom, so please consume quickly.\u003c\/li\u003e\n      \u003cli\u003eIf you have allergies, be sure to check the allergy information on the package you have.\u003c\/li\u003e\n      \u003cli\u003eInformation may change depending on the manufacturing lot. Please check the product label before consumption.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 保管 --\u003e\n  \u003cdiv class=\"storage-box\"\u003e\n    \u003cdiv class=\"storage-title\"\u003e📦 Storage Precautions\u003c\/div\u003e\n    \u003cul\u003e\n      \u003cli\u003eStore at room temperature (avoid direct sunlight, high temperature, and humidity).\u003c\/li\u003e\n      \u003cli\u003eAfter opening, consume immediately or store in the refrigerator.\u003c\/li\u003e\n      \u003cli\u003eAfter freezing, please consume as soon as possible.\u003c\/li\u003e\n      \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/pd-wrap --\u003e","brand":"KALDI","offers":[{"title":"90g","offer_id":52803918692668,"sku":"4570018729027","price":367.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4570018729027.jpg?v=1772152274","url":"https:\/\/mamigo.jp\/en-ph\/products\/kaldi-frozen-strawberry-ice","provider":"MamiGo","version":"1.0","type":"link"}