Mezuzah

$190.00

Highlight

Kosher Mezuzah Scroll

This product is already in your quote request list.
SKU: MZ-65 Category: Tags: , , ,
Description

12 cm. / app. 4.75″.

Ksav Beis Yosef.

Our mezuzos are individually inspected by a qualified sofer on our premises as well as by computer and are guaranteed to be 100% Kosher.

If you would like to see a scan of the sofer’s ksav / handwriting, please click on the Price Request button and request that we email you a scan of the parshios / scrolls.

Additional information
Weight 2 lbs
Dimensions 5 × 5 × 5 in

Recently Viewed

Scroll To Top
Close
Close

Shopping Cart

Close

Shopping cart is empty!

Continue Shopping

Placeholder
Mezuzah
jQuery(document).ready(function($) { function handleAutofill() { setTimeout(function() { var addressFilled = $('#billing_address_1').val() || $('#shipping_address_1').val(); var cityFilled = $('#billing_city').val() || $('#shipping_city').val(); var postcodeFilled = $('#billing_postcode').val() || $('#shipping_postcode').val(); if (addressFilled || cityFilled || postcodeFilled) { $('input.address-field, input.country_to_state, select.country_to_state').trigger('change'); $(document.body).trigger('update_checkout'); if (typeof wc_checkout_form !== 'undefined') { wc_checkout_form.trigger_update_checkout(); } console.log('Autofill detected, shipping calculation triggered'); } }, 1000); } document.addEventListener('autocomplete', handleAutofill); var observer = new MutationObserver(function(mutations) { for (var i = 0; i < mutations.length; i++) { if (mutations[i].type === 'attributes' || mutations[i].type === 'childList') { handleAutofill(); break; } } }); var checkoutForm = document.querySelector('form.checkout'); if (checkoutForm) { observer.observe(checkoutForm, { childList: true, subtree: true, attributes: true, attributeFilter: ['value'] }); } handleAutofill(); $(document).on('click', function() { handleAutofill(); }); });