{"id":9470,"date":"2026-05-10T10:24:08","date_gmt":"2026-05-10T07:24:08","guid":{"rendered":"https:\/\/ketubot.co.il\/cart\/"},"modified":"2026-05-22T11:46:51","modified_gmt":"2026-05-22T08:46:51","slug":"cart","status":"publish","type":"page","link":"https:\/\/ketubot.co.il\/en\/cart\/","title":{"rendered":"Shopping Cart"},"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 (process indicator) === *\/\n  .stepper {\n    display: flex; align-items: center; gap: 0;\n    font-family: 'Inter', sans-serif; font-size: 0.7rem; letter-spacing: 0.18em;\n    text-transform: uppercase; color: #8B7E6C;\n  }\n  .stepper .step { display: inline-flex; align-items: center; gap: 8px; }\n  .stepper .num {\n    width: 22px; height: 22px; border-radius: 50%;\n    border: 1px solid #C9BFA8; background: transparent;\n    display: inline-flex; align-items: center; justify-content: center;\n    font-size: 0.7rem; font-weight: 500;\n  }\n  .stepper .step.active .num {\n    background: #722F37; color: #FAF8F4; border-color: #722F37;\n  }\n  .stepper .step.active { color: #1A1612; }\n  .stepper .sep {\n    flex: 0 0 auto; width: 30px; height: 1px;\n    background: #C9BFA8; margin: 0 14px;\n  }\n\n  \/* === CART ROW === *\/\n  .cart-row {\n    display: grid;\n    grid-template-columns: 96px 1fr auto;\n    gap: 24px;\n    padding: 24px 0;\n    border-bottom: 1px solid #E5DDD0;\n    align-items: start;\n  }\n  @media (min-width: 768px) {\n    .cart-row { grid-template-columns: 120px 1fr auto auto; gap: 32px; align-items: center; }\n  }\n  .cart-img-wrap {\n    background: #FAF8F4;\n    border: 1px solid rgba(139, 111, 71, 0.30);\n    overflow: hidden;\n    aspect-ratio: 3\/4;\n  }\n  .cart-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  \/* === QUANTITY === *\/\n  .qty {\n    display: inline-flex; align-items: center;\n    border: 1px solid #C9BFA8; height: 36px; user-select: none;\n  }\n  .qty button {\n    width: 30px; height: 100%; background: transparent; cursor: pointer;\n    color: #1A1612; font-size: 1rem; transition: background 200ms;\n  }\n  .qty button:hover { background: #F2EDE3; }\n  .qty input {\n    width: 36px; height: 100%; text-align: center; border: none;\n    background: transparent; color: #1A1612; font-size: 0.875rem;\n    font-family: 'Inter', sans-serif; -moz-appearance: textfield;\n  }\n  .qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button {\n    -webkit-appearance: none; margin: 0;\n  }\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 {\n    background: #C9BFA8; cursor: not-allowed;\n  }\n  .btn-secondary {\n    display: inline-flex; align-items: center; gap: 8px;\n    border: 1px solid #1A1612; color: #1A1612; background: transparent;\n    padding: 14px 28px; font-family: 'Inter', sans-serif;\n    font-size: 0.78rem; font-weight: 500; letter-spacing: 0.16em;\n    text-transform: uppercase; cursor: pointer;\n    transition: all 250ms;\n  }\n  .btn-secondary:hover { background: #1A1612; color: #FAF8F4; }\n  .text-link {\n    color: #8B7E6C; font-size: 0.85rem; cursor: pointer;\n    background: none; border: none; padding: 0;\n    transition: color 200ms;\n  }\n  .text-link:hover { color: #722F37; }\n\n  \/* === SUMMARY CARD === *\/\n  .summary {\n    background: #F2EDE3;\n    border: 1px solid #E5DDD0;\n    padding: 32px;\n  }\n  .summary-row {\n    display: flex; justify-content: space-between;\n    padding: 8px 0; font-size: 0.95rem;\n  }\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\n  \/* === EMPTY STATE === *\/\n  .empty-state {\n    text-align: center;\n    padding: 80px 32px;\n    border: 1px dashed #C9BFA8;\n  }\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\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    <span class=\"step active\"><span class=\"num\">1<\/span><span>\u05e1\u05dc<\/span><\/span>\n    <span class=\"sep\"><\/span>\n    <span class=\"step\"><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-12 lg:pt-12 lg:pb-16 reveal\">\n  <h1 class=\"display-large\">\u05d4\u05e1\u05dc \u05e9\u05dc\u05da<\/h1>\n<\/section>\n\n<!-- ============ MAIN: ITEMS + SUMMARY ============ -->\n<main class=\"max-w-[1440px] mx-auto px-6 lg:px-12 pb-20 lg:pb-32\">\n\n  <!-- Empty cart state -->\n  <div id=\"empty-cart\" class=\"empty-state hidden reveal\">\n    <span class=\"eyebrow block mb-4\">\u05d4\u05e1\u05dc \u05e8\u05d9\u05e7<\/span>\n    <h2 class=\"display-medium mb-6\">\u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4<\/h2>\n    <p class=\"text-text-soft mb-8 max-w-md mx-auto\">\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.<\/p>\n    <a class='btn-secondary' href='\/catalog'>\u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05d5\u05e1\u05e3<\/a>\n  <\/div>\n\n  <!-- Cart with items -->\n  <div id=\"cart-content\" class=\"grid grid-cols-1 lg:grid-cols-12 gap-10 lg:gap-16 hidden\">\n\n    <!-- LEFT: Items list -->\n    <section class=\"lg:col-span-8 reveal\">\n      <div id=\"cart-items\"><\/div>\n\n      <div class=\"mt-8\">\n        <a class='text-link inline-flex items-center gap-2' href='\/catalog'>\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          \u05d4\u05de\u05e9\u05da \u05dc\u05e7\u05e0\u05d5\u05ea\n        <\/a>\n      <\/div>\n    <\/section>\n\n    <!-- RIGHT: Order summary -->\n    <aside class=\"lg:col-span-4 reveal\" style=\"--d: 100ms;\">\n      <div class=\"summary\">\n        <h2 class=\"display-medium mb-6\" style=\"font-size: 1.5rem;\">\u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d6\u05de\u05e0\u05d4<\/h2>\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\">\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 text-text-soft text-xs\">\n          <span>\u05de\u05e9\u05dc\u05d5\u05d7<\/span>\n          <span>\u05e0\u05e7\u05d1\u05e2 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0<\/span>\n        <\/div>\n\n        <div class=\"summary-row total\">\n          <span>\u05e1\u05d4\u05f4\u05db \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd<\/span>\n          <span dir=\"ltr\" class=\"text-bordeaux\">\u20aa<span id=\"sum-total\">0<\/span><\/span>\n        <\/div>\n\n        <a class='btn-primary mt-8' href='\/checkout' id='checkout-btn'>\n          \u05d4\u05de\u05e9\u05da \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7\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        <\/a>\n\n        <p class=\"text-text-soft text-xs mt-6 text-center leading-relaxed\">\n          \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.\n        <\/p>\n      <\/div>\n    <\/aside>\n  <\/div>\n\n<\/main>\n\n<!-- ============ FOOTER (CANONICAL \u2014 same across all pages) ============ -->\n<!-- catalog-data.js: needed only to enrich cart items with latest title\/img if missing -->\n<script>\n  \/\/ ============================================================\n  \/\/ CART STATE in localStorage\n  \/\/ ============================================================\n  const CART_KEY = 'ketubot_cart_v1';\n  const BASE_PRICE = 500;       \/\/ base ketubah price\n  const CUSTOM_TEXT_PRICE = 50; \/\/ adds when \"custom\" selected\n\n  function loadCart() {\n    try {\n      return JSON.parse(localStorage.getItem(CART_KEY)) || [];\n    } catch { return []; }\n  }\n  function saveCart(cart) {\n    localStorage.setItem(CART_KEY, JSON.stringify(cart));\n    updateHeaderCount();\n  }\n  function updateHeaderCount() {\n    const cart = loadCart();\n    const total = cart.reduce((sum, item) => sum + (item.qty || 1), 0);\n    document.getElementById('cart-count-header').textContent = `(${total})`;\n  }\n\n  function removeItem(idx) {\n    const cart = loadCart();\n    cart.splice(idx, 1);\n    saveCart(cart);\n    render();\n  }\n  function changeQty(idx, delta) {\n    const cart = loadCart();\n    if (!cart[idx]) return;\n    cart[idx].qty = Math.max(1, Math.min(10, (cart[idx].qty || 1) + delta));\n    saveCart(cart);\n    render();\n  }\n\n  \/\/ ============================================================\n  \/\/ RENDER\n  \/\/ ============================================================\n  function render() {\n    const cart = loadCart();\n    const empty = document.getElementById('empty-cart');\n    const content = document.getElementById('cart-content');\n\n    if (!cart.length) {\n      empty.classList.remove('hidden');\n      content.classList.add('hidden');\n      return;\n    }\n    empty.classList.add('hidden');\n    content.classList.remove('hidden');\n\n    const itemsEl = document.getElementById('cart-items');\n    itemsEl.innerHTML = cart.map((item, idx) => {\n      const itemBase = BASE_PRICE;\n      const itemExtra = item.customText === 'custom' ? CUSTOM_TEXT_PRICE : 0;\n      const lineTotal = (itemBase + itemExtra) * (item.qty || 1);\n      return `\n        <div class=\"cart-row\">\n          <a href=\"product.html?id=${item.id}\" class=\"cart-img-wrap\">\n            <img decoding=\"async\" src=\"${item.img}\" alt=\"${item.title}\" loading=\"lazy\">\n          <\/a>\n          <div class=\"min-w-0\">\n            <a href=\"product.html?id=${item.id}\" class=\"display-medium ulink\" style=\"font-size:1.25rem; display:inline-block; margin-bottom:4px;\">${item.title}<\/a>\n            <div class=\"text-text-soft text-sm leading-relaxed mt-2 space-y-0.5\">\n              ${item.nusachLabel ? `<div><span class=\"text-text-muted\">\u05e0\u05d5\u05e1\u05d7:<\/span> ${item.nusachLabel}<\/div>` : '<div class=\"text-text-muted text-xs\">\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<\/div>'}\n              <div><span class=\"text-text-muted\">\u05db\u05d9\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e9\u05d9:<\/span> ${item.customText === 'custom' ? '\u05d4\u05d5\u05e1\u05e4\u05ea \u05e4\u05e8\u05d8\u05d9\u05dd \u05d0\u05d9\u05e9\u05d9\u05d9\u05dd <span class=\"text-bordeaux\">(+\u20aa50)<\/span>' : '\u05dc\u05dc\u05d0 \u05db\u05d9\u05ea\u05d5\u05d1 \u05d0\u05d9\u05e9\u05d9'}<\/div>\n            <\/div>\n            <button class=\"text-link mt-3 text-xs inline-flex items-center gap-1.5\" onclick=\"removeItem(${idx})\" aria-label=\"\u05d4\u05e1\u05e8\u05ea ${item.title} \u05de\u05d4\u05e1\u05dc\">\n              <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M3 6h18\"\/><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6\"\/><path d=\"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"\/><\/svg>\n              <span>\u05d4\u05e1\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4 \u05d6\u05d5 \u05de\u05d4\u05e1\u05dc<\/span>\n            <\/button>\n          <\/div>\n          <div class=\"qty\">\n            <button onclick=\"changeQty(${idx}, -1)\" aria-label=\"\u05d4\u05e7\u05d8\u05e0\u05d4\">\u2212<\/button>\n            <input type=\"text\" value=\"${item.qty || 1}\" readonly aria-label=\"\u05db\u05de\u05d5\u05ea\">\n            <button onclick=\"changeQty(${idx}, +1)\" aria-label=\"\u05d4\u05d2\u05d3\u05dc\u05d4\">+<\/button>\n          <\/div>\n          <div class=\"text-text-primary text-base font-medium\" dir=\"ltr\" style=\"font-family: 'Frank Ruhl Libre', serif; font-size: 1.15rem; min-width: 80px; text-align: end;\">\n            \u20aa${lineTotal}\n          <\/div>\n        <\/div>\n      `;\n    }).join('');\n\n    \/\/ Summary\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    document.getElementById('sum-subtotal').textContent = subtotal;\n    document.getElementById('sum-extras').textContent   = extras;\n    document.getElementById('sum-total').textContent    = subtotal + extras;\n  }\n\n  \/\/ Initial\n  updateHeaderCount();\n  render();\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>1\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 \u05d4\u05e1\u05dc \u05e9\u05dc\u05da \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4 \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. \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05d5\u05e1\u05e3 \u05d4\u05de\u05e9\u05da \u05dc\u05e7\u05e0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d6\u05de\u05e0\u05d4 \u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05ea\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05d5\u05ea \u20aa0 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e0\u05e7\u05d1\u05e2 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0 \u05e1\u05d4\u05f4\u05db \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05d4\u05de\u05e9\u05da \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \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) [&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-9470","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>\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \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=\"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \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=\"1\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 \u05d4\u05e1\u05dc \u05e9\u05dc\u05da \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4 \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. \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05d5\u05e1\u05e3 \u05d4\u05de\u05e9\u05da \u05dc\u05e7\u05e0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d6\u05de\u05e0\u05d4 \u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05ea\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05d5\u05ea \u20aa0 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e0\u05e7\u05d1\u05e2 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0 \u05e1\u05d4\u05f4\u05db \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05d4\u05de\u05e9\u05da \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \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) [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ketubot.co.il\/en\/cart\/\" \/>\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:46:51+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\\\/cart\\\/\",\"url\":\"https:\\\/\\\/ketubot.co.il\\\/cart\\\/\",\"name\":\"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \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-10T07:24:08+00:00\",\"dateModified\":\"2026-05-22T08:46:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/cart\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ketubot.co.il\\\/cart\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ketubot.co.il\\\/cart\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea\",\"item\":\"https:\\\/\\\/ketubot.co.il\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea\"}]},{\"@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":"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \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":"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \u05d3\u05d5\u05d3 \u05de\u05e8\u05d3\u05db\u05d9 - \u05db\u05ea\u05d5\u05d1\u05d5\u05ea \u05de\u05e2\u05d5\u05e6\u05d1\u05d5\u05ea","og_description":"1\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 \u05d4\u05e1\u05dc \u05e9\u05dc\u05da \u05d4\u05e1\u05dc \u05e8\u05d9\u05e7 \u05e2\u05d3\u05d9\u05d9\u05df \u05dc\u05d0 \u05d1\u05d7\u05e8\u05ea \u05db\u05ea\u05d5\u05d1\u05d4 \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. \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05d5\u05e1\u05e3 \u05d4\u05de\u05e9\u05da \u05dc\u05e7\u05e0\u05d5\u05ea \u05e1\u05d9\u05db\u05d5\u05dd \u05d4\u05d6\u05de\u05e0\u05d4 \u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05ea\u05d5\u05e1\u05e4\u05d5\u05ea \u05d0\u05d9\u05e9\u05d9\u05d5\u05ea \u20aa0 \u05de\u05e9\u05dc\u05d5\u05d7 \u05e0\u05e7\u05d1\u05e2 \u05d1\u05e9\u05dc\u05d1 \u05d4\u05d1\u05d0 \u05e1\u05d4\u05f4\u05db \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u20aa0 \u05d4\u05de\u05e9\u05da \u05dc\u05e4\u05e8\u05d8\u05d9\u05dd \u05d5\u05de\u05e9\u05dc\u05d5\u05d7 \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) [&hellip;]","og_url":"https:\/\/ketubot.co.il\/en\/cart\/","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:46:51+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\/cart\/","url":"https:\/\/ketubot.co.il\/cart\/","name":"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea - \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-10T07:24:08+00:00","dateModified":"2026-05-22T08:46:51+00:00","breadcrumb":{"@id":"https:\/\/ketubot.co.il\/cart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ketubot.co.il\/cart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ketubot.co.il\/cart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u05d3\u05e3 \u05d4\u05d1\u05d9\u05ea","item":"https:\/\/ketubot.co.il\/"},{"@type":"ListItem","position":2,"name":"\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea"}]},{"@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\/9470","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=9470"}],"version-history":[{"count":9,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages\/9470\/revisions"}],"predecessor-version":[{"id":9856,"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/pages\/9470\/revisions\/9856"}],"wp:attachment":[{"href":"https:\/\/ketubot.co.il\/en\/wp-json\/wp\/v2\/media?parent=9470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}