{"id":9821,"date":"2026-05-10T23:56:15","date_gmt":"2026-05-10T20:56:15","guid":{"rendered":"https:\/\/ketubot.co.il\/checkout\/"},"modified":"2026-05-22T11:48:17","modified_gmt":"2026-05-22T08:48:17","slug":"checkout","status":"publish","type":"page","link":"https:\/\/ketubot.co.il\/en\/checkout\/","title":{"rendered":"Details and Shipping"},"content":{"rendered":"\n<style>\n  html { scroll-behavior: smooth; }\n  body { font-family: 'Heebo', 'Inter', sans-serif; background: #FAF8F4; color: #1A1612; -webkit-font-smoothing: antialiased; }\n  h1,h2,h3,h4,.display { font-family: 'Frank Ruhl Libre', 'Playfair Display', serif; letter-spacing: -0.02em; }\n  .display-large { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; font-weight: 500; }\n  .display-medium { font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.15; font-weight: 500; }\n  .eyebrow { font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 500; color: #8B7E6C; }\n\n  .ulink { background-image: linear-gradient(currentColor, currentColor); background-size: 0% 1px; background-position: 100% 100%; background-repeat: no-repeat; transition: background-size 400ms ease; }\n  .ulink:hover { background-size: 100% 1px; }\n\n  \/* === STEPPER === *\/\n  .stepper { display: flex; align-items: center; gap: 0; font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: #8B7E6C; flex-wrap: wrap; }\n  .stepper .step { display: inline-flex; align-items: center; gap: 8px; }\n  .stepper .num { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #C9BFA8; background: transparent; display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 500; }\n  .stepper .step.done .num { background: #1A1612; color: #FAF8F4; border-color: #1A1612; }\n  .stepper .step.done { color: #1A1612; }\n  .stepper .step.active .num { background: #722F37; color: #FAF8F4; border-color: #722F37; }\n  .stepper .step.active { color: #1A1612; }\n  .stepper .sep { flex: 0 0 auto; width: 30px; height: 1px; background: #C9BFA8; margin: 0 14px; }\n\n  \/* === FORM === *\/\n  .form-section {\n    background: transparent;\n    border-bottom: 1px solid #E5DDD0;\n    padding: 28px 0;\n  }\n  .form-section:last-of-type { border-bottom: none; }\n  .form-section h2 {\n    font-family: 'Frank Ruhl Libre', serif;\n    font-size: 1.5rem;\n    font-weight: 500;\n    margin-bottom: 18px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .section-num {\n    display: inline-flex; width: 28px; height: 28px; border-radius: 50%;\n    background: #722F37; color: #FAF8F4;\n    align-items: center; justify-content: center;\n    font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500;\n  }\n\n  .field { display: block; margin-bottom: 16px; }\n  .field-label {\n    display: block;\n    font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500;\n    letter-spacing: 0.14em; text-transform: uppercase; color: #52453A;\n    margin-bottom: 8px;\n  }\n  .field-label .req { color: #722F37; margin-inline-start: 3px; }\n  .field-input {\n    width: 100%;\n    background: #FAF8F4;\n    border: 1px solid #C9BFA8;\n    color: #1A1612;\n    font-family: 'Heebo', sans-serif; font-size: 0.95rem;\n    padding: 12px 14px;\n    transition: border-color 200ms;\n  }\n  .field-input:focus {\n    outline: none;\n    border-color: #722F37;\n    box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.08);\n  }\n  .field-input::placeholder { color: #8B7E6C; }\n  .field-row { display: grid; grid-template-columns: 1fr; gap: 16px; }\n  @media (min-width: 640px) {\n    .field-row { grid-template-columns: 1fr 1fr; }\n  }\n  .field-error {\n    display: none;\n    font-size: 0.78rem; color: #722F37; margin-top: 4px;\n  }\n  .field.has-error .field-input { border-color: #722F37; }\n  .field.has-error .field-error { display: block; }\n\n  \/* === SHIPPING RADIO CARDS === *\/\n  .ship-card {\n    display: block;\n    border: 1px solid #C9BFA8;\n    background: #FAF8F4;\n    padding: 18px 20px;\n    margin-bottom: 12px;\n    cursor: pointer;\n    transition: all 250ms ease;\n    position: relative;\n  }\n  .ship-card:hover {\n    border-color: #8B6F47;\n    background: #F2EDE3;\n  }\n  .ship-card input[type=\"radio\"] {\n    position: absolute;\n    opacity: 0;\n    pointer-events: none;\n  }\n  .ship-card .row {\n    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;\n  }\n  .ship-card .label-block { flex: 1; }\n  .ship-card .label-title {\n    font-family: 'Frank Ruhl Libre', serif;\n    font-size: 1.15rem; font-weight: 500; color: #1A1612;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .ship-card .label-radio {\n    display: inline-block; width: 18px; height: 18px; border-radius: 50%;\n    border: 1.5px solid #C9BFA8; flex-shrink: 0;\n    transition: all 200ms;\n    position: relative; top: 2px;\n  }\n  .ship-card .label-radio::after {\n    content: ''; position: absolute; inset: 3px; border-radius: 50%;\n    background: #722F37; transform: scale(0); transition: transform 200ms;\n  }\n  .ship-card .label-sub {\n    font-size: 0.85rem; color: #52453A; margin-top: 6px; line-height: 1.55;\n    padding-inline-start: 28px;\n  }\n  .ship-card .price {\n    font-family: 'Frank Ruhl Libre', serif;\n    font-size: 1.15rem; font-weight: 500; color: #722F37;\n    white-space: nowrap;\n  }\n  .ship-card.selected {\n    border-color: #722F37;\n    background: rgba(114, 47, 55, 0.04);\n  }\n  .ship-card.selected .label-radio { border-color: #722F37; }\n  .ship-card.selected .label-radio::after { transform: scale(1); }\n\n  \/* === BUTTONS === *\/\n  .btn-primary {\n    display: inline-flex; align-items: center; justify-content: center; gap: 10px;\n    background: #722F37; color: #FAF8F4;\n    padding: 16px 32px; font-family: 'Inter', sans-serif;\n    font-size: 0.8rem; font-weight: 500; letter-spacing: 0.18em;\n    text-transform: uppercase; cursor: pointer; transition: background 250ms;\n    border: none; width: 100%;\n  }\n  .btn-primary:hover { background: #5A2530; }\n  .btn-primary:disabled { background: #C9BFA8; cursor: not-allowed; }\n\n  .text-link { color: #8B7E6C; font-size: 0.85rem; cursor: pointer; background: none; border: none; padding: 0; transition: color 200ms; }\n  .text-link:hover { color: #722F37; }\n\n  \/* === SUMMARY CARD === *\/\n  .summary { background: #F2EDE3; border: 1px solid #E5DDD0; padding: 28px; }\n  .summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.92rem; }\n  .summary-row.total {\n    border-top: 1px solid #C9BFA8;\n    padding-top: 16px; margin-top: 16px;\n    font-family: 'Frank Ruhl Libre', serif;\n    font-size: 1.35rem; font-weight: 500;\n  }\n  .mini-row {\n    display: grid; grid-template-columns: 50px 1fr auto;\n    gap: 12px; padding: 10px 0; border-bottom: 1px dashed #E5DDD0;\n    align-items: center; font-size: 0.85rem;\n  }\n  .mini-row:last-child { border-bottom: none; }\n  .mini-row .mini-img {\n    aspect-ratio: 3\/4; background: #FAF8F4; border: 1px solid rgba(139, 111, 71, 0.30); overflow: hidden;\n  }\n  .mini-row .mini-img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  .reveal { opacity: 0; transform: translateY(20px); transition: all 700ms cubic-bezier(0.22, 1, 0.36, 1); }\n  .reveal.in { opacity: 1; transform: translateY(0); }\n  @media (prefers-reduced-motion: reduce) {\n    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }\n    .reveal { opacity: 1; transform: none; }\n  }\n\n  \/* === DROPDOWN NAV (added by update-nav.py) === *\/\n  .nav-item { position: relative; }\n  .nav-item > .dropdown {\n    position: absolute; top: 100%; right: 0;\n    background: #FAF8F4;\n    border: 1px solid #E5DDD0;\n    box-shadow: 0 12px 32px -8px rgba(26, 22, 18, 0.10);\n    min-width: 220px;\n    padding: 8px 0;\n    margin-top: 8px;\n    opacity: 0; visibility: hidden;\n    transform: translateY(-4px);\n    transition: all 250ms ease;\n    z-index: 100;\n  }\n  .nav-item:hover > .dropdown,\n  .nav-item:focus-within > .dropdown {\n    opacity: 1; visibility: visible; transform: translateY(0);\n  }\n  .dropdown a {\n    display: block;\n    padding: 10px 18px;\n    font-size: 0.875rem;\n    color: #1A1612;\n    transition: all 200ms;\n  }\n  .dropdown a:hover {\n    background: rgba(114, 47, 55, 0.06);\n    color: #722F37;\n    padding-right: 22px;\n  }\n  .nav-toggle { cursor: pointer; }\n  .nav-toggle::after {\n    content: ' \u25be';\n    font-size: 0.65em;\n    color: #8B7E6C;\n    margin-inline-start: 4px;\n  }\n\n<\/style>\n<style id=\"ktb-button-fix\">\n.btn-primary, .btn-primary:link, .btn-primary:visited { color: #FAF8F4 !important; background: #722F37 !important; text-decoration: none !important; }\n.btn-primary:hover { color: #FAF8F4 !important; background: #5A2530 !important; }\n.btn-primary svg { stroke: #FAF8F4 !important; }\n<\/style>\n\n<script>\n(function() { try { var live = localStorage.getItem(\"ketubot_cart\"); if (live) { var items = JSON.parse(live).map(function(item){return {id: item.id, title: item.title, img: item.img, qty: item.quantity || item.qty || 1, nusach: item.nusach, nusachLabel: item.nusachLabel, customText: item.customText};}); localStorage.setItem(\"ketubot_cart_v1\", JSON.stringify(items)); } } catch(e) { console.warn(e); } })();\n<\/script>\n<script>\n(function(){\n  var isEn = window.location.pathname.indexOf('\/en\/') === 0;\n  window.KTB_LANG_PREFIX = isEn ? '\/en' : '';\n  if (!isEn) return;\n  document.documentElement.setAttribute('lang','en');\n  document.documentElement.setAttribute('dir','ltr');\n  var T = {\"\u05e1\u05dc\": \"Cart\", \"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7\": \"Details & Shipping\", \"\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Payment\", \"\u05d0\u05d9\u05e9\u05d5\u05e8\": \"Confirmation\", \"\u05d4\u05e1\u05dc \u05e9\u05dc\u05da\": \"Your Cart\", \"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea\": \"Shopping Cart\", \"\u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d6\u05de\u05e0\u05d4\": \"Order Summary\", \"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd\": \"Subtotal\", \"\u05ea\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05d5\u05ea\": \"Personalization\", \"\u05de\u05e9\u05dc\u05d5\u05d7\": \"Shipping\", \"\u05e0\u05e7\u05d1\u05e2 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0\": \"Set in next step\", \"\u05e1\u05d4\u05f4\u05db \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd\": \"Subtotal\", \"\u05d4\u05de\u05e9\u05da \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7\": \"Continue to Details & Shipping\", \"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4 (\u05e9\u05de\u05d5\u05ea, \u05ea\u05d0\u05e8\u05d9\u05da, \u05e0\u05d5\u05e1\u05d7 \u05d0\u05d9\u05e9\u05d9) \u05d9\u05d9\u05e1\u05d2\u05e8\u05d5 \u05d0\u05d9\u05ea\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 \u05e2\u05dd \u05d3\u05d5\u05d3 \u05dc\u05d0\u05d7\u05e8 \u05d4\u05d4\u05d6\u05de\u05e0\u05d4.\": \"Ketubah details (names, date, personal text) will be finalized with you on WhatsApp with David after ordering.\", \"\u05d0\u05d5 \u05d4\u05de\u05e9\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 \u05e2\u05dd \u05d3\u05d5\u05d3\": \"Or continue via WhatsApp with David\", \"\u05d4\u05de\u05e9\u05da \u05dc\u05e7\u05e0\u05d5\u05ea\": \"Continue Shopping\", \"\u05d4\u05e1\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05de\u05d4\u05e1\u05dc\": \"Remove this ketubah from cart\", \"\u05d4\u05e1\u05e8\u05d4 \u05de\u05d4\u05e1\u05dc\": \"Remove from cart\", \"\u05d4\u05e1\u05e8\u05d4\": \"Remove\", \"\u05d4\u05e1\u05dc \u05e8\u05d9\u05e7\": \"Cart is empty\", \"\u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4\": \"You haven't chosen a ketubah yet\", \"\u05d0\u05e0\u05d5 \u05de\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05d0\u05d5\u05e1\u05e3 \u05d4\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d5\u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e9\u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05da \u05d5\u05dc\u05d7\u05ea\u05d5\u05e0\u05d4 \u05e9\u05dc\u05da.\": \"Browse our ketubah collection to find the design that fits your wedding.\", \"\u05d0\u05e0\u05d5 \u05de\u05d6\u05de\u05d9\u05e0\u05d9\u05dd \u05d0\u05d5\u05ea\u05da \u05dc\u05e2\u05d9\u05d9\u05df \u05d1\u05d0\u05d5\u05e1\u05e3 \u05d4\u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05d5\u05dc\u05de\u05e6\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05d9\u05e6\u05d5\u05d1 \u05e9\u05de\u05ea\u05d0\u05d9\u05dd \u05dc\u05da.\": \"Browse our ketubah collection to find the design that fits your wedding.\", \"\u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05d5\u05e1\u05e3\": \"View Collection\", \"\u05e0\u05d5\u05e1\u05d7\": \"Version\", \"\u05e0\u05d5\u05e1\u05d7 \u05d8\u05e8\u05dd \u05e0\u05d1\u05d7\u05e8 \u2014 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05e9\u05d9\u05da, \u05d9\u05d9\u05e7\u05d1\u05e2 \u05e2\u05dd \u05d3\u05d5\u05d3 \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4\": \"Version not yet chosen \u2014 will be set with David via WhatsApp\", \"\u05db\u05d9\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e9\u05d9\": \"Personalization\", \"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd\": \"Personal details\", \"\u05dc\u05dc\u05d0 \u05db\u05d9\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e9\u05d9\": \"No personalization\", \"\u05db\u05de\u05d5\u05ea\": \"Quantity\", \"\u05d4\u05e7\u05d8\u05e0\u05d4\": \"Decrease\", \"\u05d4\u05d2\u05d3\u05dc\u05d4\": \"Increase\", \"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05de\u05d6\u05de\u05d9\u05df\": \"Customer Details\", \"\u05e9\u05dd \u05de\u05dc\u05d0\": \"Full Name\", \"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d5\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4\": \"First and last name\", \"\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e9\u05dd \u05de\u05dc\u05d0\": \"Please enter your full name\", \"\u05d8\u05dc\u05e4\u05d5\u05df \/ \u05d5\u05d5\u05d8\u05e1\u05d0\u05e4\": \"Phone \/ WhatsApp\", \"\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \u05ea\u05e7\u05d9\u05df\": \"Please enter a valid phone\", \"\u05d0\u05d9\u05de\u05d9\u05d9\u05dc\": \"Email\", \"\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4\": \"Please enter a valid email\", \"\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7\": \"Shipping Method\", \"\u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc\": \"Standard Shipping\", \"\u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea \u05e9\u05dc\u05d9\u05d7\u05d5\u05d9\u05d5\u05ea \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: 5\u20137 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.\": \"Standard courier delivery to your address. Estimated 5\u20137 business days.\", \"\u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05d4\u05d9\u05e8 \u2014 \u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3\": \"Express \u2014 Hand Delivery\", \"\u05e9\u05dc\u05d9\u05d7 \u05d0\u05d9\u05e9\u05d9 \u05e2\u05dd \u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: 1\u20132 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.\": \"Personal courier with hand delivery. Estimated 1\u20132 business days.\", \"\u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"Hand Delivery in Jerusalem\", \"\u05e4\u05d2\u05d9\u05e9\u05d4 \u05dc\u05ea\u05d9\u05d0\u05d5\u05dd \u05d0\u05d9\u05e9\u05d9 \u05e2\u05dd \u05d3\u05d5\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u2014 \u05dc\u05dc\u05d0 \u05e2\u05dc\u05d5\u05ea. \u05d6\u05de\u05df \u05d5\u05de\u05e7\u05d5\u05dd \u05d9\u05d9\u05e7\u05d1\u05e2\u05d5 \u05d0\u05d9\u05ea\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4.\": \"In-person meeting with David in Jerusalem \u2014 free. Time and place arranged via WhatsApp.\", \"\u05d7\u05d9\u05e0\u05dd\": \"Free\", \"\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7\": \"Please choose a shipping method\", \"\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05de\u05e9\u05dc\u05d5\u05d7\": \"Shipping Address\", \"\u05db\u05ea\u05d5\u05d1\u05ea\": \"Address\", \"\u05e8\u05d7\u05d5\u05d1 \u05d5\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea\": \"Street and house number\", \"\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea\": \"Please enter an address\", \"\u05e2\u05d9\u05e8\": \"City\", \"\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e2\u05d9\u05e8\": \"Please enter a city\", \"\u05de\u05d9\u05e7\u05d5\u05d3\": \"Postal Code\", \"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\": \"Optional\", \"\u05d4\u05e2\u05e8\u05d5\u05ea (\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)\": \"Notes (optional)\", \"\u05d1\u05e7\u05e9\u05d5\u05ea \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea \u05dc\u05d3\u05d5\u05d3\": \"Special requests to David\", \"\u05db\u05dc \u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3 \u05e9\u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05e2\u05d1\u05d9\u05e8 \u05dc\u05d3\u05d5\u05d3 \u2014 \u05ea\u05d9\u05d0\u05d5\u05de\u05d9\u05dd, \u05e9\u05d0\u05dc\u05d5\u05ea, \u05d5\u05db\u05d5'\": \"Anything you'd like to share \u2014 preferences, questions, etc.\", \"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e1\u05dc\": \"Back to Cart\", \"\u05d4\u05de\u05e9\u05da \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Continue to Payment\", \"\u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d1\u05e1\u05dc \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05d9\u05ea\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"No ketubot in cart to proceed to payment\", \"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e1\u05e3\": \"Back to Collection\", \"\u05e1\u05d4\u05f4\u05db \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Total to Pay\", \"\u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d4\u05d6\u05de\u05e0\u05d4\": \"Order Summary\", \"\u05d1\u05d7\u05d9\u05e8\u05ea \u05d0\u05d5\u05e4\u05df \u05ea\u05e9\u05dc\u05d5\u05dd\": \"Choose Payment Method\", \"\u05ea\u05e9\u05dc\u05d5\u05dd \u05de\u05d0\u05d5\u05d1\u05d8\u05d7 \u05d3\u05e8\u05da \u05e4\u05d9\u05d9\u05e4\u05dc. \u05e0\u05d9\u05ea\u05df \u05dc\u05e9\u05dc\u05dd \u05d2\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9 \u05d3\u05e8\u05da \u05d4\u05d7\u05e9\u05d1\u05d5\u05df \u05e9\u05dc \u05e4\u05d9\u05d9\u05e4\u05dc \u05dc\u05dc\u05d0 \u05e6\u05d5\u05e8\u05da \u05d1\u05d4\u05e8\u05e9\u05de\u05d4.\": \"Secure payment via PayPal. You can also pay by credit card through PayPal without signup.\", \"\u05de\u05d0\u05d5\u05d1\u05d8\u05d7\": \"Secure\", \"\u05d1\u05d9\u05d8\": \"Bit\", \"\u05d4\u05e2\u05d1\u05d9\u05e8\u05d5 \u05d0\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d1\u05d9\u05d8 \u05dc\u05de\u05e1\u05e4\u05e8 \u05d4\u05d8\u05dc\u05e4\u05d5\u05df \u05e9\u05dc \u05d3\u05d5\u05d3. \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05ea\u05d0\u05d5\u05e9\u05e8 \u05e2\u05dd \u05e7\u05d1\u05dc\u05ea \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd.\": \"Transfer payment via the Bit app to David's phone. Order confirmed upon receipt.\", \"\u05d4\u05e2\u05d1\u05e8\u05d4 \u05de\u05d9\u05d9\u05d3\u05d9\u05ea\": \"Instant Transfer\", \"\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea\": \"Israeli App\", \"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05de\u05d6\u05d5\u05de\u05df \u05d0\u05d5 \u05d1\u05d9\u05d8 \u05d1\u05de\u05e1\u05d9\u05e8\u05d4\": \"Cash or Bit on Delivery\", \"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05d3\u05d5\u05d3 \u05d1\u05e2\u05ea \u05d4\u05de\u05e1\u05d9\u05e8\u05d4 \u05d4\u05d0\u05d9\u05e9\u05d9\u05ea \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u2014 \u05d1\u05de\u05d6\u05d5\u05de\u05df \u05d0\u05d5 \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d1\u05d9\u05d8. \u05d0\u05d9\u05df \u05d7\u05d9\u05d5\u05d1 \u05de\u05e7\u05d5\u05d5\u05df.\": \"Pay David directly upon hand delivery in Jerusalem \u2014 cash or Bit. No online charge.\", \"\u05d6\u05de\u05d9\u05df\": \"Available\", \"\u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d1\u05d9\u05d8\": \"Payment via Bit\", \"\u05d1\u05d7\u05e8\u05d5 \u05d0\u05ea \u05d4\u05d3\u05e8\u05da \u05d4\u05e0\u05d5\u05d7\u05d4 \u05dc\u05db\u05dd \u2014 \u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05e4\u05ea\u05d9\u05d7\u05ea \u05d1\u05d9\u05d8 \u05d1\u05de\u05d5\u05d1\u05d9\u05d9\u05dc, \u05e1\u05e8\u05e7\u05d5 \u05d0\u05ea \u05d4-QR, \u05d0\u05d5 \u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05e4\u05e8\u05d8\u05d9\u05dd \u05d4\u05d9\u05d3\u05e0\u05d9\u05d9\u05dd \u05dc\u05de\u05d8\u05d4.\": \"Choose your preferred method \u2014 tap the button to open Bit on mobile, scan the QR, or use the manual details below.\", \"\u05e4\u05ea\u05d7 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d1\u05d9\u05d8\": \"Open Bit App\", \"\u05d8\u05dc\u05e4\u05d5\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Phone for payment\", \"\u05e9\u05dd \u05d4\u05e0\u05de\u05e2\u05df\": \"Recipient\", \"\u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9\": \"David Mordechai\", \"\u05e1\u05db\u05d5\u05dd \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Amount\", \"\u05d4\u05e2\u05e8\u05d4 \u05dc\u05e6\u05d9\u05d5\u05df\": \"Memo\", \"\u05d4\u05d6\u05de\u05e0\u05d4\": \"Order\", \"\u05dc\u05d0\u05d7\u05e8 \u05d1\u05d9\u05e6\u05d5\u05e2 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d1\u05d9\u05d8, \u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05de\u05d8\u05d4 \u05db\u05d3\u05d9 \u05dc\u05d0\u05e9\u05e8 \u05d0\u05ea \u05d4\u05d4\u05d6\u05de\u05e0\u05d4.\": \"After completing payment in Bit, click the button below to confirm the order.\", \"\u05d1\u05d9\u05e6\u05e2\u05ea\u05d9 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d1\u05d1\u05d9\u05d8 \u2014 \u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d4\u05d6\u05de\u05e0\u05d4\": \"I paid via Bit \u2014 Confirm Order\", \"\u05de\u05e2\u05d1\u05e8 \u05dc\u05e4\u05d9\u05d9\u05e4\u05dc \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Proceed to PayPal\", \"\u05d4\u05d6\u05de\u05e0\u05d4 \u05ea\u05d0\u05d5\u05e9\u05e8 \u05d1\u05de\u05e1\u05d9\u05e8\u05d4 \u05d4\u05d1\u05d0\u05d4 \u05dc\u05d3\u05d5\u05d3.\": \"Order will be confirmed at hand delivery.\", \"\u05d4\u05de\u05ea\u05e0\u05d4 \u05dc\u05de\u05e1\u05d9\u05e8\u05d4 \u2014 \u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d4\u05d6\u05de\u05e0\u05d4\": \"Awaiting delivery \u2014 Confirm Order\", \"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7\": \"Back to Details & Shipping\", \"\u05ea\u05d5\u05d3\u05d4 \u05e2\u05dc \u05d4\u05d4\u05d6\u05de\u05e0\u05d4\": \"Thank You for Your Order\", \"\u05de\u05e1\u05e4\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4\": \"Order Number\", \"\u05d0\u05e0\u05d5 \u05e0\u05d9\u05e6\u05d5\u05e8 \u05d0\u05d9\u05ea\u05da \u05e7\u05e9\u05e8 \u05d1\u05e7\u05e8\u05d5\u05d1 \u05dc\u05d4\u05de\u05e9\u05da \u05d4\u05ea\u05d4\u05dc\u05d9\u05da\": \"We'll contact you shortly to continue the process\", \"\u05e6\u05d5\u05e8 \u05e7\u05e9\u05e8 \u05e2\u05dd \u05d3\u05d5\u05d3 \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4\": \"Contact David on WhatsApp\", \"\u05d4\u05d3\u05e4\u05e1 \u05d0\u05ea \u05d4\u05d0\u05d9\u05e9\u05d5\u05e8\": \"Print Confirmation\", \"\u05d4\u05d3\u05e4\u05e1\u05d4\": \"Print\", \"\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea\": \"Back to Home\", \"\u05d0\u05d5\u05e4\u05df \u05ea\u05e9\u05dc\u05d5\u05dd\": \"Payment Method\", \"\u05e1\u05d8\u05d8\u05d5\u05e1\": \"Status\", \"\u05d4\u05e2\u05e8\u05d5\u05ea \u05de\u05d4\u05dc\u05e7\u05d5\u05d7\": \"Customer Notes\", \"PAID\": \"PAID\", \"\u05d1\u05d5\u05d8\u05dc\": \"Cancelled\", \"\u05de\u05de\u05ea\u05d9\u05df \u05dc\u05de\u05e1\u05d9\u05e8\u05d4\": \"Awaiting Delivery\", \"\u05ea\u05d0\u05e8\u05d9\u05da\": \"Date\", \"\u05d4\u05d6\u05de\u05e0\u05d4 \u2014 \": \"Order \u2014 \", \"\u05d4\u05e1\u05e8 \u05de\u05d4\u05e1\u05dc\": \"Remove\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea \u2014 \u05e2\u05d1\u05e8\u05d9\u05ea\": \"Traditional Ketubah \u2014 Hebrew\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea \u2014 \u05d0\u05e9\u05db\u05e0\u05d6\": \"Traditional Ketubah \u2014 Ashkenaz\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea \u2014 \u05e1\u05e4\u05e8\u05d3\u05d9\u05ea\": \"Traditional Ketubah \u2014 Sephardic\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea \u05e2\u05d1\u05e8\u05d9\u05ea-\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea\": \"Traditional Ketubah \u2014 Hebrew-English\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 1\": \"Reform Ketubah 1\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 2\": \"Reform Ketubah 2\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 3\": \"Reform Ketubah 3\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 4\": \"Reform Ketubah 4\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 5\": \"Reform Ketubah 5\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05d0\u05e9\u05db\u05e0\u05d6\u05d9\u05ea \u05d1\u05e0\u05d5\u05e1\u05d7 \u05d7\u05d1\u05f4\u05d3\": \"Ashkenazi Chabad Ketubah\", \"\u05dc\u05dc\u05d0 \u05e0\u05d5\u05e1\u05d7 \u05d0\u05d9\u05e9\u05d9\": \"Without custom version\", \"\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d6\u05de\u05e0\u05d4\": \"Order Confirmation\", \"\u05e4\u05e8\u05d7\u05d9 \u05d0\u05d1\u05d9\u05d1\": \"Spring Flowers\", \"\u05d4\u05de\u05e9\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 \u05e2\u05dd \u05d3\u05d5\u05d3\": \"Continue via WhatsApp with David\", \"\u05e4\u05ea\u05d7 \u05d1\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d1\u05d9\u05d8 (\u05d1\u05de\u05d5\u05d1\u05d9\u05d9\u05dc)\": \"Open Bit App (mobile)\", \"\u05d0\u05dd \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05dc\u05d0 \u05e4\u05ea\u05d7 \u05d0\u05ea \u05d1\u05d9\u05d8, \u05e4\u05ea\u05d7\u05d5 \u05d0\u05ea \u05d4\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05d9\u05d3\u05e0\u05d9\u05ea \u05d5\u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05e4\u05e8\u05d8\u05d9\u05dd \u05dc\u05de\u05d8\u05d4.\": \"If the button didn't open Bit, open the app manually and use the details below.\", \"\u05e1\u05e8\u05e7\u05d5 \u05e2\u05dd \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d1\u05d9\u05d8\": \"Scan with Bit app\", \"\u05d4\u05e2\u05ea\u05e7 \u05e1\u05db\u05d5\u05dd\": \"Copy amount\", \"\u05d4\u05e2\u05ea\u05e7 \u05de\u05e1\u05e4\u05e8 \u05d8\u05dc\u05e4\u05d5\u05df\": \"Copy phone number\", \"\u05d4\u05d5\u05e2\u05ea\u05e7\": \"Copied\", \"\u05e1\u05d4\u05f4\u05db\": \"Total\", \"\u05e8\u05e9\u05d9\u05de\u05d4\": \"Wishlist\", \"\u05de\u05d6\u05de\u05d9\u05df:\": \"Customer:\", \"\u05de\u05d6\u05de\u05d9\u05df\": \"Customer\", \"\u05d8\u05dc\u05e4\u05d5\u05df:\": \"Phone:\", \"\u05d8\u05dc\u05e4\u05d5\u05df\": \"Phone\", \"\u05ea\u05e9\u05dc\u05d5\u05dd:\": \"Payment:\", \"\u05de\u05e9\u05dc\u05d5\u05d7:\": \"Shipping:\", \"\u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05d4\u05d9\u05e8\": \"Express\", \"\u05d6\u05de\u05d9\u05df \u05e8\u05e7 \u05d1\u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"Available only for hand delivery in Jerusalem\", \"VISA \u00b7 MASTERCARD \u00b7 AMEX\": \"VISA \u00b7 MASTERCARD \u00b7 AMEX\", \"BIT \u00b7 \u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d4 \u05d9\u05e9\u05e8\u05d0\u05dc\u05d9\u05ea\": \"BIT \u00b7 ISRAELI APP\", \"JERUSALEM PICKUP ONLY\": \"JERUSALEM PICKUP ONLY\", \"\u05db\u05de\u05d5\u05ea:\": \"Quantity:\", \"\u05e0\u05d5\u05e1\u05d7:\": \"Version:\", \"\u05db\u05d9\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e9\u05d9:\": \"Personal Inscription:\", \"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4\": \"Ketubah Details\", \"\u05e0\u05d5\u05e1\u05d7 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4\": \"Ketubah Version\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 6\": \"Reform Ketubah 6\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 7\": \"Reform Ketubah 7\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea 8\": \"Reform Ketubah 8\", \"\u05d7\u05ea\u05d5\u05e0\u05ea \u05d4\u05db\u05e1\u05e3 1\": \"Silver Wedding 1\", \"\u05d7\u05ea\u05d5\u05e0\u05ea \u05d4\u05db\u05e1\u05e3 2\": \"Silver Wedding 2\", \"\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd (+\u20aa50)\": \"With personal details (+\u20aa50)\", \"\u05e2\u05dd \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd\": \"With personal details\", \"\u05ea\u05d0\u05e8\u05d9\u05da:\": \"Date:\", \"\u05e1\u05d8\u05d8\u05d5\u05e1:\": \"Status:\", \"\u05d0\u05d5\u05e4\u05df \u05ea\u05e9\u05dc\u05d5\u05dd:\": \"Payment Method:\", \"\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7:\": \"Shipping Method:\", \"\u05e9\u05dd:\": \"Name:\", \"\u05e9\u05dd\": \"Name\", \"\u05d0\u05d9\u05de\u05d9\u05d9\u05dc:\": \"Email:\", \"\u05db\u05ea\u05d5\u05d1\u05ea:\": \"Address:\", \"\u05d4\u05e2\u05e8\u05d5\u05ea:\": \"Notes:\", \"\u05d4\u05e2\u05e8\u05d5\u05ea\": \"Notes\", \"\u05d4\u05e2\u05e8\u05d5\u05ea \u05d4\u05dc\u05e7\u05d5\u05d7:\": \"Customer Notes:\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05ea\": \"Traditional Ketubah\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e8\u05e4\u05d5\u05e8\u05de\u05d9\u05ea\": \"Reform Ketubah\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05e7\u05d5\u05e0\u05e1\u05e8\u05d1\u05d8\u05d9\u05d1\u05d9\u05ea\": \"Conservative Ketubah\", \"\u05d0\u05e9\u05db\u05e0\u05d6\": \"Ashkenaz\", \"\u05e1\u05e4\u05e8\u05d3\u05d9\u05ea\": \"Sephardic\", \"\u05e2\u05d1\u05e8\u05d9\u05ea\": \"Hebrew\", \"\u05e2\u05d1\u05e8\u05d9\u05ea-\u05d0\u05e0\u05d2\u05dc\u05d9\u05ea\": \"Hebrew-English\", \"\u05e1\u05e8\u05e7\u05d5 \u05e2\u05dd\": \"Scan with\", \"\u05d0\u05e4\u05dc\u05d9\u05e7\u05e6\u05d9\u05d9\u05ea \u05d1\u05d9\u05d8\": \"Bit app\", \"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4 (\u05e9\u05de\u05d5\u05ea, \u05ea\u05d0\u05e8\u05d9\u05da, \u05e0\u05d5\u05e1\u05d7 \u05d0\u05d9\u05e9\u05d9) \u05d9\u05d9\u05e1\u05d2\u05e8\u05d5 \u05d0\u05d9\u05ea\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 \u05e2\u05dd \u05d3\u05d5\u05d3.\": \"Ketubah details (names, date, personal text) will be finalized with you on WhatsApp with David.\", \"\u05e4\u05e8\u05d8\u05d9 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4 \u05d9\u05d9\u05e1\u05d2\u05e8\u05d5 \u05d0\u05d9\u05ea\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4\": \"Ketubah details will be finalized with you on WhatsApp\", \"\u05d4\u05de\u05e9\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4\": \"Continue on WhatsApp\", \"\u05e1\u05e8\u05e7\u05d5 \u05d0\u05ea \u05d4-QR\": \"Scan the QR\", \"QR \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\": \"Payment QR\", \"\u05d1\u05d5\u05e6\u05e2\": \"Done\", \"\u05de\u05d0\u05d5\u05e9\u05e8\": \"Approved\", \"\u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05d0\u05d5\u05e9\u05e8\u05d4\": \"Order confirmed\", \"\u05ea\u05d5\u05d3\u05d4 \u05e8\u05d1\u05d4\": \"Thank you very much\", \"\u05d0\u05e0\u05d0 \u05d4\u05de\u05ea\u05df\": \"Please wait\", \"\u05d8\u05d5\u05e2\u05df...\": \"Loading...\", \"\u05de\u05e2\u05d1\u05d3...\": \"Processing...\", \"\u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d7\u05d5\u05d6\u05e8\": \"Retry\", \"\u05d1\u05d8\u05dc\": \"Cancel\", \"\u05e1\u05d2\u05d5\u05e8\": \"Close\", \"\u05d4\u05de\u05e9\u05da\": \"Continue\", \"\u05e7\u05e9\u05ea \u05d1\u05e2\u05e0\u05df\": \"Rainbow in the Cloud\", \"\u05db\u05ea\u05e8 \u05e4\u05ea\u05d5\u05d7\": \"Open Crown\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05d0\u05d5\u05e8\u05d9\u05d9\u05e0\u05d8\u05dc\u05d9\u05ea\": \"Oriental Ketubah\", \"\u05d7\u05ea\u05df \u2013 \u05db\u05dc\u05d4 (\u05db\u05d7\u05d5\u05dc)\": \"Groom \u2013 Bride (Blue)\", \"\u05d7\u05ea\u05df \u2013 \u05db\u05dc\u05d4 (\u05d9\u05e8\u05d5\u05e7)\": \"Groom \u2013 Bride (Green)\", \"\u05d6\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05df\": \"Bouquets in White\", \"\u05d4\u05d7\u05d5\u05e4\u05d4\": \"The Chuppah\", \"\u05d1\u05d5\u05d0\u05d9 \u05db\u05dc\u05d4\": \"Come, Bride\", \"\u05e7\u05d5\u05dc \u05d7\u05ea\u05df \u05d5\u05e7\u05d5\u05dc \u05db\u05dc\u05d4\": \"Voice of Groom and Bride\", \"\u05e7\u05d5\u05dc  \u05e9\u05e9\u05d5\u05df\": \"Voice of Joy\", \"\u05e7\u05d5\u05dc \u05e9\u05e9\u05d5\u05df\": \"Voice of Joy\", \"\u05e2\u05d9\u05d8\u05d5\u05e8\u05d9\u05dd \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05d9\u05dd\": \"Traditional Ornaments\", \"\u05e2\u05d9\u05d8\u05d5\u05e8\u05d9 \u05e2\u05d3\u05e0\u05d4\": \"Delicate Ornaments\", \"\u05e2\u05d9\u05d8\u05d5\u05e8\u05d9 \u05d4\u05de\u05d6\u05e8\u05d7\": \"Eastern Ornaments\", \"\u05e1\u05d5\u05d3 \u05e0\u05d7\u05e9 \u05d4\u05e0\u05d7\u05d5\u05e9\u05ea\u05d9\u05d9\u05dd\": \"Mystery of the Bronze Serpent\", \"\u05e1\u05d2\u05d5\u05dc \u05d6\u05d5\u05d4\u05e8 \u05e2\u05ea\u05d9\u05e7\": \"Ancient Glowing Purple\", \"\u05de\u05e7\u05d5\u05d3\u05e9\u05ea \u05dc\u05d9\": \"Consecrated to Me\", \"\u05de\u05d2\u05df \u05d3\u05d5\u05d3 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\": \"Traditional Star of David\", \"\u05de\u05d2\u05df \u05d3\u05d5\u05d3\": \"Star of David\", \"\u05db\u05ea\u05d5\u05d1\u05d4 \u05d1\u05e1\u05e4\u05d9\u05e8\u05dc\u05d4\": \"Spiral Ketubah\", \"\u05db\u05e7\u05dc\u05e3 \u05d4\u05de\u05ea\u05d2\u05dc\u05d2\u05dc\": \"Like a Rolling Scroll\", \"\u05d7\u05de\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea\": \"Jerusalem Hamsa\", \"\u05d7\u05d5\u05de\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"Walls of Jerusalem\", \"\u05d5\u05d6\u05d0\u05ea \u05dc\u05ea\u05e2\u05d5\u05d3\u05d4 \u2013 \u05d4\u05db\u05ea\u05d5\u05d1\u05d4\": \"And This for Testimony \u2013 The Ketubah\", \"\u05d5\u05d4\u05d9\u05d4 \u05db\u05e2\u05e5 \u05e9\u05ea\u05d5\u05dc\": \"Like a Tree Planted\", \"\u05d4\u05e9\u05dc\u05de\u05d5\u05ea \u05d4\u05d6\u05d5\u05d2\u05d9\u05ea\": \"Couple's Wholeness\", \"\u05d4\u05e7\u05d0\u05e8\u05d3\u05d5 \u2013 \u05d4\u05e2\u05d9\u05e8 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"The Cardo \u2013 Old City of Jerusalem\", \"\u05d4\u05e2\u05d9\u05e8 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"The Old City of Jerusalem\", \"\u05d4\u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05de\u05d0\u05e4\u05e9\u05e8\u05ea\": \"The Enabling Frame\", \"\u05d4\u05db\u05ea\u05e8\": \"The Crown\", \"\u05d4\u05d4\u05d9\u05e0\u05d5\u05de\u05d4\": \"The Veil\", \"\u05d1\u05e1\u05d2\u05e0\u05d5\u05df \u05e2\u05ea\u05d9\u05e7\": \"Antique Style\", \"\u05d0\u05d9\u05d5\u05e8 \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\": \"Traditional Illustration\", \"\u05ea\u05e4\u05e8\u05d7\u05ea \u05e6\u05d1\u05e2\u05d5\u05e0\u05d9\u05ea\": \"Colorful Blossom\", \"\u05e9\u05d5\u05e9\u05e0\u05d9\u05dd \u05e6\u05d4\u05d5\u05d1\u05d5\u05ea\": \"Yellow Roses\", \"\u05e9\u05d5\u05e9\u05e0\u05d9 \u05d0\u05d4\u05d1\u05d4 \u05d1\u05e6\u05d1\u05e2\u05d9\u05dd\": \"Roses of Love in Color\", \"\u05e4\u05e8\u05d9\u05d7\u05d4 \u05d1\u05e6\u05d1\u05e2\u05d9\u05dd\": \"Bloom in Colors\", \"\u05e4\u05e8\u05d7\u05d9\u05dd \u05db\u05db\u05d5\u05e1\u05d5\u05ea \u05e9\u05dc \u05e9\u05de\u05d7\u05d4\": \"Flowers as Cups of Joy\", \"\u05e4\u05e8\u05d7\u05d9\u05dd \u05d1\u05d7\u05d5\u05e8\u05e3\": \"Flowers in Winter\", \"\u05e4\u05e8\u05d7\u05d9 \u05e9\u05de\u05d7\u05d4\": \"Flowers of Joy\", \"\u05e4\u05e8\u05d7\u05d9 \u05e7\u05d9\u05e5\": \"Summer Flowers\", \"\u05e4\u05e8\u05d7\u05d9 \u05d7\u05d5\u05e8\u05e3\": \"Winter Flowers\", \"\u05e2\u05dc\u05d9 \u05db\u05d5\u05ea\u05e8\u05ea\": \"Petals\", \"\u05db\u05dc\u05e0\u05d9\u05d5\u05ea \u05d0\u05d3\u05de\u05d3\u05de\u05d5\u05ea\": \"Crimson Anemones\", \"\u05d9\u05e8\u05d5\u05e7 \u05e2\u05d3\": \"Evergreen\", \"\u05d7\u05dc\u05d5\u05de\u05d5\u05ea \u05e9\u05dc \u05e4\u05e8\u05d7\u05d9\u05dd\": \"Dreams of Flowers\", \"\u05d7\u05d2\u05d9\u05d2\u05d4 \u05d1\u05e6\u05d1\u05e2\u05d9\u05dd\": \"Celebration in Colors\", \"\u05d7\u05d2\u05d9\u05d2\u05d4 \u05d1\u05db\u05d7\u05d5\u05dc\": \"Celebration in Blue\", \"\u05d6\u05e8 \u05e4\u05e8\u05d7\u05d9\u05dd \u05e1\u05d2\u05dc\u05d2\u05dc\": \"Oval Floral Wreath\", \"\u05d6\u05e8 \u05e4\u05e8\u05d7\u05d9\u05dd \u05db\u05e2\u05d8\u05e8\u05ea \u05dc\u05e8\u05d0\u05e9\u05da\": \"Floral Crown for Your Head\", \"\u05d6\u05e8 \u05e4\u05e8\u05d7\u05d9\u05dd \u05d1\u05e9\u05d9\u05e2\u05e8\": \"Flowers in Hair\", \"\u05d4\u05db\u05dc \u05d6\u05d4\u05d1\": \"All Gold\", \"\u05d0\u05d1\u05d9\u05d1\u05d9\u05ea \u05d1\u05e6\u05d1\u05e2\u05d9\u05dd\": \"Spring in Colors\", \"\u05d0\u05d1\u05d9\u05d1 \u05d1\u05e4\u05ea\u05d7\": \"Spring at the Door\", \"\u05e4\u05e8\u05e4\u05e8\u05d9\u05dd \u05d5\u05e4\u05e8\u05d7\u05d9\u05dd\": \"Butterflies and Flowers\", \"\u05e4\u05e8\u05e4\u05e8\u05d9\u05dd \u05d1\u05de\u05d7\u05d5\u05dc\": \"Dancing Butterflies\", \"\u05e4\u05e8\u05e4\u05e8\u05d9\u05dd\": \"Butterflies\", \"\u05e4\u05e8\u05e4\u05e8\u05d9 \u05d7\u05d5\u05e4\u05e9\": \"Butterflies of Freedom\", \"\u05e4\u05e8\u05d7 \u05db\u05d7\u05d5\u05dc\": \"Blue Flower\", \"\u05de\u05e2\u05d2\u05dc\u05d9 \u05e6\u05de\u05d9\u05d7\u05d4\": \"Circles of Growth\", \"\u05db\u05e4\u05e8\u05e4\u05e8 \u05e2\u05dc\u05d9 \u05e4\u05e8\u05d7\": \"Like a Butterfly on a Flower\", \"\u05d4\u05e4\u05e8\u05e4\u05e8 \u05d5\u05d4\u05e9\u05d9\u05e0\u05d5\u05d9\": \"The Butterfly and Change\", \"\u05d4\u05d7\u05d9\u05d9\u05dd \u05db\u05d6\u05de\u05e8\": \"Life as a Song\", \"\u05d1\u05ea\u05e0\u05d5\u05e2\u05d5\u05ea \u05e1\u05e4\u05d9\u05e8\u05dc\u05d4\": \"In Spiral Motion\", \"\u05d0\u05d1\u05d9\u05d1 \u05d1\u05d8\u05d1\u05e2\": \"Spring in Nature\", \"\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd \u05d1\u05d2\u05df\": \"Birds in the Garden\", \"\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9 \u05e9\u05d9\u05e8\": \"Songbirds\", \"\u05e6\u05d9\u05e4\u05d5\u05e8 \u05d4\u05e0\u05e4\u05e9\": \"Soul Bird\", \"\u05e6\u05d9\u05e4\u05d5\u05e8 \u05d2\u05df \u05e2\u05d3\u05df\": \"Bird of Eden\", \"\u05e4\u05e8\u05d9\u05d5 \u05d9\u05ea\u05df \u05d1\u05e2\u05d9\u05ea\u05d5\": \"Its Fruit Yields in Season\", \"\u05e2\u05ea\u05d9\u05e7 \u05db\u05d7\u05d5\u05dc\": \"Ancient Blue\", \"\u05db\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd \u05d0\u05d5\u05d4\u05d1\u05d5\u05ea\": \"Like Loving Birds\", \"\u05db\u05e6\u05d9\u05e4\u05d5\u05e8 \u05e2\u05dc \u05d4\u05e2\u05e5\": \"Like a Bird on a Tree\", \"\u05db\u05e6\u05d9\u05e4\u05d5\u05e8 \u05d1\u05e9\u05de\u05d9\u05dd\": \"Like a Bird in the Sky\", \"\u05d4\u05e9\u05e4\u05e2 \u05e9\u05d1\u05d8\u05d1\u05e2 \u2013 \u05d1\u05d6\u05d5\u05d2\u05d9\u05d5\u05ea\": \"Nature's Abundance \u2013 In Partnership\", \"\u05d4\u05d0\u05d4\u05d1\u05d4 \u05de\u05e0\u05e6\u05d7\u05ea\": \"Love Triumphs\", \"\u05e6\u05d5\u05e8\u05d5\u05ea \u05e9\u05dc \u05d0\u05d4\u05d1\u05d4\": \"Shapes of Love\", \"\u05e4\u05e8\u05d7\u05d9\u05dd \u05d1\u05d0\u05d5\u05e8 \u05d4\u05e9\u05de\u05e9\": \"Flowers in Sunlight\", \"\u05e4\u05e8\u05d7\u05d9 \u05d4\u05dc\u05d1\": \"Flowers of the Heart\", \"\u05dc\u05d1\u05d1\u05d5\u05ea \u05de\u05ea\u05d0\u05d7\u05d3\u05d9\u05dd\": \"Hearts United\", \"\u05d7\u05d5\u05d1\u05ea \u05d1\u05dc\u05d1\u05d1\u05d5\u05ea\": \"Duties of the Heart\", \"\u05d4\u05e7\u05e9\u05e8 \u05e9\u05d1\u05dc\u05d1\": \"Bond of the Heart\", \"\u05d4\u05dc\u05d1 \u05d4\u05e4\u05d5\u05e2\u05dd\": \"The Beating Heart\", \"\u05d0\u05d9\u05d7\u05d5\u05d3 \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea\": \"Union of Hearts\", \"\u05e4\u05e8\u05d7\u05d9\u05dd\": \"Flowers\", \"\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd\": \"Birds\", \"\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd\": \"Jerusalem\", \"\u05de\u05e1\u05d5\u05e8\u05ea\u05d9\": \"Traditional\", \"\u05e2\u05d9\u05d8\u05d5\u05e8\u05d9\u05dd\": \"Ornaments\", \"\u05dc\u05d1\u05d1\u05d5\u05ea\": \"Hearts\", \"\u05d7\u05ea\u05df \u05d5\u05db\u05dc\u05d4\": \"Groom and Bride\", \"\u05db\u05ea\u05e8\": \"Crown\"};\n  var FLOW_RE = new RegExp('^\/(?:cart|checkout|payment|confirmation|catalog|wishlist)\/?($|[?#])');\n\n  \/\/ Hebrew month \u2192 English month name\n  var HE_MONTHS = {\n    '\u05d9\u05e0\u05d5\u05d0\u05e8':'January','\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8':'February','\u05de\u05e8\u05e5':'March','\u05d0\u05e4\u05e8\u05d9\u05dc':'April',\n    '\u05de\u05d0\u05d9':'May','\u05d9\u05d5\u05e0\u05d9':'June','\u05d9\u05d5\u05dc\u05d9':'July','\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8':'August',\n    '\u05e1\u05e4\u05d8\u05de\u05d1\u05e8':'September','\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8':'October','\u05e0\u05d5\u05d1\u05de\u05d1\u05e8':'November','\u05d3\u05e6\u05de\u05d1\u05e8':'December'\n  };\n\n  \/\/ Translate Hebrew date strings: \"11 \u05d1\u05de\u05d0\u05d9 2026 \u05d1\u05e9\u05e2\u05d4 00:24\" \u2192 \"May 11, 2026 at 00:24\"\n  function translateDate(s) {\n    var str = String(s);\n    var m = str.match(\/(d+) \u05d1([\u05d0-\u05ea]+) (d{4})(?: \u05d1\u05e9\u05e2\u05d4 (d{1,2}:d{2}))?\/);\n    if (!m) return str;\n    var day = m[1], heMonth = m[2], year = m[3], time = m[4];\n    var enMonth = HE_MONTHS[heMonth] || heMonth;\n    var result = enMonth + ' ' + day + ', ' + year;\n    if (time) result += ' at ' + time;\n    return str.replace(m[0], result);\n  }\n\n  \/\/ Patch Date.toLocaleDateString and toLocaleString to use en-US when called with he-IL\n  if (Date.prototype.toLocaleDateString) {\n    var origDate = Date.prototype.toLocaleDateString;\n    Date.prototype.toLocaleDateString = function(locale, opts){\n      if (typeof locale === 'string' && locale.indexOf('he') === 0) locale = 'en-US';\n      return origDate.call(this, locale, opts);\n    };\n  }\n  if (Date.prototype.toLocaleString) {\n    var origDS = Date.prototype.toLocaleString;\n    Date.prototype.toLocaleString = function(locale, opts){\n      if (typeof locale === 'string' && locale.indexOf('he') === 0) locale = 'en-US';\n      return origDS.call(this, locale, opts);\n    };\n  }\n\n  \/\/ Pre-sort T keys by descending length for substring replacement (longer first to avoid partial matches)\n  var T_KEYS_SORTED = Object.keys(T).sort(function(a,b){ return b.length - a.length; });\n\n  function tr(s){\n    var raw = String(s);\n    var t = raw.trim();\n    if (!t) return s;\n    \/\/ 1. Exact match (most common)\n    if (T[t]) return raw.replace(t, T[t]);\n    \/\/ 2. Hebrew date pattern\n    var dated = translateDate(raw);\n    if (dated !== raw) return dated;\n    \/\/ 3. Substring replacement \u2014 replace any known Hebrew phrase found within the text\n    var result = raw;\n    var changed = false;\n    for (var i = 0; i < T_KEYS_SORTED.length; i++) {\n      var k = T_KEYS_SORTED[i];\n      if (k.length > 1 && result.indexOf(k) !== -1) {\n        result = result.split(k).join(T[k]);\n        changed = true;\n      }\n    }\n    return changed ? result : s;\n  }\n\n  function tn(n){\n    if (!n) return;\n    if (n.nodeType === 3) {\n      var x = tr(n.nodeValue);\n      if (x !== n.nodeValue) n.nodeValue = x;\n      return;\n    }\n    if (n.nodeType !== 1) return;\n    if (n.tagName === 'SCRIPT' || n.tagName === 'STYLE') return;\n    var attrs = ['placeholder','title','alt','aria-label'];\n    for (var i = 0; i < attrs.length; i++) {\n      var v = n.getAttribute(attrs[i]);\n      if (v &#038;&#038; T[v.trim()]) n.setAttribute(attrs[i], T[v.trim()]);\n    }\n    var kids = n.childNodes;\n    for (var j = 0; j < kids.length; j++) tn(kids[j]);\n  }\n\n  function rl(){\n    var as = document.querySelectorAll('a[href]');\n    for (var i = 0; i < as.length; i++) {\n      var h = as[i].getAttribute('href');\n      if (FLOW_RE.test(h)) as[i].setAttribute('href', '\/en' + h);\n    }\n  }\n\n  function aa(){ tn(document.body); rl(); }\n  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', aa);\n  else aa();\n  var o = new MutationObserver(function(){\n    o.disconnect();\n    aa();\n    setTimeout(function(){ if (document.body) o.observe(document.body, {childList:true, subtree:true, characterData:true}); }, 50);\n  });\n  setTimeout(function(){ if (document.body) o.observe(document.body, {childList:true, subtree:true, characterData:true}); }, 100);\n})();\n\n<\/script>\n\n<!-- ============ STEPPER ============ -->\n<div class=\"max-w-[1440px] mx-auto px-6 lg:px-12 pt-10 reveal\">\n  <nav class=\"stepper\">\n    <a class='step done' href='\/cart'><span class=\"num\">\u2713<\/span><span>\u05e1\u05dc<\/span><\/a>\n    <span class=\"sep\"><\/span>\n    <span class=\"step active\"><span class=\"num\">2<\/span><span>\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7<\/span><\/span>\n    <span class=\"sep\"><\/span>\n    <span class=\"step\"><span class=\"num\">3<\/span><span>\u05ea\u05e9\u05dc\u05d5\u05dd<\/span><\/span>\n    <span class=\"sep\"><\/span>\n    <span class=\"step\"><span class=\"num\">4<\/span><span>\u05d0\u05d9\u05e9\u05d5\u05e8<\/span><\/span>\n  <\/nav>\n<\/div>\n\n<!-- ============ HERO HEADER ============ -->\n<section class=\"max-w-[1440px] mx-auto px-6 lg:px-12 pt-8 pb-10 lg:pt-12 lg:pb-14 reveal\">\n  <h1 class=\"display-large\">\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7<\/h1>\n  <\/section>\n\n<!-- ============ EMPTY CART STATE ============ -->\n<div id=\"empty-state\" class=\"max-w-[1440px] mx-auto px-6 lg:px-12 pb-32 hidden reveal\">\n  <div style=\"text-align:center; padding:80px 32px; border:1px dashed #C9BFA8;\">\n    <span class=\"eyebrow block mb-4\">\u05d4\u05e1\u05dc \u05e8\u05d9\u05e7<\/span>\n    <h2 class=\"display-medium mb-6\">\u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d1\u05e1\u05dc \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05d9\u05ea\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd<\/h2>\n    <a href='\/catalog' style='display:inline-block; border:1px solid #1A1612; padding:14px 28px; text-transform:uppercase; letter-spacing:0.16em; font-size:0.78rem; font-family:Inter,sans-serif;'>\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e1\u05e3<\/a>\n  <\/div>\n<\/div>\n\n<!-- ============ MAIN: FORM + SUMMARY ============ -->\n<main id=\"checkout-main\" class=\"max-w-[1440px] mx-auto px-6 lg:px-12 pb-20 lg:pb-32 hidden\">\n  <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-10 lg:gap-16\">\n\n    <!-- LEFT: FORM -->\n    <form id=\"checkout-form\" class=\"lg:col-span-8 reveal\" onsubmit=\"event.preventDefault(); handleSubmit()\">\n\n      <!-- SECTION 1: Customer info -->\n      <section class=\"form-section\">\n        <h2><span class=\"section-num\">1<\/span>\u05e4\u05e8\u05d8\u05d9 \u05d4\u05de\u05d6\u05de\u05d9\u05df<\/h2>\n\n        <label class=\"field\" id=\"f-name\">\n          <span class=\"field-label\">\u05e9\u05dd \u05de\u05dc\u05d0 <span class=\"req\">*<\/span><\/span>\n          <input class=\"field-input\" type=\"text\" name=\"name\" placeholder=\"\u05e9\u05dd \u05e4\u05e8\u05d8\u05d9 \u05d5\u05e9\u05dd \u05de\u05e9\u05e4\u05d7\u05d4\" autocomplete=\"name\">\n          <span class=\"field-error\">\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e9\u05dd \u05de\u05dc\u05d0<\/span>\n        <\/label>\n\n        <div class=\"field-row\">\n          <label class=\"field\" id=\"f-phone\">\n            <span class=\"field-label\">\u05d8\u05dc\u05e4\u05d5\u05df \/ \u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 <span class=\"req\">*<\/span><\/span>\n            <input class=\"field-input\" type=\"tel\" name=\"phone\" placeholder=\"050-1234567\" autocomplete=\"tel\" inputmode=\"tel\">\n            <span class=\"field-error\">\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \u05ea\u05e7\u05d9\u05df<\/span>\n          <\/label>\n\n          <label class=\"field\" id=\"f-email\">\n            <span class=\"field-label\">\u05d0\u05d9\u05de\u05d9\u05d9\u05dc <span class=\"req\">*<\/span><\/span>\n            <input class=\"field-input\" type=\"email\" name=\"email\" placeholder=\"name@example.com\" autocomplete=\"email\" dir=\"ltr\">\n            <span class=\"field-error\">\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4<\/span>\n          <\/label>\n        <\/div>\n      <\/section>\n\n      <!-- SECTION 2: Shipping -->\n      <section class=\"form-section\">\n        <h2><span class=\"section-num\">2<\/span>\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7<\/h2>\n\n        <label class=\"ship-card\" data-ship=\"regular\">\n          <input type=\"radio\" name=\"shipping\" value=\"regular\">\n          <div class=\"row\">\n            <div class=\"label-block\">\n              <div class=\"label-title\"><span class=\"label-radio\"><\/span>\u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc<\/div>\n              <div class=\"label-sub\">\u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea \u05e9\u05dc\u05d9\u05d7\u05d5\u05d9\u05d5\u05ea \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: 5\u20137 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.<\/div>\n            <\/div>\n            <div class=\"price\" dir=\"ltr\">\u20aa40<\/div>\n          <\/div>\n        <\/label>\n\n        <label class=\"ship-card\" data-ship=\"express\">\n          <input type=\"radio\" name=\"shipping\" value=\"express\">\n          <div class=\"row\">\n            <div class=\"label-block\">\n              <div class=\"label-title\"><span class=\"label-radio\"><\/span>\u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05d4\u05d9\u05e8 \u2014 \u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3<\/div>\n              <div class=\"label-sub\">\u05e9\u05dc\u05d9\u05d7 \u05d0\u05d9\u05e9\u05d9 \u05e2\u05dd \u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: 1\u20132 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd.<\/div>\n            <\/div>\n            <div class=\"price\" dir=\"ltr\">\u20aa75<\/div>\n          <\/div>\n        <\/label>\n\n        <label class=\"ship-card\" data-ship=\"jerusalem\">\n          <input type=\"radio\" name=\"shipping\" value=\"jerusalem\">\n          <div class=\"row\">\n            <div class=\"label-block\">\n              <div class=\"label-title\"><span class=\"label-radio\"><\/span>\u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<\/div>\n              <div class=\"label-sub\">\u05e4\u05d2\u05d9\u05e9\u05d4 \u05dc\u05ea\u05d9\u05d0\u05d5\u05dd \u05d0\u05d9\u05e9\u05d9 \u05e2\u05dd \u05d3\u05d5\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u2014 \u05dc\u05dc\u05d0 \u05e2\u05dc\u05d5\u05ea. \u05d6\u05de\u05df \u05d5\u05de\u05e7\u05d5\u05dd \u05d9\u05d9\u05e7\u05d1\u05e2\u05d5 \u05d0\u05d9\u05ea\u05da \u05d1\u05d5\u05d5\u05d8\u05e1\u05d0\u05e4.<\/div>\n            <\/div>\n            <div class=\"price\">\u05d7\u05d9\u05e0\u05dd<\/div>\n          <\/div>\n        <\/label>\n\n        <p id=\"ship-error\" class=\"field-error mt-2\" style=\"display:none;\">\u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7<\/p>\n      <\/section>\n\n      <!-- SECTION 3: Address (only for regular\/express) -->\n      <section class=\"form-section\" id=\"address-section\" style=\"display:none;\">\n        <h2><span class=\"section-num\">3<\/span>\u05db\u05ea\u05d5\u05d1\u05ea \u05dc\u05de\u05e9\u05dc\u05d5\u05d7<\/h2>\n\n        <label class=\"field\" id=\"f-address\">\n          <span class=\"field-label\">\u05db\u05ea\u05d5\u05d1\u05ea <span class=\"req\">*<\/span><\/span>\n          <input class=\"field-input\" type=\"text\" name=\"address\" placeholder=\"\u05e8\u05d7\u05d5\u05d1 \u05d5\u05de\u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea\" autocomplete=\"street-address\">\n          <span class=\"field-error\">\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea<\/span>\n        <\/label>\n\n        <div class=\"field-row\">\n          <label class=\"field\" id=\"f-city\">\n            <span class=\"field-label\">\u05e2\u05d9\u05e8 <span class=\"req\">*<\/span><\/span>\n            <input class=\"field-input\" type=\"text\" name=\"city\" placeholder=\"\u05e2\u05d9\u05e8\" autocomplete=\"address-level2\">\n            <span class=\"field-error\">\u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e2\u05d9\u05e8<\/span>\n          <\/label>\n\n          <label class=\"field\">\n            <span class=\"field-label\">\u05de\u05d9\u05e7\u05d5\u05d3<\/span>\n            <input class=\"field-input\" type=\"text\" name=\"zip\" placeholder=\"\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4\" autocomplete=\"postal-code\">\n          <\/label>\n        <\/div>\n      <\/section>\n\n      <!-- SECTION 4: Notes (always shown, but numbered conditionally) -->\n      <section class=\"form-section\">\n        <h2 id=\"notes-h2\"><span class=\"section-num\" id=\"notes-num\">3<\/span>\u05d4\u05e2\u05e8\u05d5\u05ea (\u05d0\u05d5\u05e4\u05e6\u05d9\u05d5\u05e0\u05dc\u05d9)<\/h2>\n\n        <label class=\"field\">\n          <span class=\"field-label\">\u05d1\u05e7\u05e9\u05d5\u05ea \u05de\u05d9\u05d5\u05d7\u05d3\u05d5\u05ea \u05dc\u05d3\u05d5\u05d3<\/span>\n          <textarea class=\"field-input\" name=\"notes\" rows=\"3\" placeholder=\"\u05db\u05dc \u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3 \u05e9\u05ea\u05e8\u05e6\u05d4 \u05dc\u05d4\u05e2\u05d1\u05d9\u05e8 \u05dc\u05d3\u05d5\u05d3 \u2014 \u05ea\u05d9\u05d0\u05d5\u05de\u05d9\u05dd, \u05e9\u05d0\u05dc\u05d5\u05ea, \u05d5\u05db\u05d5'\"><\/textarea>\n        <\/label>\n      <\/section>\n\n      <!-- Submit row -->\n      <div class=\"mt-10 flex flex-col-reverse sm:flex-row items-stretch sm:items-center gap-4 sm:gap-6\">\n        <a class='text-link inline-flex items-center justify-center gap-2 sm:order-1' href='\/cart'>\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"transform: scaleX(-1);\"><path d=\"m12 19-7-7 7-7\"\/><path d=\"M19 12H5\"\/><\/svg>\n          \u05d7\u05d6\u05e8\u05d4 \u05dc\u05e1\u05dc\n        <\/a>\n        <button type=\"submit\" class=\"btn-primary sm:flex-1 sm:order-2\">\n          \u05d4\u05de\u05e9\u05da \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd\n          <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"transform: scaleX(-1);\"><path d=\"m12 19-7-7 7-7\"\/><path d=\"M19 12H5\"\/><\/svg>\n        <\/button>\n      <\/div>\n    <\/form>\n\n    <!-- RIGHT: SUMMARY -->\n    <aside class=\"lg:col-span-4 reveal\" style=\"--d: 100ms;\">\n      <div class=\"summary\">\n        <h2 class=\"display-medium mb-5\" style=\"font-size: 1.4rem;\">\u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d4\u05d6\u05de\u05e0\u05d4<\/h2>\n        <div id=\"summary-items\" class=\"mb-4\"><\/div>\n\n        <div class=\"summary-row\">\n          <span>\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd<\/span>\n          <span dir=\"ltr\">\u20aa<span id=\"sum-subtotal\">0<\/span><\/span>\n        <\/div>\n        <div class=\"summary-row\" id=\"sum-extras-row\">\n          <span>\u05ea\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05d5\u05ea<\/span>\n          <span dir=\"ltr\">\u20aa<span id=\"sum-extras\">0<\/span><\/span>\n        <\/div>\n        <div class=\"summary-row\">\n          <span id=\"sum-shipping-label\">\u05de\u05e9\u05dc\u05d5\u05d7<\/span>\n          <span dir=\"ltr\" id=\"sum-shipping-val\">\u2014<\/span>\n        <\/div>\n\n        <div class=\"summary-row total\">\n          <span>\u05e1\u05d4\u05f4\u05db \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd<\/span>\n          <span dir=\"ltr\" class=\"text-bordeaux\">\u20aa<span id=\"sum-total\">0<\/span><\/span>\n        <\/div>\n      <\/div>\n    <\/aside>\n\n  <\/div>\n<\/main>\n\n<!-- ============ FOOTER (CANONICAL \u2014 same across all pages) ============ -->\n<script>\n  \/\/ ============================================================\n  \/\/ STATE\n  \/\/ ============================================================\n  const CART_KEY     = 'ketubot_cart_v1';\n  const CHECKOUT_KEY = 'ketubot_checkout_v1';\n  const BASE_PRICE = 500;\n  const CUSTOM_TEXT_PRICE = 50;\n  const SHIPPING_COSTS = { regular: 40, express: 75, jerusalem: 0 };\n  const SHIPPING_LABELS = {\n    regular:   '\u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc',\n    express:   '\u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05d4\u05d9\u05e8',\n    jerusalem: '\u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d9\u05d3 \u05d1\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd',\n  };\n\n  function loadCart() {\n    try { return JSON.parse(localStorage.getItem(CART_KEY)) || []; } catch { return []; }\n  }\n  function loadCheckout() {\n    try { return JSON.parse(localStorage.getItem(CHECKOUT_KEY)) || {}; } catch { return {}; }\n  }\n  function saveCheckout(data) {\n    localStorage.setItem(CHECKOUT_KEY, JSON.stringify(data));\n  }\n  function updateHeaderCount() {\n    const cart = loadCart();\n    const total = cart.reduce((s, i) => s + (i.qty || 1), 0);\n    const el = document.getElementById('cart-count-header');\n    if (el) el.textContent = `(${total})`;\n  }\n\n  \/\/ ============================================================\n  \/\/ INIT \u2014 show empty state if cart is empty, else render form + summary\n  \/\/ ============================================================\n  const cart = loadCart();\n  if (!cart.length) {\n    document.getElementById('empty-state').classList.remove('hidden');\n  } else {\n    document.getElementById('checkout-main').classList.remove('hidden');\n    renderSummary();\n    restorePreviousChoices();\n  }\n  updateHeaderCount();\n\n  \/\/ ============================================================\n  \/\/ SHIPPING RADIO behavior\n  \/\/ ============================================================\n  const shipCards = document.querySelectorAll('.ship-card');\n  shipCards.forEach(card => {\n    card.addEventListener('click', () => {\n      shipCards.forEach(c => c.classList.remove('selected'));\n      card.classList.add('selected');\n      const val = card.dataset.ship;\n      card.querySelector('input[type=\"radio\"]').checked = true;\n      updateShippingDisplay(val);\n      toggleAddressSection(val);\n      document.getElementById('ship-error').style.display = 'none';\n    });\n  });\n\n  function toggleAddressSection(shipping) {\n    const addr = document.getElementById('address-section');\n    const notesNum = document.getElementById('notes-num');\n    if (shipping === 'jerusalem') {\n      addr.style.display = 'none';\n      notesNum.textContent = '3';\n    } else if (shipping === 'regular' || shipping === 'express') {\n      addr.style.display = 'block';\n      notesNum.textContent = '4';\n    }\n  }\n\n  function updateShippingDisplay(shipping) {\n    const cost = SHIPPING_COSTS[shipping];\n    const label = SHIPPING_LABELS[shipping];\n    document.getElementById('sum-shipping-label').textContent = label;\n    document.getElementById('sum-shipping-val').innerHTML = (cost === 0) ? '\u05d7\u05d9\u05e0\u05dd' : '\u20aa' + cost;\n    renderSummary(shipping);\n  }\n\n  \/\/ ============================================================\n  \/\/ SUMMARY\n  \/\/ ============================================================\n  function renderSummary(shipping) {\n    const cart = loadCart();\n    const items = document.getElementById('summary-items');\n    items.innerHTML = cart.map(item => {\n      const qty = item.qty || 1;\n      const lineBase = BASE_PRICE * qty;\n      const lineExtra = item.customText === 'custom' ? CUSTOM_TEXT_PRICE * qty : 0;\n      const lineTotal = lineBase + lineExtra;\n      return `\n        <div class=\"mini-row\">\n          <div class=\"mini-img\"><img decoding=\"async\" src=\"${item.img}\" alt=\"\"><\/div>\n          <div>\n            <div style=\"font-family:'Frank Ruhl Libre',serif; font-size:1rem; line-height:1.2;\">${item.title}<\/div>\n            <div class=\"text-text-muted text-xs mt-1\">\u05db\u05de\u05d5\u05ea: ${qty}${item.customText==='custom' ? ' \u00b7 \u05e2\u05dd \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd' : ''}<\/div>\n          <\/div>\n          <div dir=\"ltr\" style=\"font-family:'Frank Ruhl Libre',serif; font-weight:500;\">\u20aa${lineTotal}<\/div>\n        <\/div>`;\n    }).join('');\n\n    const subtotal = cart.reduce((s, it) => s + BASE_PRICE * (it.qty || 1), 0);\n    const extras   = cart.reduce((s, it) => s + (it.customText==='custom' ? CUSTOM_TEXT_PRICE * (it.qty || 1) : 0), 0);\n    const shipCost = (shipping !== undefined) ? SHIPPING_COSTS[shipping] : 0;\n    const showShipping = shipping !== undefined;\n\n    document.getElementById('sum-subtotal').textContent = subtotal;\n    document.getElementById('sum-extras').textContent = extras;\n    document.getElementById('sum-extras-row').style.display = extras > 0 ? '' : 'none';\n    document.getElementById('sum-total').textContent = subtotal + extras + (showShipping ? shipCost : 0);\n  }\n\n  \/\/ ============================================================\n  \/\/ VALIDATION + SUBMIT\n  \/\/ ============================================================\n  function isValidEmail(s) { return \/^[^s@]+@[^s@]+.[^s@]+$\/.test(s); }\n  function isValidPhone(s) { return \/^[0-9+-s()]{7,}$\/.test(s); }\n\n  function setFieldError(fieldId, hasError) {\n    const f = document.getElementById(fieldId);\n    if (!f) return;\n    f.classList.toggle('has-error', hasError);\n  }\n\n  function handleSubmit() {\n    const form = document.getElementById('checkout-form');\n    const data = Object.fromEntries(new FormData(form));\n    let valid = true;\n\n    setFieldError('f-name', !data.name || !data.name.trim());\n    setFieldError('f-phone', !isValidPhone(data.phone || ''));\n    setFieldError('f-email', !isValidEmail(data.email || ''));\n\n    if (!data.name || !data.name.trim()) valid = false;\n    if (!isValidPhone(data.phone || '')) valid = false;\n    if (!isValidEmail(data.email || '')) valid = false;\n\n    if (!data.shipping) {\n      document.getElementById('ship-error').style.display = 'block';\n      valid = false;\n    }\n\n    if (data.shipping === 'regular' || data.shipping === 'express') {\n      setFieldError('f-address', !data.address || !data.address.trim());\n      setFieldError('f-city', !data.city || !data.city.trim());\n      if (!data.address || !data.address.trim()) valid = false;\n      if (!data.city || !data.city.trim()) valid = false;\n    }\n\n    if (!valid) {\n      const firstError = document.querySelector('.has-error, #ship-error[style*=\"block\"]');\n      if (firstError) firstError.scrollIntoView({ behavior: 'smooth', block: 'center' });\n      return;\n    }\n\n    \/\/ Save and proceed\n    saveCheckout({\n      ...data,\n      shippingCost: SHIPPING_COSTS[data.shipping],\n      shippingLabel: SHIPPING_LABELS[data.shipping],\n      timestamp: Date.now(),\n    });\n    window.location.href = (window.KTB_LANG_PREFIX || '') + '\/payment\/';\n  }\n\n  \/\/ ============================================================\n  \/\/ RESTORE previous values (if user navigated back)\n  \/\/ ============================================================\n  function restorePreviousChoices() {\n    const prev = loadCheckout();\n    if (!prev || !Object.keys(prev).length) return;\n    const form = document.getElementById('checkout-form');\n    ['name', 'phone', 'email', 'address', 'city', 'zip', 'notes'].forEach(k => {\n      const el = form.querySelector(`[name=\"${k}\"]`);\n      if (el && prev[k]) el.value = prev[k];\n    });\n    if (prev.shipping) {\n      const card = document.querySelector(`.ship-card[data-ship=\"${prev.shipping}\"]`);\n      if (card) card.click();\n    }\n  }\n\n  \/\/ Reveal animation\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); observer.unobserve(e.target); } });\n  }, { threshold: 0.12 });\n  document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u2713\u05e1\u05dc 2\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 3\u05ea\u05e9\u05dc\u05d5\u05dd 4\u05d0\u05d9\u05e9\u05d5\u05e8 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d1\u05e1\u05dc \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05d9\u05ea\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e1\u05e3 1\u05e4\u05e8\u05d8\u05d9 \u05d4\u05de\u05d6\u05de\u05d9\u05df \u05e9\u05dd \u05de\u05dc\u05d0 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e9\u05dd \u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \/ \u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \u05ea\u05e7\u05d9\u05df \u05d0\u05d9\u05de\u05d9\u05d9\u05dc * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4 2\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea \u05e9\u05dc\u05d9\u05d7\u05d5\u05d9\u05d5\u05ea \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9821","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea\" \/>\n<meta property=\"og:description\" content=\"\u2713\u05e1\u05dc 2\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 3\u05ea\u05e9\u05dc\u05d5\u05dd 4\u05d0\u05d9\u05e9\u05d5\u05e8 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d1\u05e1\u05dc \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05d9\u05ea\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e1\u05e3 1\u05e4\u05e8\u05d8\u05d9 \u05d4\u05de\u05d6\u05de\u05d9\u05df \u05e9\u05dd \u05de\u05dc\u05d0 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e9\u05dd \u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \/ \u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \u05ea\u05e7\u05d9\u05df \u05d0\u05d9\u05de\u05d9\u05d9\u05dc * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4 2\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea \u05e9\u05dc\u05d9\u05d7\u05d5\u05d9\u05d5\u05ea \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ketubot.co.il\/en\/checkout\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T08:48:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/checkout\\\/\",\"url\":\"https:\\\/\\\/ketubot.co.il\\\/checkout\\\/\",\"name\":\"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/#website\"},\"datePublished\":\"2026-05-10T20:56:15+00:00\",\"dateModified\":\"2026-05-22T08:48:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/checkout\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ketubot.co.il\\\/checkout\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/checkout\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea\",\"item\":\"https:\\\/\\\/ketubot.co.il\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/#website\",\"url\":\"https:\\\/\\\/ketubot.co.il\\\/\",\"name\":\"\u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea\",\"description\":\"\u05e7\u05d5\u05dc\u05e7\u05e6\u05d9\u05d9\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea \u05dc\u05d7\u05ea\u05d5\u05e0\u05d4 \u2014 \u05d0\u05d9\u05d5\u05e8\u05d9\u05dd \u05d5\u05e0\u05d5\u05e1\u05d7\u05d9\u05dd \u05de\u05e7\u05d5\u05e8\u05d9\u05d9\u05dd - \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05d9\u05dd \u05d5\u05de\u05d5\u05d3\u05e8\u05e0\u05d9\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ketubot.co.il\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","og_description":"\u2713\u05e1\u05dc 2\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 3\u05ea\u05e9\u05dc\u05d5\u05dd 4\u05d0\u05d9\u05e9\u05d5\u05e8 \u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05d0\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05d1\u05e1\u05dc \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d0\u05d9\u05ea\u05df \u05dc\u05ea\u05e9\u05dc\u05d5\u05dd \u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d5\u05e1\u05e3 1\u05e4\u05e8\u05d8\u05d9 \u05d4\u05de\u05d6\u05de\u05d9\u05df \u05e9\u05dd \u05de\u05dc\u05d0 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05e9\u05dd \u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \/ \u05d5\u05d5\u05d8\u05e1\u05d0\u05e4 * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05d8\u05dc\u05e4\u05d5\u05df \u05ea\u05e7\u05d9\u05df \u05d0\u05d9\u05de\u05d9\u05d9\u05dc * \u05e0\u05d0 \u05dc\u05de\u05dc\u05d0 \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4 2\u05d0\u05d5\u05e4\u05df \u05de\u05e9\u05dc\u05d5\u05d7 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05de\u05e9\u05dc\u05d5\u05d7 \u05e8\u05d2\u05d9\u05dc \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d7\u05d1\u05e8\u05ea \u05e9\u05dc\u05d9\u05d7\u05d5\u05d9\u05d5\u05ea \u05e2\u05d3 \u05d4\u05d1\u05d9\u05ea. \u05d6\u05de\u05df \u05d4\u05d2\u05e2\u05d4 \u05de\u05e9\u05d5\u05e2\u05e8: [&hellip;]","og_url":"https:\/\/ketubot.co.il\/en\/checkout\/","og_site_name":"\u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","article_modified_time":"2026-05-22T08:48:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ketubot.co.il\/checkout\/","url":"https:\/\/ketubot.co.il\/checkout\/","name":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","isPartOf":{"@id":"https:\/\/ketubot.co.il\/#website"},"datePublished":"2026-05-10T20:56:15+00:00","dateModified":"2026-05-22T08:48:17+00:00","breadcrumb":{"@id":"https:\/\/ketubot.co.il\/checkout\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ketubot.co.il\/checkout\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ketubot.co.il\/checkout\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","item":"https:\/\/ketubot.co.il\/"},{"@type":"ListItem","position":2,"name":"\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7"}]},{"@type":"WebSite","@id":"https:\/\/ketubot.co.il\/#website","url":"https:\/\/ketubot.co.il\/","name":"\u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","description":"\u05e7\u05d5\u05dc\u05e7\u05e6\u05d9\u05d9\u05ea \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea \u05dc\u05d7\u05ea\u05d5\u05e0\u05d4 \u2014 \u05d0\u05d9\u05d5\u05e8\u05d9\u05dd \u05d5\u05e0\u05d5\u05e1\u05d7\u05d9\u05dd \u05de\u05e7\u05d5\u05e8\u05d9\u05d9\u05dd - \u05de\u05e1\u05d5\u05e8\u05ea\u05d9\u05d9\u05dd \u05d5\u05de\u05d5\u05d3\u05e8\u05e0\u05d9\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ketubot.co.il\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages\/9821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/comments?post=9821"}],"version-history":[{"count":8,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages\/9821\/revisions"}],"predecessor-version":[{"id":9857,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages\/9821\/revisions\/9857"}],"wp:attachment":[{"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/media?parent=9821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}