{"id":50425,"date":"2026-04-13T07:20:23","date_gmt":"2026-04-13T07:20:23","guid":{"rendered":"https:\/\/bsolution.me\/he\/?page_id=50425"},"modified":"2026-05-31T20:12:38","modified_gmt":"2026-05-31T20:12:38","slug":"weight-converter","status":"publish","type":"page","link":"https:\/\/bsolution.me\/he\/weight-converter\/","title":{"rendered":"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9"},"content":{"rendered":"\n\n<style>\n\/* Perfected Futuristic Design System by Bsolution *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Heebo:wght@300;400;500;700;800&display=swap');\n\n:root {\n    --f-bg: #F5F5F7;\n    --f-card: rgba(255, 255, 255, 0.85);\n    --f-text: #1d1d1f;\n    --f-muted: #86868b;\n    --f-accent: #0066cc;\n    --f-border: rgba(0, 0, 0, 0.08);\n    --f-shadow: 0 8px 30px rgba(0,0,0,0.04);\n}\n\n.dark-theme {\n    --f-bg: #000000;\n    --f-card: rgba(28, 28, 30, 0.85);\n    --f-text: #f5f5f7;\n    --f-muted: #86868b;\n    --f-accent: #2997ff;\n    --f-border: rgba(255, 255, 255, 0.12);\n    --f-shadow: 0 8px 40px rgba(0,0,0,0.6);\n}\n\n.futur-layout {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Heebo', -apple-system, system-ui, sans-serif;\n    direction: rtl;\n    color: var(--f-text);\n    background-color: transparent;\n    transition: color 0.3s ease;\n}\n\n\/* Global Background override when tool is active *\/\nbody.tool-active {\n    background-color: var(--f-bg) !important;\n}\n\n.futur-glass-card {\n    background: var(--f-card);\n    backdrop-filter: saturate(180%) blur(20px);\n    -webkit-backdrop-filter: saturate(180%) blur(20px);\n    border: 1px solid var(--f-border);\n    border-radius: 22px;\n    padding: 40px;\n    box-shadow: var(--f-shadow);\n    margin-bottom: 40px;\n}\n\n.futur-layout h1.wp-block-heading {\n    font-size: clamp(2.5rem, 5vw, 3.5rem);\n    font-weight: 800;\n    color: var(--f-text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n    text-align: center;\n}\n\n.futur-layout .page-hook {\n    font-size: 1.25rem;\n    color: var(--f-muted);\n    text-align: center;\n    margin-bottom: 50px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.futur-layout h2.wp-block-heading {\n    font-size: 1.7rem;\n    font-weight: 700;\n    margin: 40px 0 20px;\n}\n\n.futur-layout p {\n    font-size: 1.15rem;\n    color: var(--f-text);\n    opacity: 0.9;\n    margin-bottom: 24px;\n    line-height: 1.7;\n}\n\n\/* Theme Toggle Button *\/\n.theme-toggle-wrap {\n    display: flex;\n    justify-content: flex-end;\n    margin-bottom: 20px;\n}\n.theme-btn {\n    background: var(--f-card);\n    border: 1px solid var(--f-border);\n    color: var(--f-text);\n    padding: 8px 16px;\n    border-radius: 999px;\n    cursor: pointer;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    box-shadow: var(--f-shadow);\n}\n\n\/* Input & Button Styles for Tools *\/\n.futur-input {\n    width: 100%;\n    padding: 12px 16px;\n    border-radius: 12px;\n    border: 1px solid var(--f-border);\n    background: rgba(0,0,0,0.03);\n    color: var(--f-text);\n    font-size: 1rem;\n    margin-bottom: 16px;\n    transition: all 0.2s ease;\n}\n.dark-theme .futur-input { background: rgba(255,255,255,0.05); }\n\n.futur-btn {\n    background: var(--f-accent);\n    color: #fff;\n    border: none;\n    padding: 14px 28px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 1.1rem;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n}\n.futur-btn:hover { transform: scale(1.02); }\n\n@media (max-width: 600px) {\n    .futur-layout { padding: 40px 16px; }\n    .futur-glass-card { padding: 24px; }\n}\n<\/style>\n<script>\n(function() {\n    var applyTheme = function(theme) {\n        if (theme === 'dark') {\n            document.documentElement.classList.add('dark-theme');\n        } else {\n            document.documentElement.classList.remove('dark-theme');\n        }\n        localStorage.setItem('bsolution-theme', theme);\n    };\n    \n    \/\/ Apply saved theme immediately\n    document.body.classList.add('tool-active');\n    var saved = localStorage.getItem('bsolution-theme') || 'light';\n    applyTheme(saved);\n    \n    \/\/ Bind theme toggle button (with retry since it may not exist yet)\n    function bindToggle() {\n        var btn = document.getElementById('globalThemeToggle');\n        if (!btn) { setTimeout(bindToggle, 100); return; }\n        if (btn.dataset.bound) return;\n        btn.dataset.bound = '1';\n        btn.addEventListener('click', function() {\n            var isDark = document.documentElement.classList.contains('dark-theme');\n            applyTheme(isDark ? 'light' : 'dark');\n        });\n    }\n    bindToggle();\n})();\n<\/script>\n\n<div class=\"futur-layout\">\n<div class=\"theme-toggle-wrap\"><button class=\"theme-btn\" id=\"globalThemeToggle\">\ud83c\udf19 \u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/button><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9<\/h1>\n\n\n\n<p class=\"page-hook\">\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.<\/p>\n\n\n\n<div class=\"futur-glass-card tool-card\">\n<style>\n#bnet-tool-weight-converter {\n    --bg-color: #f5f5f7;\n    --bg-elevated: #fff;\n    --text-color: #111827;\n    --muted-text: #6b7280;\n    --accent: #2563eb;\n    --accent-soft: rgba(37, 99, 235, 0.09);\n    --border-color: #e5e7eb;\n    --danger: #dc2626;\n    --success: #16a34a;\n    --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);\n    --radius-lg: 18px;\n    --radius-md: 10px;\n    --transition-fast: 0.18s ease-out;\n    --input-bg: #f9fafb\n}\n\n#bnet-tool-weight-converter.dark-mode {\n    --bg-color: #020617;\n    --bg-elevated: #020617;\n    --text-color: #f9fafb;\n    --muted-text: #9ca3af;\n    --accent: #60a5fa;\n    --accent-soft: rgba(96, 165, 250, 0.15);\n    --border-color: #1f2937;\n    --shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.9);\n    --input-bg: #020617\n}\n\n#bnet-tool-weight-converter * {\n    box-sizing: border-box\n}\n\n#bnet-tool-weight-converter {\n    margin: 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    background: radial-gradient(circle at top, #e0ecff 0, var(--bg-color) 36%, var(--bg-color) 100%);\n    color: var(--text-color);\n    min-height: 100vh;\n    padding: 0;\n    direction: rtl;\n}\n\n#bnet-tool-weight-converter.dark-mode {\n    background: radial-gradient(circle at top, #020617 0, #020617 40%, #000 100%)\n}\n\n#bnet-tool-weight-converter .page-wrapper {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px 16px 80px\n}\n\n#bnet-tool-weight-converter header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    gap: 16px;\n    margin-bottom: 18px\n}\n\n#bnet-tool-weight-converter .title-block {\n    max-width: 680px\n}\n\n#bnet-tool-weight-converter h1.main-title,\n#bnet-tool-weight-converter h2.main-title {\n    margin: 0 0 6px;\n    font-size: clamp(1.9rem, 2.2vw, 2.4rem);\n    letter-spacing: -0.03em\n}\n\n#bnet-tool-weight-converter .subtitle {\n    margin: 0;\n    color: var(--muted-text);\n    font-size: 0.95rem\n}\n\n#bnet-tool-weight-converter .free-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: var(--accent-soft);\n    color: var(--accent);\n    font-size: 0.78rem;\n    margin-top: 10px\n}\n\n#bnet-tool-weight-converter .free-badge span {\n    font-size: 0.95rem\n}\n\n#bnet-tool-weight-converter .free-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.25)\n}\n\n#bnet-tool-weight-converter .top-actions {\n    display: flex;\n    gap: 8px;\n    align-items: center\n}\n\n#bnet-tool-weight-converter .mode-toggle-btn {\n    border-radius: 999px;\n    border: 1px solid var(--border-color);\n    padding: 6px 12px;\n    background: rgba(255, 255, 255, 0.7);\n    backdrop-filter: blur(10px);\n    cursor: pointer;\n    font-size: 0.85rem;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    transition: background var(--transition-fast), border-color var(--transition-fast), transform 0.08s ease-out;\n    color: var(--text-color);\n}\n\n#bnet-tool-weight-converter.dark-mode .mode-toggle-btn {\n    background: rgba(15, 23, 42, 0.8)\n}\n\n#bnet-tool-weight-converter .mode-toggle-btn:hover {\n    transform: translatey(-1px);\n    border-color: var(--accent)\n}\n\n#bnet-tool-weight-converter .mode-toggle-icon {\n    font-size: 1.1rem\n}\n\n#bnet-tool-weight-converter main {\n    display: grid;\n    grid-template-columns: minmax(0, 2fr) minmax(0, 1.6fr);\n    gap: 20px;\n    align-items: flex-start\n}\n\n@media (max-width: 900px) {\n    #bnet-tool-weight-converter main {\n        grid-template-columns: minmax(0, 1fr)\n    }\n}\n\n#bnet-tool-weight-converter .card {\n    background: linear-gradient(145deg, var(--bg-elevated), rgba(255, 255, 255, 0.95));\n    border-radius: var(--radius-lg);\n    border: 1px solid rgba(148, 163, 184, 0.25);\n    box-shadow: var(--shadow-soft);\n    padding: 18px 18px 20px;\n    position: relative;\n    overflow: hidden\n}\n\n#bnet-tool-weight-converter.dark-mode .card {\n    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), var(--bg-elevated) 55%)\n}\n\n#bnet-tool-weight-converter .card-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 10px;\n    gap: 10px\n}\n\n#bnet-tool-weight-converter .card-title {\n    font-size: 1rem;\n    margin: 0;\n    display: flex;\n    align-items: center;\n    gap: 6px\n}\n\n#bnet-tool-weight-converter .card-title-emoji {\n    font-size: 1.1rem\n}\n\n\/* Weight Converter Custom CSS *\/\n#bnet-tool-weight-converter .converter-row {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    gap: 12px;\n    align-items: end;\n    margin-top: 10px;\n}\n\n@media (max-width: 600px) {\n    #bnet-tool-weight-converter .converter-row {\n        grid-template-columns: 1fr;\n    }\n    #bnet-tool-weight-converter .swap-col {\n        justify-content: center;\n        padding-top: 5px;\n        padding-bottom: 5px;\n    }\n}\n\n#bnet-tool-weight-converter .form-group {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n#bnet-tool-weight-converter label {\n    font-size: 0.86rem;\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    color: var(--text-color);\n}\n\n#bnet-tool-weight-converter input[type=\"number\"],\n#bnet-tool-weight-converter select.bnet-select {\n    border-radius: 999px;\n    border: 1px solid var(--border-color);\n    padding: 9px 12px;\n    font-size: 0.9rem;\n    background: var(--input-bg);\n    color: var(--text-color);\n    outline: none;\n    transition: border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), transform 0.05s ease-out;\n    width: 100%;\n}\n\n#bnet-tool-weight-converter input[type=\"number\"]:focus,\n#bnet-tool-weight-converter select.bnet-select:focus {\n    border-color: var(--accent);\n    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.32);\n    background: #fff;\n    transform: translatey(-1px);\n}\n\n#bnet-tool-weight-converter.dark-mode input[type=\"number\"]:focus,\n#bnet-tool-weight-converter.dark-mode select.bnet-select:focus {\n    background: rgba(15, 23, 42, 0.96)\n}\n\n#bnet-tool-weight-converter .swap-col {\n    display: flex;\n    align-items: flex-end;\n    justify-content: center;\n    padding-bottom: 2px;\n}\n\n#bnet-tool-weight-converter .swap-btn {\n    border: 1px solid var(--border-color);\n    border-radius: 50%;\n    background: var(--bg-elevated);\n    width: 40px; \n    height: 40px;\n    display: flex; \n    align-items: center; \n    justify-content: center;\n    cursor: pointer;\n    font-size: 1.1rem;\n    color: var(--accent);\n    transition: all var(--transition-fast);\n}\n\n#bnet-tool-weight-converter .swap-btn:hover {\n    background: var(--accent-soft);\n    transform: rotate(180deg);\n}\n\n#bnet-tool-weight-converter .results {\n    margin-top: 14px;\n    border-radius: 14px;\n    padding: 10px 12px;\n    background: rgba(37, 99, 235, 0.03);\n    border: 1px solid rgba(148, 163, 184, 0.35);\n}\n\n#bnet-tool-weight-converter.dark-mode .results {\n    background: rgba(15, 23, 42, 0.75)\n}\n\n#bnet-tool-weight-converter .results-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 8px;\n    margin-bottom: 6px;\n}\n\n#bnet-tool-weight-converter .results-title {\n    font-size: 0.95rem;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-weight: 600;\n}\n\n#bnet-tool-weight-converter .copy-btn {\n    border: 1px solid var(--border-color);\n    background: var(--bg-elevated);\n    color: var(--accent);\n    border-radius: 999px;\n    padding: 4px 10px;\n    font-size: 0.8rem;\n    cursor: pointer;\n    transition: all var(--transition-fast);\n}\n\n#bnet-tool-weight-converter .copy-btn:hover {\n    background: var(--accent-soft);\n    border-color: var(--accent);\n}\n\n#bnet-tool-weight-converter .result-value {\n    font-size: 2rem;\n    font-weight: 800;\n    color: var(--accent);\n    margin: 4px 0;\n    direction: ltr; \/* keep numbers LTR usually *\/\n    text-align: right;\n}\n\n#bnet-tool-weight-converter .result-formula {\n    font-size: 0.85rem;\n    color: var(--muted-text);\n}\n\n#bnet-tool-weight-converter .quick-title {\n    margin-top: 18px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: var(--text-color);\n}\n\n#bnet-tool-weight-converter .quick-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));\n    gap: 8px;\n    margin-top: 8px;\n}\n\n#bnet-tool-weight-converter .quick-card {\n    background: var(--bg-elevated);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: 10px;\n    cursor: pointer;\n    transition: all var(--transition-fast);\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n}\n\n#bnet-tool-weight-converter .quick-card:hover {\n    border-color: var(--accent);\n    background: var(--accent-soft);\n    transform: translateY(-2px);\n}\n\n#bnet-tool-weight-converter .qc-from {\n    font-size: 0.75rem;\n    color: var(--muted-text);\n}\n\n#bnet-tool-weight-converter .qc-val {\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--text-color);\n}\n\n#bnet-tool-weight-converter .table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border-radius: 10px;\n    border: 1px solid var(--border-color);\n}\n\n#bnet-tool-weight-converter .bnet-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.85rem;\n    text-align: right;\n    min-width: 400px;\n}\n\n#bnet-tool-weight-converter .bnet-table th,\n#bnet-tool-weight-converter .bnet-table td {\n    padding: 10px 12px;\n    border-bottom: 1px solid var(--border-color);\n}\n\n#bnet-tool-weight-converter .bnet-table th {\n    color: var(--muted-text);\n    font-weight: 600;\n    background: rgba(0,0,0,0.02);\n}\n\n#bnet-tool-weight-converter.dark-mode .bnet-table th {\n    background: rgba(255,255,255,0.02);\n}\n\n#bnet-tool-weight-converter .bnet-table tr:last-child td { border-bottom: none; }\n#bnet-tool-weight-converter .bnet-table tr:hover td { background: var(--accent-soft); }\n\n#bnet-tool-weight-converter .unit-badge {\n    border-radius: 999px;\n    padding: 3px 8px;\n    background: var(--accent-soft);\n    color: var(--accent);\n    font-size: 0.75rem;\n    display: inline-block;\n    font-family: monospace;\n}\n\n\/* \u05db\u05e8\u05d8\u05d9\u05e1 \u05e6\u05d3 \u05d9\u05de\u05d9\u05df: \u05d8\u05d9\u05e4 + \u05d4\u05e1\u05d1\u05e8 *\/\n#bnet-tool-weight-converter .info-card {\n    padding: 16px 16px 18px\n}\n\n#bnet-tool-weight-converter .info-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    border-radius: 999px;\n    padding: 4px 10px;\n    font-size: 0.78rem;\n    background: rgba(248, 250, 252, 0.7);\n    border: 1px solid rgba(148, 163, 184, 0.45);\n    color: var(--muted-text)\n}\n\n#bnet-tool-weight-converter.dark-mode .info-badge {\n    background: rgba(15, 23, 42, 0.8)\n}\n\n#bnet-tool-weight-converter .info-title {\n    margin: 10px 0 4px;\n    font-size: 0.98rem\n}\n\n#bnet-tool-weight-converter .info-text {\n    margin: 0;\n    font-size: 0.84rem;\n    color: var(--muted-text);\n    line-height: 1.6\n}\n\n#bnet-tool-weight-converter .info-list {\n    margin: 8px 0 0;\n    padding-left: 20px;\n    font-size: 0.84rem;\n    color: var(--muted-text)\n}\n\n\/* \u05de\u05d0\u05de\u05e8 SEO \u05d1\u05ea\u05d7\u05ea\u05d9\u05ea \u05d4\u05d3\u05e3 *\/\n#bnet-tool-weight-converter #seo-article {\n    margin-top: 32px;\n    padding: 18px 16px 20px;\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n    background: rgba(255, 255, 255, 0.6);\n    font-size: 0.9rem;\n    line-height: 1.8;\n    color: var(--muted-text)\n}\n\n#bnet-tool-weight-converter.dark-mode #seo-article {\n    background: rgba(15, 23, 42, 0.9)\n}\n\n#bnet-tool-weight-converter #seo-article h2 {\n    margin-top: 0;\n    font-size: 1.05rem;\n    color: var(--text-color)\n}\n\n#bnet-tool-weight-converter #seo-article h3 {\n    font-size: 0.95rem;\n    margin-top: 14px;\n    margin-bottom: 6px;\n    color: var(--text-color)\n}\n\n\/* \u05de\u05ea\u05d2 \u05e9\u05e4\u05d4 \u2013 \u05e7\u05d1\u05d5\u05e2 \u05d1\u05ea\u05d7\u05ea\u05d9\u05ea *\/\n#bnet-tool-weight-converter #language-switcher {\n    position: fixed;\n    inset-inline: 0;\n    bottom: 0;\n    z-index: 70;\n    display: flex;\n    justify-content: center;\n    pointer-events: none\n}\n\n#bnet-tool-weight-converter #language-switcher-inner {\n    pointer-events: auto;\n    margin: 0 auto 10px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: rgba(15, 23, 42, 0.75);\n    backdrop-filter: blur(12px);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.78rem;\n    color: #e5e7eb\n}\n\n#bnet-tool-weight-converter #language-switcher a {\n    text-decoration: none;\n    color: inherit;\n    opacity: 0.7;\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    padding: 3px 8px;\n    border-radius: 999px\n}\n\n#bnet-tool-weight-converter #language-switcher a.active {\n    background: rgba(248, 250, 252, 0.12);\n    opacity: 1\n}\n\n#bnet-tool-weight-converter #language-switcher span.flag {\n    font-size: 1rem\n}\n\n#bnet-tool-weight-converter #bnet-menu-root {\n    margin-bottom: 10px\n}\n<\/style>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"WebApplication\",\n  \"name\": \"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u2013 \u05d4\u05de\u05e8\u05ea \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc\",\n  \"description\": \"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05de\u05ea\u05e7\u05d3\u05dd \u05d1\u05e2\u05d1\u05e8\u05d9\u05ea. \u05d4\u05de\u05e8 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd \u05dc\u05e4\u05d0\u05d5\u05e0\u05d3, \u05d2\u05e8\u05dd \u05dc\u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df \u05dc\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd \u05d5\u05e2\u05d5\u05d3 11 \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d5\u05ea \u05d1\u05e7\u05dc\u05d5\u05ea \u05d5\u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea.\",\n  \"applicationCategory\": \"UtilitiesApplication\",\n  \"operatingSystem\": \"All\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"0\",\n    \"priceCurrency\": \"ILS\"\n  }\n}\n<\/script>\n<div id=\"bnet-tool-weight-converter\">\n<div id=\"bnet-menu-root\"><\/div>\n<div class=\"page-wrapper\">\n<header>\n<div class=\"title-block\">\n\n\n<div class=\"free-badge\">\n<div class=\"free-dot\"><\/div>\n<span>\u05d4\u05db\u05dc\u05d9 \u05d1\u05d7\u05d9\u05e0\u05dd, \u05dc\u05dc\u05d0 \u05d4\u05e8\u05e9\u05de\u05d4 \u05d5\u05dc\u05dc\u05d0 \u05e9\u05de\u05d9\u05e8\u05ea \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05d1\u05e9\u05e8\u05ea<\/span>\n<\/div>\n<\/div>\n<div class=\"top-actions\">\n<button class=\"mode-toggle-btn\" id=\"modeToggleBtn\" type=\"button\">\n<span aria-hidden=\"true\" class=\"mode-toggle-icon\">\ud83c\udf1e<\/span>\n<span class=\"mode-toggle-label\">\u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4<\/span>\n<\/button>\n<\/div>\n<\/header>\n<main>\n<div class=\"main-column\">\n<section aria-label=\"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd\" class=\"card\">\n<div class=\"card-header\">\n<div>\n<h3 class=\"card-title\">\n<span aria-hidden=\"true\" class=\"card-title-emoji\">\u2696\ufe0f<\/span>\n<span>\u05d4\u05d6\u05df \u05e0\u05ea\u05d5\u05e0\u05d9\u05dd \u05dc\u05d4\u05de\u05e8\u05d4<\/span>\n<\/h3>\n<\/div>\n<\/div>\n<form id=\"weightForm\" novalidate=\"\" onsubmit=\"return false;\">\n<div class=\"converter-row\">\n<div class=\"form-group\">\n<label for=\"wcFromVal\">\u05e2\u05e8\u05da \u05dc\u05d4\u05de\u05e8\u05d4<\/label>\n<input id=\"wcFromVal\" min=\"0\" placeholder=\"\u05d4\u05d6\u05df \u05de\u05e1\u05e4\u05e8\" step=\"any\" type=\"number\" value=\"1\"\/>\n<label for=\"wcFromUnit\" style=\"margin-top:6px;\">\u05d9\u05d7\u05d9\u05d3\u05ea \u05de\u05e7\u05d5\u05e8<\/label>\n<select class=\"bnet-select\" id=\"wcFromUnit\"><\/select>\n<\/div>\n<div class=\"swap-col\">\n<button aria-label=\"\u05d4\u05d7\u05dc\u05e3 \u05db\u05d9\u05d5\u05d5\u05df\" class=\"swap-btn\" id=\"wcSwapBtn\" title=\"\u05d4\u05d7\u05dc\u05e3\" type=\"button\">\u21c4<\/button>\n<\/div>\n<div class=\"form-group\">\n<label for=\"wcToVal\">\u05ea\u05d5\u05e6\u05d0\u05d4 \u05d1\u05d7\u05d9\u05e9\u05d5\u05d1 \u05d4\u05e4\u05d5\u05da (\u05dc\u05d0 \u05d7\u05d5\u05d1\u05d4)<\/label>\n<input id=\"wcToVal\" placeholder=\"\u2014\" step=\"any\" style=\"background: var(--accent-soft); border-color: var(--accent); font-weight: 600;\" type=\"number\"\/>\n<label for=\"wcToUnit\" style=\"margin-top:6px;\">\u05d9\u05d7\u05d9\u05d3\u05ea \u05d9\u05e2\u05d3<\/label>\n<select class=\"bnet-select\" id=\"wcToUnit\"><\/select>\n<\/div>\n<\/div>\n<div aria-live=\"polite\" class=\"results\" id=\"results\">\n<div class=\"results-header\">\n<div class=\"results-title\">\n<span aria-hidden=\"true\">\u2705<\/span><span>\u05ea\u05d5\u05e6\u05d0\u05ea \u05d4\u05de\u05e8\u05d4<\/span>\n<\/div>\n<button class=\"copy-btn\" id=\"wcCopyBtn\" type=\"button\">\ud83d\udccb \u05d4\u05e2\u05ea\u05e7 \u05ea\u05d9\u05d0\u05d5\u05e8<\/button>\n<\/div>\n<div class=\"result-value\" id=\"wcResultValue\">\u2014<\/div>\n<div class=\"result-formula\" id=\"wcResultFormula\">\u05d4\u05d6\u05df \u05e2\u05e8\u05da \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05d4\u05de\u05e8\u05d4<\/div>\n<\/div>\n<\/form>\n<div class=\"quick-title\">\u05d4\u05de\u05e8\u05d5\u05ea \u05e0\u05e4\u05d5\u05e6\u05d5\u05ea \u2013 \u05dc\u05d7\u05e5 \u05dc\u05de\u05d9\u05dc\u05d5\u05d9 \u05de\u05d4\u05d9\u05e8<\/div>\n<div class=\"quick-grid\" id=\"wcQuickGrid\"><\/div>\n<\/section>\n<section class=\"card\" style=\"margin-top:20px;\">\n<div class=\"card-header\">\n<div>\n<h3 class=\"card-title\">\n<span aria-hidden=\"true\" class=\"card-title-emoji\">\ud83d\udcca<\/span>\n<span>\u05d8\u05d1\u05dc\u05ea \u05d4\u05de\u05e8\u05d4 \u05de\u05dc\u05d0\u05d4 \u2013 \u05db\u05dc \u05d4\u05d9\u05d7\u05d9\u05d3\u05d5\u05ea<\/span>\n<\/h3>\n<\/div>\n<\/div>\n<div class=\"table-wrap\">\n<table class=\"bnet-table\">\n<thead>\n<tr>\n<th>\u05d9\u05d7\u05d9\u05d3\u05d4<\/th>\n<th>\u05e1\u05de\u05dc<\/th>\n<th>\u05ea\u05d5\u05e6\u05d0\u05d4<\/th>\n<\/tr>\n<\/thead>\n<tbody id=\"wcAllUnitsBody\"><\/tbody>\n<\/table>\n<\/div>\n<\/section>\n<\/div>\n<aside class=\"card info-card\">\n<div class=\"info-badge\">\n<span aria-hidden=\"true\">\ud83d\udca1<\/span><span>\u05d0\u05d9\u05da \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05de\u05d9\u05e8<\/span>\n<\/div>\n<h3 class=\"info-title\">\u05d4\u05de\u05e8\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05d1\u05e7\u05dc\u05d9\u05e7<\/h3>\n<p class=\"info-text\">\n                    \u05d4\u05de\u05de\u05d9\u05e8 \u05de\u05d0\u05e4\u05e9\u05e8 \u05dc\u05e2\u05d1\u05d5\u05e8 \u05d1\u05e7\u05dc\u05d5\u05ea \u05d1\u05d9\u05df \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05de\u05d8\u05e8\u05d9\u05ea \u05dc\u05d0\u05d9\u05de\u05e4\u05e8\u05d9\u05d0\u05dc\u05d9\u05ea:\n                <\/p>\n<ul class=\"info-list\">\n<li>\u05d4\u05d6\u05d9\u05e0\u05d5 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8 \u05e9\u05d1\u05e8\u05e6\u05d5\u05e0\u05db\u05dd \u05dc\u05d4\u05de\u05d9\u05e8.<\/li>\n<li>\u05d1\u05d7\u05e8\u05d5 \u05d0\u05ea \u05d9\u05d7\u05d9\u05d3\u05ea \u05d4\u05de\u05e7\u05d5\u05e8 (\u05dc\u05de\u05e9\u05dc \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd).<\/li>\n<li>\u05d1\u05d7\u05e8\u05d5 \u05d0\u05ea \u05d9\u05d7\u05d9\u05d3\u05ea \u05d4\u05d9\u05e2\u05d3 (\u05dc\u05de\u05e9\u05dc \u05e4\u05d0\u05d5\u05e0\u05d3).<\/li>\n<li>\u05d4\u05ea\u05d5\u05e6\u05d0\u05d4 \u05de\u05ea\u05e2\u05d3\u05db\u05e0\u05ea \u05d1\u05d6\u05de\u05df \u05d0\u05de\u05ea. \u05ea\u05de\u05d9\u05d3 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05e4\u05d5\u05da \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05e2\u05dc \u05dc\u05d7\u05e6\u05df \u05d4&quot;\u05d4\u05d7\u05dc\u05e3&quot;.<\/li>\n<\/ul>\n<p class=\"info-text\" style=\"margin-top:10px;\">\n<strong>\u05d8\u05d9\u05e4:<\/strong> \u05d1\u05d0\u05e8\u05d4\u05f4\u05d1 \u05de\u05e9\u05ea\u05de\u05e9\u05d9\u05dd \u05d1\u05e4\u05d0\u05d5\u05e0\u05d3\u05d9\u05dd (lbs) \u05d5\u05d1\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05de\u05d9\u05dd. \u05d9\u05d7\u05e1 \u05d4\u05d4\u05de\u05e8\u05d4 \u05d4\u05d5\u05d0 \u05e9\u05db\u05dc 1 \u05e7\u05f4\u05d2 \u05e9\u05d5\u05d5\u05d4 \u05dc\u05db-2.2 \u05e4\u05d0\u05d5\u05e0\u05d3.\n                <\/p>\n<p class=\"info-text\" style=\"margin-top:10px;\">\n                    \u05d0\u05e4\u05e9\u05e8 \u05dc\u05d7\u05e9\u05d1 \u05d2\u05dd \u05d1\u05db\u05d9\u05d5\u05d5\u05df \u05d4\u05d4\u05e4\u05d5\u05da! \u05e4\u05e9\u05d5\u05d8 \u05d4\u05d6\u05d9\u05e0\u05d5 \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d4\u05ea\u05d5\u05e6\u05d0\u05d4 \u05d5\u05d4\u05e2\u05e8\u05da \u05dc\u05d4\u05de\u05e8\u05d4 \u05d9\u05e9\u05ea\u05e0\u05d4 \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05d7\u05d9\u05e9\u05d5\u05d1 \u05d4\u05d4\u05e4\u05d5\u05da.\n                <\/p>\n<\/aside>\n<\/main>\n\n<\/div>\n<script>\n    (function () {\n        'use strict';\n\n        const UNITS = [\n            { id: 'kg',        name: '\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd',           symbol: 'kg',   toKg: 1 },\n            { id: 'g',         name: '\u05d2\u05e8\u05dd',               symbol: 'g',    toKg: 1e-3 },\n            { id: 'mg',        name: '\u05de\u05d9\u05dc\u05d9\u05d2\u05e8\u05dd',           symbol: 'mg',   toKg: 1e-6 },\n            { id: 'ug',        name: '\u05de\u05d9\u05e7\u05e8\u05d5\u05d2\u05e8\u05dd',          symbol: '\u03bcg',   toKg: 1e-9 },\n            { id: 'lb',        name: '\u05e4\u05d0\u05d5\u05e0\u05d3',             symbol: 'lb',   toKg: 0.45359237 },\n            { id: 'oz',        name: '\u05d0\u05d5\u05e0\u05e7\u05d9\u05d4',            symbol: 'oz',   toKg: 0.0283495231 },\n            { id: 'stone',     name: '\u05d0\u05d1\u05df (Stone)',       symbol: 'st',   toKg: 6.35029318 },\n            { id: 't',         name: '\u05d8\u05d5\u05df \u05de\u05d8\u05e8\u05d9',          symbol: 't',    toKg: 1000 },\n            { id: 'short_ton', name: '\u05d8\u05d5\u05df \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9',        symbol: 'sh tn', toKg: 907.18474 },\n            { id: 'long_ton',  name: '\u05d8\u05d5\u05df \u05d1\u05e8\u05d9\u05d8\u05d9',          symbol: 'l tn',  toKg: 1016.0469088 },\n            { id: 'carat',     name: '\u05e7\u05e8\u05d8 (\u05ea\u05db\u05e9\u05d9\u05d8\u05d9\u05dd)',     symbol: 'ct',   toKg: 0.0002 },\n        ];\n\n        const QUICK = [\n            { from: 'kg', to: 'lb',  val: 1,   label: '1 \u05e7\"\u05d2 \u05dc\u05e4\u05d0\u05d5\u05e0\u05d3' },\n            { from: 'lb', to: 'kg',  val: 1,   label: '1 \u05e4\u05d0\u05d5\u05e0\u05d3 \u05dc\u05e7\"\u05d2' },\n            { from: 'kg', to: 'oz',  val: 1,   label: '1 \u05e7\"\u05d2 \u05dc\u05d0\u05d5\u05e0\u05e7\u05d9\u05d4' },\n            { from: 'oz', to: 'g',   val: 1,   label: '1 \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4 \u05dc\u05d2\u05e8\u05dd' },\n            { from: 'stone', to: 'kg', val: 1, label: '1 \u05d0\u05d1\u05df \u05dc\u05e7\"\u05d2' },\n            { from: 't',  to: 'kg',  val: 1,   label: '1 \u05d8\u05d5\u05df \u05dc\u05e7\"\u05d2' },\n            { from: 'carat', to: 'g', val: 1,  label: '1 \u05e7\u05e8\u05d8 \u05dc\u05d2\u05e8\u05dd' },\n            { from: 'lb', to: 'oz',  val: 1,   label: '1 \u05e4\u05d0\u05d5\u05e0\u05d3 \u05dc\u05d0\u05d5\u05e0\u05e7\u05d9\u05d4' },\n        ];\n\n        function getUnit(id) { return UNITS.find(u => u.id === id); }\n\n        function convert(value, fromId, toId) {\n            const from = getUnit(fromId);\n            const to   = getUnit(toId);\n            if (!from || !to || isNaN(value)) return NaN;\n            return (value * from.toKg) \/ to.toKg;\n        }\n\n        function fmtNum(n) {\n            if (isNaN(n) || !isFinite(n)) return '\u2014';\n            if (Math.abs(n) === 0) return '0';\n            if (Math.abs(n) >= 1e9)  return n.toExponential(4);\n            if (Math.abs(n) >= 1000) return n.toLocaleString('he-IL', { maximumFractionDigits: 4 });\n            if (Math.abs(n) >= 1)    return parseFloat(n.toPrecision(8)).toLocaleString('he-IL', { maximumFractionDigits: 6 });\n            if (Math.abs(n) >= 1e-3) return parseFloat(n.toPrecision(6)).toLocaleString('he-IL', { maximumFractionDigits: 9 });\n            return n.toExponential(4);\n        }\n\n        const fromValEl   = document.getElementById('wcFromVal');\n        const fromUnitEl  = document.getElementById('wcFromUnit');\n        const toValEl     = document.getElementById('wcToVal');\n        const toUnitEl    = document.getElementById('wcToUnit');\n        const resultValue = document.getElementById('wcResultValue');\n        const resultFormula = document.getElementById('wcResultFormula');\n        const swapBtn     = document.getElementById('wcSwapBtn');\n        const copyBtn     = document.getElementById('wcCopyBtn');\n        const quickGrid   = document.getElementById('wcQuickGrid');\n        const allBody     = document.getElementById('wcAllUnitsBody');\n\n        function populateSelects() {\n            [fromUnitEl, toUnitEl].forEach(sel => {\n                sel.innerHTML = '';\n                UNITS.forEach(u => {\n                    const o = document.createElement('option');\n                    o.value = u.id;\n                    o.textContent = u.name + ' (' + u.symbol + ')';\n                    sel.appendChild(o);\n                });\n            });\n            fromUnitEl.value = 'kg';\n            toUnitEl.value   = 'lb';\n        }\n\n        function calculate(reverse = false) {\n            let val, fromId, toId, result, fromU, toU;\n\n            if (reverse) {\n                val    = parseFloat(toValEl.value);\n                fromId = toUnitEl.value;\n                toId   = fromUnitEl.value;\n                result = convert(val, fromId, toId);\n                fromU  = getUnit(fromId);\n                toU    = getUnit(toId);\n                fromValEl.value = isNaN(result) ? '' : parseFloat(result.toPrecision(10));\n            } else {\n                val    = parseFloat(fromValEl.value);\n                fromId = fromUnitEl.value;\n                toId   = toUnitEl.value;\n                result = convert(val, fromId, toId);\n                fromU  = getUnit(fromId);\n                toU    = getUnit(toId);\n                toValEl.value = isNaN(result) ? '' : parseFloat(result.toPrecision(10));\n            }\n\n            const formatVal = reverse ? parseFloat(toValEl.value) : val;\n\n            resultValue.textContent = isNaN(result) ? '\u2014' : (fmtNum(result) + ' ' + (toU ? toU.symbol : ''));\n\n            if (!isNaN(formatVal) && fromU && toU) {\n                resultFormula.textContent = fmtNum(formatVal) + ' ' + fromU.symbol + ' = ' + fmtNum(result) + ' ' + toU.symbol;\n            } else {\n                resultFormula.textContent = '\u05d4\u05d6\u05df \u05e2\u05e8\u05da \u05db\u05d3\u05d9 \u05dc\u05e8\u05d0\u05d5\u05ea \u05d0\u05ea \u05d4\u05d4\u05de\u05e8\u05d4';\n            }\n\n            renderAllUnits(reverse ? result : val, reverse ? toId : fromId);\n        }\n\n        function renderAllUnits(val, fromId) {\n            allBody.innerHTML = '';\n            UNITS.forEach(u => {\n                const r   = convert(val, fromId, u.id);\n                const tr  = document.createElement('tr');\n                const isActive = u.id === fromId || u.id === toUnitEl.value;\n                if (isActive) tr.style.fontWeight = '700';\n\n                const td1 = document.createElement('td');\n                td1.textContent = u.name;\n\n                const td2 = document.createElement('td');\n                const badge = document.createElement('span');\n                badge.className = 'unit-badge';\n                badge.textContent = u.symbol;\n                td2.appendChild(badge);\n\n                const td3 = document.createElement('td');\n                td3.textContent = fmtNum(r);\n                if (u.id === toUnitEl.value) {\n                    td3.style.color = 'var(--accent)';\n                    td3.style.fontWeight = '800';\n                }\n\n                tr.append(td1, td2, td3);\n                allBody.appendChild(tr);\n            });\n        }\n\n        function renderQuickCards() {\n            quickGrid.innerHTML = '';\n            QUICK.forEach(q => {\n                const r    = convert(q.val, q.from, q.to);\n                const toU  = getUnit(q.to);\n                const card = document.createElement('div');\n                card.className = 'quick-card';\n                card.setAttribute('role', 'button');\n                card.setAttribute('tabindex', '0');\n                card.setAttribute('aria-label', q.label);\n                card.innerHTML =\n                    '<div class=\"qc-from\">' + q.label + '<\/div>' +\n                    '<div class=\"qc-val\">' + fmtNum(r) + ' ' + (toU ? toU.symbol : '') + '<\/div>';\n\n                function applyQuick() {\n                    fromValEl.value  = q.val;\n                    fromUnitEl.value = q.from;\n                    toUnitEl.value   = q.to;\n                    calculate();\n                    fromValEl.scrollIntoView({ behavior: 'smooth', block: 'center' });\n                }\n\n                card.addEventListener('click', applyQuick);\n                card.addEventListener('keypress', e => {\n                    if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); applyQuick(); }\n                });\n                quickGrid.appendChild(card);\n            });\n        }\n\n        fromValEl.addEventListener('input', () => calculate(false));\n        toValEl.addEventListener('input', () => calculate(true));\n        \n        fromUnitEl.addEventListener('change', () => calculate(false));\n        toUnitEl.addEventListener('change', () => calculate(false));\n\n        swapBtn.addEventListener('click', () => {\n            const tmp = fromUnitEl.value;\n            fromUnitEl.value = toUnitEl.value;\n            toUnitEl.value   = tmp;\n            calculate(false);\n        });\n\n        copyBtn.addEventListener('click', () => {\n            const text = resultFormula.textContent;\n            if (navigator.clipboard && text && !text.includes('\u05d4\u05d6\u05df \u05e2\u05e8\u05da')) {\n                navigator.clipboard.writeText(text).then(() => {\n                    const orig = copyBtn.textContent;\n                    copyBtn.textContent = '\u2705 \u05d4\u05d5\u05e2\u05ea\u05e7!';\n                    setTimeout(() => { copyBtn.textContent = orig; }, 1800);\n                });\n            }\n        });\n\n        const modeToggleBtn = document.getElementById('modeToggleBtn');\n        const modeIcon = modeToggleBtn.querySelector('.mode-toggle-icon');\n        const modeLabel = modeToggleBtn.querySelector('.mode-toggle-label');\n        \n        function applyTheme(theme) {\n            if (theme === 'dark') {\n                document.getElementById('bnet-tool-weight-converter').classList.add('dark-mode');\n                modeIcon.textContent = '\ud83c\udf19';\n                modeLabel.textContent = '\u05de\u05e6\u05d1 \u05d9\u05d5\u05dd';\n            } else {\n                document.getElementById('bnet-tool-weight-converter').classList.remove('dark-mode');\n                modeIcon.textContent = '\ud83c\udf1e';\n                modeLabel.textContent = '\u05de\u05e6\u05d1 \u05dc\u05d9\u05dc\u05d4';\n            }\n        }\n        \n        const storedTheme = localStorage.getItem('bnet-theme');\n        applyTheme(storedTheme || 'light');\n        \n        modeToggleBtn.addEventListener('click', function () {\n            const isDark = document.getElementById('bnet-tool-weight-converter').classList.contains('dark-mode');\n            const newTheme = isDark ? 'light' : 'dark';\n            applyTheme(newTheme);\n            localStorage.setItem('bnet-theme', newTheme);\n        });\n\n        populateSelects();\n        renderQuickCards();\n        calculate(false);\n    })();\n    <\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"futur-glass-card seo-card\">\n\n\n\n<h2 class=\"wp-block-heading\">\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u2013 \u05d4\u05de\u05e8\u05ea \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd<\/h2>\n\n\n\n<p>\u05db\u05dc\u05d9 \u05d4\u05d4\u05de\u05e8\u05d4 \u05e9\u05dc\u05e0\u05d5 \u05ea\u05d5\u05de\u05da \u05d1-11 \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d5\u05ea \u05d5\u05de\u05d0\u05e4\u05e9\u05e8 \u05d4\u05de\u05e8\u05d4 \u05de\u05d4\u05d9\u05e8\u05d4 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7\u05ea \u05d1\u05d9\u05df \u05db\u05d5\u05dc\u05df.\n                \u05d1\u05d9\u05df \u05d0\u05dd \u05d0\u05ea\u05dd \u05e7\u05d5\u05e0\u05d9\u05dd \u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05de\u05d7\u05d5&quot;\u05dc, \u05de\u05ea\u05db\u05e0\u05e0\u05d9\u05dd \u05ea\u05d6\u05d5\u05e0\u05d4, \u05e2\u05d5\u05d1\u05d3\u05d9\u05dd \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05d0\u05d5 \u05e1\u05d5\u05d7\u05e8\u05d9\u05dd \u05d1\u05e1\u05d7\u05d5\u05e8\u05d5\u05ea \u2013\n                \u05de\u05de\u05d9\u05e8 \u05d4\u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d6\u05d4 \u05d9\u05e2\u05e9\u05d4 \u05d0\u05ea \u05d4\u05e2\u05d1\u05d5\u05d3\u05d4 \u05d1\u05e9\u05e0\u05d9\u05d5\u05ea \u05de\u05e9\u05d5\u05dd \u05e9\u05d4\u05db\u05dc \u05de\u05d7\u05d5\u05e9\u05d1 \u05d1\u05de\u05db\u05e9\u05d9\u05e8 \u05e9\u05dc\u05db\u05dd \u05d5\u05dc\u05dc\u05d0 \u05d8\u05e2\u05d9\u05e0\u05ea \u05d3\u05e4\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u05de\u05d4 \u05e0\u05d9\u05ea\u05df \u05dc\u05d4\u05de\u05d9\u05e8?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd (\u05e7&quot;\u05d2) \u05dc\u05e4\u05d0\u05d5\u05e0\u05d3 (lb):<\/strong> \u05d4\u05e9\u05d9\u05de\u05d5\u05e9\u05d9 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05d1\u05d9\u05df \u05d9\u05e9\u05e8\u05d0\u05dc \u05dc\u05d0\u05e8\u05d4&quot;\u05d1. 1 \u05e7&quot;\u05d2 = 2.20462 lb.<\/li>\n\n<li><strong>\u05d2\u05e8\u05dd \u05dc\u05d0\u05d5\u05e0\u05e7\u05d9\u05d4 (oz):<\/strong> \u05e9\u05d9\u05de\u05d5\u05e9\u05d9 \u05dc\u05ea\u05db\u05e9\u05d9\u05d8\u05d9\u05dd, \u05d1\u05d9\u05e9\u05d5\u05dc \u05d5\u05ea\u05d6\u05d5\u05e0\u05d4. 1 \u05d2\u05e8\u05dd = 0.03527 oz.<\/li>\n\n<li><strong>\u05d8\u05d5\u05df \u05de\u05d8\u05e8\u05d9 \u05dc\u05d8\u05d5\u05df \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9:<\/strong> \u05e7\u05e8\u05d9\u05d8\u05d9 \u05dc\u05e1\u05d7\u05e8 \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9. 1 \u05d8\u05d5\u05df \u05de\u05d8\u05e8\u05d9 = 1.10231 short ton.<\/li>\n\n<li><strong>\u05d0\u05d1\u05df (stone) \u05dc\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd:<\/strong> \u05d9\u05d7\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea \u05e0\u05e4\u05d5\u05e6\u05d4. 1 stone = 6.35029 \u05e7&quot;\u05d2.<\/li>\n\n<li><strong>\u05e7\u05e8\u05d8 (carat) \u05dc\u05d2\u05e8\u05dd:<\/strong> \u05dc\u05ea\u05db\u05e9\u05d9\u05d8\u05d9\u05dd \u05d5\u05d0\u05d1\u05e0\u05d9 \u05d7\u05df. 1 \u05e7\u05e8\u05d8 = 0.2 \u05d2\u05e8\u05dd.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u05dc\u05de\u05d4 \u05d9\u05e9\u05e8\u05d0\u05dc \u05de\u05e9\u05ea\u05de\u05e9\u05ea \u05d1\u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05de\u05d9\u05dd \u05d5\u05d0\u05de\u05e8\u05d9\u05e7\u05d4 \u05d1\u05e4\u05d0\u05d5\u05e0\u05d3\u05d9\u05dd?<\/h3>\n\n\n\n<p>\u05d9\u05e9\u05e8\u05d0\u05dc, \u05db\u05de\u05d5 \u05e8\u05d5\u05d1 \u05de\u05d3\u05d9\u05e0\u05d5\u05ea \u05d4\u05e2\u05d5\u05dc\u05dd, \u05d0\u05d9\u05de\u05e6\u05d4 \u05d0\u05ea \u05d4\u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05de\u05d8\u05e8\u05d9\u05ea (SI). \u05d0\u05e8\u05d4&quot;\u05d1 \u05e0\u05e9\u05d0\u05e8\u05d4 \u05e2\u05dd \u05de\u05e2\u05e8\u05db\u05ea \u05d4\u05d0\u05d9\u05de\u05e4\u05e8\u05d9\u05d0\u05dc\u05d9\u05ea\n                \u05d4\u05db\u05d5\u05dc\u05dc\u05ea \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4 \u05d5\u05d0\u05d1\u05df. \u05d4\u05d1\u05d3\u05dc \u05d6\u05d4 \u05e8\u05dc\u05d5\u05d5\u05e0\u05d8\u05d9 \u05de\u05d0\u05d5\u05d3 \u05d1\u05e7\u05e0\u05d9\u05d5\u05ea \u05d0\u05d5\u05e0\u05dc\u05d9\u05d9\u05df, \u05de\u05ea\u05db\u05d5\u05e0\u05d9 \u05d1\u05d9\u05e9\u05d5\u05dc \u05d5\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05de\u05d7\u05d5&quot;\u05dc.<\/p>\n\n\n\n<p>\u26a0\ufe0f \u05d4\u05db\u05dc\u05d9 \u05de\u05d9\u05d5\u05e2\u05d3 \u05dc\u05e6\u05e8\u05db\u05d9 \u05de\u05d2\u05d5\u05d5\u05df \u05d4\u05de\u05e8\u05d5\u05ea. \u05dc\u05e9\u05e7\u05d9\u05dc\u05d4 \u05de\u05e1\u05d7\u05e8\u05d9\u05ea \u05d5\u05de\u05e9\u05e4\u05d8\u05d9\u05ea \u2013 \u05d9\u05e9 \u05dc\u05d4\u05e9\u05ea\u05de\u05e9 \u05d1\u05de\u05d0\u05d6\u05e0\u05d9\u05d9\u05dd \u05de\u05d5\u05e1\u05de\u05db\u05d9\u05dd \u05e2\u05dc \u05d9\u05d3\u05d9 \u05de\u05e9\u05e8\u05d3 \u05d4\u05db\u05dc\u05db\u05dc\u05d4.<\/p>\n\n\n\n<\/div>\n\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"full-width","meta":{"_yoast_wpseo_metadesc":"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.","tool_emoji":"\u2696\ufe0f","tool_category":"\u05db\u05dc\u05d9\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","tool_featured":"yes","footnotes":""},"class_list":["post-50425","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd<\/title>\n<meta name=\"description\" content=\"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bsolution.me\/he\/weight-converter\/\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bsolution.me\/he\/weight-converter\/\" \/>\n<meta property=\"og:site_name\" content=\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-31T20:12:38+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u05d3\u05e7\u05d5\u05ea\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/weight-converter\\\/\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/weight-converter\\\/\",\"name\":\"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\"},\"datePublished\":\"2026-04-13T07:20:23+00:00\",\"dateModified\":\"2026-05-31T20:12:38+00:00\",\"description\":\"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/weight-converter\\\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bsolution.me\\\/he\\\/weight-converter\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/weight-converter\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bsolution.me\\\/he\\\/#website\",\"url\":\"https:\\\/\\\/bsolution.me\\\/he\\\/\",\"name\":\"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd\",\"description\":\"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bsolution.me\\\/he\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bsolution.me\/he\/weight-converter\/","og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","og_description":"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.","og_url":"https:\/\/bsolution.me\/he\/weight-converter\/","og_site_name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","article_modified_time":"2026-05-31T20:12:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"2 \u05d3\u05e7\u05d5\u05ea"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bsolution.me\/he\/weight-converter\/","url":"https:\/\/bsolution.me\/he\/weight-converter\/","name":"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9 - \u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","isPartOf":{"@id":"https:\/\/bsolution.me\/he\/#website"},"datePublished":"2026-04-13T07:20:23+00:00","dateModified":"2026-05-31T20:12:38+00:00","description":"\u05d4\u05de\u05e8 \u05d1\u05d9\u05df \u05d9\u05d7\u05d9\u05d3\u05d5\u05ea \u05de\u05e9\u05e7\u05dc \u05de\u05db\u05dc \u05d4\u05e2\u05d5\u05dc\u05dd \u2013 \u05e7\u05d9\u05dc\u05d5\u05d2\u05e8\u05dd, \u05e4\u05d0\u05d5\u05e0\u05d3, \u05d0\u05d5\u05e0\u05e7\u05d9\u05d4, \u05d8\u05d5\u05df, \u05d0\u05d1\u05df \u05d5\u05e2\u05d5\u05d3. \u05e4\u05e9\u05d5\u05d8, \u05de\u05d4\u05d9\u05e8 \u05d5\u05de\u05d3\u05d5\u05d9\u05e7.","breadcrumb":{"@id":"https:\/\/bsolution.me\/he\/weight-converter\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bsolution.me\/he\/weight-converter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bsolution.me\/he\/weight-converter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bsolution.me\/he\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05de\u05d9\u05e8 \u05de\u05e9\u05e7\u05dc\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9"}]},{"@type":"WebSite","@id":"https:\/\/bsolution.me\/he\/#website","url":"https:\/\/bsolution.me\/he\/","name":"\u05db\u05dc\u05d9\u05dd \u05d1\u05d7\u05d9\u05e0\u05dd \u05dc\u05e2\u05e1\u05e7\u05d9\u05dd","description":"\u05d0\u05d5\u05d8\u05d5\u05de\u05e6\u05d9\u05d5\u05ea \u05e9\u05d9\u05d5\u05d5\u05e7, \u05de\u05d7\u05e9\u05d1\u05d5\u05e0\u05d9\u05dd, \u05de\u05d7\u05d5\u05dc\u05dc\u05d9 \u05e7\u05d9\u05e9\u05d5\u05e8\u05d9\u05dd","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bsolution.me\/he\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"}]}},"_links":{"self":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/comments?post=50425"}],"version-history":[{"count":1,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50425\/revisions"}],"predecessor-version":[{"id":50426,"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/pages\/50425\/revisions\/50426"}],"wp:attachment":[{"href":"https:\/\/bsolution.me\/he\/wp-json\/wp\/v2\/media?parent=50425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}