{"product_id":"japan-gluten-free-travel-guide","title":"Japan Gluten-Free Travel Guide \u0026 Travel Bundle","description":"\u003cstyle\u003e\n    \/* ===== CRAVE THEME OVERRIDE ===== *\/\n  .gf-bundle h1,\n  .gf-bundle h2,\n  .gf-bundle h3,\n  .gf-bundle h4,\n  .gf-bundle h5,\n  .gf-bundle p,\n  .gf-bundle span,\n  .gf-bundle li,\n  .gf-bundle a,\n  .gf-bundle strong {\n    color: inherit;\n  }\n  .gf-hero h1,\n  .gf-hero h1 span,\n  .gf-hero p,\n  .gf-cta-section h2,\n  .gf-cta-section p,\n  .gf-trust-badge {\n    color: #F2EFDD !important;\n  }\n  \/* ===== BASE ===== *\/\n  .gf-bundle {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n    font-family: \"Playfair Display\", Georgia, \"Times New Roman\", serif;\n    color: #3D081B;\n    line-height: 1.75;\n    font-size: 17px;\n  }\n  .gf-bundle * { box-sizing: border-box; }\n\n  \/* ===== HERO ===== *\/\n  .gf-hero {\n    text-align: center;\n    padding: 56px 28px 48px;\n    background: linear-gradient(145deg, #3D081B 0%, #5A0E2B 40%, #910F3F 100%);\n    border-radius: 20px;\n    margin-bottom: 44px;\n    color: #F2EFDD;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 8px 32px rgba(61,8,27,.25);\n  }\n  .gf-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -60%;\n    left: -20%;\n    width: 140%;\n    height: 140%;\n    background: radial-gradient(ellipse at 30% 20%, rgba(242,239,221,.06) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .gf-hero::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(242,239,221,.2), transparent);\n  }\n  .gf-hero h1 {\n    font-size: 32px;\n    font-weight: 800;\n    margin: 0 0 16px;\n    line-height: 1.25;\n    letter-spacing: -.5px;\n    position: relative;\n  }\n  .gf-hero h1 span {\n    display: block;\n    font-size: 44px;\n    margin-bottom: 8px;\n    letter-spacing: -1px;\n  }\n  .gf-hero p {\n    font-size: 19px;\n    opacity: .88;\n    max-width: 600px;\n    margin: 0 auto;\n    font-weight: 500;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    position: relative;\n  }\n\n  \/* ===== WHAT'S-INSIDE BANNER ===== *\/\n  .gf-inside-banner {\n    text-align: center;\n    margin-bottom: 10px;\n  }\n  .gf-inside-banner h2 {\n    font-size: 27px;\n    font-weight: 800;\n    display: inline-block;\n    background: linear-gradient(90deg, #910F3F, #C4164F, #910F3F);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    margin: 0 0 6px;\n  }\n  .gf-inside-banner p {\n    font-size: 15px;\n    color: #6B3A4A;\n    margin: 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* ===== CARDS ===== *\/\n  .gf-card {\n    background: #F2EFDD;\n    border: 1px solid rgba(61,8,27,.12);\n    border-radius: 16px;\n    padding: 38px 34px;\n    margin-bottom: 34px;\n    box-shadow: 0 2px 16px rgba(61,8,27,.06);\n    position: relative;\n    overflow: hidden;\n  }\n  .gf-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n  }\n  .gf-card.card-restaurant::before { background: linear-gradient(90deg, #910F3F, #C4164F); }\n  .gf-card.card-map::before        { background: linear-gradient(90deg, #6B7B3A, #8FA34B); }\n  .gf-card.card-konbini::before     { background: linear-gradient(90deg, #B8860B, #D4A843); }\n  .gf-card.card-why::before         { background: linear-gradient(90deg, #3D081B, #910F3F); }\n\n  .gf-card-number {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 14px;\n    color: #F2EFDD;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .card-restaurant .gf-card-number { background: #910F3F; }\n  .card-map        .gf-card-number { background: #6B7B3A; }\n  .card-konbini    .gf-card-number { background: #B8860B; }\n\n  .gf-card h3 {\n    font-size: 24px;\n    font-weight: 800;\n    margin: 0 0 22px;\n    line-height: 1.3;\n    color: #3D081B;\n  }\n\n  \/* problem \/ solution blocks *\/\n  .gf-problem, .gf-solution {\n    padding: 20px 22px;\n    border-radius: 12px;\n    margin-bottom: 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-problem {\n    background: rgba(145,15,63,.06);\n    border-left: 4px solid #910F3F;\n  }\n  .gf-problem strong { color: #910F3F; }\n  .gf-solution {\n    background: rgba(107,123,58,.08);\n    border-left: 4px solid #6B7B3A;\n  }\n  .gf-solution strong { color: #4A5A20; }\n\n  \/* feature rows *\/\n  .gf-feature {\n    display: flex;\n    gap: 16px;\n    margin-bottom: 22px;\n    align-items: flex-start;\n  }\n  .gf-feature-icon {\n    flex-shrink: 0;\n    width: 42px;\n    height: 42px;\n    border-radius: 11px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    background: rgba(145,15,63,.07);\n    border: 1px solid rgba(145,15,63,.1);\n  }\n  .gf-feature-text h4 {\n    margin: 0 0 4px;\n    font-size: 16px;\n    font-weight: 700;\n    color: #3D081B;\n    font-family: \"Playfair Display\", Georgia, serif;\n  }\n  .gf-feature-text p {\n    margin: 0;\n    font-size: 15px;\n    color: #5A2A3A;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* bullet \/ ingredient lists *\/\n  .gf-card ul {\n    padding-left: 0;\n    list-style: none;\n    margin: 12px 0 20px;\n  }\n  .gf-card ul li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 9px;\n    font-size: 15px;\n    color: #3D081B;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-card ul li::before {\n    content: \"•\";\n    position: absolute;\n    left: 8px;\n    color: #910F3F;\n    font-weight: 700;\n  }\n  .gf-card ul.safe-list li::before  { content: \"✅\"; left: 0; }\n  .gf-card ul.check-list li::before { content: \"✔\"; color: #6B7B3A; left: 6px; font-weight: 700; }\n\n  \/* ingredient highlight *\/\n  .gf-ingredient {\n    display: inline-block;\n    background: rgba(145,15,63,.08);\n    border: 1px solid rgba(145,15,63,.15);\n    border-radius: 6px;\n    padding: 2px 9px;\n    font-size: 14px;\n    font-weight: 600;\n    margin: 2px 2px;\n    color: #910F3F;\n  }\n\n  \/* format badges *\/\n  .gf-formats {\n    display: flex;\n    gap: 14px;\n    margin: 24px 0;\n    flex-wrap: wrap;\n  }\n  .gf-format-badge {\n    flex: 1;\n    min-width: 220px;\n    padding: 20px 22px;\n    border-radius: 12px;\n    background: rgba(61,8,27,.03);\n    border: 1px solid rgba(61,8,27,.1);\n  }\n  .gf-format-badge h5 {\n    margin: 0 0 6px;\n    font-size: 15px;\n    font-weight: 700;\n    color: #3D081B;\n  }\n  .gf-format-badge p {\n    margin: 0;\n    font-size: 14px;\n    color: #5A2A3A;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* accent callout box *\/\n  .gf-callout {\n    background: rgba(145,15,63,.05);\n    border: 1px solid rgba(145,15,63,.12);\n    border-radius: 12px;\n    padding: 24px 26px;\n    margin: 26px 0 0;\n    font-size: 15px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #3D081B;\n  }\n  .gf-callout strong { color: #910F3F; }\n\n  \/* locations grid *\/\n  .gf-locations {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 12px;\n    margin: 20px 0;\n  }\n  .gf-location-chip {\n    background: rgba(107,123,58,.08);\n    border: 1px solid rgba(107,123,58,.15);\n    border-radius: 12px;\n    padding: 16px 18px;\n    text-align: center;\n  }\n  .gf-location-chip strong {\n    display: block;\n    font-size: 15px;\n    margin-bottom: 3px;\n    color: #3D081B;\n  }\n  .gf-location-chip span {\n    font-size: 13px;\n    color: #5A2A3A;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* ===== WHY-ALL-3 CARD ===== *\/\n  .gf-why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin: 22px 0 0;\n  }\n  .gf-why-item {\n    background: rgba(61,8,27,.04);\n    border: 1px solid rgba(61,8,27,.08);\n    border-radius: 12px;\n    padding: 22px;\n    text-align: center;\n  }\n  .gf-why-item .gf-why-icon { font-size: 34px; margin-bottom: 10px; }\n  .gf-why-item h4 {\n    margin: 0 0 6px;\n    font-size: 16px;\n    font-weight: 700;\n    color: #3D081B;\n  }\n  .gf-why-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #5A2A3A;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* ===== CTA ===== *\/\n  .gf-cta-section {\n    text-align: center;\n    background: linear-gradient(145deg, #3D081B 0%, #5A0E2B 40%, #910F3F 100%);\n    border-radius: 20px;\n    padding: 54px 32px;\n    color: #F2EFDD;\n    margin-top: 12px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 8px 32px rgba(61,8,27,.25);\n  }\n  .gf-cta-section::before {\n    content: \"\";\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 120%;\n    height: 120%;\n    background: radial-gradient(ellipse at 70% 30%, rgba(242,239,221,.05) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .gf-cta-section h2 {\n    font-size: 29px;\n    font-weight: 800;\n    margin: 0 0 14px;\n    position: relative;\n    letter-spacing: -.3px;\n  }\n  .gf-cta-section p {\n    font-size: 17px;\n    opacity: .88;\n    max-width: 540px;\n    margin: 0 auto 30px;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-cta-btn {\n    display: inline-block;\n    padding: 18px 52px;\n    background: #F2EFDD;\n    color: #910F3F !important;\n    font-size: 18px;\n    font-weight: 800;\n    text-decoration: none !important;\n    border-radius: 100px;\n    letter-spacing: .5px;\n    position: relative;\n    animation: gf-pulse 2.5s infinite;\n    box-shadow: 0 4px 24px rgba(242,239,221,.3);\n    transition: transform .25s, box-shadow .25s, background .25s;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-cta-btn:hover {\n    animation: none;\n    transform: translateY(-3px);\n    box-shadow: 0 8px 36px rgba(242,239,221,.45);\n    background: #fff;\n  }\n\n  @keyframes gf-pulse {\n    0%   { box-shadow: 0 4px 24px rgba(242,239,221,.3); }\n    50%  { box-shadow: 0 4px 40px rgba(242,239,221,.55); }\n    100% { box-shadow: 0 4px 24px rgba(242,239,221,.3); }\n  }\n\n  \/* Payment trust bar *\/\n  .gf-trust-bar {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 22px;\n    flex-wrap: wrap;\n  }\n  .gf-trust-bar span {\n    font-size: 14px;\n    opacity: .8;\n    color: #F2EFDD;\n    font-weight: 500;\n  }\n  .gf-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(242,239,221,.1);\n    border: 1px solid rgba(242,239,221,.2);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 13px;\n    color: #F2EFDD;\n    font-weight: 600;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* ===== POST-PURCHASE NOTE ===== *\/\n  .gf-post-purchase {\n    background: #F2EFDD;\n    border: 2px dashed rgba(145,15,63,.3);\n    border-radius: 16px;\n    padding: 34px 32px;\n    margin-top: 34px;\n    text-align: center;\n  }\n  .gf-post-icon {\n    font-size: 42px;\n    margin-bottom: 12px;\n  }\n  .gf-post-purchase h3 {\n    font-size: 17px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #910F3F;\n    margin: 0 0 22px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-post-steps {\n    display: flex;\n    gap: 20px;\n    justify-content: center;\n    flex-wrap: wrap;\n    max-width: 640px;\n    margin: 0 auto;\n  }\n  .gf-post-step {\n    flex: 1;\n    min-width: 240px;\n    background: rgba(61,8,27,.03);\n    border: 1px solid rgba(61,8,27,.1);\n    border-radius: 14px;\n    padding: 22px;\n    text-align: left;\n    position: relative;\n  }\n  .gf-step-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    background: linear-gradient(135deg, #910F3F, #C4164F);\n    color: #F2EFDD;\n    font-size: 14px;\n    font-weight: 800;\n    border-radius: 50%;\n    margin-bottom: 12px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n  .gf-post-step p {\n    margin: 0;\n    font-size: 15px;\n    color: #3D081B;\n    line-height: 1.6;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  \/* ===== DIVIDER FLOURISH ===== *\/\n  .gf-divider {\n    text-align: center;\n    margin: 8px 0 32px;\n    font-size: 18px;\n    letter-spacing: 12px;\n    color: rgba(145,15,63,.2);\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 600px) {\n    .gf-hero { padding: 40px 20px 36px; }\n    .gf-hero h1 { font-size: 24px; }\n    .gf-hero h1 span { font-size: 32px; }\n    .gf-hero p { font-size: 16px; }\n    .gf-card { padding: 28px 22px; }\n    .gf-card h3 { font-size: 20px; }\n    .gf-formats { flex-direction: column; }\n    .gf-cta-section { padding: 40px 22px; }\n    .gf-cta-section h2 { font-size: 22px; }\n    .gf-post-purchase { padding: 24px 18px; }\n    .gf-post-steps { flex-direction: column; }\n    .gf-locations { grid-template-columns: 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- BUNDLE PAGE START --\u003e\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"gf-bundle\"\u003e\n\u003c!-- ==================== HERO ==================== --\u003e\n\u003cdiv class=\"gf-hero\"\u003e\n\u003ch1\u003eThe Ultimate GF Japan Travel Kit\u003c\/h1\u003e\n\u003cp\u003eEverything You Need to Eat Safely Across Japan — Restaurants, Convenience Stores \u0026amp; Beyond\u003c\/p\u003e\n\u003ca class=\"gf-cta-btn\" style=\"margin-top: 30px;\" href=\"https:\/\/www.paypal.com\/ncp\/payment\/DM38B92KA87ML\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eBUY NOW\u003c\/a\u003e\n\u003cdiv class=\"gf-trust-bar\" style=\"margin-top: 18px;\"\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e💳 PayPal Protected\u003c\/div\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e⚡ Instant Download\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== WHAT'S INSIDE ==================== --\u003e\n\u003cdiv class=\"gf-inside-banner\"\u003e\n\u003ch2\u003e📦 Here's Everything You're Getting\u003c\/h2\u003e\n\u003cp\u003eInstant Download — use it on your phone or print it out\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-divider\"\u003e◆ ◆ ◆\u003c\/div\u003e\n\u003c!-- ============ CARD 1 — RESTAURANT CARD ============ --\u003e\n\u003cdiv class=\"gf-card card-restaurant\"\u003e\n\u003cspan class=\"gf-card-number\"\u003eItem 1 of 3\u003c\/span\u003e\n\u003ch3\u003eYour Gluten-Free Restaurant Communication Card\u003c\/h3\u003e\n\u003cdiv class=\"gf-problem\"\u003e\n\u003cstrong\u003eHere's the problem:\u003c\/strong\u003e Walking into a Japanese restaurant and trying to explain Celiac disease is nearly impossible. Most staff don't speak English. Google Translate gives you awkward, unnatural phrases that confuse people. And even if they understand \"no wheat,\" they don't realize that soy sauce, tempura batter, and even some miso soups contain gluten.\u003c\/div\u003e\n\u003cdiv class=\"gf-solution\"\u003e\n\u003cstrong\u003eHere's how this card solves it:\u003c\/strong\u003e Simply hand this card to your server or show it on your phone. That's it. No awkward conversations. No playing charades. No hoping they understand. The staff reads it in their native language, nods, takes it to the kitchen, and the chef knows exactly what to do.\u003c\/div\u003e\n\u003ch4 style=\"font-size: 18px; font-weight: 800; margin: 28px 0 18px;\"\u003eWhat makes this card actually work:\u003c\/h4\u003e\n\u003cdiv class=\"gf-feature\"\u003e\n\u003cdiv class=\"gf-feature-icon\"\u003e🇯🇵\u003c\/div\u003e\n\u003cdiv class=\"gf-feature-text\"\u003e\n\u003ch4\u003eWritten in Natural, Polite Japanese\u003c\/h4\u003e\n\u003cp\u003eNot Google Translate gibberish. This is how Japanese people actually communicate in formal dining situations. Restaurant staff will immediately respect and understand it because it's written the way \u003cem\u003ethey\u003c\/em\u003e would write it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-feature\"\u003e\n\u003cdiv class=\"gf-feature-icon\"\u003e🏥\u003c\/div\u003e\n\u003cdiv class=\"gf-feature-text\"\u003e\n\u003ch4\u003eExplains It's a Medical Condition, Not a Diet Choice\u003c\/h4\u003e\n\u003cp\u003eThe card makes it crystal clear that this isn't about weight loss or a trendy preference. It uses the Japanese medical term for Celiac disease \u003cspan class=\"gf-ingredient\"\u003eセリアック病\u003c\/span\u003e and explains that even a tiny amount will make you seriously ill. This gets taken seriously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-feature\"\u003e\n\u003cdiv class=\"gf-feature-icon\"\u003e🚫\u003c\/div\u003e\n\u003cdiv class=\"gf-feature-text\"\u003e\n\u003ch4\u003eAddresses Cross-Contamination Directly\u003c\/h4\u003e\n\u003cp\u003eHere's what most cards miss: in Japan, cross-contamination isn't automatically considered. The card specifically asks them not to use:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eShared cooking oil (fryers)\u003c\/li\u003e\n\u003cli\u003eShared grills or pans\u003c\/li\u003e\n\u003cli\u003eShared utensils or cutting boards\u003c\/li\u003e\n\u003cli\u003eThe same workspace where flour was just used\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis is \u003cstrong\u003eHUGE\u003c\/strong\u003e. Because otherwise, they might give you \"gluten-free\" food that was cooked in the same oil as tempura.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-feature\"\u003e\n\u003cdiv class=\"gf-feature-icon\"\u003e🕵️\u003c\/div\u003e\n\u003cdiv class=\"gf-feature-text\"\u003e\n\u003ch4\u003eLists Hidden Gluten Sources in Japanese Cuisine\u003c\/h4\u003e\n\u003cp\u003eThis is the game-changer. The card specifically names ingredients that contain gluten but aren't obvious:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003e醤油\u003c\/span\u003e \u003cstrong\u003eShoyu\u003c\/strong\u003e — soy sauce (in almost everything!)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003e麦\u003c\/span\u003e \u003cstrong\u003eMugi\u003c\/strong\u003e — barley (in some teas, soups, miso)\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003eパン粉\u003c\/span\u003e \u003cstrong\u003ePanko\u003c\/strong\u003e — breadcrumbs\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003e天ぷら粉\u003c\/span\u003e \u003cstrong\u003eTempura batter\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003eみりん\u003c\/span\u003e \u003cstrong\u003eMirin\u003c\/strong\u003e — some types contain wheat\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003eだし\u003c\/span\u003e \u003cstrong\u003eDashi broth\u003c\/strong\u003e — some varieties have gluten\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"gf-ingredient\"\u003e麩\u003c\/span\u003e \u003cstrong\u003eFu\u003c\/strong\u003e — wheat gluten (used in traditional dishes)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWithout this list, a chef might think \"no bread, no pasta\" and still serve you something with soy sauce or panko coating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-feature\"\u003e\n\u003cdiv class=\"gf-feature-icon\"\u003e🍜\u003c\/div\u003e\n\u003cdiv class=\"gf-feature-text\"\u003e\n\u003ch4\u003eSuggests Safe Alternatives\u003c\/h4\u003e\n\u003cp\u003eThe card doesn't just say \"no gluten.\" It helps the restaurant help \u003cem\u003eyou\u003c\/em\u003e by mentioning:\u003c\/p\u003e\n\u003cul class=\"safe-list\"\u003e\n\u003cli\u003eTamari (gluten-free soy sauce) if they have it\u003c\/li\u003e\n\u003cli\u003eRice-based dishes\u003c\/li\u003e\n\u003cli\u003ePure salt for seasoning\u003c\/li\u003e\n\u003cli\u003eSimple grilled or steamed preparations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis makes the chef's job easier and increases your chances of getting an actual meal, not just a plain salad.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4 style=\"font-size: 18px; font-weight: 800; margin: 28px 0 14px;\"\u003eYou get both formats:\u003c\/h4\u003e\n\u003cdiv class=\"gf-formats\"\u003e\n\u003cdiv class=\"gf-format-badge\"\u003e\n\u003ch5\u003e📱 Digital Smartphone Card (PNG)\u003c\/h5\u003e\n\u003cp\u003ePerfectly sized for your phone screen. Save it to your photos so you can pull it up instantly, even without wifi or data. Show it right at the table.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-format-badge\"\u003e\n\u003ch5\u003e🖨️ Printable PDF Card\u003c\/h5\u003e\n\u003cp\u003ePrint several copies before your trip. Fold them up and keep them in your wallet, day bag, or passport holder. Hand one directly to your server.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-callout\"\u003e\n\u003cstrong\u003eWhy you absolutely need this card:\u003c\/strong\u003e Because without it, you're gambling with your health every single meal. You're relying on charades, hoping the staff member who kinda-sorta speaks English actually understands what gluten is, and crossing your fingers that the kitchen gets it right. \u003cbr\u003e\u003cbr\u003eWith this card, you take the guesswork out. The communication is clear, professional, and complete. You eat safely. They serve you confidently. \u003cstrong\u003eEveryone wins.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END CARD 1 --\u003e\u003c!-- ============ CARD 2 — MAP ============ --\u003e\n\u003cdiv class=\"gf-card card-map\" style=\"text-align: start;\"\u003e\n\u003cspan class=\"gf-card-number\"\u003eItem 2 of 3\u003c\/span\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5338\/3908\/files\/gpt-image-1.5-high-fidelity_b__digital_painting.png?v=1778692687\" alt=\"Japanese gluten-free travel guide for celiac travellers\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/h3\u003e\n\u003ch3\u003eInteractive Map of 100% Gluten-Free Restaurants\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; font-weight: 500; margin-bottom: 18px;\"\u003eStop wandering around hungry, googling frantically, hoping something's safe. This curated map features verified 100% gluten-free restaurants, bakeries, and cafes across Japan's major cities.\u003c\/p\u003e\n\u003ch4 style=\"font-size: 16px; font-weight: bold; margin: 20px 0 12px;\"\u003eLocations covered:\u003c\/h4\u003e\n\u003cdiv class=\"gf-locations\"\u003e\n\u003cdiv class=\"gf-location-chip\"\u003e\n\u003cstrong\u003e🗼 Tokyo\u003c\/strong\u003e Shibuya · Shinjuku · Harajuku · Asakusa \u0026amp; more\u003c\/div\u003e\n\u003cdiv class=\"gf-location-chip\"\u003e\n\u003cstrong\u003e🏯 Osaka\u003c\/strong\u003e Food paradise — safely!\u003c\/div\u003e\n\u003cdiv class=\"gf-location-chip\"\u003e\n\u003cstrong\u003e⛩️ Kyoto\u003c\/strong\u003e Yes, more than plain rice!\u003c\/div\u003e\n\u003cdiv class=\"gf-location-chip\"\u003e\n\u003cstrong\u003e📍 And More\u003c\/strong\u003e Major tourist destinations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch4 style=\"font-size: 16px; font-weight: bold; margin: 20px 0 10px;\"\u003eEach location includes:\u003c\/h4\u003e\n\u003cul class=\"check-list\"\u003e\n\u003cli\u003eRestaurant name in English AND Japanese (for your taxi driver)\u003c\/li\u003e\n\u003cli\u003eType of cuisine\u003c\/li\u003e\n\u003cli\u003eWhether they're 100% GF or offer dedicated GF menus\u003c\/li\u003e\n\u003cli\u003eDirect link to open in Google Maps\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAccess it on your phone, even offline. No data needed. No stress.\u003c\/p\u003e\n\u003cdiv class=\"gf-callout\" style=\"background: rgba(107,123,58,.06); border-color: rgba(107,123,58,.15);\"\u003e\n\u003cstrong style=\"color: #4a5a20;\"\u003eWhy you need it:\u003c\/strong\u003e Because the restaurant card works anywhere, but it's even better when you're at restaurants that already understand gluten-free dining. This map takes you straight to the safest options where you can relax and enjoy your meal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END CARD 2 --\u003e\u003c!-- ============ CARD 3 — KONBINI ============ --\u003e\n\u003cdiv class=\"gf-card card-konbini\" style=\"text-align: start;\"\u003e\n\u003cspan class=\"gf-card-number\"\u003eItem 3 of 3\u003c\/span\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5338\/3908\/files\/gpt-image-1.5-high-fidelity_b_creat_a_realistic_gu.png?v=1778692066\" alt=\"Japanese gluten-free travel guide for celiac travellers\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/h3\u003e\n\u003ch3\u003eThe Complete Convenience Store Survival Guide\u003c\/h3\u003e\n\u003cp style=\"font-size: 17px; font-weight: 500; margin-bottom: 18px;\"\u003eHere's what nobody tells you: Japan's convenience stores (konbini) are absolute lifesavers when you know what's safe. 7-Eleven, Family Mart, and Lawson are literally everywhere — and they're open 24\/7. This guide shows you exactly what to grab.\u003c\/p\u003e\n\u003ch4 style=\"font-size: 16px; font-weight: bold; margin: 20px 0 12px;\"\u003eInside this full-color photo guide:\u003c\/h4\u003e\n\u003cul class=\"safe-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSafe Products with Photos\u003c\/strong\u003e — Rice balls (onigiri), chips, snacks, desserts, and quick meals\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExactly Where to Find Each Item\u003c\/strong\u003e — Which aisle, which shelf, so you're not wandering around confused\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eJapanese Product Names\u003c\/strong\u003e — The actual characters you'll see on the package, so you can find it (or ask for help)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIngredient Warning List\u003c\/strong\u003e — Photos of Japanese characters that mean gluten, so you can spot danger even when exhausted\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Locations by Store\u003c\/strong\u003e — Some items are only at specific chains; we tell you which\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"gf-callout\" style=\"background: rgba(184,134,11,.06); border-color: rgba(184,134,11,.15);\"\u003e\n\u003cstrong style=\"color: #8b6914;\"\u003eWhy you need it:\u003c\/strong\u003e Restaurants are amazing, but sometimes you just need a 2 am snack, a quick breakfast, or a cheap lunch option. This guide means you'll never go hungry, no matter what time it is or where you are.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- END CARD 3 --\u003e\u003c!-- ============ WHY ALL 3 ============ --\u003e\n\u003cdiv class=\"gf-card card-why\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003e💡 Why This Bundle Works — And Why You Need All Three\u003c\/h3\u003e\n\u003cdiv class=\"gf-why-grid\"\u003e\n\u003cdiv class=\"gf-why-item\"\u003e\n\u003cdiv class=\"gf-why-icon\"\u003e🍽️\u003c\/div\u003e\n\u003ch4\u003eRestaurant Card\u003c\/h4\u003e\n\u003cp\u003eGets you safe meals at \u003cem\u003eany\u003c\/em\u003e restaurant you walk into.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-why-item\"\u003e\n\u003cdiv class=\"gf-why-icon\"\u003e🗺️\u003c\/div\u003e\n\u003ch4\u003eInteractive Map\u003c\/h4\u003e\n\u003cp\u003eShows you the best spots where GF is already understood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-why-item\"\u003e\n\u003cdiv class=\"gf-why-icon\"\u003e🏪\u003c\/div\u003e\n\u003ch4\u003eKonbini Guide\u003c\/h4\u003e\n\u003cp\u003eCovers breakfast, snacks, late-night munchies \u0026amp; budget meals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-size: 17px; font-weight: 600; margin: 26px 0 0;\"\u003eTogether? You're completely covered. Morning, noon, night, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============ CTA ============ --\u003e\n\u003cdiv class=\"gf-cta-section\"\u003e\n\u003ch2\u003e✈️ Stop Stressing. Start Enjoying Japan.\u003c\/h2\u003e\n\u003cp\u003eDon't spend your dream vacation starving, scared, or eating plain rice for a week straight. Get ready to experience Japan safely — restaurants, convenience stores, and all!\u003c\/p\u003e\n\u003ca class=\"gf-cta-btn\" href=\"https:\/\/www.paypal.com\/ncp\/payment\/DM38B92KA87ML\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eBUY NOW\u003c\/a\u003e\n\u003cdiv class=\"gf-trust-bar\"\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e🔒 Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e💳 PayPal Protected\u003c\/div\u003e\n\u003cdiv class=\"gf-trust-badge\"\u003e⚡ Instant Download\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============ POST-PURCHASE NOTE ============ --\u003e\n\u003cdiv class=\"gf-post-purchase\"\u003e\n\u003cdiv class=\"gf-post-icon\"\u003e📬\u003c\/div\u003e\n\u003ch3\u003eImportant Note After Purchase\u003c\/h3\u003e\n\u003cdiv class=\"gf-post-steps\"\u003e\n\u003cdiv class=\"gf-post-step\"\u003e\n\u003cspan class=\"gf-step-number\"\u003e1\u003c\/span\u003e\n\u003cp\u003eAfter completing your payment, \u003cstrong\u003eplease stay on the page for a few seconds.\u003c\/strong\u003e You'll be automatically taken to your secure download page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gf-post-step\"\u003e\n\u003cspan class=\"gf-step-number\"\u003e2\u003c\/span\u003e\n\u003cp\u003eYou'll also receive your \u003cstrong\u003edownload link by email\u003c\/strong\u003e at the address you entered during checkout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- BUNDLE PAGE END --\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e","brand":"CELIAC CARD","offers":[{"title":"Default Title","offer_id":48887158735076,"sku":null,"price":12.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/5338\/3908\/files\/rn-image_picker_lib_temp_e7334469-9314-4e82-94ca-1a39da73566f.png?v=1785186193","url":"https:\/\/celiacard.com\/products\/japan-gluten-free-travel-guide","provider":"CELIAC CARD","version":"1.0","type":"link"}