Immerse yourself in a world where luxury and craftsmanship converge, curated by our expert artisans. Each visit becomes a journey through<br the art of fine jewelry, marked by personalized guidance and a commitment to excellence that mirrors the legacy of KJ jewellery
Kooheji Jewellery stands as a beacon of innovation and excellence, offering unique, contemporary collections that resonate with both local and global trends. Our commitment to quality, attention to detail, and competitive pricing, alongside unparalleled customer service, distinguishes us in the hearts of our valued customers.
Where is Kooheji Jewellery crafted ?
Our jewelry is manufactured in the best European factories and in high-quality East Asia
Are the pieces exclusively designed for Kooheji Jewellery?
Absolutely, each piece is a signature design, conceived with passion and precision by our illustrious team.
Who designs Kooheji Jewellery?
Our designs are the work of an elite cadre of international designers, each selected for their exceptional talent and alignment with our brand’s standards of excellence.
From where are your diamonds sourced?
Our diamonds are ethically sourced from renowned mines across the globe, including South Africa and Russia, and are expertly cut in Belgium among other distinguished locations.
Can jewelry be reimagined or altered?
Our service includes the bespoke reimagining of our pieces, tailored to the unique possibilities each piece presents.
When are new designs introduced?
We unveil new collections biannually, continually offering fresh and innovative designs to delight our clientele.
What techniques are employed in diamond and stone cutting?
We employ the most advanced technology, ensuring each gem is cut to maximize its brilliance and beauty.
Are all prices fixed on the site?
Indeed, the prices listed on our site are steadfast, with any variations in taxes at the point of receipt reflecting the VAT policies of individual countries.
Why are diamond specifics not listed online?
Details of our diamonds’ exquisite qualities are provided within the purchase documentation, ensuring you receive all necessary information upon acquisition.
Is there a difference between online and in-store selections?
Our online boutique offers exclusive designs, distinct from those available in our physical stores, each crafted to embody the special character of our brand.
What is your policy on warranties, exchanges, and returns?
Our terms and conditions clearly outline our comprehensive policies, ensuring your utmost satisfaction and confidence in every purchase.
How can I stay informed about the latest from Kooheji Jewellerly?
We invite our clients to share their preferred contact methods with us, ensuring they are the first to know of our latest creations and offerings.
Natural Diamonds
At Kooheji Jewellery, our diamonds, each with clarity never below VSI, reflect our unwavering commitment to natural purity and exceptional quality, certified to ensure authenticity and brilliance. This dedication represents the essence of sophistication, embodying a legacy of timeless elegance.
By enrolling in the Kooheji Jewellery Loyalty Program, you agree to the following:
Eligibility
Membership is available to individuals aged 18 years and above. By enrolling, you confirm that the information provided is accurate and complete.
Points Structure
Members earn 1 loyalty point for every SAR 1,000 spent on eligible purchases.
Each point may be redeemed in accordance with the Program rules (currently valued at SAR 10 per point).
Points have no cash value, are non-transferable, and cannot be exchanged for money.
Redemption & Expiry
Points may be redeemed subject to minimum thresholds and product eligibility.
Points are valid for 12 months from the date of earning unless otherwise stated.
Expired points cannot be reinstated except in cases of system error.
Exclusions
Points are not earned on taxes (VAT), gift cards, service charges, discounted items above the permitted threshold, or other excluded categories as defined in the full Program Terms.
Changes to the Program
Kooheji Jewellery reserves the right to amend point values, redemption thresholds, benefits, or Program rules with reasonable notice in accordance with applicable laws.
Fraud & Misuse
Accounts may be suspended or terminated in cases of suspected fraud, misuse, or breach of Program Terms. Points may be forfeited if violations are confirmed.
Data Privacy & Communication
By enrolling, you consent to the collection and processing of your personal data for the purpose of administering the Loyalty Program, in accordance with applicable data protection laws.
You may opt out of marketing communications at any time.
Governing Terms
This is a summary for consent purposes. Full Loyalty Program Terms & Conditions are available at:
// Function to add query string without reloading the page
jQuery(document).ready(function($) {
var currencyToCountry = {
"SAR": "Saudi Arabia",
"BHD": "Bahrain",
"KWD": "Kuwait",
"QAR": "Qatar",
"AED": "UAE",
"OMR":"Oman"
};
function updateActiveCurrencyButton() {
// Find the active currency
var activeCurrency = $('.wmc-currency.wmc-active').data('currency');
// Find the corresponding country name from the mapping
var countryName = currencyToCountry[activeCurrency];
$(".CountryNameSpan").text(countryName);
}
updateActiveCurrencyButton();
var countryToCurrency = {
"Saudi Arabia": "SAR",
"Bahrain": "BHD",
"Kuwait": "KWD",
"Qatar": "QAR",
"UAE": "AED",
"Oman":"OMR"
};
// Add click event listener to country buttons
$('.SwitchCountryButton').click(function() {
// Get the country name from the button's text
var countryName = $(this).text().trim();
console.log(countryName);
// Use the mapping to find the corresponding currency code
var currencyCode = countryToCurrency[countryName];
// Find the corresponding currency link and trigger a click
$('.wmc-currency-redirect').each(function() {
if ($(this).data('currency') === currencyCode) {
$(this).click(); // Programmatically trigger the click event
$(".CountryNameSpan").text(countryName);
return false; // Exit the loop
}
});
});
});
jQuery(document).ready(function(){
// Click handler for setting ActiveTab class and showing the correct branches rows
jQuery(".ClickableTabs").click(function(e){
e.preventDefault();
// Setting the ActiveTab class
jQuery(".ClickableTabs").removeClass("ActiveTab");
jQuery(this).addClass("ActiveTab");
// Displaying the appropriate branches row
let city = jQuery(this).data('city');
if(city === "All") {
jQuery(".branches-row").show();
} else {
jQuery(".branches-row").hide();
jQuery(".branches-row." + city).show();
}
});
});
let mapcode, diag;
function showPosition(position) {
init({ lat: position.coords.latitude, lng: position.coords.longitude });
}
function getLocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showPosition, showError);
} else {
document.getElementById('map_populate').innerHTML = "Geolocation is not supported by this browser.";
}
}
function showError(error) {
const errMsgs = {
PERMISSION_DENIED: "Permission Denied. Defaulting to Riyadh.",
POSITION_UNAVAILABLE: "Location information is unavailable.",
TIMEOUT: "The request to get user location timed out.",
UNKNOWN_ERROR: "An unknown error occurred."
};
document.getElementById('map_populate').innerHTML = errMsgs[error.code] || errMsgs.UNKNOWN_ERROR;
if (error.code === 'PERMISSION_DENIED') init({ lat: 23.8859, lng: 45.0792 });
}
////////////////////////////////////////////////////////////////
var Providers = [
{
"city": "Manama",
"cityAr": "المنامة",
"LocationName": "Kooheji Jewellery <br/> Seef Mall",
"LocationNameAr": "مجوهرات الك <br/> وهجي مجمع السيف",
"Desc": "Seef Mall, Rd No 2819, Seef",
"DescAR": "",
"Link": "https://maps.app.goo.gl/p3i623UNUEjxCwqF8",
"lat": 26.233731817593146,
"long": 50.538004551099206,
"type": "Boutique",
"img" :"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/thumbnail.webp"
},
{
"city": "Manama",
"cityAr": "المنامة",
"LocationName": "Kooheji Jewellery <br/> Moda Mall",
"LocationNameAr": "مجوهرات الكو <br/> هجي مجمع المودا",
"Desc": "Moda Mall, المودا مول, Manama",
"DescAR": "المنامه، المودا مول",
"Link": "https://maps.app.goo.gl/5MRd8Uix96RXuDJk8",
"lat": 26.240146586263336,
"long": 50.58309003248961,
"type": "Boutique",
"img" :"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/75b1cd4f-a4f1-48cc-a243-4e86d56884c9.webp"
},
{
"city": "Manama",
"cityAr": "المنامة",
"LocationName": "Kooheji Jewellery <br/> Marasi Mall",
"LocationNameAr": "مجوهرات الكو <br/> هجي مجمع المودا",
"Desc": "Moda Mall, المودا مول, Manama",
"DescAR": "المنامه، المودا مول",
"Link": "https://maps.app.goo.gl/uRT6mctNCWtFYCyZ9",
"lat": 26.304006644611015,
"long": 50.64283291816477,
"type": "Boutique",
"img" :"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/PHOTO-2024-03-27-15-53-43.jpg"
},
{
"city": "khobar",
"cityAr": "الخبر",
"LocationName": "Kooheji Jewellery <br/>Al Rashid Mall",
"LocationNameAr": "مجوهرات الكو <br/> هجي مجمع الراشد",
"Desc": "Firas Ibn Al Nudur St, Al Rashid Mall, Al Khobar Saudi Arabia",
"DescAR": "المنامه، المودا مول",
"Link": "https://maps.app.goo.gl/2ydQnyYtmkPDHESH9",
"lat": 26.291823768874007,
"long": 50.18149133743314,
"type": "Boutique",
"img": "https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/0V9A2173-2-scaled.webp"
},
{
"city": "Khobar",
"cityAr": "الخبر",
"LocationName": "Kooheji Jewellery <br/>Dharan Mall",
"LocationNameAr": "مجوهرات الكوه <br/> جي مجمع الظهران",
"Desc": "Mall of Dhahran, Al Dawhah Al Janubiyah, شارع فيصل بن فهد، حي, Dhahran 34457, Saudi Arabia",
"DescAR": "المنامه، المودا مول",
"Link": "https://maps.app.goo.gl/X3PUKiMpoAREDF2z8",
"lat": 26.307595591377908,
"long": 50.17131324595366,
"type": "Boutique",
"img": "https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/b25ee533-7fe6-4b44-8c8a-513219cc4755.webp"
},
{
"city": "Riyadh",
"cityAr": "الرياض",
"LocationName": "Kooheji Jewellery <br/> Al Faisaliya",
"LocationNameAr": "مجوهرات الكوهج <br/> ي مجمع الفيصليه",
"Desc": "Al Olaya, Mode Al Faisaliya , Al Olya , Al Olya Street المود مول ، العليا ، الطريق, Riyadh Saudi Arabia",
"DescAR":"المنامه، المودا مول",
"Link": "https://maps.app.goo.gl/dnNsTb7A57xaoxgM9",
"lat": 24.693571303415695,
"long": 46.68669103725176,
"type": "Boutique",
"img":"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/7275045f-c32a-46ff-bc65-4b4beed7224d.jpeg"
},
{
"city": "Riyadh",
"cityAr": "الرياض",
"LocationName": "Kooheji Jewellery <br/> Panorama Mall",
"LocationNameAr": "مجوهرات الكوهج <br/> ي مجمع بانوراما",
"Desc": "Al Mathar Ash Shamali, مجمع بانوراما, panorama Mall التخصصي،, Riyadh Saudi Arabia",
"DescAR": "",
"Link": "https://maps.app.goo.gl/pxBXnPjUWAyvadSX9",
"lat": 24.70707123459266,
"long": 46.66879641559384,
"type": "Boutique",
"img":"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/95cf4b5c-55a2-4b2c-b704-b4b1c035a931.webp"
},
{
"city": "Riyadh",
"cityAr": "الرياض",
"LocationName": "Kooheji jewellery <br/> Nakheel Mall",
"LocationNameAr": "مجوهرات الكو <br/> هجي مجمع النخيل",
"Desc": "ibn afan Rd, Nakheel Mall - مجمع النخيلuthman, Riyadh Saudi Arabia",
"DescAR": "",
"Link": "https://maps.app.goo.gl/BH2KjrAcnESPinio8",
"lat": 24.780305710960274,
"long": 46.71562674900706,
"type": "Boutique",
"img": "https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/photo_2015-09-06_10-22-44.webp"
},
{
"city": "Jeddah",
"cityAr": "جدة",
"LocationName": "Kooheji Jewellery <br/> Assila Hotel",
"LocationNameAr": "مجوهرات الك <br/> وهجي فندق اصيله",
"Desc": "Assila Hotel, Al Foutaihi, Al Andalus, Jeddah 23326, Saudi Arabia",
"DescAR": "",
"Link": "https://maps.app.goo.gl/NGcMbE1bPDCnu23Z7",
"lat": 21.55202054902536,
"long":39.16269848927534,
"type": "Boutique",
"img":"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/03/f4a8816c-9843-4704-bf5b-0466bee5cb70.jpeg"
},
{
"city": "Jeddah",
"cityAr": "جدة",
"LocationName": "Kooheji Jewellery <br/> Alkhayat Center",
"LocationNameAr": "مجوهرات الكوهجي <br/> سنتر الخياط",
"Desc": "6761 الامير محمد بن عبدالعزيز، حي الاندلس, JCAA4257، 4257, Jeddah 23322",
"DescAR": "",
"Link": "https://maps.app.goo.gl/tKjyrUk2X4nBfreR9",
"lat": 21.548911780167142,
"long":39.150965854102445,
"type": "Boutique",
"img":"https://stagingapp10963.cloudwayssites.com/wp-content/uploads/2024/11/alkhayat.webp"
}
];
////////////////////////////////////////////////////////////////
/// my current Location /////////
function init(myLatLng) {
mapcode = new google.maps.Geocoder();
const lnt = new google.maps.LatLng(myLatLng.lat, myLatLng.lng);
const mapStyle = [
{
featureType: 'road',
elementType: 'geometry',
stylers: [{ color: '#cccccc' }]
},
{
featureType: 'water',
elementType: 'geometry',
stylers: [{ color: '#17263c' }]
},
{
featureType: 'water',
elementType: 'labels.text.fill',
stylers: [{ color: '#515c6d' }]
},
{
featureType: 'water',
elementType: 'labels.text.stroke',
stylers: [{ color: '#17263c' }]
}
]
const diagChoice = {
zoom: 12,
center: lnt,
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles: mapStyle
}
diag = new google.maps.Map(document.getElementById('map_populate'), diagChoice);
var Marker1 = new google.maps.Marker({
position: lnt,
map: diag,
title: "You are here!"
});
var path = window.location.pathname;
var page = path.split("/").pop();
var lat = myLatLng.lat;
var long = myLatLng.lng;
var contentRow = "";
Providers.forEach(function (item, index) {
var d = distance(lat, long, item.lat, item.long, "K");
console.log(parseInt(d));
var bgcolor = "";
var color = "";
var borderGrad = "";
var textGrad = "";
var arrowImg = "";
var icon = "";
var LatlngPin = "";
var BImage = item.img;
switch (item.type) {
case "Boutique":
bgcolor = "#F1F3F9"; // Corrected here
color = "#379ED8";
borderGrad =" linear-gradient( to bottom, rgba(0,149,241,0.81), #379ED8, #379ED8, #379ED8, #379ED8) 1 100%";
textGrad = "#379ED8";
arrowImg = "https://testing.kooheji.net/wp-content/uploads/2024/02/arrow_right.svg";
icon = "https://testing.kooheji.net/wp-content/uploads/2024/02/MapPinLocator.svg";
break;
}
const myLatLng = { lat: item.lat, lng: item.long };
console.log(myLatLng);
var Marker2 = new google.maps.Marker({
animation: google.maps.Animation.DROP,
icon: new google.maps.MarkerImage(icon),
position: myLatLng,
map: diag,
title: item.LocationName
});
if (parseInt(d) <= 10000) {
jQuery(this).html((parseInt(d)) + " كم ");
///////// CALL THE DIVS ///////////
contentRow = "<div class='branches-row " + item.city + "' style='cursor: pointer; background-color:#fafafa; height:auto; margin-right:10px; margin-bottom:10px; text-align:left; width:250px' distance='" + d + "' data-lat='" + item.lat + "' data-long='" + item.long + "'>" +
"<div style='height:130px; width:100%; background-image: url(\"" + BImage + "\"); background-size: cover; background-position: center center;'></div>" +
"<a href='" + item.Link + "' target='_blank'>" +
"<div class='distance'>"+ parseInt(d) +" km</div>" +
"<div class='LocationName'>"+ item.LocationName +"</div>" +
"<div class='LocationCity'>"+ item.city +"</div>" +
"<div class='LocationLink'>View Directions</div>" +
"</div>" +
"</a>" +
"</div>";
jQuery(".branches-container").append(contentRow);
}
}); //////END OF PROVIDERS LOOP
const divList = jQuery(".branches-row");
divList.sort((a, b) => jQuery(a).attr("distance") - jQuery(b).attr("distance"));
jQuery(".branches-container").html(divList);
} ////END INIT
////////////////////////////////////////////////////////////////
function distance(lat1, lon1, lat2, lon2, unit) {
if ((lat1 == lat2) && (lon1 == lon2)) {
return 0;
}
else {
var radlat1 = Math.PI * lat1 / 180;
var radlat2 = Math.PI * lat2 / 180;
var theta = lon1 - lon2;
var radtheta = Math.PI * theta / 180;
var dist = Math.sin(radlat1) * Math.sin(radlat2) + Math.cos(radlat1) * Math.cos(radlat2) * Math.cos(radtheta);
if (dist > 1) {
dist = 1;
}
dist = Math.acos(dist);
dist = dist * 180 / Math.PI;
dist = dist * 60 * 1.1515;
if (unit == "K") { dist = dist * 1.609344 }
if (unit == "N") { dist = dist * 0.8684 }
return dist;
}
}
jQuery(document).ready(function () {
getLocation();
jQuery(".branches-container").on('click', '.branches-row', function() {
console.log("Row clicked");
const lat = parseFloat(jQuery(this).data('lat'));
const long = parseFloat(jQuery(this).data('long'));
console.log("Lat: " + lat + ", Long: " + long);
diag.setCenter(new google.maps.LatLng(lat, long));
diag.setZoom(12);
});
});
jQuery(document).ready(function() {
// Target all <img> and <a> elements on the site
jQuery('img, a').removeAttr('title');
});
// Function to add query string without reloading the page
jQuery(document).ready(function($) {
var currencyToCountry = {
"SAR": "Saudi Arabia",
"BHD": "Bahrain",
"KWD": "Kuwait",
"QAR": "Qatar",
"AED": "UAE",
"OMR": "Oman"
};
function updateActiveCurrencyButton() {
// Remove bold class from all buttons first
$('.SwitchCountryButton').removeClass('ActiveBtn');
// Find the active currency
var activeCurrency = $('.wmc-currency.wmc-active').data('currency');
// Find the corresponding country name from the mapping
var countryName = currencyToCountry[activeCurrency];
$('.CountryText').find('h2').each(function() {
// Get the current text of the h2 element
var currentText = $(this).text();
// Set the new text back to the h2 element
$(".CountryNameSpan").text(countryName);
});
// Loop through the buttons and add bold class to the matching button
$('.SwitchCountryButton').each(function() {
if ($(this).text().trim() === countryName) {
$(this).addClass('ActiveBtn');
}
});
}
updateActiveCurrencyButton();
var countryToCurrency = {
"Saudi Arabia": "SAR",
"Bahrain": "BHD",
"Kuwait": "KWD",
"Qatar": "QAR",
"UAE": "AED",
"Oman": "OMR"
};
$('.SwitchCountryButton').click(function() {
// Get the country name from the button's text
var countryName = $(this).text().trim();
// Use the mapping to find the corresponding currency code
var currencyCode = countryToCurrency[countryName];
// Find the corresponding currency link and trigger a click
$('.wmc-currency-redirect').each(function() {
if ($(this).data('currency') === currencyCode) {
$(this).click(); // Programmatically trigger the click event
$(".CountryMessage").text("We are Transfering you to");
$(".CountryNameSpan").text(countryName);
return false; // Exit the loop
}
});
});
});
var awsmJobsPublic = {"ajaxurl":"https://stagingapp10963.cloudwayssites.com/wp-admin/admin-ajax.php","is_tax_archive":"","is_search":"","job_id":"0","wp_max_upload_size":"209715200","deep_linking":{"search":true,"spec":true,"pagination":true},"i18n":{"loading_text":"Loading...","form_error_msg":{"general":"Error in submitting your application. Please refresh the page and retry.","file_validation":"The file you have selected is too large.","captcha_failed":"reCAPTCHA failed to load. Please check your configuration."}},"vendors":{"selectric":true,"jquery_validation":true},"is_homepage":"","block_nonce":"edd4fb5a9a","view_count_nonce":"ef337f775a"};
//# sourceURL=awsm-job-scripts-js-extra
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"4.1.1","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"container":true,"nested-elements":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true},"urls":{"assets":"https:\/\/stagingapp10963.cloudwayssites.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/stagingapp10963.cloudwayssites.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/stagingapp10963.cloudwayssites.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"61f9a69879","atomicFormsSendForm":"9313ee592f"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":11393,"title":"Our%20Boutiques%20-%20Kooheji%20Jewellery","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
var awsmProJobsPublic = {"datepicker":"default","iti":{"show_country_code":false,"utils_url":"https://stagingapp10963.cloudwayssites.com/wp-content/plugins/pro-pack-for-wp-job-openings/assets/js/intlTelInput-utils.min.js"},"i18n":{"repeater":{"add_more":"Add More","edit":"Edit","update":"Update","remove":"Delete"},"file_upload":{"uploading":"Uploading....","cancel_upload":"Cancel","upload_canceled":"Upload canceled.","cancel_upload_confirmation":"Are you sure you want to cancel this upload?","remove_file":"Remove","max_files":"You are not allowed to upload more than the file limit: {{maxFiles}}.","invalid_file_type":"You can't upload files of this type.","file_size":"File upload failed. Maximum allowed file size is {{maxFilesize}}MB"}}};
//# sourceURL=awsm-job-pro-scripts-js-extra
var jetBlocksData = {"recaptchaConfig":{"enable":"false","site_key":"","secret_key":""}};
var JetHamburgerPanelSettings = {"ajaxurl":"https://stagingapp10963.cloudwayssites.com/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://stagingapp10963.cloudwayssites.com/wp-json/jet-blocks-api/v1/elementor-template","devMode":"false","restNonce":"5bd314f22c"};
//# sourceURL=jet-blocks-js-extra
var jetElements = {"ajaxUrl":"https://stagingapp10963.cloudwayssites.com/wp-admin/admin-ajax.php","isMobile":"false","templateApiUrl":"https://stagingapp10963.cloudwayssites.com/wp-json/jet-elements-api/v1/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}};
//# sourceURL=jet-elements-js-extra
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","i18n_rating_options":["1 of 5 stars","2 of 5 stars","3 of 5 stars","4 of 5 stars","5 of 5 stars"],"i18n_product_gallery_trigger_text":"View full-screen image gallery","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
//# sourceURL=wc-single-product-js-extra
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your Bag.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your Bag."};
//# sourceURL=wc-add-to-cart-variation-js-extra