{"id":59340,"date":"2025-06-03T12:46:43","date_gmt":"2025-06-03T09:46:43","guid":{"rendered":"https:\/\/tanahiyot.com\/?p=59340"},"modified":"2025-06-03T12:49:17","modified_gmt":"2025-06-03T09:49:17","slug":"shoes-size-calculator","status":"publish","type":"post","link":"https:\/\/tanahiyot.com\/he\/shoes-size-calculator\/","title":{"rendered":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"59340\" class=\"elementor elementor-59340\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33eea7a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33eea7a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-626ddec\" data-id=\"626ddec\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b61a198 elementor-widget elementor-widget-html\" data-id=\"b61a198\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n\n<html lang=\"he\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0\"\u05db\u05d9<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Hebrew:wght@400;600;700&display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Noto Sans Hebrew', Arial, sans-serif;\n            background: linear-gradient(135deg, #8B6F47 0%, #5C4033 100%);\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n            position: relative;\n            overflow-x: hidden;\n        }\n\n        body::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: \n                radial-gradient(circle at 20% 50%, rgba(139, 111, 71, 0.3) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(92, 64, 51, 0.3) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .scroll-container {\n            background: #F5E6D3;\n            border-radius: 15px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n            max-width: 1000px;\n            width: 100%;\n            padding: 40px;\n            position: relative;\n            background-image: \n                repeating-linear-gradient(90deg, transparent, transparent 98%, rgba(139, 111, 71, 0.1) 98%, rgba(139, 111, 71, 0.1) 100%),\n                repeating-linear-gradient(0deg, transparent, transparent 98%, rgba(139, 111, 71, 0.1) 98%, rgba(139, 111, 71, 0.1) 100%);\n            background-size: 50px 50px;\n            border: 3px solid #8B6F47;\n        }\n\n        .scroll-edge {\n            position: absolute;\n            top: -10px;\n            bottom: -10px;\n            width: 30px;\n            background: linear-gradient(90deg, #8B6F47, #6B5637);\n            border-radius: 50px;\n            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);\n        }\n\n        .scroll-edge.left {\n            left: -15px;\n        }\n\n        .scroll-edge.right {\n            right: -15px;\n        }\n\n        h1 {\n            text-align: center;\n            color: #4A3A28;\n            margin-bottom: 20px;\n            font-size: 2.5em;\n            font-weight: 700;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);\n        }\n\n        .biblical-quote {\n            text-align: center;\n            color: #6B5637;\n            font-style: italic;\n            margin-bottom: 30px;\n            font-size: 1.1em;\n            padding: 15px;\n            background: rgba(139, 111, 71, 0.1);\n            border-radius: 10px;\n            border-right: 4px solid #8B6F47;\n        }\n\n        .sandal-icon {\n            font-size: 3em;\n            text-align: center;\n            margin-bottom: 20px;\n            color: #8B6F47;\n            animation: float 3s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .converter-section {\n            background: rgba(255, 255, 255, 0.7);\n            border-radius: 15px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border: 2px solid #D4A574;\n        }\n\n        .input-group {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .input-wrapper {\n            display: flex;\n            flex-direction: column;\n        }\n\n        label {\n            font-weight: 600;\n            color: #4A3A28;\n            margin-bottom: 8px;\n            font-size: 1em;\n        }\n\n        input[type=\"number\"], select {\n            padding: 12px 16px;\n            border: 2px solid #D4A574;\n            border-radius: 8px;\n            font-size: 16px;\n            transition: all 0.3s;\n            background: #FFF8F0;\n            font-family: 'Noto Sans Hebrew', Arial, sans-serif;\n        }\n\n        input[type=\"number\"]:focus, select:focus {\n            outline: none;\n            border-color: #8B6F47;\n            box-shadow: 0 0 0 3px rgba(139, 111, 71, 0.2);\n            background: white;\n        }\n\n        .result-card {\n            background: #FFF8F0;\n            border-radius: 12px;\n            padding: 20px;\n            margin-top: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            border: 1px solid #D4A574;\n        }\n\n        .result-item {\n            text-align: center;\n            padding: 15px;\n            background: linear-gradient(135deg, #F5E6D3, #E8D5B7);\n            border-radius: 8px;\n            transition: transform 0.2s;\n            border: 1px solid #D4A574;\n        }\n\n        .result-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        .result-label {\n            font-size: 0.9em;\n            color: #6B5637;\n            margin-bottom: 5px;\n        }\n\n        .result-value {\n            font-size: 2em;\n            font-weight: bold;\n            color: #8B6F47;\n        }\n\n        .measurement-section {\n            background: #E8D5B7;\n            border-radius: 12px;\n            padding: 25px;\n            margin-top: 30px;\n            border: 2px solid #8B6F47;\n        }\n\n        .measurement-section h3 {\n            color: #4A3A28;\n            margin-bottom: 15px;\n            font-size: 1.3em;\n        }\n\n        .measurement-steps {\n            list-style: none;\n            counter-reset: step-counter;\n        }\n\n        .measurement-steps li {\n            counter-increment: step-counter;\n            position: relative;\n            padding-right: 40px;\n            margin-bottom: 12px;\n            color: #4A3A28;\n            line-height: 1.6;\n        }\n\n        .measurement-steps li::before {\n            content: counter(step-counter, hebrew);\n            position: absolute;\n            right: 0;\n            top: 0;\n            background: #8B6F47;\n            color: white;\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n        }\n\n        .button-group {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            padding: 12px 30px;\n            border: none;\n            border-radius: 8px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s;\n            font-size: 16px;\n            font-family: 'Noto Sans Hebrew', Arial, sans-serif;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n\n        .btn-primary {\n            background: #8B6F47;\n            color: white;\n        }\n\n        .btn-primary:hover {\n            background: #6B5637;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);\n        }\n\n        .btn-secondary {\n            background: #D4A574;\n            color: #4A3A28;\n        }\n\n        .btn-secondary:hover {\n            background: #C4956A;\n            transform: translateY(-2px);\n        }\n\n        .size-chart {\n            margin-top: 30px;\n            background: rgba(255, 255, 255, 0.8);\n            border-radius: 12px;\n            padding: 20px;\n            overflow-x: auto;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n\n        th, td {\n            padding: 12px;\n            text-align: center;\n            border: 1px solid #D4A574;\n        }\n\n        th {\n            background: #8B6F47;\n            color: white;\n            font-weight: 600;\n        }\n\n        tr:nth-child(even) {\n            background: #FFF8F0;\n        }\n\n        tr:hover {\n            background: #F5E6D3;\n        }\n\n        .footer-note {\n            text-align: center;\n            margin-top: 30px;\n            color: #6B5637;\n            font-size: 0.9em;\n            padding: 20px;\n            background: rgba(139, 111, 71, 0.1);\n            border-radius: 10px;\n        }\n\n        @media (max-width: 768px) {\n            .scroll-container {\n                padding: 20px;\n            }\n\n            h1 {\n                font-size: 2em;\n            }\n\n            .input-group {\n                grid-template-columns: 1fr;\n            }\n\n            .result-card {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .scroll-edge {\n                display: none;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"scroll-container\">\n        <div class=\"scroll-edge left\"><\/div>\n        <div class=\"scroll-edge right\"><\/div>\n        \n        <div class=\"sandal-icon\">\ud83d\udc61<\/div>\n        <h1>\u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0\"\u05db\u05d9<\/h1>\n        \n        <div class=\"biblical-quote\">\n            \"\u05de\u05b8\u05d4\u05be\u05d9\u05b8\u05bc\u05e4\u05d5\u05bc \u05e4\u05b0\u05e2\u05b8\u05de\u05b7\u05d9\u05b4\u05da\u05b0 \u05d1\u05b7\u05bc\u05e0\u05b0\u05bc\u05e2\u05b8\u05dc\u05b4\u05d9\u05dd \u05d1\u05b7\u05bc\u05ea\u05be\u05e0\u05b8\u05d3\u05b4\u05d9\u05d1\" - \u05e9\u05d9\u05e8 \u05d4\u05e9\u05d9\u05e8\u05d9\u05dd \u05d6', \u05d1'\n        <\/div>\n        \n        <div class=\"converter-section\">\n            <div class=\"input-group\">\n                <div class=\"input-wrapper\">\n                    <label for=\"gender\">\u05e7\u05d1\u05d5\u05e6\u05ea \u05d2\u05d9\u05dc<\/label>\n                    <select id=\"gender\" onchange=\"updateConversion()\">\n                        <option value=\"men\">\u05d2\u05d1\u05e8\u05d9\u05dd<\/option>\n                        <option value=\"women\">\u05e0\u05e9\u05d9\u05dd<\/option>\n                        <option value=\"kids\">\u05d9\u05dc\u05d3\u05d9\u05dd<\/option>\n                    <\/select>\n                <\/div>\n                \n                <div class=\"input-wrapper\">\n                    <label for=\"inputType\">\u05d4\u05de\u05e8 \u05de:<\/label>\n                    <select id=\"inputType\" onchange=\"updateInputLabel()\">\n                        <option value=\"eu\">\u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)<\/option>\n                        <option value=\"us\">\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea (US)<\/option>\n                        <option value=\"uk\">\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea (UK)<\/option>\n                        <option value=\"cm\">\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd<\/option>\n                    <\/select>\n                <\/div>\n                \n                <div class=\"input-wrapper\">\n                    <label for=\"inputValue\" id=\"inputLabel\">\u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)<\/label>\n                    <input type=\"number\" id=\"inputValue\" step=\"0.5\" placeholder=\"\u05d4\u05db\u05e0\u05e1 \u05de\u05d9\u05d3\u05d4\" oninput=\"updateConversion()\">\n                <\/div>\n            <\/div>\n            \n            <div class=\"result-card\" id=\"results\">\n                <div class=\"result-item\">\n                    <div class=\"result-label\">\u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea<\/div>\n                    <div class=\"result-value\" id=\"euResult\">-<\/div>\n                <\/div>\n                <div class=\"result-item\">\n                    <div class=\"result-label\">\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea<\/div>\n                    <div class=\"result-value\" id=\"usResult\">-<\/div>\n                <\/div>\n                <div class=\"result-item\">\n                    <div class=\"result-label\">\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea<\/div>\n                    <div class=\"result-value\" id=\"ukResult\">-<\/div>\n                <\/div>\n                <div class=\"result-item\">\n                    <div class=\"result-label\">\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd<\/div>\n                    <div class=\"result-value\" id=\"cmResult\">-<\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"button-group\">\n                <button class=\"btn btn-primary\" onclick=\"clearAll()\">\u05e0\u05e7\u05d4 \u05d4\u05db\u05dc<\/button>\n                <button class=\"btn btn-secondary\" onclick=\"showSizeChart()\">\u05d8\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05d5\u05ea<\/button>\n            <\/div>\n        <\/div>\n        \n        <div class=\"measurement-section\">\n            <h3>\ud83d\udccf \u05db\u05d9\u05e6\u05d3 \u05dc\u05de\u05d3\u05d5\u05d3 \u05d0\u05ea \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc<\/h3>\n            <ol class=\"measurement-steps\">\n                <li>\u05d4\u05e0\u05d9\u05d7\u05d5 \u05d0\u05ea \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc \u05e2\u05dc \u05d2\u05d1\u05d9 \u05d3\u05e3 \u05e0\u05d9\u05d9\u05e8 \u05db\u05e0\u05d2\u05d3 \u05e7\u05d9\u05e8<\/li>\n                <li>\u05e1\u05de\u05e0\u05d5 \u05d0\u05ea \u05d4\u05e0\u05e7\u05d5\u05d3\u05d4 \u05d4\u05e8\u05d7\u05d5\u05e7\u05d4 \u05d1\u05d9\u05d5\u05ea\u05e8 \u05e9\u05dc \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc<\/li>\n                <li>\u05de\u05d3\u05d3\u05d5 \u05d0\u05ea \u05d4\u05de\u05e8\u05d7\u05e7 \u05de\u05d4\u05e7\u05d9\u05e8 \u05e2\u05d3 \u05d4\u05e1\u05d9\u05de\u05d5\u05df<\/li>\n                <li>\u05d4\u05d5\u05e1\u05d9\u05e4\u05d5 0.5-1 \u05e1\"\u05de \u05dc\u05e0\u05d5\u05d7\u05d5\u05ea (\u05ea\u05dc\u05d5\u05d9 \u05d1\u05e1\u05d5\u05d2 \u05d4\u05e0\u05e2\u05dc)<\/li>\n                <li>\u05d4\u05e9\u05ea\u05de\u05e9\u05d5 \u05d1\u05de\u05d9\u05d3\u05d4 \u05e9\u05dc \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc \u05d4\u05d2\u05d3\u05d5\u05dc\u05d4 \u05d9\u05d5\u05ea\u05e8<\/li>\n            <\/ol>\n        <\/div>\n        \n        <div id=\"sizeChartSection\" class=\"size-chart\" style=\"display: none;\">\n            <!-- Dynamic content will be inserted here by JavaScript -->\n        <\/div>\n        \n        <div class=\"footer-note\">\n            \"\u05d4\u05b2\u05dc\u05d5\u05b9\u05d0 \u05d0\u05b2\u05e0\u05b4\u05d9 \u05e6\u05b4\u05d5\u05b4\u05bc\u05d9\u05ea\u05b4\u05d9\u05da\u05b8 \u05d7\u05b2\u05d6\u05b7\u05e7 \u05d5\u05b6\u05d0\u05b1\u05de\u05b8\u05e5\" - \u05d9\u05d4\u05d5\u05e9\u05e2 \u05d0', \u05d8'<br>\n            \u05e6\u05e2\u05d3\u05d5 \u05d1\u05d1\u05d9\u05d8\u05d7\u05d5\u05df \u05e2\u05dd \u05d4\u05de\u05d9\u05d3\u05d4 \u05d4\u05e0\u05db\u05d5\u05e0\u05d4\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Accurate shoe size conversion tables\n        const sizeData = {\n            men: {\n                eu: [38, 38.5, 39, 40, 40.5, 41, 41.5, 42, 42.5, 43, 43.5, 44, 44.5, 45, 45.5, 46, 46.5, 47, 48],\n                us: [5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 15],\n                uk: [5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14.5],\n                cm: [24.1, 24.5, 25, 25.4, 25.8, 26.2, 26.6, 27.1, 27.5, 27.9, 28.3, 28.8, 29.2, 29.6, 30.0, 30.5, 30.9, 31.3, 31.8]\n            },\n            women: {\n                eu: [35, 35.5, 36, 36.5, 37, 37.5, 38, 38.5, 39, 39.5, 40, 40.5, 41, 41.5, 42, 42.5, 43],\n                us: [4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12],\n                uk: [2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10],\n                cm: [21.6, 22, 22.4, 22.9, 23.3, 23.7, 24.1, 24.6, 25, 25.4, 25.8, 26.2, 26.7, 27.1, 27.5, 27.9, 28.4]\n            },\n            kids: {\n                eu: [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36],\n                us: [2, 3, 4, 5, 5.5, 6, 7, 8, 8.5, 9, 10, 10.5, 11, 12, 12.5, 13, 13.5, 1, 2, 3],\n                uk: [1, 2, 3, 4, 4.5, 5, 6, 7, 7.5, 8, 9, 9.5, 10, 11, 11.5, 12, 12.5, 13, 1, 2],\n                cm: [10.2, 10.8, 11.4, 12.1, 12.7, 13.3, 14, 14.6, 15.2, 15.9, 16.5, 17.1, 17.8, 18.4, 19.1, 19.7, 20.3, 21, 21.6, 22.2]\n            }\n        };\n\n        function findClosestIndex(arr, value) {\n            let minDiff = Math.abs(arr[0] - value);\n            let closestIndex = 0;\n            \n            for (let i = 1; i < arr.length; i++) {\n                const diff = Math.abs(arr[i] - value);\n                if (diff < minDiff) {\n                    minDiff = diff;\n                    closestIndex = i;\n                }\n            }\n            \n            \/\/ Interpolate between values for more accuracy\n            if (closestIndex > 0 && closestIndex < arr.length - 1) {\n                const prev = arr[closestIndex - 1];\n                const curr = arr[closestIndex];\n                const next = arr[closestIndex + 1];\n                \n                if (value < curr && value > prev) {\n                    const ratio = (value - prev) \/ (curr - prev);\n                    return closestIndex - 1 + ratio;\n                } else if (value > curr && value < next) {\n                    const ratio = (value - curr) \/ (next - curr);\n                    return closestIndex + ratio;\n                }\n            }\n            \n            return closestIndex;\n        }\n\n        function getInterpolatedValue(arr, index) {\n            if (index <= 0) return arr[0];\n            if (index >= arr.length - 1) return arr[arr.length - 1];\n            \n            const lower = Math.floor(index);\n            const upper = Math.ceil(index);\n            const ratio = index - lower;\n            \n            return arr[lower] + (arr[upper] - arr[lower]) * ratio;\n        }\n\n        function convertSize(value, fromType, toType, gender) {\n            const data = sizeData[gender];\n            \n            \/\/ Find the index in the source array\n            const sourceIndex = findClosestIndex(data[fromType], value);\n            \n            \/\/ Get the corresponding value in the target array\n            const targetValue = getInterpolatedValue(data[toType], sourceIndex);\n            \n            return targetValue;\n        }\n\n        function validateInput(value, type, gender) {\n            const ranges = {\n                men: {\n                    eu: { min: 35, max: 52 },\n                    us: { min: 3, max: 18 },\n                    uk: { min: 2.5, max: 17 },\n                    cm: { min: 22, max: 35 }\n                },\n                women: {\n                    eu: { min: 32, max: 45 },\n                    us: { min: 2, max: 14 },\n                    uk: { min: 0, max: 12 },\n                    cm: { min: 20, max: 30 }\n                },\n                kids: {\n                    eu: { min: 16, max: 38 },\n                    us: { min: 0, max: 13 },  \/\/ Note: Youth sizes 1-4 are handled specially\n                    uk: { min: 0, max: 13 },\n                    cm: { min: 9, max: 24 }\n                }\n            };\n            \n            const range = ranges[gender][type];\n            return value >= range.min && value <= range.max;\n        }\n\n        function updateConversion() {\n            const gender = document.getElementById('gender').value;\n            const inputType = document.getElementById('inputType').value;\n            const inputValue = parseFloat(document.getElementById('inputValue').value);\n            \n            if (isNaN(inputValue)) {\n                document.getElementById('euResult').textContent = '-';\n                document.getElementById('usResult').textContent = '-';\n                document.getElementById('ukResult').textContent = '-';\n                document.getElementById('cmResult').textContent = '-';\n                return;\n            }\n            \n            \/\/ Validate input is within reasonable range\n            if (!validateInput(inputValue, inputType, gender)) {\n                document.getElementById('euResult').textContent = '\u05de\u05d7\u05d5\u05e5 \u05dc\u05d8\u05d5\u05d5\u05d7';\n                document.getElementById('usResult').textContent = '\u05de\u05d7\u05d5\u05e5 \u05dc\u05d8\u05d5\u05d5\u05d7';\n                document.getElementById('ukResult').textContent = '\u05de\u05d7\u05d5\u05e5 \u05dc\u05d8\u05d5\u05d5\u05d7';\n                document.getElementById('cmResult').textContent = '\u05de\u05d7\u05d5\u05e5 \u05dc\u05d8\u05d5\u05d5\u05d7';\n                return;\n            }\n            \n            const euSize = convertSize(inputValue, inputType, 'eu', gender);\n            const usSize = convertSize(inputValue, inputType, 'us', gender);\n            const ukSize = convertSize(inputValue, inputType, 'uk', gender);\n            const cmSize = convertSize(inputValue, inputType, 'cm', gender);\n            \n            \/\/ Display with appropriate precision\n            document.getElementById('euResult').textContent = euSize.toFixed(1);\n            document.getElementById('usResult').textContent = usSize.toFixed(1);\n            document.getElementById('ukResult').textContent = ukSize.toFixed(1);\n            document.getElementById('cmResult').textContent = cmSize.toFixed(1);\n        }\n\n        function updateInputLabel() {\n            const inputType = document.getElementById('inputType').value;\n            const labels = {\n                'eu': '\u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)',\n                'us': '\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea (US)',\n                'uk': '\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea (UK)',\n                'cm': '\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd'\n            };\n            document.getElementById('inputLabel').textContent = labels[inputType];\n            updateConversion();\n        }\n\n        function clearAll() {\n            document.getElementById('inputValue').value = '';\n            updateConversion();\n        }\n\n        function showSizeChart() {\n            const chartSection = document.getElementById('sizeChartSection');\n            const gender = document.getElementById('gender').value;\n            \n            if (chartSection.style.display === 'none') {\n                const genderTitles = {\n                    'men': '\u05d8\u05d1\u05dc\u05ea \u05d4\u05de\u05e8\u05d4 \u05dc\u05de\u05d9\u05d3\u05d5\u05ea \u05d2\u05d1\u05e8\u05d9\u05dd',\n                    'women': '\u05d8\u05d1\u05dc\u05ea \u05d4\u05de\u05e8\u05d4 \u05dc\u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e9\u05d9\u05dd',\n                    'kids': '\u05d8\u05d1\u05dc\u05ea \u05d4\u05de\u05e8\u05d4 \u05dc\u05de\u05d9\u05d3\u05d5\u05ea \u05d9\u05dc\u05d3\u05d9\u05dd'\n                };\n                \n                let tableHTML = `<h3 style=\"text-align: center; margin-bottom: 20px; color: #4A3A28;\">${genderTitles[gender]}<\/h3>`;\n                tableHTML += '<table><thead><tr><th>EU<\/th><th>US<\/th><th>UK<\/th><th>\u05e1\"\u05de<\/th><\/tr><\/thead><tbody>';\n                \n                const data = sizeData[gender];\n                for (let i = 0; i < data.eu.length; i++) {\n                    tableHTML += `<tr>\n                        <td>${data.eu[i]}<\/td>\n                        <td>${data.us[i]}<\/td>\n                        <td>${data.uk[i]}<\/td>\n                        <td>${data.cm[i]}<\/td>\n                    <\/tr>`;\n                }\n                \n                tableHTML += '<\/tbody><\/table>';\n                chartSection.innerHTML = tableHTML;\n                chartSection.style.display = 'block';\n                chartSection.scrollIntoView({ behavior: 'smooth' });\n            } else {\n                chartSection.style.display = 'none';\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 \ud83d\udc61 \u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 &#8220;\u05de\u05b8\u05d4\u05be\u05d9\u05b8\u05bc\u05e4\u05d5\u05bc \u05e4\u05b0\u05e2\u05b8\u05de\u05b7\u05d9\u05b4\u05da\u05b0 \u05d1\u05b7\u05bc\u05e0\u05b0\u05bc\u05e2\u05b8\u05dc\u05b4\u05d9\u05dd \u05d1\u05b7\u05bc\u05ea\u05be\u05e0\u05b8\u05d3\u05b4\u05d9\u05d1&#8221; &#8211; \u05e9\u05d9\u05e8 \u05d4\u05e9\u05d9\u05e8\u05d9\u05dd \u05d6&#8217;, \u05d1&#8217; \u05e7\u05d1\u05d5\u05e6\u05ea \u05d2\u05d9\u05dc \u05d2\u05d1\u05e8\u05d9\u05dd\u05e0\u05e9\u05d9\u05dd\u05d9\u05dc\u05d3\u05d9\u05dd \u05d4\u05de\u05e8 \u05de: \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea (US)\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea (UK)\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU) \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea &#8211; \u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd &#8211; \u05e0\u05e7\u05d4 \u05d4\u05db\u05dc \u05d8\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \ud83d\udccf \u05db\u05d9\u05e6\u05d3 \u05dc\u05de\u05d3\u05d5\u05d3 \u05d0\u05ea \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc \u05d4\u05e0\u05d9\u05d7\u05d5 [&hellip;]<\/p>\n","protected":false},"author":37,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-59340","post","type-post","status-publish","format-standard","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd - Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"he_IL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd\" \/>\n<meta property=\"og:description\" content=\"\u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 \ud83d\udc61 \u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 &#8220;\u05de\u05b8\u05d4\u05be\u05d9\u05b8\u05bc\u05e4\u05d5\u05bc \u05e4\u05b0\u05e2\u05b8\u05de\u05b7\u05d9\u05b4\u05da\u05b0 \u05d1\u05b7\u05bc\u05e0\u05b0\u05bc\u05e2\u05b8\u05dc\u05b4\u05d9\u05dd \u05d1\u05b7\u05bc\u05ea\u05be\u05e0\u05b8\u05d3\u05b4\u05d9\u05d1&#8221; &#8211; \u05e9\u05d9\u05e8 \u05d4\u05e9\u05d9\u05e8\u05d9\u05dd \u05d6&#8217;, \u05d1&#8217; \u05e7\u05d1\u05d5\u05e6\u05ea \u05d2\u05d9\u05dc \u05d2\u05d1\u05e8\u05d9\u05dd\u05e0\u05e9\u05d9\u05dd\u05d9\u05dc\u05d3\u05d9\u05dd \u05d4\u05de\u05e8 \u05de: \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea (US)\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea (UK)\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU) \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea &#8211; \u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd &#8211; \u05e0\u05e7\u05d4 \u05d4\u05db\u05dc \u05d8\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \ud83d\udccf \u05db\u05d9\u05e6\u05d3 \u05dc\u05de\u05d3\u05d5\u05d3 \u05d0\u05ea \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc \u05d4\u05e0\u05d9\u05d7\u05d5 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tanahiyot.com\/he\/shoes-size-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-03T09:46:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-03T09:49:17+00:00\" \/>\n<meta name=\"author\" content=\"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u05e0\u05db\u05ea\u05d1 \u05e2\u05dc \u05d9\u05d3\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da\" \/>\n\t<meta name=\"twitter:data2\" content=\"\u05d3\u05e7\u05d41\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/\"},\"author\":{\"name\":\"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\",\"@id\":\"https:\/\/tanahiyot.com\/#\/schema\/person\/59e55d43b521ba5cd64cae1e3e4fee08\"},\"headline\":\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd\",\"datePublished\":\"2025-06-03T09:46:43+00:00\",\"dateModified\":\"2025-06-03T09:49:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/\"},\"wordCount\":11,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\/\/tanahiyot.com\/#organization\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/tanahiyot.com\/shoes-size-calculator\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/\",\"url\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/\",\"name\":\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd - Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\",\"isPartOf\":{\"@id\":\"https:\/\/tanahiyot.com\/#website\"},\"datePublished\":\"2025-06-03T09:46:43+00:00\",\"dateModified\":\"2025-06-03T09:49:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/#breadcrumb\"},\"inLanguage\":\"he-IL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tanahiyot.com\/shoes-size-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tanahiyot.com\/shoes-size-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tanahiyot.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tanahiyot.com\/#website\",\"url\":\"https:\/\/tanahiyot.com\/\",\"name\":\"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\",\"description\":\"Tanahiyot | \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea \u05d5\u05e2\u05d5\u05d3 \u05e2\u05e9\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8\u05d9 \u05e2\u05d5\u05e8 \u05d0\u05d9\u05db\u05d5\u05ea\u05d9\u05d9\u05dd\",\"publisher\":{\"@id\":\"https:\/\/tanahiyot.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tanahiyot.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"he-IL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tanahiyot.com\/#organization\",\"name\":\"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\",\"url\":\"https:\/\/tanahiyot.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\/\/tanahiyot.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tanahiyot.com\/wp-content\/uploads\/2023\/08\/Beige-Neutral-Motivational-Quotes-Instagram-Post-3-1-e1692975408936.png\",\"contentUrl\":\"https:\/\/tanahiyot.com\/wp-content\/uploads\/2023\/08\/Beige-Neutral-Motivational-Quotes-Instagram-Post-3-1-e1692975408936.png\",\"width\":300,\"height\":300,\"caption\":\"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\"},\"image\":{\"@id\":\"https:\/\/tanahiyot.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/tanahiyot.com\/#\/schema\/person\/59e55d43b521ba5cd64cae1e3e4fee08\",\"name\":\"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"he-IL\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g\",\"caption\":\"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea\"},\"url\":\"https:\/\/tanahiyot.com\/he\/author\/daniel-peer\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd - Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","robots":{"index":"noindex","follow":"follow"},"og_locale":"he_IL","og_type":"article","og_title":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd","og_description":"\u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 \ud83d\udc61 \u05de\u05de\u05d9\u05e8 \u05de\u05d9\u05d3\u05d5\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd \u05ea\u05e0&#8221;\u05db\u05d9 &#8220;\u05de\u05b8\u05d4\u05be\u05d9\u05b8\u05bc\u05e4\u05d5\u05bc \u05e4\u05b0\u05e2\u05b8\u05de\u05b7\u05d9\u05b4\u05da\u05b0 \u05d1\u05b7\u05bc\u05e0\u05b0\u05bc\u05e2\u05b8\u05dc\u05b4\u05d9\u05dd \u05d1\u05b7\u05bc\u05ea\u05be\u05e0\u05b8\u05d3\u05b4\u05d9\u05d1&#8221; &#8211; \u05e9\u05d9\u05e8 \u05d4\u05e9\u05d9\u05e8\u05d9\u05dd \u05d6&#8217;, \u05d1&#8217; \u05e7\u05d1\u05d5\u05e6\u05ea \u05d2\u05d9\u05dc \u05d2\u05d1\u05e8\u05d9\u05dd\u05e0\u05e9\u05d9\u05dd\u05d9\u05dc\u05d3\u05d9\u05dd \u05d4\u05de\u05e8 \u05de: \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU)\u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea (US)\u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea (UK)\u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea (EU) \u05de\u05d9\u05d3\u05d4 \u05d0\u05d9\u05e8\u05d5\u05e4\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea &#8211; \u05de\u05d9\u05d3\u05d4 \u05d1\u05e8\u05d9\u05d8\u05d9\u05ea &#8211; \u05e1\u05e0\u05d8\u05d9\u05de\u05d8\u05e8\u05d9\u05dd &#8211; \u05e0\u05e7\u05d4 \u05d4\u05db\u05dc \u05d8\u05d1\u05dc\u05ea \u05de\u05d9\u05d3\u05d5\u05ea \ud83d\udccf \u05db\u05d9\u05e6\u05d3 \u05dc\u05de\u05d3\u05d5\u05d3 \u05d0\u05ea \u05db\u05e3 \u05d4\u05e8\u05d2\u05dc \u05d4\u05e0\u05d9\u05d7\u05d5 [&hellip;]","og_url":"https:\/\/tanahiyot.com\/he\/shoes-size-calculator\/","og_site_name":"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","article_published_time":"2025-06-03T09:46:43+00:00","article_modified_time":"2025-06-03T09:49:17+00:00","author":"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","twitter_card":"summary_large_image","twitter_misc":{"\u05e0\u05db\u05ea\u05d1 \u05e2\u05dc \u05d9\u05d3":"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","\u05d6\u05de\u05df \u05e7\u05e8\u05d9\u05d0\u05d4 \u05de\u05d5\u05e2\u05e8\u05da":"\u05d3\u05e7\u05d41"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/#article","isPartOf":{"@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/"},"author":{"name":"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","@id":"https:\/\/tanahiyot.com\/#\/schema\/person\/59e55d43b521ba5cd64cae1e3e4fee08"},"headline":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd","datePublished":"2025-06-03T09:46:43+00:00","dateModified":"2025-06-03T09:49:17+00:00","mainEntityOfPage":{"@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/"},"wordCount":11,"commentCount":5,"publisher":{"@id":"https:\/\/tanahiyot.com\/#organization"},"articleSection":["Blog"],"inLanguage":"he-IL","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tanahiyot.com\/shoes-size-calculator\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/","url":"https:\/\/tanahiyot.com\/shoes-size-calculator\/","name":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd - Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","isPartOf":{"@id":"https:\/\/tanahiyot.com\/#website"},"datePublished":"2025-06-03T09:46:43+00:00","dateModified":"2025-06-03T09:49:17+00:00","breadcrumb":{"@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/#breadcrumb"},"inLanguage":"he-IL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tanahiyot.com\/shoes-size-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tanahiyot.com\/shoes-size-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tanahiyot.com\/"},{"@type":"ListItem","position":2,"name":"\u05de\u05d7\u05e9\u05d1\u05d5\u05df \u05de\u05d9\u05d3\u05ea \u05e0\u05e2\u05dc\u05d9\u05d9\u05dd"}]},{"@type":"WebSite","@id":"https:\/\/tanahiyot.com\/#website","url":"https:\/\/tanahiyot.com\/","name":"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","description":"Tanahiyot | \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea \u05d5\u05e2\u05d5\u05d3 \u05e2\u05e9\u05e8\u05d5\u05ea \u05de\u05d5\u05e6\u05e8\u05d9 \u05e2\u05d5\u05e8 \u05d0\u05d9\u05db\u05d5\u05ea\u05d9\u05d9\u05dd","publisher":{"@id":"https:\/\/tanahiyot.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tanahiyot.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"he-IL"},{"@type":"Organization","@id":"https:\/\/tanahiyot.com\/#organization","name":"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","url":"https:\/\/tanahiyot.com\/","logo":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/tanahiyot.com\/#\/schema\/logo\/image\/","url":"https:\/\/tanahiyot.com\/wp-content\/uploads\/2023\/08\/Beige-Neutral-Motivational-Quotes-Instagram-Post-3-1-e1692975408936.png","contentUrl":"https:\/\/tanahiyot.com\/wp-content\/uploads\/2023\/08\/Beige-Neutral-Motivational-Quotes-Instagram-Post-3-1-e1692975408936.png","width":300,"height":300,"caption":"Tanahiyot - The Holy Sandals | \u05ea\u05e0\u05db\u05d9\u05d5\u05ea"},"image":{"@id":"https:\/\/tanahiyot.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/tanahiyot.com\/#\/schema\/person\/59e55d43b521ba5cd64cae1e3e4fee08","name":"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea","image":{"@type":"ImageObject","inLanguage":"he-IL","@id":"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c44a0528c5a38cd9dd4b91c7620649f0ac8eb105623fdc51feaf47b852b505d8?s=96&d=mm&r=g","caption":"\u05e6\u05d5\u05d5\u05ea \u05e1\u05e0\u05d3\u05dc\u05d9\u05dd \u05ea\u05e0\u05db\u05d9\u05d5\u05ea"},"url":"https:\/\/tanahiyot.com\/he\/author\/daniel-peer\/"}]}},"_links":{"self":[{"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/posts\/59340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/comments?post=59340"}],"version-history":[{"count":4,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/posts\/59340\/revisions"}],"predecessor-version":[{"id":59344,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/posts\/59340\/revisions\/59344"}],"wp:attachment":[{"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/media?parent=59340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/categories?post=59340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tanahiyot.com\/he\/wp-json\/wp\/v2\/tags?post=59340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}