let Lang = {
currency_sign: 'zł',
buy_button_select_size: 'WYBIERZ SWÓJ ROZMIAR',
buy_button_out_of_stock: 'WYPRZEDANE',
buy_button_notify_me_when_restocked: 'WYPRZEDANE',
buy_button_add_to_cart: 'DODAJ DO KOSZYKA',
all_fields_are_required: 'Wszystkie pola są wymagane!',
email_address_is_invalid: 'Adres e-mail jest nieprawidłowy!',
wrong_email_or_password: 'Błędny adres e-mail lub hasło!',
password_and_confirm_password_does_not_match: 'Hasło i powtórzenie hasła muszą się zgadzać!',
you_need_to_accept_privacy_policy: 'Aby kontynuować, musisz wyrazić zgodę na Zasady i warunki użytkowania',
value_from_free_shipping: '!!!VALUE!!! do darmowej wysyłki',
you_are_getting_free_shipping: 'Darmowa dostawa!',
email_subscription_email_not_valid_error: 'Wprowadź poprawny adres e-mail',
payment_method_blik_error: 'Błąd metody płatności BLIK.',
you_must_agree_to_general_terms_and_conditions: 'Aby złożyć zamówienie, należy wyrazić zgodę na ogólne warunki serwisu oraz zaakceptować jego postanowienia',
zip_code_search_city_label: 'Miasto',
zip_code_search_area_label: 'zip_code_search_area_label',
zip_code_search_add_custom_option: 'dodaj niestandardowe',
Desired_quantity_for_the_selected_article_is_not_available: 'Pożądana ilość dla wybranego artykułu jest niedostępna'}
let Settings = {
template_path: '/template/heydude/',
in_language: 'PL',
shipping_methods_with_parcel_locker: JSON.parse('{"5":{"providerName":"easyPack24","shippingMethodId":5},"6":{"providerName":"easyPack24","shippingMethodId":6},"10":{"providerName":"dhladv","shippingMethodId":10},"40":{"providerName":"glsPaketomat","shippingMethodId":40},"39":{"providerName":"orlenPaczka","shippingMethodId":39}}'),
checkout: JSON.parse('{"RO":{"house_number":{"collect":false},"postal_code":{"search":true,"customInput":false},"district":{"collect":true},"address":{"maxlength":55,"must_contain_number":true},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:10"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"city":{"maxlength":40}},"CZ":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}},"BG":{"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true,"inputMask":"9999"},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"country":{"disableSelect":true},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":55,"must_contain_number":true},"city":{"maxlength":40},"zip_code":{"overrideRules":{"rules":"required|min_length_without_spaces:4"}}},"HU":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}},"SI":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":true},"phone_number":{"usePlugin":true}},"HR":{"country":{"disableSelect":true},"house_number":{"collect":true},"postal_code":{"search":true,"customInput":false},"phone_number":{"usePlugin":true}},"PL":{"country":{"disableSelect":true},"house_number":{"collect":false},"postal_code":{"search":false,"customInput":true,"inputMask":"99-999"},"district":{"collect":false},"phone_number":{"usePlugin":true,"overrideRules":{"rules":"required|min_length_without_spaces:9|max_length_without_spaces:9"}},"first_name":{"maxlength":30},"last_name":{"maxlength":30},"address":{"maxlength":40,"must_contain_number":true},"city":{"maxlength":40},"vat_number":{"useApi":true}},"SK":{"country":{"disableSelect":true},"postal_code":{"search":true,"customInput":false},"house_number":{"collect":false},"phone_number":{"usePlugin":true}}}'),
orlenPaczkaAccessToken: '89502338eca87cce63e8dfa28c32a97cafa5e0c1856ceaa3a747ede35b7b67c06fcf8c76b2a9e81ea45ca49fd89a1586eac66845d6cfb0c88b18353d'
};