{"product_id":"the-raw-temple-academy-payment-1-3-debbie","title":"The Raw Temple Academy : Payment 1\/3 Debbie","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    .rt-deposit-pricing {\n      --rt-primary: #4A3F8C;\n      --rt-secondary: #C9A961;\n      --rt-background: #FFFDF9;\n      --rt-surface: #FFFFFF;\n      --rt-text: #2D2A24;\n      --rt-text-light: #6B6560;\n      --rt-fresh: #7CB342;\n      --rt-fresh-dark: #5A8F2A;\n      --rt-font-display: 'Cormorant Garamond', Georgia, serif;\n      --rt-font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n      --rt-spacing-xs: 0.5rem;\n      --rt-spacing-sm: 1rem;\n      --rt-spacing-md: 2rem;\n      --rt-spacing-lg: 4rem;\n      --rt-radius-md: 8px;\n      --rt-radius-lg: 16px;\n      --rt-shadow-soft: 0 4px 20px rgba(74, 63, 140, 0.08);\n      --rt-shadow-card: 0 8px 32px rgba(74, 63, 140, 0.12);\n      --rt-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      font-family: var(--rt-font-body);\n      color: var(--rt-text);\n      max-width: 1140px;\n      margin: 2rem auto;\n      padding: 0 1rem;\n      box-sizing: border-box;\n    }\n\n    .rt-deposit-pricing *,\n    .rt-deposit-pricing *::before,\n    .rt-deposit-pricing *::after { box-sizing: border-box; }\n\n    .rt-pricing__header { text-align: center; margin-bottom: var(--rt-spacing-md); }\n\n    .rt-pricing__eyebrow {\n      font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;\n      font-size: 0.9rem;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      font-weight: 600;\n      color: #a0c64f;\n      display: inline-block;\n      margin-bottom: 0.5rem;\n    }\n\n    .rt-pricing__title {\n      font-family: var(--rt-font-display);\n      font-weight: 500;\n      line-height: 1.15;\n      color: var(--rt-primary);\n      font-size: clamp(2rem, 4vw, 2.9rem);\n      margin: 0 0 0.5rem;\n    }\n\n    .rt-pricing__subtitle {\n      font-size: 1.125rem;\n      color: var(--rt-text-light);\n      margin: 0 auto;\n      max-width: 640px;\n      line-height: 1.7;\n    }\n\n    \/* Three explicit columns. The old auto-fit\/minmax(320px) rule inside a\n       800px container could never fit three, and would have collapsed to 2+1. *\/\n    .rt-pricing__grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: var(--rt-spacing-md);\n      max-width: 1100px;\n      margin: var(--rt-spacing-md) auto 0;\n      align-items: stretch;\n    }\n\n    .rt-package-card {\n      background: var(--rt-background);\n      border-radius: var(--rt-radius-lg);\n      padding: var(--rt-spacing-md) 1.5rem;\n      box-shadow: var(--rt-shadow-soft);\n      text-align: left;\n      position: relative;\n      border: 2px solid transparent;\n      transition: box-shadow var(--rt-transition);\n      display: flex;\n      flex-direction: column;\n    }\n\n    .rt-package-card:hover { box-shadow: var(--rt-shadow-card); }\n\n    .rt-package-card--featured {\n      border-color: var(--rt-secondary);\n      background: var(--rt-surface);\n    }\n\n    .rt-package-card__badge {\n      position: absolute;\n      top: -14px;\n      left: 50%;\n      transform: translateX(-50%);\n      background: linear-gradient(135deg, var(--rt-secondary) 0%, #D4B76A 100%);\n      color: var(--rt-text);\n      padding: 0.5rem 1.25rem;\n      border-radius: 50px;\n      font-size: 0.8rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      white-space: nowrap;\n    }\n\n    .rt-package-card__title {\n      font-family: var(--rt-font-display);\n      font-weight: 500;\n      font-size: 1.6rem;\n      color: var(--rt-text);\n      margin: 0.5rem 0 0.15rem;\n    }\n\n    .rt-package-card__subtitle {\n      font-size: 0.9rem;\n      color: var(--rt-text-light);\n      margin: 0 0 0.75rem;\n      line-height: 1.4;\n    }\n\n    .rt-package-card__price { margin-bottom: 0.75rem; }\n\n    .rt-package-card__currency {\n      font-size: 0.9rem;\n      color: var(--rt-text-light);\n      vertical-align: top;\n      display: inline-block;\n      margin-right: 0.25rem;\n    }\n\n    \/* 2.1rem (not 2.5rem) so \"51,000,000\" cannot wrap in a 3-up column. *\/\n    .rt-package-card__amount {\n      font-family: var(--rt-font-display);\n      font-size: 2.1rem;\n      font-weight: 600;\n      color: var(--rt-primary);\n      line-height: 1.1;\n      white-space: nowrap;\n    }\n\n    .rt-package-card__features {\n      list-style: none;\n      margin: 0 0 var(--rt-spacing-md);\n      padding: 0;\n      flex: 1 1 auto;\n    }\n\n    .rt-package-card__features li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.6rem;\n      padding: 0.45rem 0;\n      border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n      font-size: 0.92rem;\n      color: var(--rt-text);\n      line-height: 1.4;\n    }\n\n    .rt-package-card__features li svg {\n      width: 18px;\n      height: 18px;\n      flex-shrink: 0;\n      fill: var(--rt-fresh);\n      margin-top: 2px;\n    }\n\n    .rt-package-card__feature--muted { color: var(--rt-text-light); opacity: 0.7; }\n    .rt-package-card__feature--muted svg { fill: var(--rt-text-light); }\n\n    .rt-package-card__deposit {\n      font-size: 0.9rem;\n      color: var(--rt-text);\n      border-left: 3px solid var(--rt-secondary);\n      padding-left: 0.75rem;\n      margin: 0 0 var(--rt-spacing-sm);\n      line-height: 1.5;\n    }\n\n    .rt-package-card__cta {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      text-align: center;\n      padding: 0.9rem 1.25rem;\n      margin-top: auto;\n      font-family: var(--rt-font-body);\n      font-size: 1rem;\n      font-weight: 600;\n      text-decoration: none;\n      border: none;\n      border-radius: var(--rt-radius-md);\n      cursor: pointer;\n      transition: transform var(--rt-transition), box-shadow var(--rt-transition), background var(--rt-transition), color var(--rt-transition);\n    }\n\n    .rt-package-card__cta--primary {\n      background: linear-gradient(135deg, var(--rt-secondary) 0%, #D4B76A 100%);\n      color: var(--rt-text);\n      box-shadow: 0 4px 16px rgba(201, 169, 97, 0.4);\n    }\n    .rt-package-card__cta--primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(201, 169, 97, 0.5);\n    }\n\n    .rt-package-card__cta--outline {\n      background: transparent;\n      color: var(--rt-primary);\n      border: 2px solid var(--rt-primary);\n    }\n    .rt-package-card__cta--outline:hover {\n      background: var(--rt-primary);\n      color: var(--rt-surface);\n    }\n\n    .rt-pricing__note {\n      max-width: 800px;\n      margin: var(--rt-spacing-sm) auto 0;\n      text-align: center;\n      font-size: 0.88rem;\n      line-height: 1.7;\n      color: var(--rt-text-light);\n    }\n\n    \/* 2-up before things get cramped, then 1-up on phones. *\/\n    @media (max-width: 1100px) {\n      .rt-pricing__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; }\n    }\n\n    @media (max-width: 768px) {\n      .rt-pricing__grid { grid-template-columns: 1fr; max-width: 460px; }\n      .rt-package-card--featured { order: -1; }\n      .rt-package-card__amount { font-size: 2.4rem; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"rt-deposit-pricing\"\u003e\n\u003cdiv class=\"rt-pricing__header\"\u003e\n\u003cspan class=\"rt-pricing__eyebrow\"\u003eInvest in Your Evolution\u003c\/span\u003e\n\u003ch2 class=\"rt-pricing__title\"\u003eChoose Your Journey\u003c\/h2\u003e\n\u003cp class=\"rt-pricing__subtitle\"\u003eThree ways to join us in Bali. Secure your place today with a 50% deposit — select your cohort and tier above to reserve.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rt-pricing__grid\"\u003e\n\u003c!-- PACKAGE 1: FULL IMMERSION (featured \/ all-inclusive) --\u003e\n\u003cdiv class=\"rt-package-card rt-package-card--featured\"\u003e\n\u003cspan class=\"rt-package-card__badge\"\u003eAll-Inclusive\u003c\/span\u003e\n\u003ch3 class=\"rt-package-card__title\"\u003eFull Immersion\u003c\/h3\u003e\n\u003cp class=\"rt-package-card__subtitle\"\u003eWith Accommodation\u003c\/p\u003e\n\u003cdiv class=\"rt-package-card__price\"\u003e\n\u003cspan class=\"rt-package-card__currency\"\u003eIDR\u003c\/span\u003e \u003cspan class=\"rt-package-card__amount\"\u003e51,000,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"rt-package-card__features\"\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 12 days of culinary training \u0026amp; classes\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e All meals included\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Recipe book \u0026amp; certification\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e All Bali Experience activities\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Yoga \u0026amp; wellness programs\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e In-house accommodation — 13 nights\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Airport transfer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"rt-package-card__deposit\"\u003e50% deposit due now, remaining 50% due 4 weeks before your start date.\u003c\/p\u003e\n\u003ca class=\"rt-package-card__cta rt-package-card__cta--primary\" data-rt-scroll=\"\" href=\"#\"\u003eReserve Your Spot →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE 2: FULL EXPERIENCE (everything except stay + transfer) --\u003e\n\u003cdiv class=\"rt-package-card\"\u003e\n\u003ch3 class=\"rt-package-card__title\"\u003eFull Experience\u003c\/h3\u003e\n\u003cp class=\"rt-package-card__subtitle\"\u003eWithout Accommodation\u003c\/p\u003e\n\u003cdiv class=\"rt-package-card__price\"\u003e\n\u003cspan class=\"rt-package-card__currency\"\u003eIDR\u003c\/span\u003e \u003cspan class=\"rt-package-card__amount\"\u003e39,000,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"rt-package-card__features\"\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 12 days of culinary training \u0026amp; classes\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e All meals included\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Recipe book \u0026amp; certification\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e All Bali Experience activities\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Yoga \u0026amp; wellness programs\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e In-house accommodation\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Airport transfer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"rt-package-card__deposit\"\u003e50% deposit due now, remaining 50% due 4 weeks before your start date.\u003c\/p\u003e\n\u003ca class=\"rt-package-card__cta rt-package-card__cta--outline\" data-rt-scroll=\"\" href=\"#\"\u003eReserve Your Spot →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE 3: TRAINING ONLY (classes + certification) --\u003e\n\u003cdiv class=\"rt-package-card\"\u003e\n\u003ch3 class=\"rt-package-card__title\"\u003eTraining Only\u003c\/h3\u003e\n\u003cp class=\"rt-package-card__subtitle\"\u003eClasses and Certification\u003c\/p\u003e\n\u003cdiv class=\"rt-package-card__price\"\u003e\n\u003cspan class=\"rt-package-card__currency\"\u003eIDR\u003c\/span\u003e \u003cspan class=\"rt-package-card__amount\"\u003e33,000,000\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"rt-package-card__features\"\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 12 days of culinary training \u0026amp; classes\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Meals from cooking classes only\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Recipe book \u0026amp; certification\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Bali Experience activities\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Yoga \u0026amp; wellness programs\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e In-house accommodation\u003c\/li\u003e\n\u003cli class=\"rt-package-card__feature--muted\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Airport transfer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"rt-package-card__deposit\"\u003e50% deposit due now, remaining 50% due 4 weeks before your start date.\u003c\/p\u003e\n\u003ca class=\"rt-package-card__cta rt-package-card__cta--outline\" data-rt-scroll=\"\" href=\"#\"\u003eReserve Your Spot →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"rt-pricing__note\"\u003eA new intake every month. Full Immersion includes 13 nights — check in the Sunday before training begins, check out the Saturday after it ends. Extra nights are IDR 1,000,000 per night per room (maximum 3 before and 3 after), accommodation only, no meals. Subject to availability.\u003c\/p\u003e\n\u003cscript\u003e\n    (function () {\n      var wrap = document.currentScript ? document.currentScript.closest('.rt-deposit-pricing') : document.querySelector('.rt-deposit-pricing');\n      if (!wrap) return;\n      wrap.querySelectorAll('[data-rt-scroll]').forEach(function (btn) {\n        btn.addEventListener('click', function (e) {\n          e.preventDefault();\n          var target = document.querySelector('.product-form__buttons') ||\n                       document.querySelector('product-form') ||\n                       document.querySelector('[name=\"add\"]') ||\n                       document.querySelector('.shopify-payment-button');\n          if (target) {\n            target.scrollIntoView({ behavior: 'smooth', block: 'center' });\n          } else {\n            window.scrollTo({ top: 0, behavior: 'smooth' });\n          }\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"The Raw Temple","offers":[{"title":"Default Title","offer_id":47526877724726,"sku":null,"price":17000000.0,"currency_code":"IDR","in_stock":true}],"url":"https:\/\/www.therawtemple.com\/products\/the-raw-temple-academy-payment-1-3-debbie","provider":"The Raw Temple","version":"1.0","type":"link"}