{"id":1612,"date":"2022-12-21T20:11:42","date_gmt":"2022-12-21T20:11:42","guid":{"rendered":"https:\/\/vibromera.eu\/?page_id=1612"},"modified":"2026-07-16T13:56:06","modified_gmt":"2026-07-16T13:56:06","slug":"refund_returns","status":"publish","type":"page","link":"https:\/\/vibromera.eu\/he\/refund_returns\/","title":{"rendered":"\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05d7\u05d6\u05e8\u05d9\u05dd \u05d5\u05d4\u05d7\u05d6\u05e8\u05d5\u05ea"},"content":{"rendered":"<style>\n  .vbm-return {\n    --vbm-dark: #1a1f2e;\n    --vbm-blue: #2563eb;\n    --vbm-blue-light: #eff4ff;\n    --vbm-gray: #64748b;\n    --vbm-border: #e2e8f0;\n    --vbm-green: #059669;\n    --vbm-amber: #d97706;\n    --vbm-red: #dc2626;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif;\n    color: var(--vbm-dark);\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 20px;\n    line-height: 1.7;\n  }\n  .vbm-return h1 {\n    font-size: 2em;\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: var(--vbm-dark);\n  }\n  .vbm-return .vbm-subtitle {\n    font-size: 1.05em;\n    color: var(--vbm-gray);\n    margin-bottom: 36px;\n    padding-bottom: 24px;\n    border-bottom: 2px solid var(--vbm-border);\n  }\n  .vbm-return h2 {\n    font-size: 1.35em;\n    font-weight: 700;\n    color: var(--vbm-dark);\n    margin-top: 40px;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .vbm-return h2 .vbm-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    border-radius: 10px;\n    font-size: 18px;\n    flex-shrink: 0;\n  }\n  .vbm-return p, .vbm-return li {\n    font-size: 0.97em;\n    color: #334155;\n  }\n  .vbm-return ul, .vbm-return ol {\n    padding-left: 20px;\n    margin: 12px 0;\n  }\n  .vbm-return li {\n    margin-bottom: 8px;\n  }\n\n  \/* Highlight boxes *\/\n  .vbm-summary-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 16px;\n    margin: 24px 0 32px;\n  }\n  .vbm-summary-card {\n    border: 1px solid var(--vbm-border);\n    border-radius: 12px;\n    padding: 20px;\n    text-align: center;\n  }\n  .vbm-summary-card .vbm-card-icon {\n    font-size: 28px;\n    margin-bottom: 8px;\n  }\n  .vbm-summary-card .vbm-card-value {\n    font-size: 1.5em;\n    font-weight: 700;\n    color: var(--vbm-dark);\n  }\n  .vbm-summary-card .vbm-card-label {\n    font-size: 0.85em;\n    color: var(--vbm-gray);\n    margin-top: 4px;\n  }\n\n  \/* Steps *\/\n  .vbm-steps {\n    counter-reset: step-counter;\n    list-style: none;\n    padding-left: 0;\n    margin: 20px 0;\n  }\n  .vbm-steps li {\n    counter-increment: step-counter;\n    position: relative;\n    padding-left: 56px;\n    margin-bottom: 24px;\n    min-height: 40px;\n  }\n  .vbm-steps li::before {\n    content: counter(step-counter);\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 40px;\n    height: 40px;\n    background: var(--vbm-blue);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 0.95em;\n  }\n  .vbm-steps li b {\n    display: block;\n    color: var(--vbm-dark);\n    font-size: 1em;\n    margin-bottom: 4px;\n  }\n\n  \/* Info box *\/\n  .vbm-info-box {\n    border-radius: 12px;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 0.93em;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .vbm-info-box.blue {\n    background: #eff6ff;\n    border: 1px solid #bfdbfe;\n    color: #1e40af;\n  }\n  .vbm-info-box.amber {\n    background: #fffbeb;\n    border: 1px solid #fde68a;\n    color: #92400e;\n  }\n  .vbm-info-box.green {\n    background: #ecfdf5;\n    border: 1px solid #a7f3d0;\n    color: #065f46;\n  }\n  .vbm-info-box .vbm-info-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n    line-height: 1.5;\n  }\n\n  \/* Refund table *\/\n  .vbm-refund-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    border: 1px solid var(--vbm-border);\n    margin: 16px 0;\n    font-size: 0.93em;\n  }\n  .vbm-refund-table thead th {\n    background: #f8fafc;\n    padding: 14px 18px;\n    text-align: left;\n    font-weight: 600;\n    color: var(--vbm-dark);\n    border-bottom: 1px solid var(--vbm-border);\n  }\n  .vbm-refund-table tbody td {\n    padding: 14px 18px;\n    border-bottom: 1px solid var(--vbm-border);\n    color: #334155;\n  }\n  .vbm-refund-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n  .vbm-refund-table .vbm-badge {\n    display: inline-block;\n    padding: 3px 10px;\n    border-radius: 20px;\n    font-size: 0.85em;\n    font-weight: 600;\n  }\n  .vbm-badge-green { background: #ecfdf5; color: #059669; }\n  .vbm-badge-amber { background: #fffbeb; color: #d97706; }\n  .vbm-badge-red { background: #fef2f2; color: #dc2626; }\n\n  \/* Exceptions *\/\n  .vbm-exceptions {\n    display: grid;\n    gap: 12px;\n    margin: 16px 0;\n  }\n  .vbm-exception-item {\n    border: 1px solid var(--vbm-border);\n    border-radius: 10px;\n    padding: 16px 18px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .vbm-exception-item .vbm-exc-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n  }\n  .vbm-exception-item b {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--vbm-dark);\n    font-size: 0.95em;\n  }\n  .vbm-exception-item span {\n    font-size: 0.88em;\n    color: var(--vbm-gray);\n  }\n\n  \/* Contact *\/\n  .vbm-contact-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 12px;\n    margin: 16px 0;\n  }\n  .vbm-contact-card {\n    border: 1px solid var(--vbm-border);\n    border-radius: 10px;\n    padding: 16px;\n    text-align: center;\n  }\n  .vbm-contact-card .vbm-cc-icon {\n    font-size: 24px;\n    margin-bottom: 6px;\n  }\n  .vbm-contact-card .vbm-cc-label {\n    font-size: 0.8em;\n    color: var(--vbm-gray);\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .vbm-contact-card a {\n    color: var(--vbm-blue);\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 0.95em;\n  }\n  .vbm-contact-card a:hover {\n    text-decoration: underline;\n  }\n\n  @media (max-width: 600px) {\n    .vbm-return { padding: 12px; }\n    .vbm-summary-grid { grid-template-columns: 1fr 1fr; }\n    .vbm-return h1 { font-size: 1.5em; }\n  }\n<\/style>\n\n<div class=\"vbm-return\">\n\n  <h1>\u05de\u05d3\u05d9\u05e0\u05d9\u05d5\u05ea \u05d4\u05d7\u05d6\u05e8\u05d4<\/h1>\n  <p class=\"vbm-subtitle\">\u05d0\u05e0\u05d7\u05e0\u05d5 \u05de\u05e6\u05d9\u05e2\u05d9\u05dd \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d4\u05d7\u05d6\u05e8\u05d4 \u05de\u05e1\u05d7\u05e8\u05d9\u05ea \u05e8\u05e6\u05d5\u05e0\u05d9\u05ea \u05e9\u05dc 30 \u05d9\u05d5\u05dd \u05ea\u05d7\u05ea \u05d4\u05ea\u05e0\u05d0\u05d9\u05dd \u05d4\u05de\u05d5\u05e4\u05d9\u05e2\u05d9\u05dd \u05dc\u05d4\u05dc\u05df. \u05d4\u05d9\u05d0 \u05e0\u05d5\u05e1\u05e4\u05ea \u05dc\u05d6\u05db\u05d5\u05d9\u05d5\u05ea \u05d4\u05e6\u05e8\u05db\u05df \u05d4\u05deandatory, \u05d5\u05dc\u05d0 \u05de\u05d2\u05d1\u05dc\u05ea \u05d0\u05d5\u05ea\u05df. \u05e6\u05e8\u05db\u05e0\u05d9\u05dd \u05d6\u05db\u05d0\u05d9\u05d9\u05dd \u05de\u05d4-EU\/EEA \u05e9\u05e7\u05e0\u05d5 \u05de\u05e8\u05d7\u05e7 \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05d9\u05e9 \u05dc\u05d4\u05dd \u05d6\u05db\u05d5\u05ea \u05d7\u05d6\u05e8\u05d4 \u05e1\u05d8\u05d8\u05d5\u05d8\u05d5\u05e8\u05d9\u05ea \u05e9\u05dc 14 \u05d9\u05d5\u05dd; \u05d9\u05ea\u05db\u05df \u05e9\u05d9\u05e9 \u05d7\u05e8\u05d9\u05d2\u05d5\u05d9\u05d5\u05ea \u05de\u05e9\u05e4\u05d8\u05d9\u05d5\u05ea.<\/p>\n\n  <!-- Summary cards -->\n  <div class=\"vbm-summary-grid\">\n    <div class=\"vbm-summary-card\">\n      <div class=\"vbm-card-icon\">\ud83d\udcc5<\/div>\n      <div class=\"vbm-card-value\">30 \u05d9\u05de\u05d9\u05dd<\/div>\n      <div class=\"vbm-card-label\">\u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8\u05d4 \u05de\u05de\u05d5\u05e2\u05d3 \u05d4\u05de\u05e1\u05d9\u05e8\u05d4<\/div>\n    <\/div>\n    <div class=\"vbm-summary-card\">\n      <div class=\"vbm-card-icon\">\ud83d\udd04<\/div>\n      <div class=\"vbm-card-value\">\u05d4\u05d7\u05d6\u05e8 \u05de\u05dc\u05d0<\/div>\n      <div class=\"vbm-card-label\">\u05e2\u05d1\u05d5\u05e8 \u05e4\u05e8\u05d9\u05d8\u05d9\u05dd \u05e9\u05d0\u05d9\u05e0\u05dd \u05d1\u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05d0\u05e8\u05d9\u05d6\u05d4 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9\u05ea<\/div>\n    <\/div>\n    <div class=\"vbm-summary-card\">\n      <div class=\"vbm-card-icon\">\ud83d\udee1\ufe0f<\/div>\n      <div class=\"vbm-card-value\">\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05dc\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd<\/div>\n      <div class=\"vbm-card-label\">\u05e2\u05dc \u05db\u05dc \u05de\u05d5\u05e6\u05e8\u05d9 Vibromera<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Section 1: Eligibility -->\n  <h2><span class=\"vbm-icon\" style=\"background:#eff6ff;color:#2563eb;\">\u2713<\/span> \u05d6\u05db\u05d0\u05d5\u05ea \u05dc\u05d4\u05d7\u05d6\u05e8\u05d4<\/h2>\n\n  <p>\u05d1\u05d0\u05e4\u05e9\u05e8\u05d5\u05ea\u05da \u05dc\u05d4\u05d7\u05d6\u05d9\u05e8 \u05d0\u05ea \u05de\u05d5\u05e6\u05e8 \u05d4-Vibromera \u05e9\u05dc\u05da \u05ea\u05d5\u05da <b>30 \u05d9\u05d5\u05dd \u05de\u05de\u05d5\u05e2\u05d3 \u05d4\u05de\u05e1\u05d9\u05e8\u05d4<\/b> (\u05d1\u05d4\u05ea\u05d1\u05e1\u05e1 \u05e2\u05dc \u05d0\u05d9\u05e9\u05d5\u05e8 \u05de\u05e2\u05e7\u05d1) \u05d1\u05ea\u05e0\u05d0\u05d9 \u05e9\u05de\u05ea\u05e7\u05d9\u05d9\u05de\u05d9\u05dd \u05d4\u05ea\u05e0\u05d0\u05d9\u05dd \u05d4\u05d1\u05d0\u05d9\u05dd:<\/p>\n  <ul>\n    <li>\u05d4\u05de\u05d5\u05e6\u05e8 \u05e0\u05de\u05e6\u05d0 \u05d1\u05de\u05e6\u05d1\u05d5 <b>\u05d0\u05e8\u05d9\u05d6\u05d4 \u05de\u05e7\u05d5\u05e8\u05d9\u05ea<\/b> \u05e2\u05dd \u05db\u05dc \u05d4\u05d0\u05d1\u05d9\u05d6\u05e8\u05d9\u05dd, \u05d4\u05db\u05d1\u05dc\u05d9\u05dd, \u05d4\u05d7\u05d9\u05d9\u05e9\u05e0\u05d9\u05dd, \u05d4\u05ea\u05d9\u05e2\u05d5\u05d3 \u05d5\u05d4\u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05db\u05dc\u05d5\u05dc\u05d9\u05dd.<\/li>\n    <li>\u05d4\u05de\u05d5\u05e6\u05e8 \u05dc\u05d0 \u05e4\u05d5\u05e8\u05e7, \u05e9\u05d5\u05e0\u05d4 \u05d0\u05d5 \u05ea\u05d5\u05e7\u05df \u05e2\u05dc \u05d9\u05d3\u05d9 \u05e6\u05d3 \u05e9\u05dc\u05d9\u05e9\u05d9.<\/li>\n    <li>\u05e7\u05d9\u05d1\u05dc\u05ea\u05dd <b>\u05de\u05e1\u05e4\u05e8 RMA<\/b> (\u05d0\u05d9\u05e9\u05d5\u05e8 \u05d4\u05d7\u05d6\u05e8\u05ea \u05e1\u05d7\u05d5\u05e8\u05d4) \u05de\u05d4\u05e6\u05d5\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05de\u05e9\u05dc\u05d5\u05d7.<\/li>\n  <\/ul>\n\n  <div class=\"vbm-info-box blue\">\n    <span class=\"vbm-info-icon\">\ud83d\udca1<\/span>\n    <div><b>\u05de\u05d4\u05d5 \u05de\u05e1\u05e4\u05e8 RMA?<\/b> \u05d6\u05d4\u05d5 \u05e7\u05d5\u05d3 \u05d4\u05d7\u05d6\u05e8\u05d4 \u05d9\u05d9\u05d7\u05d5\u05d3\u05d9 \u05e9\u05d0\u05e0\u05d5 \u05de\u05e7\u05e6\u05d9\u05dd \u05dc\u05d1\u05e7\u05e9\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8\u05d4 \u05e9\u05dc\u05da. \u05d4\u05d5\u05d0 \u05e2\u05d5\u05d6\u05e8 \u05dc\u05e0\u05d5 \u05dc\u05e2\u05e7\u05d5\u05d1 \u05d0\u05d7\u05e8 \u05d4\u05d4\u05d7\u05d6\u05e8\u05d4 \u05e9\u05dc\u05da \u05d5\u05dc\u05e2\u05d1\u05d3 \u05d0\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8 \u05e9\u05dc\u05da \u05d1\u05de\u05d4\u05d9\u05e8\u05d5\u05ea. \u05dc\u05d0 \u05e0\u05e7\u05d1\u05dc \u05d7\u05d1\u05d9\u05dc\u05d5\u05ea \u05e9\u05e0\u05e9\u05dc\u05d7\u05d5\u05ea \u05dc\u05dc\u05d0 \u05de\u05e1\u05e4\u05e8 RMA.<\/div>\n  <\/div>\n\n  <!-- Section 2: Return Process -->\n  <h2><span class=\"vbm-icon\" style=\"background:#ecfdf5;color:#059669;\">\u21a9<\/span> \u05d0\u05d9\u05da \u05dc\u05d4\u05d7\u05d6\u05d9\u05e8<\/h2>\n\n  <ol class=\"vbm-steps\">\n    <li>\n      <b>\u05e9\u05dc\u05d7 \u05d1\u05e7\u05e9\u05ea \u05d4\u05d7\u05d6\u05e8\u05d4<\/b>\n      \u05e9\u05dc\u05d7\u05d5 \u05dc\u05e0\u05d5 \u05d3\u05d5\u05d0\"\u05dc \u05dc\u05db\u05ea\u05d5\u05d1\u05ea <a href=\"mailto:info@vibromera.eu\">info@vibromera.eu<\/a> \u05e2\u05dd \u05de\u05e1\u05e4\u05e8 \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e9\u05dc\u05da, \u05e1\u05d9\u05d1\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8\u05d4 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc \u05d4\u05de\u05d5\u05e6\u05e8 \u05d5\u05d4\u05d0\u05e8\u05d9\u05d6\u05d4.\n    <\/li>\n    <li>\n      <b>\u05e7\u05d1\u05dc \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4-RMA \u05e9\u05dc\u05da<\/b>\n      \u05e0\u05d1\u05d7\u05df \u05d0\u05ea \u05d1\u05e7\u05e9\u05ea\u05da \u05ea\u05d5\u05da 2 \u05d9\u05de\u05d9 \u05e2\u05e1\u05e7\u05d9\u05dd \u05d5\u05e0\u05e9\u05d9\u05d1 \u05e2\u05dd \u05de\u05e1\u05e4\u05e8 \u05d4-RMA \u05e9\u05dc\u05da \u05d5\u05d4\u05d5\u05e8\u05d0\u05d5\u05ea \u05de\u05e9\u05dc\u05d5\u05d7 \u05dc\u05d4\u05d7\u05d6\u05e8\u05d4.\n    <\/li>\n    <li>\n      <b>\u05e9\u05dc\u05d7 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8<\/b>\n      \u05d0\u05e8\u05d6\u05d5 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d1\u05e6\u05d5\u05e8\u05d4 \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea \u05d1\u05d0\u05e8\u05d9\u05d6\u05ea\u05d5 \u05d4\u05de\u05e7\u05d5\u05e8\u05d9\u05ea \u05d5\u05e9\u05dc\u05d7\u05d5 \u05d0\u05d5\u05ea\u05d5 \u05dc\u05db\u05ea\u05d5\u05d1\u05ea \u05d4\u05de\u05d5\u05e4\u05d9\u05e2\u05d4 \u05dc\u05de\u05d8\u05d4. \u05e8\u05e9\u05de\u05d5 \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4-RMA \u05e2\u05dc \u05d2\u05d1\u05d9 \u05d4\u05d0\u05e8\u05d9\u05d6\u05d4. \u05e2\u05dc\u05d5\u05ea \u05d4\u05de\u05e9\u05dc\u05d5\u05d7 \u05d7\u05d6\u05e8\u05d4 \u05de\u05e9\u05d5\u05dc\u05de\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e7\u05d5\u05e0\u05d4.\n    <\/li>\n    <li>\n      <b>\u05e7\u05d1\u05dc \u05d0\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8 \u05e9\u05dc\u05da<\/b>\n      \u05de\u05d7\u05d6\u05d9\u05e8\u05d9\u05dd \u05de\u05e1\u05d7\u05e8\u05d9\u05d9\u05dd \u05de\u05e2\u05d5\u05d1\u05d3\u05d9\u05dd \u05dc\u05d0\u05d7\u05e8 \u05d1\u05d3\u05d9\u05e7\u05d4, \u05d1\u05d3\u05e8\u05da \u05db\u05dc\u05dc \u05ea\u05d5\u05da 14 \u05d9\u05d5\u05dd. \u05d1\u05de\u05e7\u05d5\u05dd \u05e9\u05d1\u05d5 \u05de\u05ea\u05d9\u05d9\u05d7\u05e1\u05d9\u05dd \u05dc\u05d7\u05d5\u05e7\u05d9 \u05d4\u05d7\u05d6\u05e8\u05d4 \u05d4\u05e1\u05d8\u05d8\u05d5\u05d8\u05d5\u05e8\u05d9\u05d9\u05dd, \u05d4\u05d7\u05d6\u05e8 \u05d4\u05db\u05e1\u05e3 \u05de\u05ea\u05d1\u05e6\u05e2 \u05d1\u05d4\u05ea\u05d0\u05dd \u05dc\u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05de\u05ea\u05d0\u05e8\u05d4 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05d9\u05d4 \u05d5\u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d4\u05d9\u05e9\u05d0\u05e8 \u05de\u05d5\u05d7\u05d6\u05e7\u05d9\u05dd \u05e2\u05d3 \u05e9\u05d4\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05e0\u05d5\u05d7\u05d6\u05e8\u05d9\u05dd \u05d0\u05d5 \u05de\u05e1\u05d5\u05e4\u05e7 \u05d4\u05d5\u05db\u05d7\u05d4 \u05dc\u05d7\u05d6\u05e8\u05ea\u05dd.\n    <\/li>\n  <\/ol>\n\n  <div class=\"vbm-info-box amber\">\n    <span class=\"vbm-info-icon\">\ud83d\udce6<\/span>\n    <div><b>\u05db\u05ea\u05d5\u05d1\u05ea \u05d7\u05d6\u05e8\u05d4:<\/b> \u05e0\u05d9\u05e7\u05d5\u05dc\u05d0\u05d9 \u05e9\u05dc\u05e7\u05d5\u05d1\u05e0\u05e7\u05d5, R. Nova da Madorninha 152, 4460-376 Sra. da Hora, \u05e4\u05d5\u05e8\u05d8\u05d5, \u05e4\u05d5\u05e8\u05d8\u05d5\u05d2\u05dc. \u05d0\u05e0\u05d0 \u05e9\u05de\u05e8\u05d5 \u05d0\u05ea \u05de\u05e1\u05e4\u05e8 \u05d4\u05de\u05e2\u05e7\u05d1 \u2014 \u05d0\u05d9\u05e0\u05e0\u05d5 \u05d9\u05db\u05d5\u05dc\u05d9\u05dd \u05dc\u05d8\u05e4\u05dc \u05d1\u05d4\u05d7\u05d6\u05e8\u05d5\u05ea \u05e9\u05dc \u05d7\u05d1\u05d9\u05dc\u05d5\u05ea \u05dc\u05dc\u05d0 \u05d0\u05d9\u05e9\u05d5\u05e8 \u05de\u05e1\u05d9\u05e8\u05d4.<\/div>\n  <\/div>\n\n  <!-- Section 3: Refund -->\n  <h2><span class=\"vbm-icon\" style=\"background:#fffbeb;color:#d97706;\">\ud83d\udcb0<\/span> \u05ea\u05e0\u05d0\u05d9 \u05d4\u05d4\u05d7\u05d6\u05e8<\/h2>\n\n  <p>\u05e1\u05db\u05d5\u05dd \u05d4\u05d4\u05d7\u05d6\u05e8 \u05ea\u05dc\u05d5\u05d9 \u05d1\u05de\u05e6\u05d1 \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05d5\u05d7\u05d6\u05e8:<\/p>\n\n  <table class=\"vbm-refund-table\">\n    <thead>\n      <tr>\n        <th>\u05de\u05e6\u05d1 \u05d4\u05de\u05d5\u05e6\u05e8<\/th>\n        <th>\u05d4\u05d7\u05d6\u05e8<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\u05d0\u05d8\u05d5\u05dd\/\u05dc\u05d0 \u05e4\u05ea\u05d5\u05d7, \u05d0\u05e8\u05d9\u05d6\u05d4 \u05de\u05e7\u05d5\u05e8\u05d9\u05ea \u05e9\u05dc\u05de\u05d4<\/td>\n        <td><span class=\"vbm-badge vbm-badge-green\">\u05d4\u05d7\u05d6\u05e8 100%<\/span><\/td>\n      <\/tr>\n      <tr>\n        <td>\u05e0\u05e4\u05ea\u05d7, \u05e0\u05d1\u05d3\u05e7 \u05d1\u05e7\u05e6\u05e8\u05d4, \u05e1\u05d8 \u05e9\u05dc\u05dd, \u05dc\u05dc\u05d0 \u05e0\u05d6\u05e7<\/td>\n        <td><span class=\"vbm-badge vbm-badge-green\">\u05d4\u05d7\u05d6\u05e8 100%<\/span><\/td>\n      <\/tr>\n      <tr>\n        <td>\u05de\u05e9\u05d5\u05de\u05e9 \u05e2\u05dd \u05e1\u05d9\u05de\u05e0\u05d9 \u05d1\u05dc\u05d0\u05d9 \u05e7\u05dc\u05d9\u05dd (\u05e9\u05e8\u05d9\u05d8\u05d5\u05ea, \u05e9\u05e4\u05e9\u05d5\u05e4\u05d9\u05dd), \u05e1\u05d8 \u05e9\u05dc\u05dd<\/td>\n        <td><span class=\"vbm-badge vbm-badge-amber\">\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9 70\u201385%<\/span><\/td>\n      <\/tr>\n      <tr>\n        <td>\u05d1\u05dc\u05d0\u05d9 \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9, \u05e8\u05db\u05d9\u05d1\u05d9\u05dd \u05d7\u05e1\u05e8\u05d9\u05dd \u05d0\u05d5 \u05d0\u05e8\u05d9\u05d6\u05d4 \u05e4\u05d2\u05d5\u05de\u05d4<\/td>\n        <td><span class=\"vbm-badge vbm-badge-red\">\u05d9\u05d9\u05e7\u05d1\u05e2 \u05d1\u05d0\u05d5\u05e4\u05df \u05e4\u05e8\u05d8\u05e0\u05d9<\/span><\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <ul>\n    <li>\u05d4\u05d7\u05d6\u05e8\u05d9\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea <b>\u05d0\u05de\u05e6\u05e2\u05d9 \u05d4\u05ea\u05e9\u05dc\u05d5\u05dd \u05d4\u05de\u05e7\u05d5\u05e8\u05d9<\/b> (\u05db\u05e8\u05d8\u05d9\u05e1 \u05d0\u05e9\u05e8\u05d0\u05d9, \u05e4\u05d9\u05d9\u05e4\u05d0\u05dc, \u05d4\u05e2\u05d1\u05e8\u05d4 \u05d1\u05e0\u05e7\u05d0\u05d9\u05ea \u05d5\u05db\u05d5').<\/li>\n    <li>\u05e2\u05dc\u05d5\u05d9\u05d5\u05ea \u05de\u05e9\u05dc\u05d5\u05d7 \u05d7\u05d6\u05e8\u05d4 \u05d4\u05df <b>\u05de\u05e9\u05d5\u05dc\u05de\u05d5\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e7\u05d5\u05e0\u05d4<\/b> \u05d1\u05db\u05dc \u05d4\u05de\u05e7\u05e8\u05d9\u05dd, \u05dc\u05de\u05e2\u05d8 \u05db\u05d0\u05e9\u05e8 \u05d1\u05de\u05d5\u05e6\u05e8 \u05d9\u05e9 \u05e4\u05d2\u05dd \u05d9\u05d9\u05e6\u05d5\u05e8 \u05e9\u05d0\u05d5\u05e9\u05e8.<\/li>\n    <li>\u05d0\u05dd \u05d9\u05d0\u05d5\u05e9\u05e8 \u05e4\u05d2\u05dd \u05d1\u05d9\u05d9\u05e6\u05d5\u05e8, \u05d0\u05e0\u05d5 \u05de\u05db\u05e1\u05d9\u05dd \u05d0\u05ea \u05d3\u05de\u05d9 \u05d4\u05de\u05e9\u05dc\u05d5\u05d7 \u05d7\u05d6\u05e8\u05d4 \u05d5\u05de\u05e1\u05e4\u05e7\u05d9\u05dd \u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9 \u05de\u05dc\u05d0 \u05d0\u05d5 \u05d4\u05d7\u05dc\u05e4\u05d4.<\/li>\n  <\/ul>\n\n  <!-- Section 4: Warranty -->\n  <h2><span class=\"vbm-icon\" style=\"background:#ecfdf5;color:#059669;\">\ud83d\udee1\ufe0f<\/span> \u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05dc\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd<\/h2>\n\n  <p>\u05db\u05dc \u05de\u05d5\u05e6\u05e8\u05d9 Vibromera \u05de\u05d2\u05d9\u05e2\u05d9\u05dd \u05e2\u05dd <b>\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05dc\u05e9\u05e0\u05ea\u05d9\u05d9\u05dd<\/b> \u05db\u05d9\u05e1\u05d5\u05d9 \u05e4\u05d2\u05de\u05d9 \u05d9\u05d9\u05e6\u05d5\u05e8. \u05d1\u05de\u05d4\u05dc\u05da \u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea:<\/p>\n  <ul>\n    <li>\u05d0\u05e0\u05d5 \u05e0\u05ea\u05e7\u05df \u05d0\u05d5 \u05e0\u05d7\u05dc\u05d9\u05e3 \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05dc\u05dc\u05d0 \u05ea\u05e9\u05dc\u05d5\u05dd \u05d0\u05dd \u05d9\u05d0\u05d5\u05e9\u05e8 \u05d4\u05e4\u05d2\u05dd.<\/li>\n    <li>\u05d0\u05e0\u05d5 \u05de\u05db\u05e1\u05d9\u05dd \u05d0\u05ea \u05e2\u05dc\u05d5\u05ea \u05d4\u05de\u05e9\u05dc\u05d5\u05d7 \u05d7\u05d6\u05e8\u05d4 \u05d5\u05d0\u05ea \u05e2\u05dc\u05d5\u05ea \u05d4\u05de\u05e1\u05d9\u05e8\u05d4 \u05e9\u05dc \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05ea\u05d5\u05e7\u05df\/\u05d4\u05de\u05d5\u05d7\u05dc\u05e3 \u05d0\u05dc\u05d9\u05da.<\/li>\n    <li>\u05d4\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05d0\u05d9\u05e0\u05d4 \u05de\u05db\u05e1\u05d4 \u05e0\u05d6\u05e7 \u05e9\u05e0\u05d2\u05e8\u05dd \u05db\u05ea\u05d5\u05e6\u05d0\u05d4 \u05de\u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05e8\u05e2\u05d4, \u05e9\u05d9\u05e0\u05d5\u05d9\u05d9\u05dd \u05dc\u05d0 \u05de\u05d5\u05e8\u05e9\u05d9\u05dd \u05d0\u05d5 \u05d1\u05dc\u05d0\u05d9 \u05e8\u05d2\u05d9\u05dc.<\/li>\n  <\/ul>\n\n  <div class=\"vbm-info-box green\">\n    <span class=\"vbm-info-icon\">\u2709\ufe0f<\/span>\n    <div>\u05dc\u05d4\u05d2\u05e9\u05ea \u05ea\u05d1\u05d9\u05e2\u05ea \u05d0\u05d7\u05e8\u05d9\u05d5\u05ea, \u05e9\u05dc\u05d7\u05d5 \u05d3\u05d5\u05d0\"\u05dc <a href=\"mailto:info@vibromera.eu\" style=\"color:#065f46;font-weight:600;\">info@vibromera.eu<\/a> \u05e2\u05dd \u05de\u05e1\u05e4\u05e8 \u05d4\u05d4\u05d6\u05de\u05e0\u05d4 \u05e9\u05dc\u05da, \u05ea\u05d9\u05d0\u05d5\u05e8 \u05d4\u05d1\u05e2\u05d9\u05d4 \u05d5\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05d0\u05d5 \u05e1\u05e8\u05d8\u05d5\u05df \u05d4\u05de\u05d3\u05d2\u05d9\u05de\u05d9\u05dd \u05d0\u05ea \u05d4\u05e4\u05d2\u05dd.<\/div>\n  <\/div>\n\n  <!-- Section 5: International -->\n  <h2><span class=\"vbm-icon\" style=\"background:#eff6ff;color:#2563eb;\">\ud83c\udf0d<\/span> \u05d4\u05d7\u05d6\u05e8\u05d5\u05ea \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d5\u05ea<\/h2>\n\n  <p>\u05d0\u05d5\u05ea\u05dd \u05ea\u05e0\u05d0\u05d9 \u05d4\u05d7\u05d6\u05e8\u05d4 \u05d7\u05dc\u05d9\u05dd \u05e2\u05dc \u05db\u05dc \u05d4\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd. \u05e9\u05d9\u05de\u05d5 \u05dc\u05d1:<\/p>\n  <ul>\n    <li>\u05e2\u05dc\u05d5\u05d9\u05d5\u05ea \u05de\u05e9\u05dc\u05d5\u05d7 \u05d7\u05d6\u05e8\u05d4 \u05de\u05db\u05dc \u05de\u05d3\u05d9\u05e0\u05d4 \u05de\u05e9\u05d5\u05dc\u05de\u05d5\u05ea \u05e2\u05dc \u05d9\u05d3\u05d9 \u05d4\u05e7\u05d5\u05e0\u05d4.<\/li>\n    <li>\u05db\u05dc \u05de\u05db\u05e1, \u05de\u05d9\u05e1\u05d9\u05dd \u05d0\u05d5 \u05d3\u05de\u05d9 \u05d9\u05d1\u05d5\u05d0 \u05e2\u05dc \u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05d7\u05d6\u05e8\u05d4 \u05d4\u05d9\u05e0\u05dd \u05d1\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05d4\u05e7\u05d5\u05e0\u05d4.<\/li>\n    <li>\u05e2\u05d1\u05d5\u05e8 \u05ea\u05d9\u05e7\u05d5\u05e0\u05d9\u05dd \u05d0\u05d5 \u05d4\u05d7\u05dc\u05e4\u05d5\u05ea \u05d1\u05de\u05e1\u05d2\u05e8\u05ea \u05d4\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea, \u05d0\u05e0\u05d5 \u05de\u05db\u05e1\u05d9\u05dd \u05d0\u05ea \u05e2\u05dc\u05d5\u05ea \u05de\u05e9\u05dc\u05d5\u05d7 \u05d4\u05de\u05d5\u05e6\u05e8 \u05d1\u05d7\u05d6\u05e8\u05d4 \u05d0\u05dc\u05d9\u05da.<\/li>\n  <\/ul>\n\n  <!-- Section 6: Exceptions -->\n  <h2><span class=\"vbm-icon\" style=\"background:#fef2f2;color:#dc2626;\">\u26a0<\/span> \u05d9\u05d5\u05e6\u05d0\u05d9\u05dd \u05de\u05df \u05d4\u05db\u05dc\u05dc<\/h2>\n\n  <div class=\"vbm-exceptions\">\n    <div class=\"vbm-exception-item\">\n      <span class=\"vbm-exc-icon\">\ud83d\udd27<\/span>\n      <div>\n        <b>\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05e9\u05e0\u05d9\u05d6\u05d5\u05e7\u05d5 \u05e7\u05e9\u05d5\u05ea \u05d0\u05d5 \u05e9\u05e0\u05e2\u05e9\u05d4 \u05d1\u05d4\u05dd \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05e8\u05e2\u05d4<\/b>\n        <span>\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05e2\u05dd \u05e0\u05d6\u05e7 \u05de\u05e9\u05de\u05e2\u05d5\u05ea\u05d9 \u05e9\u05e0\u05d2\u05e8\u05dd \u05e2\u05e7\u05d1 \u05e9\u05d9\u05de\u05d5\u05e9 \u05dc\u05e8\u05e2\u05d4, \u05e8\u05e9\u05dc\u05e0\u05d5\u05ea \u05d0\u05d5 \u05ea\u05d9\u05e7\u05d5\u05df \u05dc\u05d0 \u05de\u05d5\u05e8\u05e9\u05d4 \u05d0\u05d9\u05e0\u05dd \u05d6\u05db\u05d0\u05d9\u05dd \u05dc\u05d4\u05d7\u05d6\u05e8\u05d4.<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"vbm-exception-item\">\n      <span class=\"vbm-exc-icon\">\ud83c\udfaf<\/span>\n      <div>\n        <b>\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d1\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea<\/b>\n        <span>\u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d4\u05de\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd \u05dc\u05e4\u05d9 \u05de\u05e4\u05e8\u05d8\u05d9\u05dd \u05d1\u05d4\u05ea\u05d0\u05de\u05d4 \u05d0\u05d9\u05e9\u05d9\u05ea \u05d0\u05d9\u05e0\u05dd \u05e0\u05d9\u05ea\u05e0\u05d9\u05dd \u05dc\u05d4\u05d7\u05d6\u05e8 \u05db\u05e1\u05e4\u05d9.<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"vbm-exception-item\">\n      <span class=\"vbm-exc-icon\">\ud83c\udfea<\/span>\n      <div>\n        <b>\u05e8\u05db\u05d9\u05e9\u05d5\u05ea \u05de\u05de\u05e4\u05d9\u05e6\u05d9\u05dd<\/b>\n        <span>\u05d0\u05dd \u05e8\u05db\u05e9\u05ea\u05dd \u05d0\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05e9\u05dc\u05db\u05dd \u05de\u05de\u05e4\u05d9\u05e5 \u05d0\u05d5 \u05de\u05e9\u05d5\u05d5\u05e7, \u05d0\u05e0\u05d0 \u05e6\u05e8\u05d5 \u05d0\u05d9\u05ea\u05dd \u05e7\u05e9\u05e8 \u05d9\u05e9\u05d9\u05e8\u05d5\u05ea \u05dc\u05e6\u05d5\u05e8\u05da \u05d4\u05d7\u05d6\u05e8\u05d5\u05ea.<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"vbm-exception-item\">\n      <span class=\"vbm-exc-icon\">\u23f0<\/span>\n      <div>\n        <b>\u05d1\u05e7\u05e9\u05ea \u05d4\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d7\u05e8 30 \u05d9\u05d5\u05dd<\/b>\n        <span>\u05dc\u05d0 \u05e0\u05d9\u05ea\u05df \u05dc\u05e7\u05d1\u05dc \u05d1\u05e7\u05e9\u05d5\u05ea \u05d4\u05d7\u05d6\u05e8\u05d4 \u05dc\u05d0\u05d7\u05e8 \u05e9\u05d7\u05dc\u05e4\u05d4 \u05ea\u05e7\u05d5\u05e4\u05ea \u05d4\u05d4\u05d7\u05d6\u05e8\u05d4 \u05d1\u05ea 30 \u05d4\u05d9\u05de\u05d9\u05dd. \u05ea\u05d1\u05d9\u05e2\u05d5\u05ea \u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05e2\u05d3\u05d9\u05d9\u05df \u05d6\u05de\u05d9\u05e0\u05d5\u05ea \u05dc\u05de\u05e9\u05da \u05e9\u05e0\u05ea\u05d9\u05d9\u05dd.<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Section 7: Contact -->\n  <h2><span class=\"vbm-icon\" style=\"background:#eff6ff;color:#2563eb;\">\ud83d\udcde<\/span> \u05e6\u05e8\u05d5 \u05e7\u05e9\u05e8<\/h2>\n\n  <p>\u05d0\u05dd \u05d9\u05e9 \u05dc\u05db\u05dd \u05e9\u05d0\u05dc\u05d5\u05ea \u05d1\u05e0\u05d5\u05d2\u05e2 \u05dc\u05d4\u05d7\u05d6\u05e8\u05d5\u05ea \u05d0\u05d5 \u05d0\u05d7\u05e8\u05d9\u05d5\u05ea, \u05d0\u05e0\u05d7\u05e0\u05d5 \u05db\u05d0\u05df \u05db\u05d3\u05d9 \u05dc\u05e2\u05d6\u05d5\u05e8:<\/p>\n\n  <div class=\"vbm-contact-grid\">\n    <div class=\"vbm-contact-card\">\n      <div class=\"vbm-cc-icon\">\u2709\ufe0f<\/div>\n      <div class=\"vbm-cc-label\">\u05d0\u05d9\u05de\u05d9\u05d9\u05dc<\/div>\n      <a href=\"mailto:info@vibromera.eu\">info@vibromera.eu<\/a>\n    <\/div>\n    <div class=\"vbm-contact-card\">\n      <div class=\"vbm-cc-icon\">\ud83d\udcf1<\/div>\n      <div class=\"vbm-cc-label\">\u05d8\u05dc\u05e4\u05d5\u05df<\/div>\n      <a href=\"tel:+351963457233\">+351 963 457 233<\/a>\n    <\/div>\n    <div class=\"vbm-contact-card\">\n      <div class=\"vbm-cc-icon\">\ud83d\udcac<\/div>\n      <div class=\"vbm-cc-label\">\u05d5\u05d5\u05d0\u05d8\u05e1\u05d0\u05e4<\/div>\n      <a href=\"https:\/\/wa.me\/37258364849\" target=\"_blank\" rel=\"noopener\">+372 5836 4849<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Return Policy We offer a voluntary 30-day commercial return option under the conditions below. It is additional to, and does not limit, mandatory consumer rights. Eligible EU\/EEA consumers buying at a distance generally have a statutory 14-day withdrawal right; legal exceptions may apply. \ud83d\udcc5 30 Days Return window from delivery [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ai_generated_summary":"","footnotes":""},"class_list":["post-1612","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/pages\/1612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/comments?post=1612"}],"version-history":[{"count":3,"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/pages\/1612\/revisions"}],"predecessor-version":[{"id":102623,"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/pages\/1612\/revisions\/102623"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/he\/wp-json\/wp\/v2\/media?parent=1612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}