{"product_id":"מארז-פסטלי-ורוד-מארז-בופה-להשכרה","title":"מארז פסטלי ורוד - מארז בופה להשכרה","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026family=Heebo:wght@300;400;500\u0026display=swap');\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --gold: #D6CABE;\n    --gold-dark: #B79E8C;\n    --text: #3D3D3D;\n    --text-light: #888;\n    --border: #E2D9CF;\n    --bg-tag: #F5F0EB;\n  }\n  body { background: white; font-family: 'Heebo', sans-serif; color: var(--text); font-size: 14px; line-height: 1.7; }\n\n  .wrap { max-width: 560px; padding: 0 0 48px; }\n\n  .desc-text { margin-bottom: 28px; font-size: 14px; color: var(--text); line-height: 1.8; text-align: right; }\n\n  .included-list { list-style: none; margin-bottom: 6px; text-align: right; }\n  .included-list li { padding: 2px 0; }\n  .included-list li::before { content: '- '; }\n\n  .pricing-lines { margin: 10px 0 0; text-align: right; }\n  .pricing-line { display: flex; align-items: baseline; gap: 6px; padding: 3px 0; font-size: 14px; }\n  .pricing-line::before { content: '•'; color: var(--gold-dark); flex-shrink: 0; }\n\n  .divider { border: none; border-top: 1px solid var(--border); margin: 28px 0; }\n\n  .step-label {\n    font-size: 13px; font-weight: 500; letter-spacing: 3px;\n    text-transform: uppercase; color: var(--gold-dark);\n    margin: 0 0 20px; text-align: center;\n    display: flex; align-items: center; gap: 12px;\n  }\n  .step-label::before, .step-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n\n  .addon-row {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 10px 0; border-bottom: 1px solid var(--border);\n    cursor: pointer; gap: 12px; transition: opacity 0.15s;\n  }\n  .addon-row:first-child { border-top: 1px solid var(--border); }\n  .addon-left { display: flex; align-items: center; gap: 10px; flex: 1; flex-direction: row-reverse; justify-content: flex-end; }\n  .addon-check {\n    width: 18px; height: 18px; border: 1px solid var(--border); border-radius: 2px;\n    flex-shrink: 0; display: flex; align-items: center; justify-content: center;\n    transition: all 0.2s; background: white;\n  }\n  .addon-row.selected .addon-check { background: var(--gold-dark); border-color: var(--gold-dark); }\n  .addon-check-inner { color: white; font-size: 10px; opacity: 0; }\n  .addon-row.selected .addon-check-inner { opacity: 1; }\n  .addon-name { font-size: 14px; text-align: right; }\n  .addon-desc { font-size: 11px; color: var(--text-light); margin-top: 1px; text-align: right; }\n  .addon-price-tag { font-size: 13px; color: var(--text-light); white-space: nowrap; }\n  .addon-price-tag small { display: block; font-size: 10px; text-align: left; }\n\n  \/* QUANTITY ROW (for per-item add-ons like glass replacement) *\/\n  .qty-row {\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 10px 0; border-bottom: 1px solid var(--border); gap: 12px;\n  }\n  .qty-info { flex: 1; text-align: right; }\n  .qty-name { font-size: 14px; }\n  .qty-desc { font-size: 11px; color: var(--text-light); margin-top: 1px; }\n  .qty-controls {\n    display: flex; align-items: center;\n    border: 1px solid var(--border); border-radius: 3px; overflow: hidden; background: white; flex-shrink: 0;\n  }\n  .qty-btn {\n    width: 30px; height: 30px; border: none; background: transparent;\n    font-size: 16px; cursor: pointer; color: var(--text);\n  }\n  .qty-btn:hover { background: var(--bg-tag); }\n  .qty-val {\n    width: 32px; text-align: center;\n    font-family: 'Cormorant Garamond', serif; font-size: 16px;\n    border-right: 1px solid var(--border); border-left: 1px solid var(--border);\n    height: 30px; line-height: 30px;\n  }\n  .qty-subtotal { font-size: 13px; color: var(--text-light); white-space: nowrap; min-width: 50px; text-align: left; }\n\n  .setup-row {\n    display: flex; align-items: flex-start;\n    padding: 10px 0; border-bottom: 1px solid var(--border);\n    border-top: 1px solid var(--border);\n    cursor: pointer; gap: 10px; margin-top: 20px;\n  }\n  .setup-text { flex: 1; text-align: right !important; }\n  .setup-name { font-size: 14px; text-align: right !important; }\n  .setup-desc { font-size: 11px; color: var(--text-light); margin-top: 2px; line-height: 1.5; text-align: right !important; }\n  .setup-row .addon-check { margin-top: 2px; }\n  .setup-row.selected .addon-check { background: var(--gold-dark); border-color: var(--gold-dark); }\n  .setup-row.selected .addon-check-inner { opacity: 1; }\n\n  .date-input {\n    width: 100%; padding: 10px 12px; margin-top: 4px;\n    border: 1px solid var(--border); border-radius: 3px;\n    background: white; color: var(--text);\n    font-family: 'Heebo', sans-serif; font-size: 14px;\n    outline: none; transition: border-color 0.2s;\n    direction: ltr; text-align: right;\n    -webkit-appearance: none; appearance: none;\n    min-height: 42px;\n  }\n  .date-input::-webkit-calendar-picker-indicator { filter: opacity(0.6); cursor: pointer; }\n  .date-input:focus { border-color: var(--gold-dark); }\n  .date-note { font-size: 11px; color: var(--text-light); margin-top: 6px; text-align: right !important; }\n\n  .price-summary { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); }\n  .price-breakdown { font-size: 13px; color: var(--text-light); margin-bottom: 12px; }\n  .price-line { display: flex; justify-content: space-between; padding: 3px 0; }\n  .price-line.total-line { color: var(--text); font-size: 15px; font-weight: 500; border-top: 1px solid var(--border); margin-top: 6px; padding-top: 8px; }\n  .big-total { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 400; color: var(--text); margin: 8px 0 4px; }\n  .per-person { font-size: 12px; color: var(--text-light); margin-bottom: 20px; }\n\n  .cta-btn {\n    width: 100%; border: none; border-radius: 3px; padding: 14px;\n    font-family: 'Heebo', sans-serif; font-size: 14px; font-weight: 500;\n    letter-spacing: 1px; cursor: pointer; transition: all 0.2s;\n    background: var(--text); color: white;\n    display: flex; align-items: center; justify-content: center; gap: 10px;\n  }\n  .cta-btn:hover { background: var(--gold-dark); }\n  .note-text { font-size: 11px; color: var(--text-light); text-align: center; margin-top: 8px; }\n\n  .bottom-link { margin-top: 24px; font-size: 13px; text-align: right; }\n  .bottom-link a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- DESCRIPTION --\u003e\n  \u003cdiv class=\"desc-text\"\u003e\n    בופה מעוצב לאירוח — סטיילינג מלא לשולחן הבופה, עם אפשרות להוסיף כלים ופרטי דקורציה לפי הצורך.\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"margin-bottom:6px;text-align:right;\"\u003eהמארז כולל:\u003c\/div\u003e\n  \u003cul class=\"included-list\"\u003e\n    \u003cli\u003eמפה\u003c\/li\u003e\n    \u003cli\u003eהגבהות\u003c\/li\u003e\n    \u003cli\u003e6 כלי כסף גדולים\u003c\/li\u003e\n    \u003cli\u003e4 כלי כסף קטנים\u003c\/li\u003e\n    \u003cli\u003eכפות הגשה\u003c\/li\u003e\n    \u003cli\u003e6 פמוטים ונרות תואמים\u003c\/li\u003e\n    \u003cli\u003eואזה גדולה לפרחים\u003c\/li\u003e\n    \u003cli\u003eתגי שם\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cdiv class=\"pricing-lines\"\u003e\n    \u003cdiv class=\"pricing-line\"\u003eהמחיר 900₪\u003c\/div\u003e\n    \u003cdiv class=\"pricing-line\"\u003eניתן להוסיף פריטים נוספים\u003c\/div\u003e\n    \u003cdiv class=\"pricing-line\"\u003eניתן להוסיף מארז אירוח\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"divider\"\u003e\n\n  \u003c!-- CALCULATOR --\u003e\n  \u003cdiv class=\"step-label\"\u003eבנו את הבופה שלכם\u003c\/div\u003e\n\n  \u003c!-- ITEM SWAP \/ ADD --\u003e\n  \u003cdiv style=\"font-size:13px;color:var(--text-light);margin-bottom:8px;text-align:right;\"\u003eכלי הגשה\u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('swapceramic',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-swapceramic\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('swapceramic',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-swapceramic\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n      \u003cdiv class=\"qty-name\"\u003eהחלפת כלי כסף לכלי קרמיקה\u003c\/div\u003e\n      \u003cdiv class=\"qty-desc\"\u003e₪20 לכלי\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('addsilver',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-addsilver\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('addsilver',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-addsilver\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n      \u003cdiv class=\"qty-name\"\u003eהוספת כלי כסף\u003c\/div\u003e\n      \u003cdiv class=\"qty-desc\"\u003e₪20 לכלי\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('addceramic',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-addceramic\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('addceramic',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-addceramic\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n      \u003cdiv class=\"qty-name\"\u003eהוספת כלי קרמיקה\u003c\/div\u003e\n      \u003cdiv class=\"qty-desc\"\u003e₪30 לכלי\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FLAT ADDONS --\u003e\n  \u003cdiv style=\"font-size:13px;color:var(--text-light);margin:20px 0 8px;text-align:right;\"\u003eתוספות\u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('candlesclear',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-candlesclear\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('candlesclear',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-candlesclear\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eזוג פמוטים שקופים + נרות\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪20 לסט\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('candlescolor',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-candlescolor\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('candlescolor',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-candlescolor\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eזוג פמוטים צבעוניים + נרות\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪40 לסט\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('napkins',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-napkins\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('napkins',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-napkins\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eמפיות בד\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪40 לסט של 6\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('cutlery',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-cutlery\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('cutlery',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-cutlery\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eסכו״ם\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪8 לסט\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('cutleryholder',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-cutleryholder\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('cutleryholder',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-cutleryholder\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eכלי לסכו״ם\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪30 ליחידה\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('champagneS',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-champagneS\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('champagneS',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-champagneS\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eשמפניירה רגילה\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪40 ליחידה\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('champagneL',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-champagneL\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('champagneL',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-champagneL\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eשמפניירה ענקית\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪80 ליחידה\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('flowersL',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-flowersL\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('flowersL',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-flowersL\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eסידור פרחים גדול\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪600 לסידור\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('flowersXL',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-flowersXL\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('flowersXL',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-flowersXL\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eסידור פרחים ענק\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003e₪1,200 לסידור\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"font-size:13px;color:var(--text-light);margin:20px 0 8px;text-align:right;\"\u003eמארז נוסף\u003c\/div\u003e\n\n  \u003cdiv class=\"qty-row\"\u003e\n    \u003cdiv class=\"qty-controls\"\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('hosting',-1)\"\u003e−\u003c\/button\u003e\n      \u003cdiv class=\"qty-val\" id=\"qty-hosting\"\u003e0\u003c\/div\u003e\n      \u003cbutton class=\"qty-btn\" onclick=\"changeQty('hosting',1)\"\u003e+\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"qty-subtotal\" id=\"sub-hosting\"\u003e₪0\u003c\/div\u003e\n    \u003cdiv class=\"qty-info\"\u003e\n\u003cdiv class=\"qty-name\"\u003eהוספת מארז אירוח ל־12 איש\u003c\/div\u003e\n\u003cdiv class=\"qty-desc\"\u003eמפת בד, 12 פלייסמטים, 12 מפיות, 12 חבקים, פמוטים, נרות תואמים · ₪850\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SETUP --\u003e\n  \u003cdiv class=\"setup-row\" id=\"setup-row\" onclick=\"toggleSetup(this)\"\u003e\n    \u003cdiv class=\"addon-check\"\u003e\u003cspan class=\"addon-check-inner\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n    \u003cdiv class=\"setup-text\"\u003e\n      \u003cdiv class=\"setup-name\"\u003eעיצוב בופה במקום\u003c\/div\u003e\n      \u003cdiv class=\"setup-desc\"\u003eניתן להוסיף שירות עיצוב בופה במקום — צרו קשר לפרטים\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DATE --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003cdiv style=\"font-size:13px;color:var(--text-light);margin-bottom:4px;text-align:right;\"\u003eתאריך האירוע\u003c\/div\u003e\n    \u003cinput type=\"date\" class=\"date-input\" id=\"event-date\"\u003e\n    \u003cdiv class=\"date-note\"\u003eהזמינות מותנית באישור העסק\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SUMMARY --\u003e\n  \u003cdiv class=\"price-summary\"\u003e\n    \u003cdiv class=\"price-breakdown\" id=\"breakdown\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"big-total\"\u003e₪\u003cspan id=\"totalPrice\"\u003e1,200\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cbutton class=\"cta-btn\" id=\"waBtn\"\u003e\n      \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"white\" style=\"flex-shrink:0\"\u003e\u003cpath d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      לבדיקת זמינות\n    \u003c\/button\u003e\n    \u003cdiv class=\"note-text\"\u003eהמחיר הסופי יאושר לאחר הפנייה · המחירים אינם כוללים מע״מ\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const WA_NUMBER = '972522039558';\n\n  function getProductName() {\n    const selectors = ['h1.product__title', 'h1.product-meta__title', '.product__title h1', 'h1[class*=\"product\"]', 'h1'];\n    let raw = '';\n    for (const sel of selectors) {\n      const el = document.querySelector(sel);\n      if (el \u0026\u0026 el.textContent.trim()) { raw = el.textContent.trim(); break; }\n    }\n    if (!raw) raw = document.title || '';\n    raw = raw.split('|')[0].split('–')[0].split('-').filter(Boolean);\n    let name = raw[0] ? raw[0].trim() : 'המארז';\n    if (!name || name.length \u003c 2) name = 'המארז';\n    return name;\n  }\n  const TABLE_NAME = getProductName();\n\n  const QTY_ITEMS = {\n    swapceramic:   { label: 'החלפת כלי כסף לקרמיקה', price: 20 },\n    addsilver:     { label: 'הוספת כלי כסף', price: 20 },\n    addceramic:    { label: 'הוספת כלי קרמיקה', price: 30 },\n    candlesclear:  { label: 'זוג פמוטים שקופים + נרות', price: 20 },\n    candlescolor:  { label: 'זוג פמוטים צבעוניים + נרות', price: 40 },\n    napkins:       { label: 'מפיות בד (סט 6)', price: 40 },\n    cutlery:       { label: 'סכו״ם', price: 8 },\n    cutleryholder: { label: 'כלי לסכו״ם', price: 30 },\n    champagneS:    { label: 'שמפניירה רגילה', price: 40 },\n    champagneL:    { label: 'שמפניירה ענקית', price: 80 },\n    flowersL:      { label: 'סידור פרחים גדול', price: 600 },\n    flowersXL:     { label: 'סידור פרחים ענק', price: 1200 },\n    hosting:       { label: 'הוספת מארז אירוח ל־12 איש', price: 850 }\n  };\n\n  const BASE_PRICE = 900;\n\n  let addons = {};\n  let qtys = { swapceramic:0, addsilver:0, addceramic:0, candlesclear:0, candlescolor:0, napkins:0, cutlery:0, cutleryholder:0, champagneS:0, champagneL:0, flowersL:0, flowersXL:0, hosting:0 };\n  let wantsSetup = false;\n\n  function changeQty(key, d) {\n    const max = key === 'hosting' ? 1 : 99;\n    qtys[key] = Math.min(max, Math.max(0, qtys[key] + d));\n    const sub = qtys[key] * QTY_ITEMS[key].price;\n    if (document.getElementById('sub-'+key)) {\n      document.getElementById('sub-'+key).textContent = sub \u003e 0 ? '₪'+sub.toLocaleString() : '₪0';\n    }\n    document.getElementById('qty-'+key).textContent = qtys[key];\n    update();\n  }\n\n  function toggleAddon(el, key, price, type) {\n    el.classList.toggle('selected');\n    addons[key] ? delete addons[key] : addons[key] = { price, type };\n    update();\n  }\n\n\n  function toggleSetup(el) {\n    el.classList.toggle('selected');\n    wantsSetup = el.classList.contains('selected');\n    update();\n  }\n\n  function update() {\n    let qtyTotal = 0;\n    Object.entries(qtys).forEach(([k,v]) =\u003e qtyTotal += v * QTY_ITEMS[k].price);\n    const total = BASE_PRICE + qtyTotal;\n\n    let lines = [{ l: 'מארז בופה', v: '₪' + BASE_PRICE.toLocaleString() }];\n    Object.entries(qtys).forEach(([k,v]) =\u003e {\n      if (v \u003e 0) lines.push({ l: `${QTY_ITEMS[k].label} × ${v}`, v: '+ ₪' + (v*QTY_ITEMS[k].price).toLocaleString() });\n    });\n    lines.push({ l: 'סה״כ', v: '₪' + total.toLocaleString(), t: true });\n\n    document.getElementById('breakdown').innerHTML = lines.map(l =\u003e\n      `\u003cdiv class=\"price-line${l.t?' total-line':''}\"\u003e\u003cspan\u003e${l.l}\u003c\/span\u003e\u003cspan\u003e${l.v}\u003c\/span\u003e\u003c\/div\u003e`\n    ).join('');\n    document.getElementById('totalPrice').textContent = total.toLocaleString();\n\n    const eventDate = document.getElementById('event-date').value;\n    const b = '*';\n    const n = '\\n';\n    let msg = b + 'אני מעוניינת ב' + TABLE_NAME + b + n + n;\n    if (eventDate) msg += '• תאריך האירוע: ' + b + eventDate + b + n;\n    msg += n + 'המארז כולל:' + n;\n    msg += '• מפה' + n;\n    msg += '• הגבהות' + n;\n    msg += '• 6 כלי כסף גדולים' + n;\n    msg += '• 4 כלי כסף קטנים' + n;\n    msg += '• כפות הגשה' + n;\n    msg += '• 6 פמוטים ונרות תואמים' + n;\n    msg += '• ואזה גדולה לפרחים' + n;\n    msg += '• תגי שם' + n;\n    const allQtys = Object.entries(qtys).filter(function(e){ return e[1]\u003e0; });\n    if (allQtys.length) {\n      msg += n + 'תוספות:' + n;\n      allQtys.forEach(function(e){ msg += '• ' + QTY_ITEMS[e[0]].label + ' × ' + e[1] + n; });\n    }\n    if (wantsSetup) msg += n + '• עיצוב בופה במקום: מעוניינת לשמוע פרטים' + n;\n    msg += n + 'סה״כ משוער: ' + b + '₪' + total.toLocaleString() + b + ' (לא כולל מע״מ)' + n + n + 'אשמח לשמוע פרטים נוספים';\n\n    document.getElementById('waBtn').onclick = () =\u003e\n      window.open('https:\/\/wa.me\/' + WA_NUMBER + '?text=' + encodeURIComponent(msg).replace(\/%252A\/gi, '*').replace(\/%2A\/gi, '*'), '_blank');\n  }\n\n  update();\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"SHARONTCHETCHIK","offers":[{"title":"Default Title","offer_id":52126972117286,"sku":null,"price":900.0,"currency_code":"ILS","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0891\/1175\/7094\/files\/9_16b57ef3-9c83-428c-8473-f6c7e1e6528f.png?v=1773565139","url":"https:\/\/www.sharont.co.il\/products\/%d7%9e%d7%90%d7%a8%d7%96-%d7%a4%d7%a1%d7%98%d7%9c%d7%99-%d7%95%d7%a8%d7%95%d7%93-%d7%9e%d7%90%d7%a8%d7%96-%d7%91%d7%95%d7%a4%d7%94-%d7%9c%d7%94%d7%a9%d7%9b%d7%a8%d7%94","provider":"SHARON TCHETCHIK","version":"1.0","type":"link"}