- 제출된 URL:
- https://zahall.com/
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://www.facebook.com | Follow on Facebook |
JavaScript 변수 · 53개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
href | undefined |
$ | undefined |
jQuery | function |
wpcf7 | object |
wc_add_to_cart_params | object |
woocommerce_params | object |
wc_cart_fragments_params | object |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
log | other |
|
warning | other |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><!--[if IE 9 ]> <html lang="en-US" class="ie9 loading-site no-js"> <![endif]--><!--[if IE 8 ]> <html lang="en-US" class="ie8 loading-site no-js"> <![endif]--><!--[if (gte IE 9)|!(IE)]><!--><html lang="en-US" class="no-js"><!--<![endif]--><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="https://zahall.com/xmlrpc.php">
<script type="rocketlazyloadscript">document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
<script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- This site is optimized with the Yoast SEO plugin v19.6.1 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Classic Shop - zahall</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Lato%3Aregular%2C700%2C400%2C700%7CDancing%20Script%3Aregular%2C400&display=swap"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato%3Aregular%2C700%2C400%2C700%7CDancing%20Script%3Aregular%2C400&display=swap" media="all" onload="this.media='all'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato%3Aregular%2C700%2C400%2C700%7CDancing%20Script%3Aregular%2C400&display=swap" /></noscript>
<link rel="canonical" href="https://zahall.com/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Classic Shop - zahall">
<meta property="og:url" content="https://zahall.com/">
<meta property="og:site_name" content="zahall">
<meta property="article:modified_time" content="2022-10-26T03:10:35+00:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:label1" content="Est. reading time">
<meta name="twitter:data1" content="1 minute">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://zahall.com/","url":"https://zahall.com/","name":"Classic Shop - zahall","isPartOf":{"@id":"https://zahall.com/#website"},"datePublished":"2022-07-24T16:18:34+00:00","dateModified":"2022-10-26T03:10:35+00:00","breadcrumb":{"@id":"https://zahall.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://zahall.com/"]}]},{"@type":"BreadcrumbList","@id":"https://zahall.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://zahall.com/#website","url":"https://zahall.com/","name":"zahall","description":"Different beauty, different confidence","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://zahall.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link href="https://fonts.gstatic.com" crossorigin="" rel="preconnect">
<link rel="alternate" type="application/rss+xml" title="zahall » Feed" href="https://zahall.com/feed/">
<link rel="alternate" type="application/rss+xml" title="zahall » Comments Feed" href="https://zahall.com/comments/feed/">
<link rel="prefetch" href="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.countup.fe2c1016.js">
<link rel="prefetch" href="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.sticky-sidebar.a58a6557.js">
<link rel="prefetch" href="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.tooltips.29144c1c.js">
<link rel="prefetch" href="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.vendors-popups.947eca5c.js">
<link rel="prefetch" href="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.vendors-slider.c7f2bd49.js">
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<style id="wp-block-library-inline-css" type="text/css">
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,161;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color),html :where([style*=border-width]){border-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}
</style>
<link data-minify="1" rel="stylesheet" id="contact-form-7-css" href="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1727545219" type="text/css" media="all">
<style id="woocommerce-inline-inline-css" type="text/css">
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link data-minify="1" rel="stylesheet" id="flatsome-woocommerce-wishlist-css" href="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.css?ver=1727545219" type="text/css" media="all">
<link data-minify="1" rel="stylesheet" id="flatsome-main-css" href="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome.css?ver=1727545219" type="text/css" media="all">
<style id="flatsome-main-inline-css" type="text/css">
@font-face {
font-family: "fl-icons";
font-display: block;
src: url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.15.7);
src:
url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.15.7) format("embedded-opentype"),
url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.15.7) format("woff2"),
url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.15.7) format("truetype"),
url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.15.7) format("woff"),
url(https://zahall.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.15.7#fl-icons) format("svg");
}
</style>
<link data-minify="1" rel="stylesheet" id="flatsome-shop-css" href="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/css/flatsome-shop.css?ver=1727545219" type="text/css" media="all">
<link rel="stylesheet" id="flatsome-style-css" href="https://zahall.com/wp-content/themes/flatsome-child/style.css?ver=3.0" type="text/css" media="all">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
window._nslDOMReady = function (callback) {
if ( document.readyState === "complete" || document.readyState === "interactive" ) {
callback();
} else {
document.addEventListener( "DOMContentLoaded", callback );
}
};
</script><script type="text/javascript" src="https://zahall.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0" id="jquery-core-js"></script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2" id="jquery-migrate-js" defer=""></script>
<link rel="alternate" type="application/json+oembed" href="https://zahall.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzahall.com%2F">
<link rel="alternate" type="text/xml+oembed" href="https://zahall.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fzahall.com%2F&format=xml">
<!-- This website runs the Product Feed PRO for WooCommerce by AdTribes.io plugin - version 11.8.5 -->
<style>.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}</style><!--[if IE]><link rel="stylesheet" type="text/css" href="https://zahall.com/wp-content/themes/flatsome/assets/css/ie-fallback.css"><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script><script>var head = document.getElementsByTagName('head')[0],style = document.createElement('style');style.type = 'text/css';style.styleSheet.cssText = ':before,:after{content:none !important';head.appendChild(style);setTimeout(function(){head.removeChild(style);}, 0);</script><script src="https://zahall.com/wp-content/themes/flatsome/assets/libs/ie-flexibility.js"></script><![endif]--><meta name="google-site-verification" content="rbejCHTpe3mQHA5MmCN0MxIwwm1t26Ii5azxjD6N8YM">
<meta name="msvalidate.01" content="D300028D96D738AE2304E89C5F9FDE5F"> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<link rel="icon" href="https://zahall.com/wp-content/uploads/2022/10/cropped-PhotoMar03_25807PM-32x32.jpg" sizes="32x32">
<link rel="icon" href="https://zahall.com/wp-content/uploads/2022/10/cropped-PhotoMar03_25807PM-192x192.jpg" sizes="192x192">
<link rel="apple-touch-icon" href="https://zahall.com/wp-content/uploads/2022/10/cropped-PhotoMar03_25807PM-180x180.jpg">
<meta name="msapplication-TileImage" content="https://zahall.com/wp-content/uploads/2022/10/cropped-PhotoMar03_25807PM-270x270.jpg">
<style id="custom-css" type="text/css">:root {--primary-color: #446084;}.header-main{height: 100px}#logo img{max-height: 100px}#logo{width:156px;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 30px}.transparent #logo img{max-height: 30px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 80px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.search-form{ width: 90%;}.header-bg-color {background-color: rgba(221,180,113,0.9)}.header-bottom {background-color: rgba(221,180,113,0.9)}.top-bar-nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 50px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}.nav-dropdown{font-size:100%}body{font-family:"Lato", sans-serif}body{font-weight: 400}.nav > li > a {font-family:"Lato", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Lato", sans-serif;}.nav > li > a {font-weight: 700;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 700;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Lato", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 700;}.alt-font{font-family: "Dancing Script", sans-serif;}.alt-font{font-weight: 400!important;}.header:not(.transparent) .top-bar-nav > li > a {color: #350303;}.header:not(.transparent) .top-bar-nav.nav > li > a:hover,.header:not(.transparent) .top-bar-nav.nav > li.active > a,.header:not(.transparent) .top-bar-nav.nav > li.current > a,.header:not(.transparent) .top-bar-nav.nav > li > a.active,.header:not(.transparent) .top-bar-nav.nav > li > a.current{color: rgba(251,75,75,0.91);}.top-bar-nav.nav-line-bottom > li > a:before,.top-bar-nav.nav-line-grow > li > a:before,.top-bar-nav.nav-line > li > a:before,.top-bar-nav.nav-box > li > a:hover,.top-bar-nav.nav-box > li.active > a,.top-bar-nav.nav-pills > li > a:hover,.top-bar-nav.nav-pills > li.active > a{color:#FFF!important;background-color: rgba(251,75,75,0.91);}@media screen and (min-width: 550px){.products .box-vertical .box-image{min-width: 247px!important;width: 247px!important;}}.footer-2{background-color: #777777}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script charset="utf-8" src="https://zahall.com/wp-content/themes/flatsome/assets/js/chunk.vendors-slider.c7f2bd49.js"></script></head>
<body data-rsssl="1" class="home page-template-default page page-id-4455 theme-flatsome woocommerce-demo-store woocommerce-no-js lightbox nav-dropdown-has-arrow nav-dropdown-has-shadow nav-dropdown-has-border"><div id="yith-wcwl-popup-message" style="display: none;"><div id="yith-wcwl-message"></div></div>
<p class="woocommerce-store-notice demo_store" data-notice-id="8b0ae5b110dc8e737052b0e491abe6f2" style="">Free Shipping on all orders <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0.49803921568627"></feFuncR><feFuncG type="table" tableValues="0 0.49803921568627"></feFuncG><feFuncB type="table" tableValues="0 0.49803921568627"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1"></feFuncR><feFuncG type="table" tableValues="0 0.27843137254902"></feFuncG><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 0"></feFuncR><feFuncG type="table" tableValues="0 0.64705882352941"></feFuncG><feFuncB type="table" tableValues="0 1"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.78039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.94901960784314"></feFuncG><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745"></feFuncR><feFuncG type="table" tableValues="0 1"></feFuncG><feFuncB type="table" tableValues="0.44705882352941 0.4"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "></feColorMatrix><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.098039215686275 1"></feFuncR><feFuncG type="table" tableValues="0 0.66274509803922"></feFuncG><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725"></feFuncB><feFuncA type="table" tableValues="1 1"></feFuncA></feComponentTransfer><feComposite in2="SourceGraphic" operator="in"></feComposite></filter></defs></svg>
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<div id="wrapper">
<header id="header" class="header ">
<div class="header-wrapper">
<div id="masthead" class="header-main hide-for-sticky nav-dark">
<div class="header-inner flex-row container logo-left medium-logo-center" role="navigation">
<!-- Logo -->
<div id="logo" class="flex-col logo">
<!-- Header logo -->
<a href="https://zahall.com/" title="zahall - Different beauty, different confidence" rel="home">
zahall</a>
</div>
<!-- Mobile Left Elements -->
<div class="flex-col show-for-medium flex-left">
<ul class="mobile-nav nav nav-left ">
<li class="nav-icon has-icon">
<div class="header-button"> <a href="#" data-open="#main-menu" data-pos="left" data-bg="main-menu-overlay" data-color="" class="icon primary button circle is-small" aria-label="Menu" aria-controls="main-menu" aria-expanded="false">
<i class="icon-menu"></i>
</a>
</div> </li> </ul>
</div>
<!-- Left Elements -->
<div class="flex-col hide-for-medium flex-left
flex-grow">
<ul class="header-nav header-nav-main nav nav-left nav-uppercase">
<li class="header-search-form search-form html relative has-icon">
<div class="header-search-form-wrapper">
<div class="searchform-wrapper ux-search-box relative is-normal"><form role="search" method="get" class="searchform" action="https://zahall.com/">
<div class="flex-row relative">
<div class="flex-col flex-grow">
<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
<input type="search" id="woocommerce-product-search-field-0" class="search-field mb-0" placeholder="Search…" value="" name="s" autocomplete="off">
<input type="hidden" name="post_type" value="product">
</div>
<div class="flex-col">
<button type="submit" value="Search" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Submit">
<i class="icon-search"></i> </button>
</div>
</div>
<div class="live-search-results text-left z-top"><div class="autocomplete-suggestions" style="position: absolute; display: none; max-height: 300px; z-index: 9999;"></div></div>
</form>
</div> </div>
</li> </ul>
</div>
<!-- Right Elements -->
<div class="flex-col hide-for-medium flex-right">
<ul class="header-nav header-nav-main nav nav-right nav-uppercase">
<li class="account-item has-icon
">
<a href="https://zahall.com/my-account/" class="nav-top-link nav-top-not-logged-in is-small" data-open="#login-form-popup">
<span>
Login </span>
</a>
</li>
<li class="header-divider"></li><li class="cart-item has-icon has-dropdown">
<a href="https://zahall.com/cart/" title="Cart" class="header-cart-link is-small">
<span class="header-cart-title">
Cart / <span class="cart-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>0.00</bdi></span></span>
</span>
<span class="cart-icon image-icon">
<strong>0</strong>
</span>
</a>
<ul class="nav-dropdown nav-dropdown-default">
<li class="html widget_shopping_cart">
<div class="widget_shopping_cart_content">
<p class="woocommerce-mini-cart__empty-message">No products in the cart.</p>
</div>
</li>
</ul>
</li>
</ul>
</div>
<!-- Mobile Right Elements -->
<div class="flex-col show-for-medium flex-right">
<ul class="mobile-nav nav nav-right ">
<li class="cart-item has-icon">
<a href="https://zahall.com/cart/" class="header-cart-link off-canvas-toggle nav-top-link is-small" data-open="#cart-popup" data-class="off-canvas-cart" title="Cart" data-pos="right">
<span class="cart-icon image-icon">
<strong>0</strong>
</span>
</a>
<!-- Cart Sidebar Popup -->
<div id="cart-popup" class="mfp-hide widget_shopping_cart">
<div class="cart-popup-inner inner-padding">
<div class="cart-popup-title text-center">
<h4 class="uppercase">Cart</h4>
<div class="is-divider"></div>
</div>
<div class="widget_shopping_cart_content">
<p class="woocommerce-mini-cart__empty-message">No products in the cart.</p>
</div>
<div class="cart-sidebar-content relative"></div> </div>
</div>
</li>
</ul>
</div>
</div>
<div class="container"><div class="top-divider full-width"></div></div>
</div><div id="wide-nav" class="header-bottom wide-nav hide-for-sticky hide-for-medium">
<div class="flex-row container">
<div class="flex-col hide-for-medium flex-left">
<ul class="nav header-nav header-bottom-nav nav-left nav-uppercase">
<li class="header-wishlist-icon">
<a href="https://zahall.com/wishlist/" class="wishlist-link is-small">
<span class="hide-for-medium header-wishlist-title">
Wishlist </span>
<i class="wishlist-icon icon-heart">
</i>
</a>
</li><li id="menu-item-9445" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-9445 menu-item-design-default"><a href="https://zahall.com/product-category/necklaces/" class="nav-top-link">necklaces</a></li>
<li id="menu-item-9446" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9446 menu-item-design-default"><a href="https://zahall.com/elements/pages/contact/" class="nav-top-link">Contact</a></li>
<li id="menu-item-9447" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9447 menu-item-design-default"><a href="https://zahall.com/shipping-policy/" class="nav-top-link">Shipping Policy</a></li>
</ul>
</div>
<div class="flex-col hide-for-medium flex-right flex-grow">
<ul class="nav header-nav header-bottom-nav nav-right nav-uppercase">
</ul>
</div>
</div>
</div>
<div class="header-bg-container fill"><div class="header-bg-image fill"></div><div class="header-bg-color fill"></div></div> </div>
</header>
<main id="main" class="">
<div id="content" class="content-area page-wrapper" role="main">
<div class="row row-main">
<div class="large-12 col">
<div class="col-inner">
<div class="slider-wrapper relative" id="slider-2118320515">
<div class="slider slider-nav-circle slider-nav-large slider-nav-light slider-style-normal is-draggable flickity-enabled" data-flickity-options="{
"cellAlign": "center",
"imagesLoaded": true,
"lazyLoad": 1,
"freeScroll": false,
"wrapAround": true,
"autoPlay": 6000,
"pauseAutoPlayOnHover" : true,
"prevNextButtons": true,
"contain" : true,
"adaptiveHeight" : true,
"dragThreshold" : 10,
"percentPosition": true,
"pageDots": true,
"rightToLeft": false,
"draggable": true,
"selectedAttraction": 0.1,
"parallax" : 0,
"friction": 0.6 }" tabindex="0">
<div class="flickity-viewport" style="height: 0px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(50%);"><div class="banner has-hover hide-for-medium is-selected" id="banner-63276324" style="position: absolute; left: 0%;">
<div class="banner-inner fill">
<div class="banner-bg fill">
<div class="bg fill bg-fill bg-loaded"></div>
</div>
<div class="banner-layers container">
<div class="fill banner-link"></div> <div id="text-box-1447516003" class="text-box banner-layer x50 md-x50 lg-x50 y50 md-y50 lg-y50 res-text">
<div data-animate="fadeIn" data-animated="true"> <div class="text-box-content text dark">
<div class="text-inner text-center">
</div>
</div>
</div>
<style>
#text-box-1447516003 {
width: 60%;
}
#text-box-1447516003 .text-box-content {
font-size: 100%;
}
@media (min-width:550px) {
#text-box-1447516003 {
width: 60%;
}
}
</style>
</div>
</div>
</div>
<style>
#banner-63276324 {
padding-top: 517px;
}
#banner-63276324 .bg.bg-loaded {
background-image: url(https://zahall.com/wp-content/uploads/2022/10/zahall-1400x700.png);
}
#banner-63276324 .ux-shape-divider--top svg {
height: 150px;
--divider-top-width: 100%;
}
#banner-63276324 .ux-shape-divider--bottom svg {
height: 150px;
--divider-width: 100%;
}
</style>
</div></div></div><button class="flickity-button flickity-prev-next-button previous" type="button" disabled="" aria-label="Previous"><svg class="flickity-button-icon" viewBox="0 0 100 100"><path d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" class="arrow"></path></svg></button><button class="flickity-button flickity-prev-next-button next" type="button" disabled="" aria-label="Next"><svg class="flickity-button-icon" viewBox="0 0 100 100"><path d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" class="arrow" transform="translate(100, 100) rotate(180) "></path></svg></button><ol class="flickity-page-dots"><li class="dot is-selected" aria-label="Page dot 1" aria-current="step"></li></ol></div>
<div class="loading-spin dark large centered" style="display: none;"></div>
</div>
<div class="container section-title-container"><h3 class="section-title section-title-center"><b></b><span class="section-title-main">weekly featured products</span><b></b></h3></div>
<div id="product-grid-1559824523" class="row large-columns-4 medium-columns-3 small-columns-2 row-small row-masonry" data-packery-options="{"itemSelector": ".col", "gutter": 0, "presentageWidth" : true}" style="position: relative; height: 2354.25px;">
<div class="product-small col has-hover product type-product post-9442 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/paige-flat-gold-necklace/" aria-label="Paige Flat Gold Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_d14ec1e9-1442-4f59-a0be-f925c6a9a3ca-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_d14ec1e9-1442-4f59-a0be-f925c6a9a3ca-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_d14ec1e9-1442-4f59-a0be-f925c6a9a3ca-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0733-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0733-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0733-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9442 wishlist-fragment on-first-load" data-fragment-ref="9442" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9442,"parent_product_id":9442,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9442&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9442" data-product-type="simple" data-original-product-id="9442" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9442" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/paige-flat-gold-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Paige Flat Gold Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9443 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 259px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/the-sun-necklace/" aria-label="The Sun Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8345-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8345-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8345-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-3851-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-3851-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-3851-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9443 wishlist-fragment on-first-load" data-fragment-ref="9443" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9443,"parent_product_id":9443,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9443&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9443" data-product-type="simple" data-original-product-id="9443" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9443" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/the-sun-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">The Sun Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>22.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9427 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 519px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/syd-mixed-metal-necklace/" aria-label="Syd Mixed Metal Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_0e8426f4-4841-48a2-8edb-e948d4328988-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_0e8426f4-4841-48a2-8edb-e948d4328988-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_0e8426f4-4841-48a2-8edb-e948d4328988-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_fee730ac-da6e-40de-9a3a-dc841bc10881-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_fee730ac-da6e-40de-9a3a-dc841bc10881-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_fee730ac-da6e-40de-9a3a-dc841bc10881-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9427 wishlist-fragment on-first-load" data-fragment-ref="9427" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9427,"parent_product_id":9427,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9427&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9427" data-product-type="simple" data-original-product-id="9427" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9427" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/syd-mixed-metal-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Syd Mixed Metal Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>26.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9428 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 392px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/emmy-pendant-necklace/" aria-label="Emmy Pendant Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0480-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0480-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0480-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0721-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0721-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-0721-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9428 wishlist-fragment on-first-load" data-fragment-ref="9428" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9428,"parent_product_id":9428,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9428&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9428" data-product-type="simple" data-original-product-id="9428" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9428" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/emmy-pendant-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Emmy Pendant Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>48.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9429 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 259px; top: 392px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/round-zodiac-necklace/" aria-label="Round Zodiac Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-2962-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-2962-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-2962-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8722-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8722-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8722-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9429 wishlist-fragment on-first-load" data-fragment-ref="9429" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9429,"parent_product_id":9429,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9429&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9429" data-product-type="variable" data-original-product-id="9429" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9429" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/round-zodiac-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Round Zodiac Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>32.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9425 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 519px; top: 392px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/ralph-pendant-necklace/" aria-label="Ralph Pendant Necklace">
<img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-5048-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-5048-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-5048-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_5d52ac63-52d2-4383-8f40-4108e7fea90f-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image entered lazyloaded" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_5d52ac63-52d2-4383-8f40-4108e7fea90f-247x296.jpg" data-ll-status="loaded"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_5d52ac63-52d2-4383-8f40-4108e7fea90f-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9425 wishlist-fragment on-first-load" data-fragment-ref="9425" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9425,"parent_product_id":9425,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9425&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9425" data-product-type="simple" data-original-product-id="9425" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9425" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/ralph-pendant-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Ralph Pendant Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>33.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9426 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 784px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/loop-necklace/" aria-label="Loop Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-5212-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-5212-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9426 wishlist-fragment on-first-load" data-fragment-ref="9426" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9426,"parent_product_id":9426,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9426&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9426" data-product-type="simple" data-original-product-id="9426" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9426" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/loop-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Loop Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>27.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9420 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 259px; top: 784px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/lihir-twist/" aria-label="Lihir Twist">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122042PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122042PM-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_2cbc946a-6018-421e-b28a-ef9c19d361a1-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_2cbc946a-6018-421e-b28a-ef9c19d361a1-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9420 wishlist-fragment on-first-load" data-fragment-ref="9420" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9420,"parent_product_id":9420,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9420&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9420" data-product-type="variable" data-original-product-id="9420" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9420" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/lihir-twist/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Lihir Twist</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>20.00</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>28.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9416 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 519px; top: 784px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/thick-lihir-twist-chain-silver-5mm/" aria-label="Thick Lihir Twist Chain (Silver) 5mm">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122442PM_1-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122442PM_1-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_121637PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_121637PM-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9416 wishlist-fragment on-first-load" data-fragment-ref="9416" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9416,"parent_product_id":9416,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9416&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9416" data-product-type="variable" data-original-product-id="9416" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9416" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/thick-lihir-twist-chain-silver-5mm/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Thick Lihir Twist Chain (Silver) 5mm</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>26.00</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9419 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 1177px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/carlin/" aria-label="Carlin">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122650PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122650PM-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122800PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122800PM-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9419 wishlist-fragment on-first-load" data-fragment-ref="9419" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9419,"parent_product_id":9419,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9419&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9419" data-product-type="simple" data-original-product-id="9419" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9419" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/carlin/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Carlin</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9413 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 259px; top: 1177px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/thick-lihir-twist-chain-silver-3mm/" aria-label="Thick Lihir Twist Chain (Silver) 3mm">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_6-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_6-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9413 wishlist-fragment on-first-load" data-fragment-ref="9413" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9413,"parent_product_id":9413,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9413&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9413" data-product-type="variable" data-original-product-id="9413" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9413" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/thick-lihir-twist-chain-silver-3mm/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Thick Lihir Twist Chain (Silver) 3mm</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>23.00</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9410 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 519px; top: 1177px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/cedar-pendant-necklace/" aria-label="Cedar Pendant Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar01_20341PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar01_20341PM-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar01_20341PM_7-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar01_20341PM_7-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9410 wishlist-fragment on-first-load" data-fragment-ref="9410" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9410,"parent_product_id":9410,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9410&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9410" data-product-type="simple" data-original-product-id="9410" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9410" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/cedar-pendant-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Cedar Pendant Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>28.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9411 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 1569px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/mixed-metal-figaro-chain/" aria-label="Mixed Metal Figaro Chain">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_5-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_5-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9411 wishlist-fragment on-first-load" data-fragment-ref="9411" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9411,"parent_product_id":9411,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9411&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9411" data-product-type="simple" data-original-product-id="9411" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9411" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/mixed-metal-figaro-chain/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Mixed Metal Figaro Chain</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>35.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9412 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 259px; top: 1569px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/figaro-chain/" aria-label="FIgaro Chain">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_4-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_10844PM_4-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122916PM-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoDec30_122916PM-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9412 wishlist-fragment on-first-load" data-fragment-ref="9412" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9412,"parent_product_id":9412,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9412&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9412" data-product-type="simple" data-original-product-id="9412" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9412" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/figaro-chain/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">FIgaro Chain</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>29.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9409 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 519px; top: 1569px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/melted-heart-necklace/" aria-label="Melted Heart Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/9889803A-48FF-48A5-B2CB-700A060C325F-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/9889803A-48FF-48A5-B2CB-700A060C325F-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar03_25807PM_5-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar03_25807PM_5-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9409 wishlist-fragment on-first-load" data-fragment-ref="9409" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9409,"parent_product_id":9409,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9409&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9409" data-product-type="simple" data-original-product-id="9409" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9409" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/melted-heart-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Melted Heart Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9405 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 1961px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/baby-carlin/" aria-label="Baby Carlin">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/6CB7E551-7B3E-40DE-9D84-2D7A43F36706-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/6CB7E551-7B3E-40DE-9D84-2D7A43F36706-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9405 wishlist-fragment on-first-load" data-fragment-ref="9405" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9405,"parent_product_id":9405,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9405&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9405" data-product-type="simple" data-original-product-id="9405" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9405" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/baby-carlin/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Baby Carlin</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>22.00</bdi></span></span>
</div> </div>
</div>
</div>
</div></div>
<div class="container section-title-container"><h3 class="section-title section-title-center"><b></b><span class="section-title-main" style="font-size:undefined%;">Best Selling Products</span><b></b></h3></div>
<div id="product-grid-1119965153" class="row large-columns-4 medium-columns-3 small-columns-2 row-xsmall row-full-width row-masonry" data-packery-options="{"itemSelector": ".col", "gutter": 0, "presentageWidth" : true}" style="position: relative; height: 2370.38px;">
<div class="product-small col has-hover product type-product post-9429 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 0px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/round-zodiac-necklace/" aria-label="Round Zodiac Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-2962-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-2962-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8722-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/Tezza-8722-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9429 wishlist-fragment on-first-load" data-fragment-ref="9429" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9429,"parent_product_id":9429,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9429&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9429" data-product-type="variable" data-original-product-id="9429" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9429" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/round-zodiac-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Round Zodiac Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>32.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10775 status-publish last instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-simple" style="position: absolute; left: 253px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/handmade-sterling-silver-celtic-engraved-cuff-bangle/" aria-label="Handmade Sterling Silver Celtic Engraved Cuff Bangle">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/Handmade-Sterling-Silver-Celtic-Engraved-Cuff-Bangle-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/Handmade-Sterling-Silver-Celtic-Engraved-Cuff-Bangle-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="188" height="188" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20188%20188'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-srcset="https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc.jpg 188w, https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc-100x100.jpg 100w" data-lazy-sizes="(max-width: 188px) 100vw, 188px" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc.jpg"><noscript><img width="188" height="188" src="https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" srcset="https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc.jpg 188w, https://zahall.com/wp-content/uploads/2023/09/P4030780_2_large_188x.progressive_f4e51776-df60-4c02-ad90-b5ca0bfc6bbc-100x100.jpg 100w" sizes="(max-width: 188px) 100vw, 188px" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10775 wishlist-fragment on-first-load" data-fragment-ref="10775" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10775,"parent_product_id":10775,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10775&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10775" data-product-type="simple" data-original-product-id="10775" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10775" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/handmade-sterling-silver-celtic-engraved-cuff-bangle/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Handmade Sterling Silver Celtic Engraved Cuff Bangle</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>156.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9381 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 506px; top: 0px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/julien-necklace/" aria-label="Julien Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/8_dQLB7g-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/8_dQLB7g-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/B4755ACC-82DE-43B8-94C3-9D601515B0F2-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/B4755ACC-82DE-43B8-94C3-9D601515B0F2-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9381 wishlist-fragment on-first-load" data-fragment-ref="9381" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9381,"parent_product_id":9381,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9381&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9381" data-product-type="simple" data-original-product-id="9381" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9381" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/julien-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Julien Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9427 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 386px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/syd-mixed-metal-necklace/" aria-label="Syd Mixed Metal Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_0e8426f4-4841-48a2-8edb-e948d4328988-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_0e8426f4-4841-48a2-8edb-e948d4328988-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_fee730ac-da6e-40de-9a3a-dc841bc10881-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_fee730ac-da6e-40de-9a3a-dc841bc10881-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9427 wishlist-fragment on-first-load" data-fragment-ref="9427" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9427,"parent_product_id":9427,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9427&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9427" data-product-type="simple" data-original-product-id="9427" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9427" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/syd-mixed-metal-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Syd Mixed Metal Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>26.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9830 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail sale shipping-taxable purchasable product-type-variable" style="position: absolute; left: 506px; top: 386px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
<div class="callout badge badge-circle"><div class="badge-inner secondary on-sale"><span class="onsale">Sale!</span></div></div>
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/raw-smokey-quartz-necklace-dainty-gold-61462/" aria-label="Raw Smokey Quartz Necklace, Dainty Gold Raw Birthstone Necklace, Rough Gemstone Pendant, Raw Necklace, Raw Layered Pendant k • 24k Dip">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-smokey-quartz-necklace-dainty-gold-birthstone-rough-gemstone-pendant-layered-k-24k-729-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-smokey-quartz-necklace-dainty-gold-birthstone-rough-gemstone-pendant-layered-k-24k-729-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-smokey-quartz-necklace-dainty-gold-birthstone-rough-gemstone-pendant-layered-k-24k-377-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-smokey-quartz-necklace-dainty-gold-birthstone-rough-gemstone-pendant-layered-k-24k-377-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9830 wishlist-fragment on-first-load" data-fragment-ref="9830" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9830,"parent_product_id":9830,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9830&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9830" data-product-type="variable" data-original-product-id="9830" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9830" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/raw-smokey-quartz-necklace-dainty-gold-61462/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Raw Smokey Quartz Necklace, Dainty Gold Raw Birthstone Necklace, Rough Gemstone Pendant, Raw Necklace, Raw Layered Pendant k • 24k Dip</a></p></div><div class="price-wrapper">
<span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>18.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>13.00</bdi></span></ins></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10392 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail sale shipping-taxable purchasable product-type-variable" style="position: absolute; left: 253px; top: 403px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
<div class="callout badge badge-circle"><div class="badge-inner secondary on-sale"><span class="onsale">Sale!</span></div></div>
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/raw-ametrine-necklace-with-gold-filled-49495/" aria-label="Raw Ametrine Necklace with Gold Filled Paperclip Chain">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-ametrine-necklace-with-gold-filled-paperclip-chain-375-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-ametrine-necklace-with-gold-filled-paperclip-chain-375-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-ametrine-necklace-with-gold-filled-paperclip-chain-892-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-ametrine-necklace-with-gold-filled-paperclip-chain-892-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10392 wishlist-fragment on-first-load" data-fragment-ref="10392" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10392,"parent_product_id":10392,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10392&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10392" data-product-type="variable" data-original-product-id="10392" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10392" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/raw-ametrine-necklace-with-gold-filled-49495/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Raw Ametrine Necklace with Gold Filled Paperclip Chain</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>24.00</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>31.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10792 status-publish instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-variable" style="position: absolute; left: 0px; top: 772px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/silver-pink-mother-of-pearl-bracelet/" aria-label="Silver Personalised Bracelet Engraved Heart Mother of Pearl">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/Silver-Personalised-Bracelet-Engraved-Heart-Mother-of-Pearl_bef50424-0354-4787-be81-93b75df73321-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/Silver-Personalised-Bracelet-Engraved-Heart-Mother-of-Pearl_bef50424-0354-4787-be81-93b75df73321-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/silver-personalised-bracelet-engraved-heart-mother-of-pearl-2-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/silver-personalised-bracelet-engraved-heart-mother-of-pearl-2-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10792 wishlist-fragment on-first-load" data-fragment-ref="10792" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10792,"parent_product_id":10792,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10792&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10792" data-product-type="variable" data-original-product-id="10792" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10792" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/silver-pink-mother-of-pearl-bracelet/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Silver Personalised Bracelet Engraved Heart Mother of Pearl</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>82.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10849 status-publish last instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-simple" style="position: absolute; left: 253px; top: 807px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/personalised-sterling-silver-blue-cz-bangle/" aria-label="Personalised Sterling Silver Blue CZ Bangle">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/Personalised-Sterling-Silver-Blue-CZ-Bangle_7938fafa-c58f-4f0f-82fe-000b58b43348-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/Personalised-Sterling-Silver-Blue-CZ-Bangle_7938fafa-c58f-4f0f-82fe-000b58b43348-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/personalised-sterling-silver-blue-cz-bangle-2-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/personalised-sterling-silver-blue-cz-bangle-2-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10849 wishlist-fragment on-first-load" data-fragment-ref="10849" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10849,"parent_product_id":10849,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10849&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10849" data-product-type="simple" data-original-product-id="10849" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10849" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/personalised-sterling-silver-blue-cz-bangle/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Personalised Sterling Silver Blue CZ Bangle</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>69.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9396 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 506px; top: 827px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/buckle-necklace/" aria-label="Buckle Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_9d16f906-6920-402e-ac8f-f0ec84ce6a8a-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_9d16f906-6920-402e-ac8f-f0ec84ce6a8a-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_68d13415-1d88-4b8f-b3bb-1f72ab15045e-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_68d13415-1d88-4b8f-b3bb-1f72ab15045e-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9396 wishlist-fragment on-first-load" data-fragment-ref="9396" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9396,"parent_product_id":9396,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9396&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9396" data-product-type="simple" data-original-product-id="9396" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9396" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/buckle-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Buckle Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>30.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9636 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail sale shipping-taxable purchasable product-type-variable" style="position: absolute; left: 0px; top: 1176px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
<div class="callout badge badge-circle"><div class="badge-inner secondary on-sale"><span class="onsale">Sale!</span></div></div>
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/gold-dainty-zodiac-necklace-45176/" aria-label="Raw Gemstone Zodiac Constellation Necklace, Custom Birthstone">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-gemstone-zodiac-constellation-necklace-custom-birthstone-647-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-gemstone-zodiac-constellation-necklace-custom-birthstone-647-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/raw-gemstone-zodiac-constellation-necklace-custom-birthstone-337-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/raw-gemstone-zodiac-constellation-necklace-custom-birthstone-337-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9636 wishlist-fragment on-first-load" data-fragment-ref="9636" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9636,"parent_product_id":9636,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9636&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9636" data-product-type="variable" data-original-product-id="9636" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9636" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/gold-dainty-zodiac-necklace-45176/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Raw Gemstone Zodiac Constellation Necklace, Custom Birthstone</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>14.00</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>27.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9992 status-publish last instock product_cat-necklaces product_tag-zahall has-post-thumbnail sale shipping-taxable purchasable product-type-simple" style="position: absolute; left: 253px; top: 1210px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
<div class="callout badge badge-circle"><div class="badge-inner secondary on-sale"><span class="onsale">Sale!</span></div></div>
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/two-raw-amethyst-layered-necklace-set-20964/" aria-label="Two Raw Amethyst Layered Necklace Set • Gemstone Crystal Choker • Gold Filled • Paper Clip Necklace • February Birthstone • Handmade Jewelry">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/two-raw-amethyst-layered-necklace-set-gemstone-crystal-choker-gold-filled-paper-clip-449-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/two-raw-amethyst-layered-necklace-set-gemstone-crystal-choker-gold-filled-paper-clip-449-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/two-raw-amethyst-layered-necklace-set-gemstone-crystal-choker-gold-filled-paper-clip-608-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/two-raw-amethyst-layered-necklace-set-gemstone-crystal-choker-gold-filled-paper-clip-608-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9992 wishlist-fragment on-first-load" data-fragment-ref="9992" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9992,"parent_product_id":9992,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9992&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9992" data-product-type="simple" data-original-product-id="9992" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9992" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/two-raw-amethyst-layered-necklace-set-20964/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Two Raw Amethyst Layered Necklace Set • Gemstone Crystal Choker • Gold Filled • Paper Clip Necklace • February Birthstone • Handmade Jewelry</a></p></div><div class="price-wrapper">
<span class="price"><del aria-hidden="true"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>71.00</bdi></span></del> <ins><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>53.00</bdi></span></ins></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10760 status-publish first instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-simple" style="position: absolute; left: 506px; top: 1214px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/hammered-slim-ladies-sterling-silver-cuff-bangle/" aria-label="Hammered Slim Ladies Sterling Silver Cuff Bangle">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/Hammered-Slim-Ladies-Sterling-Silver-Cuff-Bangle-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/Hammered-Slim-Ladies-Sterling-Silver-Cuff-Bangle-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/hammered-sterling-silver-slim-cuff-bracelet-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/hammered-sterling-silver-slim-cuff-bracelet-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10760 wishlist-fragment on-first-load" data-fragment-ref="10760" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10760,"parent_product_id":10760,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10760&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10760" data-product-type="simple" data-original-product-id="10760" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10760" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/hammered-slim-ladies-sterling-silver-cuff-bangle/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Hammered Slim Ladies Sterling Silver Cuff Bangle</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>105.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10813 status-publish instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 1580px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/8mm-wide-ladies-silver-polished-cuff-bracelet/" aria-label="8mm Wide Ladies Silver Polished Cuff Bracelet">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/8mm-Wide-Ladies-Silver-Polished-Cuff-Bracelet-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/8mm-Wide-Ladies-Silver-Polished-Cuff-Bracelet-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/8mm-plain-polished-sterling-silver-cuff-bangle-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/8mm-plain-polished-sterling-silver-cuff-bangle-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10813 wishlist-fragment on-first-load" data-fragment-ref="10813" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10813,"parent_product_id":10813,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10813&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10813" data-product-type="simple" data-original-product-id="10813" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10813" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/8mm-wide-ladies-silver-polished-cuff-bracelet/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">8mm Wide Ladies Silver Polished Cuff Bracelet</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>84.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-10866 status-publish last instock product_cat-bangles product_tag-zahall has-post-thumbnail shipping-taxable purchasable product-type-simple" style="position: absolute; left: 506px; top: 1617px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/sterling-silver-onyx-heart-bracelet-personalised/" aria-label="Sterling Silver Onyx Heart Bracelet Personalised">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/sterling-silver-onyx-heart-bracelet-personalised-engraved-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/sterling-silver-onyx-heart-bracelet-personalised-engraved-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2023/09/sterling-silver-oval-onyx-heart-bracelet-personalised-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2023/09/sterling-silver-oval-onyx-heart-bracelet-personalised-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-10866 wishlist-fragment on-first-load" data-fragment-ref="10866" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":10866,"parent_product_id":10866,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=10866&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="10866" data-product-type="simple" data-original-product-id="10866" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="10866" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
Bangles </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/sterling-silver-onyx-heart-bracelet-personalised/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Sterling Silver Onyx Heart Bracelet Personalised</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>80.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9315 status-publish first instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-variable" style="position: absolute; left: 253px; top: 1670px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/letter-necklace/" aria-label="Letter Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_71b3c3e5-7b04-433f-83a6-c1130d3524c5-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_71b3c3e5-7b04-433f-83a6-c1130d3524c5-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/image_0524c5c0-a5aa-4b2a-9be3-abe4c715d33f-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/image_0524c5c0-a5aa-4b2a-9be3-abe4c715d33f-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9315 wishlist-fragment on-first-load" data-fragment-ref="9315" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9315,"parent_product_id":9315,"product_type":"variable","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9315&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9315" data-product-type="variable" data-original-product-id="9315" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9315" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/letter-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Letter Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.00</bdi></span></span>
</div> </div>
</div>
</div>
</div><div class="product-small col has-hover product type-product post-9409 status-publish instock product_cat-necklaces product_tag-zahall has-post-thumbnail featured shipping-taxable purchasable product-type-simple" style="position: absolute; left: 0px; top: 1983px;">
<div class="col-inner">
<div class="badge-container absolute left top z-1">
</div>
<div class="product-small box ">
<div class="box-image">
<div class="image-fade_in_back">
<a href="https://zahall.com/product/melted-heart-necklace/" aria-label="Melted Heart Necklace">
<img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/9889803A-48FF-48A5-B2CB-700A060C325F-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/9889803A-48FF-48A5-B2CB-700A060C325F-247x296.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" /></noscript><img width="247" height="296" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20247%20296'%3E%3C/svg%3E" class="show-on-hover absolute fill hide-for-small back-image" alt="" data-lazy-src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar03_25807PM_5-247x296.jpg"><noscript><img width="247" height="296" src="https://zahall.com/wp-content/uploads/2022/10/PhotoMar03_25807PM_5-247x296.jpg" class="show-on-hover absolute fill hide-for-small back-image" alt="" /></noscript> </a>
</div>
<div class="image-tools is-small top right show-on-hover">
<div class="wishlist-icon">
<button class="wishlist-button button is-outline circle icon" aria-label="Wishlist">
<i class="icon-heart"></i> </button>
<div class="wishlist-popup dark">
<div class="yith-wcwl-add-to-wishlist add-to-wishlist-9409 wishlist-fragment on-first-load" data-fragment-ref="9409" data-fragment-options="{"base_url":"","in_default_wishlist":false,"is_single":false,"show_exists":false,"product_id":9409,"parent_product_id":9409,"product_type":"simple","show_view":false,"browse_wishlist_text":"Browse wishlist","already_in_wishslist_text":"The product is already in your wishlist!","product_added_text":"Product added!","heading_icon":"fa-heart-o","available_multi_wishlist":false,"disable_wishlist":false,"show_count":false,"ajax_loading":false,"loop_position":"after_add_to_cart","item":"add_to_wishlist"}">
<!-- ADD TO WISHLIST -->
<div class="yith-wcwl-add-button">
<a href="?add_to_wishlist=9409&_wpnonce=32a0313415" class="add_to_wishlist single_add_to_wishlist" data-product-id="9409" data-product-type="simple" data-original-product-id="9409" data-title="Add to wishlist" rel="nofollow">
<i class="yith-wcwl-icon fa fa-heart-o"></i> <span>Add to wishlist</span>
</a>
</div>
<!-- COUNT TEXT -->
</div>
</div>
</div>
</div>
<div class="image-tools is-small hide-for-small bottom left show-on-hover">
</div>
<div class="image-tools grid-tools text-center hide-for-small bottom hover-slide-in show-on-hover">
<a class="quick-view quick-view-added" data-prod="9409" href="#quick-view">Quick View</a> </div>
</div>
<div class="box-text box-text-products">
<div class="title-wrapper"> <p class="category uppercase is-smaller no-text-overflow product-cat op-7">
necklaces </p>
<p class="name product-title woocommerce-loop-product__title"><a href="https://zahall.com/product/melted-heart-necklace/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Melted Heart Necklace</a></p></div><div class="price-wrapper">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">$</span>25.00</bdi></span></span>
</div> </div>
</div>
</div>
</div></div>
<div class="row large-columns-8 medium-columns-3 small-columns-2 row-small slider row-slider slider-nav-reveal" data-flickity-options="{"imagesLoaded": true, "groupCells": "100%", "dragThreshold" : 5, "cellAlign": "left","wrapAround": true,"prevNextButtons": true,"percentPosition": true,"pageDots": false, "rightToLeft": false, "autoPlay" : false}">
</div>
</div>
</div>
</div>
</div>
</main>
<footer id="footer" class="footer-wrapper">
<!-- FOOTER 1 -->
<!-- FOOTER 2 -->
<div class="footer-widgets footer footer-2 dark">
<div class="row dark large-columns-4 mb-0">
<div id="block_widget-2" class="col pb-0 widget block_widget">
<span class="widget-title">Contact Us</span><div class="is-divider small"></div>
<p>+1 (304) 629-9367</p>
<p>[email protected]</p>
<p>8920 Athens Park Rd, Gainesville, GA 30506 ,US</p>
<div class="social-icons follow-icons hidden"><span>Find us on</span><a href="https://www.facebook.com" target="_blank" data-label="Facebook" rel="noopener noreferrer nofollow" class="icon button circle is-outline facebook tooltip" title="Follow on Facebook" aria-label="Follow on Facebook"><i class="icon-facebook"></i></a></div>
</div>
<div id="nav_menu-3" class="col pb-0 widget widget_nav_menu"><span class="widget-title">POLICIES</span><div class="is-divider small"></div><div class="menu-yii-container"><ul id="menu-yii" class="menu"><li id="menu-item-8652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8652"><a href="https://zahall.com/privacy-policy-2/">Privacy Policy</a></li>
<li id="menu-item-8655" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8655"><a href="https://zahall.com/terms-conditions/">Terms & Conditions</a></li>
<li id="menu-item-8653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8653"><a href="https://zahall.com/shipping-policy/">Shipping Policy</a></li>
<li id="menu-item-8654" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8654"><a href="https://zahall.com/refund-and-return-policy/">Refund&Return Policy</a></li>
</ul></div></div><div id="nav_menu-5" class="col pb-0 widget widget_nav_menu"><span class="widget-title">INFO</span><div class="is-divider small"></div><div class="menu-ya-container"><ul id="menu-ya" class="menu"><li id="menu-item-8657" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8657"><a href="https://zahall.com/about-us/">About Us</a></li>
<li id="menu-item-8658" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8658"><a href="https://zahall.com/elements/pages/contact/">Contact Us</a></li>
<li id="menu-item-8659" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8659"><a href="https://zahall.com/payment/">Payment Methods</a></li>
</ul></div></div>
<div id="block_widget-3" class="col pb-0 widget block_widget">
<span class="widget-title">Signup for Newsletter</span><div class="is-divider small"></div>
<div role="form" class="wpcf7" id="wpcf7-f16-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/#wpcf7-f16-o1" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="16">
<input type="hidden" name="_wpcf7_version" value="5.6.1">
<input type="hidden" name="_wpcf7_locale" value="en_US">
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f16-o1">
<input type="hidden" name="_wpcf7_container_post" value="0">
<input type="hidden" name="_wpcf7_posted_data_hash" value="">
</div>
<div class="form-flat">
<span class="wpcf7-form-control-wrap" data-name="your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Your Email (required)"></span><p></p>
<p> <input type="submit" value="Sign Up" class="wpcf7-form-control has-spinner wpcf7-submit button"><span class="wpcf7-spinner"></span>
</p></div>
<div class="wpcf7-response-output" aria-hidden="true"></div></form></div>
</div>
</div>
</div>
<div class="absolute-footer dark medium-text-center small-text-center">
<div class="container clearfix">
<div class="footer-secondary pull-right">
<div class="payment-icons inline-block"><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M42.667-0c-4.099 0-7.836 1.543-10.667 4.077-2.831-2.534-6.568-4.077-10.667-4.077-8.836 0-16 7.163-16 16s7.164 16 16 16c4.099 0 7.835-1.543 10.667-4.077 2.831 2.534 6.568 4.077 10.667 4.077 8.837 0 16-7.163 16-16s-7.163-16-16-16zM11.934 19.828l0.924-5.809-2.112 5.809h-1.188v-5.809l-1.056 5.809h-1.584l1.32-7.657h2.376v4.753l1.716-4.753h2.508l-1.32 7.657h-1.585zM19.327 18.244c-0.088 0.528-0.178 0.924-0.264 1.188v0.396h-1.32v-0.66c-0.353 0.528-0.924 0.792-1.716 0.792-0.442 0-0.792-0.132-1.056-0.396-0.264-0.351-0.396-0.792-0.396-1.32 0-0.792 0.218-1.364 0.66-1.716 0.614-0.44 1.364-0.66 2.244-0.66h0.66v-0.396c0-0.351-0.353-0.528-1.056-0.528-0.442 0-1.012 0.088-1.716 0.264 0.086-0.351 0.175-0.792 0.264-1.32 0.703-0.264 1.32-0.396 1.848-0.396 1.496 0 2.244 0.616 2.244 1.848 0 0.353-0.046 0.749-0.132 1.188-0.089 0.616-0.179 1.188-0.264 1.716zM24.079 15.076c-0.264-0.086-0.66-0.132-1.188-0.132s-0.792 0.177-0.792 0.528c0 0.177 0.044 0.31 0.132 0.396l0.528 0.264c0.792 0.442 1.188 1.012 1.188 1.716 0 1.409-0.838 2.112-2.508 2.112-0.792 0-1.366-0.044-1.716-0.132 0.086-0.351 0.175-0.836 0.264-1.452 0.703 0.177 1.188 0.264 1.452 0.264 0.614 0 0.924-0.175 0.924-0.528 0-0.175-0.046-0.308-0.132-0.396-0.178-0.175-0.396-0.308-0.66-0.396-0.792-0.351-1.188-0.924-1.188-1.716 0-1.407 0.792-2.112 2.376-2.112 0.792 0 1.32 0.045 1.584 0.132l-0.265 1.451zM27.512 15.208h-0.924c0 0.442-0.046 0.838-0.132 1.188 0 0.088-0.022 0.264-0.066 0.528-0.046 0.264-0.112 0.442-0.198 0.528v0.528c0 0.353 0.175 0.528 0.528 0.528 0.175 0 0.35-0.044 0.528-0.132l-0.264 1.452c-0.264 0.088-0.66 0.132-1.188 0.132-0.881 0-1.32-0.44-1.32-1.32 0-0.528 0.086-1.099 0.264-1.716l0.66-4.225h1.584l-0.132 0.924h0.792l-0.132 1.585zM32.66 17.32h-3.3c0 0.442 0.086 0.749 0.264 0.924 0.264 0.264 0.66 0.396 1.188 0.396s1.1-0.175 1.716-0.528l-0.264 1.584c-0.442 0.177-1.012 0.264-1.716 0.264-1.848 0-2.772-0.924-2.772-2.773 0-1.142 0.264-2.024 0.792-2.64 0.528-0.703 1.188-1.056 1.98-1.056 0.703 0 1.274 0.22 1.716 0.66 0.35 0.353 0.528 0.881 0.528 1.584 0.001 0.617-0.046 1.145-0.132 1.585zM35.3 16.132c-0.264 0.97-0.484 2.201-0.66 3.697h-1.716l0.132-0.396c0.35-2.463 0.614-4.4 0.792-5.809h1.584l-0.132 0.924c0.264-0.44 0.528-0.703 0.792-0.792 0.264-0.264 0.528-0.308 0.792-0.132-0.088 0.088-0.31 0.706-0.66 1.848-0.353-0.086-0.661 0.132-0.925 0.66zM41.241 19.697c-0.353 0.177-0.838 0.264-1.452 0.264-0.881 0-1.584-0.308-2.112-0.924-0.528-0.528-0.792-1.32-0.792-2.376 0-1.32 0.35-2.42 1.056-3.3 0.614-0.879 1.496-1.32 2.64-1.32 0.44 0 1.056 0.132 1.848 0.396l-0.264 1.584c-0.528-0.264-1.012-0.396-1.452-0.396-0.707 0-1.235 0.264-1.584 0.792-0.353 0.442-0.528 1.144-0.528 2.112 0 0.616 0.132 1.056 0.396 1.32 0.264 0.353 0.614 0.528 1.056 0.528 0.44 0 0.924-0.132 1.452-0.396l-0.264 1.717zM47.115 15.868c-0.046 0.264-0.066 0.484-0.066 0.66-0.088 0.442-0.178 1.035-0.264 1.782-0.088 0.749-0.178 1.254-0.264 1.518h-1.32v-0.66c-0.353 0.528-0.924 0.792-1.716 0.792-0.442 0-0.792-0.132-1.056-0.396-0.264-0.351-0.396-0.792-0.396-1.32 0-0.792 0.218-1.364 0.66-1.716 0.614-0.44 1.32-0.66 2.112-0.66h0.66c0.086-0.086 0.132-0.218 0.132-0.396 0-0.351-0.353-0.528-1.056-0.528-0.442 0-1.012 0.088-1.716 0.264 0-0.351 0.086-0.792 0.264-1.32 0.703-0.264 1.32-0.396 1.848-0.396 1.496 0 2.245 0.616 2.245 1.848 0.001 0.089-0.021 0.264-0.065 0.529zM49.69 16.132c-0.178 0.528-0.396 1.762-0.66 3.697h-1.716l0.132-0.396c0.35-1.935 0.614-3.872 0.792-5.809h1.584c0 0.353-0.046 0.66-0.132 0.924 0.264-0.44 0.528-0.703 0.792-0.792 0.35-0.175 0.614-0.218 0.792-0.132-0.353 0.442-0.574 1.056-0.66 1.848-0.353-0.086-0.66 0.132-0.925 0.66zM54.178 19.828l0.132-0.528c-0.353 0.442-0.838 0.66-1.452 0.66-0.707 0-1.188-0.218-1.452-0.66-0.442-0.614-0.66-1.232-0.66-1.848 0-1.142 0.308-2.067 0.924-2.773 0.44-0.703 1.056-1.056 1.848-1.056 0.528 0 1.056 0.264 1.584 0.792l0.264-2.244h1.716l-1.32 7.657h-1.585zM16.159 17.98c0 0.442 0.175 0.66 0.528 0.66 0.35 0 0.614-0.132 0.792-0.396 0.264-0.264 0.396-0.66 0.396-1.188h-0.397c-0.881 0-1.32 0.31-1.32 0.924zM31.076 15.076c-0.088 0-0.178-0.043-0.264-0.132h-0.264c-0.528 0-0.881 0.353-1.056 1.056h1.848v-0.396l-0.132-0.264c-0.001-0.086-0.047-0.175-0.133-0.264zM43.617 17.98c0 0.442 0.175 0.66 0.528 0.66 0.35 0 0.614-0.132 0.792-0.396 0.264-0.264 0.396-0.66 0.396-1.188h-0.396c-0.881 0-1.32 0.31-1.32 0.924zM53.782 15.076c-0.353 0-0.66 0.22-0.924 0.66-0.178 0.264-0.264 0.749-0.264 1.452 0 0.792 0.264 1.188 0.792 1.188 0.35 0 0.66-0.175 0.924-0.528 0.264-0.351 0.396-0.879 0.396-1.584-0.001-0.792-0.311-1.188-0.925-1.188z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M10.781 7.688c-0.251-1.283-1.219-1.688-2.344-1.688h-8.376l-0.061 0.405c5.749 1.469 10.469 4.595 12.595 10.501l-1.813-9.219zM13.125 19.688l-0.531-2.781c-1.096-2.907-3.752-5.594-6.752-6.813l4.219 15.939h5.469l8.157-20.032h-5.501l-5.062 13.688zM27.72 26.061l3.248-20.061h-5.187l-3.251 20.061h5.189zM41.875 5.656c-5.125 0-8.717 2.72-8.749 6.624-0.032 2.877 2.563 4.469 4.531 5.439 2.032 0.968 2.688 1.624 2.688 2.499 0 1.344-1.624 1.939-3.093 1.939-2.093 0-3.219-0.251-4.875-1.032l-0.688-0.344-0.719 4.499c1.219 0.563 3.437 1.064 5.781 1.064 5.437 0.032 8.97-2.688 9.032-6.843 0-2.282-1.405-4-4.376-5.439-1.811-0.904-2.904-1.563-2.904-2.499 0-0.843 0.936-1.72 2.968-1.72 1.688-0.029 2.936 0.314 3.875 0.752l0.469 0.248 0.717-4.344c-1.032-0.406-2.656-0.844-4.656-0.844zM55.813 6c-1.251 0-2.189 0.376-2.72 1.688l-7.688 18.374h5.437c0.877-2.467 1.096-3 1.096-3 0.592 0 5.875 0 6.624 0 0 0 0.157 0.688 0.624 3h4.813l-4.187-20.061h-4zM53.405 18.938c0 0 0.437-1.157 2.064-5.594-0.032 0.032 0.437-1.157 0.688-1.907l0.374 1.72c0.968 4.781 1.189 5.781 1.189 5.781-0.813 0-3.283 0-4.315 0z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M7.040-0v32h49.92v-32h-49.92zM24.873 31.040h-16.873v-30.080h48v18.331c-4.188 2.492-14.819 8.089-31.127 11.749zM11.096 9.732h-2.136v7.49h2.136c1.124 0 1.957-0.247 2.677-0.855 0.855-0.72 1.349-1.777 1.349-2.879 0-2.204-1.642-3.756-4.026-3.756zM12.806 15.378c-0.45 0.404-1.057 0.585-2.002 0.585h-0.382v-4.948h0.382c0.945 0 1.53 0.157 2.002 0.607 0.518 0.45 0.81 1.147 0.81 1.867s-0.292 1.416-0.81 1.889zM15.798 9.732h1.462v7.49h-1.462v-7.49zM20.836 12.611c-0.877-0.315-1.124-0.54-1.124-0.945 0-0.472 0.45-0.833 1.080-0.833 0.45 0 0.81 0.18 1.192 0.607l0.765-0.989c-0.63-0.563-1.395-0.832-2.204-0.832-1.327 0-2.339 0.922-2.339 2.136 0 1.035 0.472 1.574 1.845 2.070 0.563 0.202 0.855 0.315 1.012 0.428 0.293 0.18 0.428 0.45 0.428 0.765 0 0.607-0.473 1.057-1.124 1.057-0.698 0-1.259-0.337-1.597-0.989l-0.945 0.9c0.675 0.989 1.484 1.439 2.587 1.439 1.53 0 2.587-1.012 2.587-2.474-0.001-1.192-0.496-1.732-2.161-2.34zM23.468 13.488c0 2.205 1.732 3.914 3.959 3.914 0.63 0 1.17-0.113 1.822-0.428v-1.732c-0.585 0.585-1.102 0.832-1.755 0.832-1.484 0-2.519-1.080-2.519-2.587 0-1.439 1.080-2.587 2.452-2.587 0.698 0 1.215 0.248 1.822 0.855v-1.732c-0.63-0.315-1.17-0.45-1.8-0.45-2.204 0-3.981 1.732-3.981 3.914zM37.818 13.533c0 2.248-1.823 4.071-4.071 4.071s-4.071-1.823-4.071-4.071c0-2.248 1.823-4.071 4.071-4.071s4.071 1.823 4.071 4.071zM40.855 14.77l-2.002-5.038h-1.597l3.194 7.693h0.788l3.238-7.693h-1.597zM45.129 17.222h4.139v-1.259h-2.677v-2.024h2.587v-1.26h-2.587v-1.665h2.677v-1.282h-4.139zM53.361 14.073c1.102-0.225 1.709-0.967 1.709-2.114 0-1.417-0.967-2.227-2.654-2.227h-2.182v7.49h1.462v-2.991h0.203l2.024 2.991h1.799l-2.362-3.149zM52.123 13.195h-0.428v-2.271h0.45c0.922 0 1.417 0.382 1.417 1.102 0.001 0.765-0.494 1.169-1.439 1.169z"></path>
</svg>
</div><div class="payment-icon"><svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M12.89 19.172c-.614-.185-1.877-.775-1.877-.775L11 4.62s-.067-1.539 1.605-3.13C14.275-.101 16.097 0 16.097 0h7.862l-.018 26.483s.12 1.971-1.319 3.589c-1.602 1.871-3.88 1.774-3.88 1.774h-7.726V20.681l2.875.513s1.107.113 2.206.136c.963.02 1.858-.066 2.451-.16 1.135-.179 1.722-.335 2.796-.984 1.601-1.185 1.529-3.004 1.529-3.004l-.042-6.37-4.476.025v6.26s.043 1.175-.876 1.902c-.402.319-.988.61-2.081.61-.777 0-1.825-.232-2.508-.437zm12.735-6.709V5.446s-.08-2.052 1.416-3.625C28.536.248 30.48.187 30.48.187h8.096v26.614s.099 1.956-1.475 3.576c-1.569 1.614-3.3 1.623-3.3 1.623h-8.177V19.777s1.082 1.16 4.151 1.6c1.44.206 3.145.175 4.546 0 1.583-.198 2.78-.558 2.78-.558l-.033-2.215s-.568.352-2.304.887c-1.736.535-6.074.779-6.195-3.212-.12-3.992 3.575-4.027 5.231-3.816 1.657.21 3.3 1.118 3.3 1.118v-2.166s-2.091-.48-2.983-.58c-1.1-.122-2.65-.254-5.023.1-2.373.355-3.47 1.528-3.47 1.528zm14.438 8.577v10.795h8.128s1.866-.181 2.956-1.273C52.92 29.185 53 26.979 53 26.979V.001h-7.751s-2.068-.066-3.66 1.566c-1.594 1.633-1.526 3.534-1.526 3.534v5.733h7.885s.724.012 1.44.3c.566.226 1.12.637 1.357 1.27.535 1.42-.274 2.441-.688 2.719-.545.48-1.52.627-1.52.627s1.41.145 2.208.88c.263.24.567.638.689 1.037.161.527.097 1.04.097 1.04s-.097.902-.841 1.514c-.317.26-.749.5-1.186.629-.587.174-1.153.19-1.153.19h-8.288zm2.592-8.5v2.595h2.797s1.31-.004 1.31-1.3c0-1.295-1.31-1.295-1.31-1.295h-2.797zm2.992 4.119h-2.992v2.787h2.992c.008 0 1.475.087 1.475-1.394 0-1.48-1.475-1.393-1.475-1.393z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M35.255 12.078h-2.396c-0.229 0-0.444 0.114-0.572 0.303l-3.306 4.868-1.4-4.678c-0.088-0.292-0.358-0.493-0.663-0.493h-2.355c-0.284 0-0.485 0.28-0.393 0.548l2.638 7.745-2.481 3.501c-0.195 0.275 0.002 0.655 0.339 0.655h2.394c0.227 0 0.439-0.111 0.569-0.297l7.968-11.501c0.191-0.275-0.006-0.652-0.341-0.652zM19.237 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM22.559 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.166-0.241c-0.517-0.749-1.667-1-2.817-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.251-0.155-0.479-0.41-0.479zM8.254 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.262 0.307 0.341 0.761 0.242 1.388zM7.68 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.155 0.479 0.41 0.479h2.378c0.34 0 0.63-0.248 0.683-0.584l0.543-3.444c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.628-1.272zM60.876 7.823l-2.043 12.998c-0.040 0.252 0.155 0.479 0.41 0.479h2.055c0.34 0 0.63-0.248 0.683-0.584l2.015-12.765c0.040-0.252-0.155-0.479-0.41-0.479h-2.299c-0.205 0.001-0.379 0.148-0.41 0.351zM54.744 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM58.066 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.167-0.241c-0.516-0.749-1.667-1-2.816-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.252-0.156-0.479-0.41-0.479zM43.761 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.261 0.307 0.34 0.761 0.241 1.388zM43.187 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.156 0.479 0.41 0.479h2.554c0.238 0 0.441-0.173 0.478-0.408l0.572-3.619c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.627-1.272z"></path>
</svg>
</div></div> </div>
<div class="footer-primary pull-left">
<div class="copyright-footer">
Copyright 2024 © <strong>zahall.com</strong> </div>
</div>
</div>
</div>
<a href="#top" class="back-to-top button icon invert plain fixed bottom z-1 is-outline hide-for-medium circle" id="top-link" aria-label="Go to top"><i class="icon-angle-up"></i></a>
</footer>
</div>
<div id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">
<div class="sidebar-menu no-scrollbar ">
<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
<li class="header-search-form search-form html relative has-icon">
<div class="header-search-form-wrapper">
<div class="searchform-wrapper ux-search-box relative is-normal"><form role="search" method="get" class="searchform" action="https://zahall.com/">
<div class="flex-row relative">
<div class="flex-col flex-grow">
<label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
<input type="search" id="woocommerce-product-search-field-1" class="search-field mb-0" placeholder="Search…" value="" name="s" autocomplete="off">
<input type="hidden" name="post_type" value="product">
</div>
<div class="flex-col">
<button type="submit" value="Search" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Submit">
<i class="icon-search"></i> </button>
</div>
</div>
<div class="live-search-results text-left z-top"><div class="autocomplete-suggestions" style="position: absolute; display: none; max-height: 300px; z-index: 9999;"></div></div>
</form>
</div> </div>
</li><li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-9445"><a href="https://zahall.com/product-category/necklaces/">necklaces</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9446"><a href="https://zahall.com/elements/pages/contact/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9447"><a href="https://zahall.com/shipping-policy/">Shipping Policy</a></li>
<li class="account-item has-icon menu-item">
<a href="https://zahall.com/my-account/" class="nav-top-link nav-top-not-logged-in">
<span class="header-account-title">
Login </span>
</a>
</li>
</ul>
</div>
</div>
<div id="login-form-popup" class="lightbox-content mfp-hide">
<div class="woocommerce-notices-wrapper"></div>
<div class="account-container lightbox-inner">
<div class="col2-set row row-divided row-large" id="customer_login">
<div class="col-1 large-6 col pb-0">
<div class="account-login-inner">
<h3 class="uppercase">Login</h3>
<form class="woocommerce-form woocommerce-form-login login" method="post">
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="username">Username or email address <span class="required">*</span></label>
<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value=""> </p>
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="password">Password <span class="required">*</span></label>
<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password">
</p>
<p class="form-row">
<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever"> <span>Remember me</span>
</label>
<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="1a059dd38a"><input type="hidden" name="_wp_http_referer" value="/"> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="Log in">Log in</button>
</p>
<p class="woocommerce-LostPassword lost_password">
<a href="https://zahall.com/my-account/lost-password/">Lost your password?</a>
</p>
</form>
</div>
</div>
<div class="col-2 large-6 col pb-0">
<div class="account-register-inner">
<h3 class="uppercase">Register</h3>
<form method="post" class="woocommerce-form woocommerce-form-register register">
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="reg_email">Email address <span class="required">*</span></label>
<input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" value=""> </p>
<p>A link to set a new password will be sent to your email address.</p>
<div class="woocommerce-privacy-policy-text"><p>Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our <a href="" class="woocommerce-privacy-policy-link" target="_blank">privacy policy</a>.</p>
</div>
<p class="woocommerce-form-row form-row">
<input type="hidden" id="woocommerce-register-nonce" name="woocommerce-register-nonce" value="e570f121a7"><input type="hidden" name="_wp_http_referer" value="/"> <button type="submit" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" name="register" value="Register">Register</button>
</p>
</form>
</div>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<script type="rocketlazyloadscript" id="wcPPCPSettings">
window['wcPPCPSettings'] = JSON.parse( decodeURIComponent( '%7B%22generalData%22%3A%7B%22clientId%22%3A%22AQfK-CVaGx0UeYLoFdM57T5M02CNXK4qd2Q0LWEoW5kXHNWpGMuvR_VcAhEdbh1AdClHGK5BB3v_83nM%22%2C%22environment%22%3A%22production%22%2C%22partner_id%22%3A%22PaymentPlugins_PCP%22%2C%22page%22%3Anull%2C%22version%22%3A%221.0.47%22%2C%22restRoutes%22%3A%7B%22connect%5C%2Faccount%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Faccount%5C%2Fconnect%22%7D%2C%22cart%5C%2Fitem%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fitem%22%7D%2C%22cart%5C%2Fshipping%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fshipping%22%7D%2C%22cart%5C%2Fcheckout%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Fcheckout%22%7D%2C%22cart%5C%2Frefresh%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Frefresh%22%7D%2C%22cart%5C%2Forder%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fcart%5C%2Forder%22%7D%2C%22order%5C%2Fpay%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Forder%5C%2Fpay%22%7D%2C%22billing-agreement%5C%2Ftoken%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fbilling-agreement%5C%2Ftoken%5C%2F%3F%28%3FP%3Cid%3E%5B%5C%5Cw-%5D%2B%29%22%7D%2C%22billing-agreement%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fbilling-agreements%5C%2F%28%3FP%3Cid%3E%5B%5C%5Cw-%5D%2B%29%22%7D%2C%22webhook%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fwebhook%5C%2F%28%3FP%3Cenvironment%3E%5B%5C%5Cw%5D%2B%29%22%7D%2C%22admin%5C%2Forder%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Forder%5C%2F%28%3FP%3Corder_id%3E%5B%5C%5Cw%5D%2B%29%22%7D%2C%22admin%5C%2Ftracking%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Forder%5C%2F%28%3FP%3Corder_id%3E%5B%5C%5Cw%5D%2B%29%5C%2Ftracking%22%7D%2C%22admin%5C%2Fwebhook%22%3A%7B%22namespace%22%3A%22wc-ppcp%5C%2Fv1%5C%2Fadmin%22%2C%22url%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2Fwc-ppcp%5C%2Fv1%5C%2Fadmin%5C%2Fwebhook%22%7D%7D%2C%22ajaxRestPath%22%3A%22%5C%2F%3Fwc-ajax%3Dwc_ppcp_frontend_request%26path%3D%5C%2F%25s%22%7D%2C%22errorMessages%22%3A%7B%22terms%22%3A%22Please%20check%20the%20terms%20and%20conditions%20before%20proceeding.%22%2C%22invalid_client_id%22%3A%22Invalid%20PayPal%20client%20ID.%20Please%20check%20your%20API%20Settings.%22%2C%22invalid_currency%22%3A%22PayPal%20does%20not%20support%20currency%20%25.%20Please%20use%20a%20supported%20currency.%22%2C%22order_button_click%22%3A%22Please%20click%20the%20PayPal%20button%20before%20placing%20your%20order.%22%2C%22order_missing_address%22%3A%22Please%20fill%20out%20all%20billing%20and%20shipping%20fields%20before%20clicking%20PayPal.%22%2C%22order_missing_billing_address%22%3A%22Please%20fill%20out%20all%20billing%20fields%20before%20clicking%20PayPal.%22%2C%22cancel%22%3A%22Cancel%22%7D%2C%22i18n%22%3A%7B%22locale%22%3A%22%7B%5C%22AE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22AF%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22AL%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22County%5C%22%7D%7D%2C%5C%22AO%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22AT%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22AU%5C%22%3A%7B%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Suburb%5C%22%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postcode%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22State%5C%22%7D%7D%2C%5C%22AX%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BA%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Canton%5C%22%2C%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BD%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22District%5C%22%7D%7D%2C%5C%22BE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BH%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BI%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BO%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22BS%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22BZ%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22CA%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postal%20code%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22CH%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Canton%5C%22%2C%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22CL%5C%22%3A%7B%5C%22city%5C%22%3A%7B%5C%22required%5C%22%3Atrue%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Region%5C%22%7D%7D%2C%5C%22CN%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22CO%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22CR%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22CW%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22CZ%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22DE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22DK%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22DO%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22EC%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22EE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22FI%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22FR%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22GH%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Region%5C%22%7D%7D%2C%5C%22GP%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22GF%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22GR%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22GT%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22HK%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%2C%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Town%20%5C%5C%5C%2F%20District%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Region%5C%22%7D%7D%2C%5C%22HN%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22HU%5C%22%3A%7B%5C%22last_name%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%5D%2C%5C%22priority%5C%22%3A10%7D%2C%5C%22first_name%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%5D%2C%5C%22priority%5C%22%3A20%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22priority%5C%22%3A65%7D%2C%5C%22city%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%2C%5C%22address-field%5C%22%5D%7D%2C%5C%22address_1%5C%22%3A%7B%5C%22priority%5C%22%3A71%7D%2C%5C%22address_2%5C%22%3A%7B%5C%22priority%5C%22%3A72%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22County%5C%22%7D%7D%2C%5C%22ID%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22IE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22label%5C%22%3A%5C%22Eircode%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22County%5C%22%7D%7D%2C%5C%22IS%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22IL%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22IM%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22IN%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22PIN%20Code%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22State%5C%22%7D%7D%2C%5C%22IT%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Atrue%2C%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22JM%5C%22%3A%7B%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Town%20%5C%5C%5C%2F%20City%20%5C%5C%5C%2F%20Post%20Office%5C%22%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22label%5C%22%3A%5C%22Postal%20Code%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Atrue%2C%5C%22label%5C%22%3A%5C%22Parish%5C%22%7D%7D%2C%5C%22JP%5C%22%3A%7B%5C%22last_name%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%5D%2C%5C%22priority%5C%22%3A10%7D%2C%5C%22first_name%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%5D%2C%5C%22priority%5C%22%3A20%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Prefecture%5C%22%2C%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22priority%5C%22%3A66%7D%2C%5C%22city%5C%22%3A%7B%5C%22priority%5C%22%3A67%7D%2C%5C%22address_1%5C%22%3A%7B%5C%22priority%5C%22%3A68%7D%2C%5C%22address_2%5C%22%3A%7B%5C%22priority%5C%22%3A69%7D%7D%2C%5C%22KR%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22KW%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22LV%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Municipality%5C%22%2C%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22LB%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22MQ%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22MT%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22MZ%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22NI%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22NL%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22NG%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postcode%5C%22%2C%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22State%5C%22%7D%7D%2C%5C%22NZ%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postcode%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22label%5C%22%3A%5C%22Region%5C%22%7D%7D%2C%5C%22NO%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22NP%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22State%20%5C%5C%5C%2F%20Zone%5C%22%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22PA%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22PL%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22PR%5C%22%3A%7B%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Municipality%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22PT%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22PY%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22RE%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22RO%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22County%5C%22%2C%5C%22required%5C%22%3Atrue%7D%7D%2C%5C%22RS%5C%22%3A%7B%5C%22city%5C%22%3A%7B%5C%22required%5C%22%3Atrue%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22District%5C%22%2C%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22SG%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22city%5C%22%3A%7B%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22SK%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22SI%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22SR%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22SV%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22ES%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22LI%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Municipality%5C%22%2C%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22LK%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22LU%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22MD%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Municipality%20%5C%5C%5C%2F%20District%5C%22%7D%7D%2C%5C%22SE%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22TR%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22UG%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Town%20%5C%5C%5C%2F%20Village%5C%22%2C%5C%22required%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22District%5C%22%2C%5C%22required%5C%22%3Atrue%7D%7D%2C%5C%22US%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22ZIP%20Code%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22State%5C%22%7D%7D%2C%5C%22UY%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Department%5C%22%7D%7D%2C%5C%22GB%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postcode%5C%22%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22County%5C%22%2C%5C%22required%5C%22%3Afalse%7D%7D%2C%5C%22ST%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22District%5C%22%7D%7D%2C%5C%22VN%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22priority%5C%22%3A65%2C%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Afalse%7D%2C%5C%22address_2%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Afalse%7D%7D%2C%5C%22WS%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22YT%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22ZA%5C%22%3A%7B%5C%22state%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Province%5C%22%7D%7D%2C%5C%22ZW%5C%22%3A%7B%5C%22postcode%5C%22%3A%7B%5C%22required%5C%22%3Afalse%2C%5C%22hidden%5C%22%3Atrue%7D%7D%2C%5C%22default%5C%22%3A%7B%5C%22first_name%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22First%20name%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-first%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22given-name%5C%22%2C%5C%22priority%5C%22%3A10%7D%2C%5C%22last_name%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Last%20name%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-last%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22family-name%5C%22%2C%5C%22priority%5C%22%3A20%7D%2C%5C%22country%5C%22%3A%7B%5C%22type%5C%22%3A%5C%22country%5C%22%2C%5C%22label%5C%22%3A%5C%22Country%20%5C%5C%5C%2F%20Region%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%2C%5C%22update_totals_on_change%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22country%5C%22%2C%5C%22priority%5C%22%3A40%7D%2C%5C%22address_1%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Street%20address%5C%22%2C%5C%22placeholder%5C%22%3A%5C%22House%20number%20and%20street%20name%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22address-field%5C%22%2C%5C%22form-row-first%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-line1%5C%22%2C%5C%22priority%5C%22%3A50%7D%2C%5C%22address_2%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Apartment%2C%20suite%2C%20unit%2C%20etc.%5C%22%2C%5C%22label_class%5C%22%3A%5B%5D%2C%5C%22placeholder%5C%22%3A%5C%22Apartment%2C%20suite%2C%20unit%2C%20etc.%20%28optional%29%5C%22%2C%5C%22class%5C%22%3A%5B%5C%22address-field%5C%22%2C%5C%22form-row-last%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-line2%5C%22%2C%5C%22priority%5C%22%3A60%2C%5C%22required%5C%22%3Afalse%7D%2C%5C%22city%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Town%20%5C%5C%5C%2F%20City%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-level2%5C%22%2C%5C%22priority%5C%22%3A70%7D%2C%5C%22state%5C%22%3A%7B%5C%22type%5C%22%3A%5C%22state%5C%22%2C%5C%22label%5C%22%3A%5C%22State%20%5C%5C%5C%2F%20County%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22validate%5C%22%3A%5B%5C%22state%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22address-level1%5C%22%2C%5C%22priority%5C%22%3A80%7D%2C%5C%22postcode%5C%22%3A%7B%5C%22label%5C%22%3A%5C%22Postcode%20%5C%5C%5C%2F%20ZIP%5C%22%2C%5C%22required%5C%22%3Atrue%2C%5C%22class%5C%22%3A%5B%5C%22form-row-wide%5C%22%2C%5C%22address-field%5C%22%5D%2C%5C%22validate%5C%22%3A%5B%5C%22postcode%5C%22%5D%2C%5C%22autocomplete%5C%22%3A%5C%22postal-code%5C%22%2C%5C%22priority%5C%22%3A90%7D%7D%7D%22%2C%22locale_fields%22%3A%22%7B%5C%22address_1%5C%22%3A%5C%22%23billing_address_1_field%2C%20%23shipping_address_1_field%5C%22%2C%5C%22address_2%5C%22%3A%5C%22%23billing_address_2_field%2C%20%23shipping_address_2_field%5C%22%2C%5C%22state%5C%22%3A%5C%22%23billing_state_field%2C%20%23shipping_state_field%2C%20%23calc_shipping_state_field%5C%22%2C%5C%22postcode%5C%22%3A%5C%22%23billing_postcode_field%2C%20%23shipping_postcode_field%2C%20%23calc_shipping_postcode_field%5C%22%2C%5C%22city%5C%22%3A%5C%22%23billing_city_field%2C%20%23shipping_city_field%2C%20%23calc_shipping_city_field%5C%22%7D%22%7D%2C%22ppcp_data%22%3A%7B%22funding%22%3A%5B%22paypal%22%5D%2C%22buttons_order%22%3A%5B%22paypal%22%2C%22paylater%22%2C%22venmo%22%2C%22card%22%5D%2C%22buttonPlacement%22%3A%22place_order%22%2C%22buttons%22%3A%7B%22paypal%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22gold%22%7D%2C%22paylater%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22gold%22%7D%2C%22card%22%3A%7B%22layout%22%3A%22vertical%22%2C%22label%22%3A%22paypal%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%2C%22color%22%3A%22black%22%2C%22tagline%22%3Afalse%7D%2C%22venmo%22%3A%7B%22layout%22%3A%22vertical%22%2C%22shape%22%3A%22rect%22%2C%22height%22%3A40%7D%7D%2C%22paypal_sections%22%3A%5B%22product%22%2C%22cart%22%2C%22express_checkout%22%2C%22order_pay%22%2C%22minicart%22%2C%22checkout%22%5D%2C%22paylater_sections%22%3A%5B%22cart%22%2C%22checkout%22%2C%22order_pay%22%5D%2C%22credit_card_sections%22%3A%5B%22cart%22%2C%22checkout%22%2C%22order_pay%22%5D%2C%22venmo_sections%22%3A%5B%22checkout%22%2C%22order_pay%22%5D%2C%22placeOrderEnabled%22%3Afalse%7D%2C%22cart%22%3A%7B%22total%22%3A%220.00%22%2C%22needsShipping%22%3Afalse%7D%2C%22queryParams%22%3A%7B%22client-id%22%3A%22AQfK-CVaGx0UeYLoFdM57T5M02CNXK4qd2Q0LWEoW5kXHNWpGMuvR_VcAhEdbh1AdClHGK5BB3v_83nM%22%2C%22intent%22%3A%22capture%22%2C%22vault%22%3A%22false%22%2C%22commit%22%3A%22true%22%2C%22components%22%3A%22buttons%2Cmessages%22%2C%22currency%22%3A%22USD%22%2C%22enable-funding%22%3A%22paylater%22%2C%22data-partner-attribution-id%22%3A%22PaymentPlugins_PCP%22%2C%22locale%22%3A%22en_US%22%7D%2C%22ppcp_api%22%3A%5B%5D%2C%22ppcp_advanced%22%3A%7B%22miniCartLocation%22%3A%22below%22%7D%2C%22ppcp_paylater_message%22%3A%5B%5D%7D' ) );
</script><script type="text/template" id="tmpl-variation-template">
<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
<p>Sorry, this product is unavailable. Please choose a different combination.</p>
</script>
<link data-minify="1" rel="stylesheet" id="wc-ppcp-style-css" href="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/pymntpl-paypal-woocommerce/build/css/styles.css?ver=1727545219" type="text/css" media="all">
<style id="global-styles-inline-css" type="text/css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9" id="regenerator-runtime-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/zahall.com\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1727545219" id="contact-form-7-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.6.7.0" id="jquery-blockui-js" defer=""></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/zahall.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=6.7.0" id="wc-add-to-cart-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.6.7.0" id="js-cookie-js" defer=""></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=6.7.0" id="woocommerce-js" defer=""></script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_ef497fcf659eb12d5ca54efbf151ab02","fragment_name":"wc_fragments_ef497fcf659eb12d5ca54efbf151ab02","request_timeout":"5000"};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=6.7.0" id="wc-cart-fragments-js" defer=""></script>
<script type="text/javascript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/cart\/|\/checkout\/|\/my-account\/|\/wp-content\/uploads\/woo-product-feed-pro\/xml\/s6FmBFyGg0BTmWfNo3jtia17lyVv8bfI.xml|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/wc-api\/v(.*)|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/jxfklogin\/|\/wp-admin\/|\/logout\/|\/jxfklogin\/|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/zahall.com","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js" defer=""></script>
<script type="text/javascript" id="flatsome-js-js-extra">
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.15.7"},"ajaxurl":"https:\/\/zahall.com\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","assets_url":"https:\/\/zahall.com\/wp-content\/themes\/flatsome\/assets\/js\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Main Menu","toggleButton":"Toggle"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"},"is_mini_cart_reveal":"1"};
/* ]]> */
</script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1727545219" id="flatsome-js-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js?ver=1727545219" id="flatsome-wp-rocket-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.js?ver=1727545219" id="flatsome-woocommerce-wishlist-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1727545219" id="flatsome-live-search-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=1727545219" id="flatsome-theme-woocommerce-js-js" defer=""></script>
<!--[if IE]>
<script type='text/javascript' src='https://cdn.jsdelivr.net/npm/[email protected]/dist/IntersectionObserver.js?ver=0.1.0' id='intersection-observer-polyfill-js'></script>
<![endif]-->
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19" id="lodash-js"></script>
<script type="text/javascript" id="lodash-js-after">
window.lodash = _.noConflict();
</script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/hooks.min.js?ver=c6d64f2cb8f5c6bb49caca37f8828ce3" id="wp-hooks-js"></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/pymntpl-paypal-woocommerce/build/js/utils.js?ver=1727545219" id="wc-ppcp-utils-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/i18n.min.js?ver=ebee46757c6a411e38fd079a7ac71d94" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/url.min.js?ver=16385e4d69da65c7283790971de6b297" id="wp-url-js"></script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/dist/api-fetch.min.js?ver=63050163caffa6aac54e9ebf21fe0472" id="wp-api-fetch-js"></script>
<script type="text/javascript" id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://zahall.com/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "8c9c41b690" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://zahall.com/wp-admin/admin-ajax.php?action=rest-nonce";
</script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/pymntpl-paypal-woocommerce/build/js/cart.js?ver=1727545219" id="wc-ppcp-cart-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/pymntpl-paypal-woocommerce/build/js/paypal-minicart.js?ver=1727545219" id="wc-ppcp-minicart-gateway-js" defer=""></script>
<script data-minify="1" type="text/javascript" src="https://zahall.com/wp-content/cache/min/1/wp-content/plugins/pymntpl-paypal-woocommerce/build/js/frontend-commons.js?ver=1727545219" id="wc-ppcp-frontend-commons-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-content/themes/flatsome/assets/libs/packery.pkgd.min.js?ver=3.15.7" id="flatsome-masonry-js-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0" id="jquery-selectBox-js" defer=""></script>
<script type="text/javascript" src="//zahall.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="prettyPhoto-js" defer=""></script>
<script type="text/javascript" id="jquery-yith-wcwl-js-extra">
/* <![CDATA[ */
var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"","ajax_loader_url":"https:\/\/zahall.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"We are sorry, but this feature is available only if cookies on your browser are enabled.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">Product added to cart successfully<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"32a0313415","remove_from_wishlist_nonce":"0b70189aa6","reload_wishlist_and_adding_elem_nonce":"1b2dfe5e20","load_mobile_nonce":"a76c131726","delete_item_nonce":"34015e67ce","save_title_nonce":"01184496f7","save_privacy_nonce":"f18b55359f","load_fragments_nonce":"b8d070e54a"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.min.js?ver=3.11.0" id="jquery-yith-wcwl-js" defer=""></script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/underscore.min.js?ver=1.13.3" id="underscore-js" defer=""></script>
<script type="text/javascript" id="wp-util-js-extra">
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-includes/js/wp-util.min.js?ver=6.0.2" id="wp-util-js" defer=""></script>
<script type="text/javascript" id="wc-add-to-cart-variation-js-extra">
/* <![CDATA[ */
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 cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
/* ]]> */
</script>
<script type="text/javascript" src="https://zahall.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=6.7.0" id="wc-add-to-cart-variation-js" defer=""></script>
<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://zahall.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script>
</body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1727545219 -->