CINXE.COM

Gina K Designs – Gina K Designs, LLC

<!doctype html> <html class="no-js" lang="en"> <head> <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v201","locked":false,"initialized":true,"scope":"index","access_granted":true,"access_denied":false,"requires_customer":false,"manual_lock":false,"remote_lock":false,"has_timeout":false,"remote_rendered":null,"hide_resource":false,"hide_links_to_resource":false,"transparent":true,"locks":{"all":[],"opened":[]},"keys":[],"keys_signature":"a5838819f62666b1231c902d6bff15f2688fe1182d551dfd8e5be5682786278c","state":{"template":"index","theme":165276090677,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1744095411,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/ginakdesigns.com\/","customer_id":null,"customer_id_signature":"a5838819f62666b1231c902d6bff15f2688fe1182d551dfd8e5be5682786278c","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,o=e.jsonpCallback||"callback",a=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+o+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,d=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+a):a=l[3]:s=urlappend(s,o+"="+a),context[a]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!d&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),o="string"==typeof s?s:s.url,a=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&a&&(o=urlappend(o,a),a=null),"jsonp"==s.type?handleJsonp(s,e,t,o):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,o,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(a)},200):n.send(a),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,o,a=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(a,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&a)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(a,normalize(n&&""===r?"on":r)));break;case"textarea":t(a,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(o=0;e.length&&o<e.length;o++)e.options[o].selected&&l(e.options[o])}}function eachFormElement(){var e,t,o=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],o)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,o),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,o,a,i=/\[\]$/;if(isArray(t))for(o=0;t&&o<t.length;o++)a=t[o],n||i.test(e)?s(e,a):buildParams(e+"["+("object"==typeof a?o:"")+"]",a,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,o=[],a=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,o[o.length]=a(e)+"="+a(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return o.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}(); /*! * Reqwest! A general purpose XHR connection manager * license MIT (c) Dustin Diaz 2015 * https://github.com/ded/reqwest */!function(){var a=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(a.state={},a.util={},a.loading=!1,n)try{a.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,o,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(o),r.shift(),0<r.length)return void(o=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}a.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),a.path=a.state.path||window.location.pathname,a.basePath=a.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),a.reloading=!1,a.util.console=window.console||{log:function(){},error:function(){}},a.util.makeUrl=function(e,t){var n,s=a.basePath+e,r=[],o=a.cache();for(n in o)r.push(n+"="+encodeURIComponent(o[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return a.state.customer_id&&(r.push("customer_id="+encodeURIComponent(a.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(a.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},a._initializeCallbacks=[],a.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';a._initializeCallbacks.push(t)},a.initializeSession=function(e){if(!a.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),a.ping({silent:t,spinner:n,reload:s,callback:function(){a._initializeCallbacks.forEach(function(e){e()})}})}},a.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},a.cache.cart=a.state.cart,a.cache.cartLastSaved=null,a.params=a.cache(),a.util.reload=function(){a.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){a.util.console.error("Preferred reload method failed",u),window.location.reload()}},a.cache.saveCart=function(e){if(!a.cache.cart||a.cache.cart===a.cache.cartLastSaved)return e?e():null;var t=a.cache.cartLastSaved;a.cache.cartLastSaved=a.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:a.cache.cart}},complete:e,error:function(e){if(a.cache.cartLastSaved=t,!a.reloading)throw e}})},a.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',a.util.clobberBody=function(e){document.body.innerHTML=e},a.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},a.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},a.util.on=function(e,o,a,t){t=t||document;var i="locksmith-"+e+o,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(o)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(o))&&!e[i]&&(e[i]=!0,a(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},a.util.enableActions=function(e){a.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,a.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),a.util.reload()}}))},e)},a.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,o,a=e.querySelectorAll("script");for(o=0;o<a.length;++o){r=a[o];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},a.post=function(e,t,n){!1!==(n=n||{}).spinner&&a.util.clobberBody(a.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);a.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);a.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),n.form_type&&(t.form_type=n.form_type),n.include_layout_classes!==undefined&&(t.include_layout_classes=n.include_layout_classes),n.lock_id!==undefined&&(t.lock_id=n.lock_id),a.loading=!0;var r=a.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){a.loading=!1},error:function(e){if(!a.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||a.util.clobberDocument})},a.postResource=function(e,t){e.path=a.path,e.search=window.location.search,e.state=a.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=a.cache.cart,e.locksmith_json=a.jsonTag,e.locksmith_json_signature=a.jsonTagSignature,a.post("/resource",e,t)},a.ping=function(e){if(!a.isEmbedded){e=e||{};a.post("/ping",{path:a.path,search:window.location.search,state:a.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&a.showMessages(e.messages)}})}},a.timeoutMonitor=function(){var e=a.cache.cart;a.ping({callback:function(){e!==a.cache.cart||setTimeout(function(){a.timeoutMonitor()},6e4)}})},a.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML=" <style> .locksmith-ab .locksmith-b { display: none; } .locksmith-ab.toggled .locksmith-b { display: flex; } .locksmith-ab.toggled .locksmith-a { display: none; } .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; } .locksmith-message + .locksmith-message { border-top: 1px #555 solid; } .locksmith-message a { color: inherit; font-weight: bold; } .locksmith-message a:hover { color: inherit; opacity: 0.8; } a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; } .locksmith-text { flex-grow: 1; } .locksmith-cta { flex-grow: 0; text-align: right; } .locksmith-cta button { transform: scale(0.8); transform-origin: left; } .locksmith-cta > * { display: block; } .locksmith-cta > * + * { margin-top: 10px; } .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; } @media screen and (max-width: 600px) { .locksmith-wide-only { display: none !important; } .locksmith-flex { padding: 0 15px; } .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; } .locksmith-cta { text-align: left; } } @media screen and (min-width: 601px) { .locksmith-narrow-only { display: none !important; } } </style> "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),a.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),a.util.enableActions(t)}}()}();</script> <script data-locksmith>Locksmith.cache.cart=null</script> <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v201\",\"locked\":false,\"initialized\":true,\"scope\":\"index\",\"access_granted\":true,\"access_denied\":false,\"requires_customer\":false,\"manual_lock\":false,\"remote_lock\":false,\"has_timeout\":false,\"remote_rendered\":null,\"hide_resource\":false,\"hide_links_to_resource\":false,\"transparent\":true,\"locks\":{\"all\":[],\"opened\":[]},\"keys\":[],\"keys_signature\":\"a5838819f62666b1231c902d6bff15f2688fe1182d551dfd8e5be5682786278c\",\"state\":{\"template\":\"index\",\"theme\":165276090677,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1744095411,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/ginakdesigns.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"a5838819f62666b1231c902d6bff15f2688fe1182d551dfd8e5be5682786278c\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="e46c901a20f826952504a2946f0892fb76cb567cbcbc80d4d4f2d4910a00bcf6"</script> <!-- Canopy 5.1.2 --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preconnect" href="https://fonts.shopify.com" crossorigin> <link rel="preconnect" href="https://monorail-edge.shopifysvc.com"><link rel="preload" as="font" href="//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.9bc1184b9390bb98ce0a2cb46e9266e8be923e76.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=59f53d3e643fb8595f8dfa963bab3503c82f08bce3bc6a7caddfcfc0fc9fe16c" type="font/woff2" crossorigin><link rel="preload" as="font" href="//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.9bc1184b9390bb98ce0a2cb46e9266e8be923e76.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=59f53d3e643fb8595f8dfa963bab3503c82f08bce3bc6a7caddfcfc0fc9fe16c" type="font/woff2" crossorigin><link rel="preload" as="font" href="//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n4.bb07ca19f1ff19b6ca9f72c55add75de6c568354.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=95a23fd480800f7bf00ef0826a20c687987ecb62a493d5af728d7dc45bef0fa5" type="font/woff2" crossorigin><link rel="preload" as="font" href="//ginakdesigns.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=7525552aa629deb8726265606e1d222a94ecb58affe1e4324a5df5ac72bb6d48" type="font/woff2" crossorigin><link rel="preload" href="//ginakdesigns.com/cdn/shop/t/7/assets/vendor.min.js?v=137803223016851922661705607444" as="script"> <link rel="preload" href="//ginakdesigns.com/cdn/shop/t/7/assets/theme.js?v=102756645768366188701705607444" as="script"><link rel="canonical" href="https://ginakdesigns.com/" /><link rel="icon" href="//ginakdesigns.com/cdn/shop/files/gina-k-designs.jpg?crop=center&height=48&v=1694031277&width=48" type="image/jpg"> <meta name="theme-color" content="#19a89d"> <title> Gina K Designs &ndash; Gina K Designs, LLC </title> <meta property="og:site_name" content="Gina K Designs, LLC"> <meta property="og:url" content="https://ginakdesigns.com/"><meta property="og:title" content="Gina K Designs"> <meta property="og:type" content="website"> <meta property="og:description" content="Gina K Designs, LLC"> <meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Gina K Designs"> <meta name="twitter:description" content="Gina K Designs, LLC"> <style> @font-face { font-family: "Gill Sans Nova"; font-weight: 300; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.9bc1184b9390bb98ce0a2cb46e9266e8be923e76.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=59f53d3e643fb8595f8dfa963bab3503c82f08bce3bc6a7caddfcfc0fc9fe16c") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.b8bebf2f8d0022f5c999a76fa81af289eb519b73.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=57003c3d163ecd95728279cce772cbcbd5c380690525b0dbe9fbbd85aff85fc7") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 400; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n4.bb07ca19f1ff19b6ca9f72c55add75de6c568354.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=95a23fd480800f7bf00ef0826a20c687987ecb62a493d5af728d7dc45bef0fa5") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n4.4d765821604d183de75a5db211fbf52345d31d03.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=caafd35cc2a84da963e749de24b5457cf5254f8bfdbc860ed5ab651035a4d22d") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 500; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n5.2a8dea7b8da8a11a3d28c1cd33016c77ca1b2831.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=e65511e2f6575d39c396037022dc2a630bfd6457cbba31a14a0ebc1f1f975f58") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n5.1fb24ca1ed7e25f1a82ab8f16a8a2555b128a13f.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=54df6826375c961d4a34534fa3ba2b7e7da00c6e4b860106a0ea2f503f83ac5d") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 300; font-style: italic; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_i3.c095a93c517e8b1fa44f78ab4f9bc63538412db8.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=94de18d40f941b6aabdf0e5a2d2fa3c5b263a952a8b3da5d2703d3d656974a45") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_i3.9b269174dd64e817dfb5dc3a64df5ab6e9a210a8.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=180c0fe3376526161521f86d3715d8589373ed7a92a5ff5cd23064c25369087a") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 400; font-style: italic; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_i4.358608bc9fd20032ea31f67c9b49a3a2e4a48dae.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=b80e23458c1e886bc29fac73c0086ffb3965f57a39e2f4a932b93bbf2937d432") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_i4.1f8b4021d296fa19b054165ade25b4bd49762958.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=1aea4d5aac8923dad93ccfe5b23b02178437faef684101a0f43e407e07bf7c4b") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 400; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n4.bb07ca19f1ff19b6ca9f72c55add75de6c568354.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=95a23fd480800f7bf00ef0826a20c687987ecb62a493d5af728d7dc45bef0fa5") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n4.4d765821604d183de75a5db211fbf52345d31d03.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=caafd35cc2a84da963e749de24b5457cf5254f8bfdbc860ed5ab651035a4d22d") format("woff"); } @font-face { font-family: "Open Sans"; font-weight: 400; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/open_sans/opensans_n4.5460e0463a398b1075386f51084d8aa756bafb17.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=7525552aa629deb8726265606e1d222a94ecb58affe1e4324a5df5ac72bb6d48") format("woff2"), url("//ginakdesigns.com/cdn/fonts/open_sans/opensans_n4.8512334118d0e9cf94c4626d298dba1c9f12a294.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=6f0ece63492c825ccac0e1b4cf2129eb68bb56bee6465972bb280739392a7070") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 300; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.9bc1184b9390bb98ce0a2cb46e9266e8be923e76.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=59f53d3e643fb8595f8dfa963bab3503c82f08bce3bc6a7caddfcfc0fc9fe16c") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n3.b8bebf2f8d0022f5c999a76fa81af289eb519b73.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=57003c3d163ecd95728279cce772cbcbd5c380690525b0dbe9fbbd85aff85fc7") format("woff"); } @font-face { font-family: "Gill Sans Nova"; font-weight: 600; font-style: normal; font-display: fallback; src: url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n6.5f4190c74a69fdd8796d1db47dc78ecd9c91f261.woff2?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=23bc2256039eb00792d5383a072b0eedeafe73fecc4561e0f21231cf1edb5432") format("woff2"), url("//ginakdesigns.com/cdn/fonts/gill_sans_nova/gillsansnova_n6.90ac1f5739faa1cc2415577a07defbc59fa8a833.woff?h1=Z2luYWtkZXNpZ25zMS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=Z2luYWtkZXNpZ25zLmNvbQ&hmac=0421078a6617da928717bab148fb587378407dc112fabfe3973200eb328d7ddf") format("woff"); } </style> <link href="//ginakdesigns.com/cdn/shop/t/7/assets/styles.css?v=117657957166760796931720708866" rel="stylesheet" type="text/css" media="all" /> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); window.theme = window.theme || {}; theme.money_format_with_code_preference = "${{amount}}"; theme.money_format = "${{amount}}"; theme.customerIsLoggedIn = false; theme.shippingCalcMoneyFormat = "${{amount}}"; theme.strings = { previous: "Previous", next: "Next", close: "Close", addressError: "Error looking up that address", addressNoResults: "No results for that address", addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.", authError: "There was a problem authenticating your Google Maps API Key.", shippingCalcSubmitButton: "Calculate shipping", shippingCalcSubmitButtonDisabled: "Calculating...", infiniteScrollCollectionLoading: "Loading more items...", infiniteScrollCollectionFinishedMsg : "No more items", infiniteScrollBlogLoading: "Loading more articles...", infiniteScrollBlogFinishedMsg : "No more articles", blogsShowTags: "Show tags", priceNonExistent: "Unavailable", buttonDefault: "Add to cart", buttonNoStock: "Out of stock", buttonNoVariant: "Unavailable", unitPriceSeparator: " \/ ", onlyXLeft: "[[ quantity ]] in stock", productAddingToCart: "Adding", productAddedToCart: "Added", quickbuyAdded: "Added to cart", cartSummary: "View cart", cartContinue: "Continue shopping", colorBoxPrevious: "Previous", colorBoxNext: "Next", colorBoxClose: "Close", imageSlider: "Image slider", confirmEmptyCart: "Are you sure you want to empty your cart?", inYourCart: "In your cart", removeFromCart: "Remove from cart", clearAll: "Clear all", layout_live_search_see_all: "See all results", general_quick_search_pages: "Pages", general_quick_search_no_results: "Sorry, we couldn\u0026#39;t find any results", products_labels_sold_out: "Sold Out", products_labels_sale: "Sale", maximumQuantity: "You can only have [quantity] in your cart", fullDetails: "Full details", cartConfirmRemove: "Are you sure you want to remove this item?" }; theme.routes = { root_url: '/', account_url: '/account', account_login_url: '/account/login', account_logout_url: '/account/logout', account_recover_url: '/account/recover', account_register_url: '/account/register', account_addresses_url: '/account/addresses', collections_url: '/collections', all_products_collection_url: '/collections/all', search_url: '/search', cart_url: '/cart', cart_add_url: '/cart/add', cart_change_url: '/cart/change', cart_clear_url: '/cart/clear' }; theme.scripts = { masonry: "\/\/ginakdesigns.com\/cdn\/shop\/t\/7\/assets\/masonry.v3.2.2.min.js?v=35330930116813290231705607444", jqueryInfiniteScroll: "\/\/ginakdesigns.com\/cdn\/shop\/t\/7\/assets\/jquery.infinitescroll.2.1.0.min.js?v=12654699346475808781705607444", underscore: "\/\/cdnjs.cloudflare.com\/ajax\/libs\/underscore.js\/1.6.0\/underscore-min.js", shopifyCommon: "\/\/ginakdesigns.com\/cdn\/shopifycloud\/shopify\/assets\/themes_support\/shopify_common-33bb9d312118840468a53f36b59c62c1e8f2b7d1a0a77250db9e300441827470.js", jqueryCart: "\/\/ginakdesigns.com\/cdn\/shop\/t\/7\/assets\/shipping-calculator.v1.0.min.js?v=54722302898366399871705607444" }; theme.settings = { cartType: "drawer-dynamic", openCartDrawerOnMob: true, quickBuyType: "in-page", superscriptDecimals: false, currencyCodeEnabled: false } </script><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="R2-CWQbdU8V3zZD1nSaqJjYec9Z8x6sQSa63elzeT50"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/71513899317/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="986e4a154a1798e01aff1d6bf8c5871f"> <meta id="in-context-paypal-metadata" data-shop-id="71513899317" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <link rel="alternate" hreflang="x-default" href="https://ginakdesigns.com/"> <link rel="alternate" hreflang="en-CA" href="https://ginakdesigns.com/en-ca"> <link rel="alternate" hreflang="en-US" href="https://ginakdesigns.com/"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=71513899317" crossorigin="anonymous"></script> <script id="shopify-features" type="application/json">{"accessToken":"986e4a154a1798e01aff1d6bf8c5871f","betas":["rich-media-storefront-analytics"],"domain":"ginakdesigns.com","predictiveSearch":true,"shopId":71513899317,"smart_payment_buttons_url":"https:\/\/ginakdesigns.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/ginakdesigns.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "ginakdesigns1.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"Updated copy of Updated copy of Canopy","id":165276090677,"schema_name":"Canopy","schema_version":"5.1.2","theme_store_id":732,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "ginakdesigns.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_B01Uuy6a.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js"],"init-windoid":["modules/v2/client.init-windoid_Dmy5w_G9.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_CI_P12tx.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_BZ9ixfpW.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_Bt96lnTm.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"pay-button":["modules/v2/client.pay-button_BVP3l8eA.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_D9O2kiJW.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_B3hqt8Il.en.esm.js","modules/v2/client.shop-login-button_B4xlP_m0.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_Bp0SDXFf.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_B4xlP_m0.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_C4ZlNjPl.en.esm.js","modules/v2/client.shop-login-button_B4xlP_m0.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_BqBvHWDR.en.esm.js","modules/v2/client.shop-login-button_B4xlP_m0.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"lead-capture":["modules/v2/client.lead-capture_DnLSfEUf.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"],"payment-terms":["modules/v2/client.payment-terms_DVVCn4Av.en.esm.js","modules/v2/chunk.common_BwDzK4wQ.esm.js","modules/v2/chunk.modal_Dh4Gio6z.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/shy.elfsight.com\/p\/platform.js?shop=ginakdesigns1.myshopify.com","\/\/swymv3pro-01.azureedge.net\/code\/swym-shopify.js?shop=ginakdesigns1.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/1b65065feb0f77b588f81d0d6\/0d01f885d791f89a10f40f480.js?shop=ginakdesigns1.myshopify.com","https:\/\/static.shareasale.com\/json\/shopify\/shareasale-tracking.js?sasmid=63125\u0026ssmtid=19038\u0026shop=ginakdesigns1.myshopify.com","https:\/\/d33a6lvgbd0fej.cloudfront.net\/script_tag\/secomapp.scripttag.js?shop=ginakdesigns1.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":71513899317,"offset":-18000,"reqid":"c45afb74-470e-40a3-bf2b-3e8a832cafdc-1744095410","pageurl":"ginakdesigns.com\/","u":"cc593c5c2922","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//ginakdesigns.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//ginakdesigns.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//ginakdesigns.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <link rel="stylesheet" media="screen" href="https://ginakdesigns.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 180px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 71513899317,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 71513899317,storefrontBaseUrl: "https://ginakdesigns.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"Gina K Designs, LLC","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"ginakdesigns1.myshopify.com","countryCode":"US","storefrontUrl":"https://ginakdesigns.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://ginakdesigns.com/cdn","5491cac6w827a75f8p24dc5a71mdac3a6fe",{"modern":"","legacy":""},{"shopId":"71513899317","storefrontBaseUrl":"https://ginakdesigns.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"5491cac6w827a75f8p24dc5a71mdac3a6fe"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 71513899317, theme_id: 165276090677, app_name: "storefront", context_url: window.location.href, source_url: "//ginakdesigns.com/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//ginakdesigns.com/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//ginakdesigns.com/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":71513899317,"isMerchantRequest":null,"themeId":165276090677,"themeCityHash":"9401573918318185284","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//ginakdesigns.com/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://ginakdesigns.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.5.0.min.js" data-application="storefront-renderer" data-shop-id="71513899317" data-render-region="gcp-asia-southeast1" data-page-type="index" data-theme-instance-id="165276090677" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head><body class="template-index " data-cc-animate-timeout="80"> <script> document.body.classList.add("cc-animate-enabled"); </script> <a class="skip-link visually-hidden" href="#content">Skip to content</a> <div id="shopify-section-cart-drawer" class="shopify-section"> <div data-section-type="cart-drawer"><div id="cart-summary" class="cart-summary cart-summary--empty cart-summary--drawer-dynamic "> <div class="cart-summary__inner" aria-live="polite"> <a class="cart-summary__close toggle-cart-summary" href="#"> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <title>Left</title> <path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/><path d="M0-.5h24v24H0z" fill="none"/> </svg> <span class="beside-svg">Continue shopping</span> </a> <div class="cart-summary__header cart-summary__section"> <h5 class="cart-summary__title">Your Order</h5> </div> <div class="cart-summary__empty"> <div class="cart-summary__section"> <p>You have no items in your cart</p> </div> </div> </div> <script type="application/json" id="LimitedCartJson"> { "items": [] } </script> </div><!-- /#cart-summary --> </div> </div> <div id="page-wrap"> <div id="page-wrap-inner"> <a id="page-overlay" href="#" aria-controls="mobile-nav" aria-label="Close navigation"></a> <div id="page-wrap-content"> <div id="shopify-section-announcement-bar" class="shopify-section section-announcement-bar"><div class="announcement-bar " data-cc-animate data-section-type="announcement-bar"> <div class="container"> <div class="announcement-bar__inner"> <div class="toolbar-social announcement-bar__spacer desktop-only"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://www.facebook.com/ginakdesignsofficial"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Youtube" class="youtube" target="_blank" rel="noopener" href="https://www.youtube.com/user/StampTV"><svg width="48px" height="34px" viewBox="0 0 48 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Youtube</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-567.000000, -302.000000)" fill="#000000"> <path d="M586.044,325.269916 L586.0425,311.687742 L599.0115,318.502244 L586.044,325.269916 Z M614.52,309.334163 C614.52,309.334163 614.0505,306.003199 612.612,304.536366 C610.7865,302.610299 608.7405,302.601235 607.803,302.489448 C601.086,302 591.0105,302 591.0105,302 L590.9895,302 C590.9895,302 580.914,302 574.197,302.489448 C573.258,302.601235 571.2135,302.610299 569.3865,304.536366 C567.948,306.003199 567.48,309.334163 567.48,309.334163 C567.48,309.334163 567,313.246723 567,317.157773 L567,320.82561 C567,324.73817 567.48,328.64922 567.48,328.64922 C567.48,328.64922 567.948,331.980184 569.3865,333.447016 C571.2135,335.373084 573.612,335.312658 574.68,335.513574 C578.52,335.885191 591,336 591,336 C591,336 601.086,335.984894 607.803,335.495446 C608.7405,335.382148 610.7865,335.373084 612.612,333.447016 C614.0505,331.980184 614.52,328.64922 614.52,328.64922 C614.52,328.64922 615,324.73817 615,320.82561 L615,317.157773 C615,313.246723 614.52,309.334163 614.52,309.334163 L614.52,309.334163 Z"></path> </g> <g transform="translate(-1659.000000, -479.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://www.instagram.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Pinterest" class="pinterest" target="_blank" rel="noopener" href="https://www.pinterest.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Pinterest</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-407.000000, -295.000000)" fill="#000000"> <path d="M431.001411,295 C417.747575,295 407,305.744752 407,319.001411 C407,328.826072 412.910037,337.270594 421.368672,340.982007 C421.300935,339.308344 421.357382,337.293173 421.78356,335.469924 C422.246428,333.522491 424.871229,322.393897 424.871229,322.393897 C424.871229,322.393897 424.106368,320.861351 424.106368,318.59499 C424.106368,315.038808 426.169518,312.38296 428.73505,312.38296 C430.91674,312.38296 431.972306,314.022755 431.972306,315.987123 C431.972306,318.180102 430.572411,321.462515 429.852708,324.502205 C429.251543,327.050803 431.128418,329.125243 433.640325,329.125243 C438.187158,329.125243 441.249427,323.285765 441.249427,316.36532 C441.249427,311.10725 437.707356,307.170048 431.263891,307.170048 C423.985006,307.170048 419.449462,312.59746 419.449462,318.659905 C419.449462,320.754101 420.064738,322.227377 421.029988,323.367613 C421.475922,323.895396 421.535191,324.104251 421.374316,324.708238 C421.261422,325.145705 420.996119,326.21256 420.886047,326.633092 C420.725172,327.239901 420.23408,327.460046 419.686541,327.234256 C416.330746,325.865408 414.769977,322.193509 414.769977,318.064385 C414.769977,311.248368 420.519139,303.069148 431.921503,303.069148 C441.085729,303.069148 447.117128,309.704533 447.117128,316.819721 C447.117128,326.235138 441.884459,333.268478 434.165285,333.268478 C431.577174,333.268478 429.138649,331.868584 428.303228,330.279591 C428.303228,330.279591 426.908979,335.808608 426.615452,336.875463 C426.107426,338.724114 425.111131,340.575587 424.199506,342.014994 C426.358617,342.652849 428.63909,343 431.001411,343 C444.255248,343 455,332.255248 455,319.001411 C455,305.744752 444.255248,295 431.001411,295"></path> </g> <g transform="translate(-1499.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div><div class="announcement-bar__text"><span class="announcement-bar__text__inner">Welcome to our New Website!</span></div><div class="localization localization--header announcement-bar__spacer"> <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/" /></form> </div></div> </div> </div> </div> <div id="shopify-section-header" class="shopify-section section-header"><style data-shopify>.logo img { width: 120px; } @media (min-width: 768px) { .logo img { width: 250px; } }.section-header { position: -webkit-sticky; position: sticky; top: 0; }</style> <div class="header-container" data-section-type="header" itemscope itemtype="http://schema.org/Organization" data-cc-animate data-is-sticky="true"><div class="page-header layout-left using-compact-mobile-logo"> <div class="toolbar-container"> <div class="container"> <div id="toolbar" class="toolbar cf toolbar--two-cols-xs toolbar--two-cols toolbar--text-box-large"> <div class="toolbar-left "> <div class="mobile-toolbar"> <a class="toggle-mob-nav" href="#" aria-controls="mobile-nav" aria-label="Open navigation"> <span></span> <span></span> <span></span> </a> </div><div class="toolbar-logo"> <div class="logo align-left"> <meta itemprop="name" content="Gina K Designs, LLC"> <a href="/" itemprop="url"> <img src="//ginakdesigns.com/cdn/shop/files/logo-gina-k-designs_2_500x.png?v=1679331247" width="543" height="96" class="logo-desktop" alt="" itemprop="logo"/> <img src="//ginakdesigns.com/cdn/shop/files/logo-gina-k-designs_2_500x.png?v=1679331247" width="543" height="96" class="logo-mobile" alt=""/> </a> </div> </div> </div> <div class="toolbar-right "> <div class="toolbar-links"> <div class="main-search main-search--text-box-large " data-live-search="true" data-live-search-price="true" data-live-search-vendor="false" data-live-search-meta="true" data-show-sold-out-label="true" data-show-sale-label="true"> <div class="main-search__container main-search__container--has-type-filter"> <form class="main-search__form" action="/search" method="get" autocomplete="off"> <input type="hidden" name="type" value="product" /> <input type="hidden" name="options[prefix]" value="last" /> <input class="main-search__input" type="text" name="q" autocomplete="off" value="" placeholder="Search..." aria-label="Search Store" /> <select class="main-search__product-types" id="main-search__product-types" name="filter.p.product_type" aria-label="Product type"> <option value="">All</option> <option value="Fuse Foiling System">Fuse Foiling System</option> <option value="Intri-Cut Die Cutting Machine">Intri-Cut Die Cutting Machine</option> <option value="What's New">What's New</option> </select> <button type="submit" aria-label="Submit"><svg width="19px" height="21px" viewBox="0 0 19 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="currentColor" stroke-width="0.5"> <g transform="translate(0.000000, 0.472222)"> <path d="M14.3977778,14.0103889 L19,19.0422222 L17.8135556,20.0555556 L13.224,15.0385 C11.8019062,16.0671405 10.0908414,16.619514 8.33572222,16.6165556 C3.73244444,16.6165556 0,12.8967778 0,8.30722222 C0,3.71766667 3.73244444,0 8.33572222,0 C12.939,0 16.6714444,3.71977778 16.6714444,8.30722222 C16.6739657,10.4296993 15.859848,12.4717967 14.3977778,14.0103889 Z M8.33572222,15.0585556 C12.0766111,15.0585556 15.1081667,12.0365 15.1081667,8.30827778 C15.1081667,4.58005556 12.0766111,1.558 8.33572222,1.558 C4.59483333,1.558 1.56327778,4.58005556 1.56327778,8.30827778 C1.56327778,12.0365 4.59483333,15.0585556 8.33572222,15.0585556 Z"></path> </g> </g> </svg> </button> </form> <div class="main_search__popup"> <div class="main-search__results"></div> <div class="main-search__footer-buttons"> <div class="all-results-container"></div> <a class="main-search__results-close-link btn alt outline" href="#"> Close </a> </div> </div> </div> </div> </div> <div class="toolbar-icons"> <div class="hidden-search-container hidden-search-container--mob-only"> <a href="/search" data-show-search-form class="toolbar-search mobile-only toolbar-search--input_desktop" aria-label="Search"> <svg width="19px" height="21px" viewBox="0 0 19 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="currentColor" stroke-width="0.5"> <g transform="translate(0.000000, 0.472222)"> <path d="M14.3977778,14.0103889 L19,19.0422222 L17.8135556,20.0555556 L13.224,15.0385 C11.8019062,16.0671405 10.0908414,16.619514 8.33572222,16.6165556 C3.73244444,16.6165556 0,12.8967778 0,8.30722222 C0,3.71766667 3.73244444,0 8.33572222,0 C12.939,0 16.6714444,3.71977778 16.6714444,8.30722222 C16.6739657,10.4296993 15.859848,12.4717967 14.3977778,14.0103889 Z M8.33572222,15.0585556 C12.0766111,15.0585556 15.1081667,12.0365 15.1081667,8.30827778 C15.1081667,4.58005556 12.0766111,1.558 8.33572222,1.558 C4.59483333,1.558 1.56327778,4.58005556 1.56327778,8.30827778 C1.56327778,12.0365 4.59483333,15.0585556 8.33572222,15.0585556 Z"></path> </g> </g> </svg> </a> <div class="main-search main-search--text-box-large " data-live-search="true" data-live-search-price="true" data-live-search-vendor="false" data-live-search-meta="true" data-show-sold-out-label="true" data-show-sale-label="true"> <div class="main-search__container main-search__container--has-type-filter"> <form class="main-search__form" action="/search" method="get" autocomplete="off"> <input type="hidden" name="type" value="product" /> <input type="hidden" name="options[prefix]" value="last" /> <input class="main-search__input" type="text" name="q" autocomplete="off" value="" placeholder="Search..." aria-label="Search Store" /> <select class="main-search__product-types" id="main-search__product-types" name="filter.p.product_type" aria-label="Product type"> <option value="">All</option> <option value="Fuse Foiling System">Fuse Foiling System</option> <option value="Intri-Cut Die Cutting Machine">Intri-Cut Die Cutting Machine</option> <option value="What's New">What's New</option> </select> <button type="submit" aria-label="Submit"><svg width="19px" height="21px" viewBox="0 0 19 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="currentColor" stroke-width="0.5"> <g transform="translate(0.000000, 0.472222)"> <path d="M14.3977778,14.0103889 L19,19.0422222 L17.8135556,20.0555556 L13.224,15.0385 C11.8019062,16.0671405 10.0908414,16.619514 8.33572222,16.6165556 C3.73244444,16.6165556 0,12.8967778 0,8.30722222 C0,3.71766667 3.73244444,0 8.33572222,0 C12.939,0 16.6714444,3.71977778 16.6714444,8.30722222 C16.6739657,10.4296993 15.859848,12.4717967 14.3977778,14.0103889 Z M8.33572222,15.0585556 C12.0766111,15.0585556 15.1081667,12.0365 15.1081667,8.30827778 C15.1081667,4.58005556 12.0766111,1.558 8.33572222,1.558 C4.59483333,1.558 1.56327778,4.58005556 1.56327778,8.30827778 C1.56327778,12.0365 4.59483333,15.0585556 8.33572222,15.0585556 Z"></path> </g> </g> </svg> </button> </form> <div class="main_search__popup"> <div class="main-search__results"></div> <div class="main-search__footer-buttons"> <div class="all-results-container"></div> <a class="main-search__results-close-link btn alt outline" href="#"> Close </a> </div> </div> </div> </div> </div> <span class="toolbar-cart"> <a class="current-cart toggle-cart-summary" href="/cart" title="Go to cart"> <span class="current-cart-icon current-cart-icon--cart"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> <path d="M17,18A2,2 0 0,1 19,20A2,2 0 0,1 17,22C15.89,22 15,21.1 15,20C15,18.89 15.89,18 17,18M1,2H4.27L5.21,4H20A1,1 0 0,1 21,5C21,5.17 20.95,5.34 20.88,5.5L17.3,11.97C16.96,12.58 16.3,13 15.55,13H8.1L7.2,14.63L7.17,14.75A0.25,0.25 0 0,0 7.42,15H19V17H7C5.89,17 5,16.1 5,15C5,14.65 5.09,14.32 5.24,14.04L6.6,11.59L3,4H1V2M7,18A2,2 0 0,1 9,20A2,2 0 0,1 7,22C5.89,22 5,21.1 5,20C5,18.89 5.89,18 7,18M16,11L18.78,6H6.14L8.5,11H16Z"/> </svg> </span> </a> </span> </div> </div> </div> </div> </div> <div class="container nav-container"> <div class="logo-nav "> <nav class="main-nav cf desktop align-center" data-col-limit="8" aria-label="Primary navigation"><ul> <li class="nav-item first active"> <a class="nav-item-link" href="/" > <span class="nav-item-link-title">Home</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/collections/all" > <span class="nav-item-link-title">Shop</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/stamptv" > <span class="nav-item-link-title">Videos</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/blogs/news" > <span class="nav-item-link-title">Blog</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/our-retailers" > <span class="nav-item-link-title">Our Retailers</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/faqs" > <span class="nav-item-link-title">FAQ's</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="/pages/contact-gina-k" > <span class="nav-item-link-title">Contact</span> </a> </li><li class="nav-item"> <a class="nav-item-link" href="#swym-wishlist" > <span class="nav-item-link-title">My Wishlist</span> </a> </li><li class="nav-item last"> <a class="nav-item-link" href="https://ginakdesigns.com/account" > <span class="nav-item-link-title">My Account</span> </a> </li></ul> </nav> </div> </div> <script id="mobile-navigation-template" type="text/template"> <nav id="mobile-nav"> <div class="inner"> <div> <header class="side-menu-header h2"> Menu <a href="#" class="side-menu-header--close" aria-label="Close navigation"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" 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> </a> </header> <nav aria-label="Mobile navigation"> <ul class="mobile-nav-menu plain"> <li class="nav-item active"> <a class="nav-item-link" href="/"> Home </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/collections/all"> Shop </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/stamptv"> Videos </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/blogs/news"> Blog </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/our-retailers"> Our Retailers </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/faqs"> FAQ's </a> </li> <li class="nav-item"> <a class="nav-item-link" href="/pages/contact-gina-k"> Contact </a> </li> <li class="nav-item"> <a class="nav-item-link" href="#swym-wishlist"> My Wishlist </a> </li> <li class="nav-item"> <a class="nav-item-link" href="https://ginakdesigns.com/account"> My Account </a> </li> </ul> <div class="header"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://www.facebook.com/ginakdesignsofficial"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Youtube" class="youtube" target="_blank" rel="noopener" href="https://www.youtube.com/user/StampTV"><svg width="48px" height="34px" viewBox="0 0 48 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Youtube</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-567.000000, -302.000000)" fill="#000000"> <path d="M586.044,325.269916 L586.0425,311.687742 L599.0115,318.502244 L586.044,325.269916 Z M614.52,309.334163 C614.52,309.334163 614.0505,306.003199 612.612,304.536366 C610.7865,302.610299 608.7405,302.601235 607.803,302.489448 C601.086,302 591.0105,302 591.0105,302 L590.9895,302 C590.9895,302 580.914,302 574.197,302.489448 C573.258,302.601235 571.2135,302.610299 569.3865,304.536366 C567.948,306.003199 567.48,309.334163 567.48,309.334163 C567.48,309.334163 567,313.246723 567,317.157773 L567,320.82561 C567,324.73817 567.48,328.64922 567.48,328.64922 C567.48,328.64922 567.948,331.980184 569.3865,333.447016 C571.2135,335.373084 573.612,335.312658 574.68,335.513574 C578.52,335.885191 591,336 591,336 C591,336 601.086,335.984894 607.803,335.495446 C608.7405,335.382148 610.7865,335.373084 612.612,333.447016 C614.0505,331.980184 614.52,328.64922 614.52,328.64922 C614.52,328.64922 615,324.73817 615,320.82561 L615,317.157773 C615,313.246723 614.52,309.334163 614.52,309.334163 L614.52,309.334163 Z"></path> </g> <g transform="translate(-1659.000000, -479.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://www.instagram.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Pinterest" class="pinterest" target="_blank" rel="noopener" href="https://www.pinterest.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Pinterest</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-407.000000, -295.000000)" fill="#000000"> <path d="M431.001411,295 C417.747575,295 407,305.744752 407,319.001411 C407,328.826072 412.910037,337.270594 421.368672,340.982007 C421.300935,339.308344 421.357382,337.293173 421.78356,335.469924 C422.246428,333.522491 424.871229,322.393897 424.871229,322.393897 C424.871229,322.393897 424.106368,320.861351 424.106368,318.59499 C424.106368,315.038808 426.169518,312.38296 428.73505,312.38296 C430.91674,312.38296 431.972306,314.022755 431.972306,315.987123 C431.972306,318.180102 430.572411,321.462515 429.852708,324.502205 C429.251543,327.050803 431.128418,329.125243 433.640325,329.125243 C438.187158,329.125243 441.249427,323.285765 441.249427,316.36532 C441.249427,311.10725 437.707356,307.170048 431.263891,307.170048 C423.985006,307.170048 419.449462,312.59746 419.449462,318.659905 C419.449462,320.754101 420.064738,322.227377 421.029988,323.367613 C421.475922,323.895396 421.535191,324.104251 421.374316,324.708238 C421.261422,325.145705 420.996119,326.21256 420.886047,326.633092 C420.725172,327.239901 420.23408,327.460046 419.686541,327.234256 C416.330746,325.865408 414.769977,322.193509 414.769977,318.064385 C414.769977,311.248368 420.519139,303.069148 431.921503,303.069148 C441.085729,303.069148 447.117128,309.704533 447.117128,316.819721 C447.117128,326.235138 441.884459,333.268478 434.165285,333.268478 C431.577174,333.268478 429.138649,331.868584 428.303228,330.279591 C428.303228,330.279591 426.908979,335.808608 426.615452,336.875463 C426.107426,338.724114 425.111131,340.575587 424.199506,342.014994 C426.358617,342.652849 428.63909,343 431.001411,343 C444.255248,343 455,332.255248 455,319.001411 C455,305.744752 444.255248,295 431.001411,295"></path> </g> <g transform="translate(-1499.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div> </nav> </div> <footer class="localization localization--mobile-menu" id="localization--mobile-menu"></footer> </div> </nav> </script> </div> </div> </div> <main id="content"> <div id="shopify-section-template--22048355778869__16317334965826230b" class="shopify-section"><section id="section-id-template--22048355778869__16317334965826230b" class="border-top section-text-with-icons section-id-template--22048355778869__16317334965826230b section full-width-section cc-is-carousel cc-carousel-scrolling" style="background-color: #ffffff !important;" data-cc-animate> <div class="cc-carousel-container container " style="--bg-color-from: rgba(255, 255, 255, 0.99);--bg-color-to: rgba(255, 255, 255, 0);"> <div class="icon-columns align-left section-spacing--small "> <div id="block-id-16317334965826230b-2" class="icon-columns__column align-left " data-cc-animate="cc-fade-in" data-cc-animate-delay="0.15s"><div class="icon-columns__column--inner"><div class="icon-column__image" style="width: 26px;color: #696969 !important;"><svg class="cc-icon cc-icon--truck" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width: 26px;height: 26px;"><path d="M15.64 6.92L9.5 5.12V4a.5.5 0 00-.5-.5H1a.5.5 0 00-.5.5v8.5c0 .28.22.5.5.5h1.27a2.1 2.1 0 004.06 0h3.94a2.1 2.1 0 004.06 0h1.17a.5.5 0 00.5-.5V7.4a.5.5 0 00-.36-.48zM4.3 13.6a1.1 1.1 0 110-2.2 1.1 1.1 0 010 2.2zM6.33 12a2.1 2.1 0 00-4.06 0H1.5V4.5h7V12H6.33zm5.97 1.6a1.1 1.1 0 110-2.2 1.1 1.1 0 010 2.2zM15 12h-.67a2.1 2.1 0 00-4.06 0H9.5V6.17l5.5 1.6V12z"/></svg> </div> <div class="icon-column__content" style="color: #7f7f7f !important;"> <p class="icon-column__title" style="font-size: 15px">Free USA Shipping</p> <div class="icon-column__text rte" style="font-size: 14px"><p>on orders of $50 or more!</p></div> </div> </div></div> <div id="block-id-16317334965826230b-1" class="icon-columns__column align-left " data-cc-animate="cc-fade-in" data-cc-animate-delay="0.3s"><div class="icon-columns__column--inner"><div class="icon-column__image" style="width: 26px;color: #696969 !important;"><svg class="cc-icon cc-icon--chat_bubble" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width: 26px;height: 26px;"><path d="M11.3 13.02a6 6 0 111.72-1.72L14 14l-2.7-.98zm2.82-1.62a7 7 0 10-2.72 2.72l2.26.82a1 1 0 001.28-1.28l-.82-2.26z"/> <path d="M4.9 9.16c.52 0 .86-.36.86-.85 0-.5-.34-.85-.87-.85-.52 0-.86.36-.86.85 0 .5.34.85.86.85zM7.88 9.16c.53 0 .87-.36.87-.85 0-.5-.34-.85-.87-.85-.52 0-.87.36-.87.85 0 .5.35.85.87.85zM10.87 9.16c.52 0 .87-.36.87-.85 0-.5-.35-.85-.87-.85s-.87.36-.87.85c0 .5.35.85.87.85z"/></svg> </div> <div class="icon-column__content" style="color: #7f7f7f !important;"> <p class="icon-column__title" style="font-size: 15px">Need Help?</p> <div class="icon-column__text rte" style="font-size: 14px"><p>Call 1-844-358-1447</p></div> </div> </div></div> <div id="block-id-16317334965826230b-0" class="icon-columns__column align-left " data-cc-animate="cc-fade-in" data-cc-animate-delay="0.45s"><div class="icon-columns__column--inner"><div class="icon-column__image" style="width: 26px;color: #696969 !important;"><svg class="cc-icon cc-icon--box" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" style="width: 26px;height: 26px;"><path d="M14.41 3.37L8.27 1.41a1 1 0 00-.61 0L1.52 3.37a1 1 0 00-.7.95v7.86c0 .41.25.78.63.93l6.14 2.46c.24.1.5.1.75 0l6.14-2.46a1 1 0 00.62-.93V4.32a1 1 0 00-.69-.95zM7.96 2.36l6.05 1.93-2.7.9L5.35 3.2l2.63-.84zm-.46 12.1l-5.68-2.28V5.3L7.5 7.2v7.26zM8 6.3L1.96 4.28l2.58-.82 5.99 2L8 6.3zm6.1 5.89l-5.6 2.24V7.19l5.6-1.87v6.87z"/></svg> </div> <div class="icon-column__content" style="color: #7f7f7f !important;"> <p class="icon-column__title" style="font-size: 15px">Free Gift</p> <div class="icon-column__text rte" style="font-size: 14px"><p>on orders $75 or more!</p></div> </div> </div></div> </div> </div> </section> </div><div id="shopify-section-template--22048355778869__1478797384865" class="shopify-section section-slideshow"><section id="section-id-template--22048355778869__1478797384865" data-section-type="slideshow" class="border-top section section-id-template--22048355778869__1478797384865 slideshow-section full-width-section "> <style data-shopify> #section-id-template--22048355778869__1478797384865 .slide-1 .line-1 { max-width: 10em; } @media (min-width: 768px) { #section-id-template--22048355778869__1478797384865 .slide-1 .line-1 {font-size: 42.0px; } } @media (min-width: 1200px) { #section-id-template--22048355778869__1478797384865 .slide-1 .line-1 { font-size: 60px; } } </style> <div > <div class="slideshow slideshow--navigation-dots " data-transition="slide" data-autoplay="true" data-autoplay-speed="8" data-navigation="dots"> <div class="slide slide-1 height--adapt no-tint " > <a href="/collections/whats-new"> <div class="rimage-outer-wrapper lazyload--placeholder desktop-only"> <img class="rimage__image" data-lazy-src="//ginakdesigns.com/cdn/shop/files/MARCH2025_Banner_{width}x.jpg?v=1741716933" loading="lazy" alt="" width="2049" height="1024" style="object-position: 50.0% 50.0%"> <noscript> <img src="//ginakdesigns.com/cdn/shop/files/MARCH2025_Banner_1024x1024.jpg?v=1741716933" alt="" class="rimage__image" style="object-position: 50.0% 50.0%"> </noscript><div class="rimage-wrapper" style="padding-top:49.97559785261103%"></div></div> <div class="rimage-outer-wrapper mobile-only"> <img class="rimage__image" data-lazy-src="//ginakdesigns.com/cdn/shop/files/MARCH_MOBILE_{width}x.jpg?v=1741716933" loading="lazy" alt="" width="1025" height="1025" style="object-position: 50.0% 50.0%"> <noscript> <img src="//ginakdesigns.com/cdn/shop/files/MARCH_MOBILE_1024x1024.jpg?v=1741716933" alt="" class="rimage__image" style="object-position: 50.0% 50.0%"> </noscript><div class="rimage-wrapper" style="padding-top:100.0%"></div></div> </a></div> </div> </div> </section> </div><div id="shopify-section-template--22048355778869__1590506747837" class="shopify-section"><section class="border-top section products-section section-padding-medium" data-section-type="featured-collection"> <div class="container" data-cc-animate> <div class="opposing-items opposing-items--heading"> <h2 class="section-heading left"> <a href="/collections/whats-new"> What&#39;s New </a> </h2> <a class="more-link" href="/collections/whats-new"> View all </a> </div> <div class="cc-carousel-container "> <div class="product-grid row grid cc-carousel " data-normheights=".image" data-normheights-inner="img"> <div class="product-block layout-align-above align-center flex column max-cols-5 min-cols-2 product-block--gutter-20 product-block--gap-10 product-block--border-true product-block--last " id="template--22048355778869__1590506747837_9961382478133"> <div class="product-block__inner ccc"> <span class="col_clct" clct='[{"collection_id":"438737666357","product_id":"9961382478133","product_handle":"die-a-bit-of-spring"}]'></span><div class="image image--shape-0.666 "> <div class="inner"> <a href="/products/die-a-bit-of-spring" aria-label="*DIE- A Bit of Spring"> <div class="image__primary"> <div class="rimage-outer-wrapper" style="max-width: 543px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:150.15015015015015%"> <img class="rimage__image " data-lazy-src="//ginakdesigns.com/cdn/shop/files/A_Bit_of_Spring_Die_Only_{width}x.jpg?v=1743518555" loading="lazy" alt="" width="543" height="803" > <noscript> <img src="//ginakdesigns.com/cdn/shop/files/A_Bit_of_Spring_Die_Only_1024x1024.jpg?v=1743518555" alt="" class="rimage__image "> </noscript> </div> </div> </div> </a> </div> </div><div class="product-block__weight"> <div class="product-block__weight-value"></div> </div><div class="product-block__title-price"> <a class="title" href="/products/die-a-bit-of-spring"> <div class="vendor">Gina K Designs, LLC</div> *DIE- A Bit of Spring </a> <div class="price "> <span class="amount theme-money">$14.95 </span> </div> </div> <div class="product-form product-form--mini" data-ajax-add-to-cart="true" data-open-cart-drawer="true" data-product-id="9961382478133"> <form method="post" action="/cart/add" id="product_form_9961382478133" accept-charset="UTF-8" class="mini-product-purchase-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="quantity" value="1" /> <input type="hidden" name="id" value="50516339556661" /> <button type="submit" name="add" class="btn product-add" aria-live="polite"> <span class="button-text">Add to cart</span> <span class="loading-spinner" aria-label="Adding"></span> <span class="added-to-cart-check" aria-label="Added to cart"></span> </button> <input type="hidden" name="product-id" value="9961382478133" /><input type="hidden" name="section-id" value="template--22048355778869__1590506747837" /></form> </div> <div class="qty-adjuster-container"> <div class="qty-adjuster qty-adjuster--ajax" data-limit="1202"> <div class="qty-adjuster__inner"> <button class="btn qty-adjuster__down" aria-label="Decrease"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"></line></svg> </button> <input class="qty-adjuster__value" type="text" pattern="[0-9]*" name="quantity" value="" aria-label="Quantity"> <button class="btn qty-adjuster__up" aria-label="Increase"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg> </button> </div> </div> </div> </div> </div> <div class="product-block product-block--flex-spacer flex column max-cols-5 min-cols-2"></div><div class="product-block product-block--flex-spacer flex column max-cols-5 min-cols-2"></div><div class="product-block product-block--flex-spacer flex column max-cols-5 min-cols-2"></div><div class="product-block product-block--flex-spacer flex column max-cols-5 min-cols-2"></div><div class="product-block product-block--flex-spacer flex column max-cols-5 min-cols-2"></div></div> </div> </div> <button class="cc-carousel--previous" data-cc-animate aria-label="Previous"> <svg fill="#000000" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M 14.51,6.51 14,6 8,12 14,18 14.51,17.49 9.03,12 Z"></path></svg> </button> <button class="cc-carousel--next" data-cc-animate aria-label="Next"> <svg fill="#000000" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M 10,6 9.49,6.51 14.97,12 9.49,17.49 10,18 16,12 Z"></path></svg> </button> </section> </div><div id="shopify-section-template--22048355778869__1590157729940" class="shopify-section"><section class="border-top section collections-section section-padding-medium" data-section-type="featured-collections"> <div class="container" data-cc-animate> <div class="opposing-items opposing-items--heading"> <h2 class="section-heading left">Popular Collections</h2> <a class="more-link" href="/collections"> View all </a> </div> <div class="cc-carousel-container not-a-carousel"> <div class="row product-grid grid grid--max-cols-3 cc-carousel-single-xs "> <div class="product-block collection-block flex column max-cols-3 min-cols-1 " data-cc-animate data-cc-animate-delay="0.05s"> <div class="product-block__inner"> <div class="image"> <div class="inner"> <a href="/collections/mini-stamp-sets"> <div class="rimage-outer-wrapper" style="max-width: 398px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%"> <img class="rimage__image " data-lazy-src="//ginakdesigns.com/cdn/shop/collections/Mini_{width}x.jpg?v=1694031373" loading="lazy" alt="Stamps- Mini" width="398" height="398" > <noscript> <img src="//ginakdesigns.com/cdn/shop/collections/Mini_1024x1024.jpg?v=1694031373" alt="Stamps- Mini" class="rimage__image "> </noscript> </div> </div> </a> </div> </div> <div class="title align-left"><a href="/collections/mini-stamp-sets" title="">Stamps- Mini</a></div> </div> </div> <div class="product-block collection-block flex column max-cols-3 min-cols-1 " data-cc-animate data-cc-animate-delay="0.1s"> <div class="product-block__inner"> <div class="image"> <div class="inner"> <a href="/collections/stencils"> <div class="rimage-outer-wrapper" style="max-width: 1200px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%"> <img class="rimage__image " data-lazy-src="//ginakdesigns.com/cdn/shop/collections/Stencil-CAT-01_{width}x.jpg?v=1677811011" loading="lazy" alt="Stencil CAT-01" width="1200" height="1200" > <noscript> <img src="//ginakdesigns.com/cdn/shop/collections/Stencil-CAT-01_1024x1024.jpg?v=1677811011" alt="Stencil CAT-01" class="rimage__image "> </noscript> </div> </div> </a> </div> </div> <div class="title align-left"><a href="/collections/stencils" title="">Stencils</a></div> </div> </div> <div class="product-block collection-block flex column max-cols-3 min-cols-1 " data-cc-animate data-cc-animate-delay="0.15s"> <div class="product-block__inner"> <div class="image"> <div class="inner"> <a href="/collections/ink-pads-and-refills"> <div class="rimage-outer-wrapper" style="max-width: 1200px"> <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%"> <img class="rimage__image " data-lazy-src="//ginakdesigns.com/cdn/shop/collections/INK-CAT-01_{width}x.jpg?v=1677811066" loading="lazy" alt="INK CAT-01" width="1200" height="1200" > <noscript> <img src="//ginakdesigns.com/cdn/shop/collections/INK-CAT-01_1024x1024.jpg?v=1677811066" alt="INK CAT-01" class="rimage__image "> </noscript> </div> </div> </a> </div> </div> <div class="title align-left"><a href="/collections/ink-pads-and-refills" title="">Ink pads and refills</a></div> </div> </div> <div class="product-block product-block--flex-spacer flex column max-cols-3 min-cols-1"></div><div class="product-block product-block--flex-spacer flex column max-cols-3 min-cols-1"></div><div class="product-block product-block--flex-spacer flex column max-cols-3 min-cols-1"></div></div> </div> </div> </section> </div><div id="shopify-section-template--22048355778869__1590157903142" class="shopify-section"><style data-shopify> @media (min-width: 768px) { .section-id-template--22048355778869__1590157903142 h2 {font-size: 40.0px; } } @media (min-width: 1200px) { .section-id-template--22048355778869__1590157903142 h2 { font-size: 50px; } } </style> <section class="section section-id-template--22048355778869__1590157903142 border-top use-alt-bg full-width-section"> <div class="container "> <div class="newsletter-section "> <div class="align-centre"> <div class="newsletter-section__text "> <h2>Subscribe to our newsletter</h2> <div class="rte"><h4>Promotions, new products and sales. Directly to your inbox.</h4></div> <div class="mailing-list"> <form method="post" action="/contact#section_signup_form" id="section_signup_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="prospect,newsletter"/> <div class="input-row inline-input-button"> <input type="email" placeholder="Email address" aria-label="Email address" class="required" value="" name="contact[email]" required /> <input type="submit" value="Subscribe" /> </div> </form> </div> </div> </div> </div> </div> </section> </div><div id="shopify-section-template--22048355778869__7fd7a73c-d665-4fd3-9452-010626b3d081" class="shopify-section"><section class="section border-top " data-cc-animate> <div class="container"> <div class="elfsight-sapp-52bea638-f4fe-4a42-ae84-692c5fd7fbff"></div> </div> </section> </div><script data-locksmith> var load = function () { if (document.querySelectorAll('.locksmith-manual-trigger').length > 0) { Locksmith.ping(); } Locksmith.util.on('submit', 'locksmith-resource-form', function (event) { event.preventDefault(); var data = Locksmith.util.serializeForm(event.target); Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' }); }); Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) { event.preventDefault(); Locksmith.postResource({}, { spinner: true, container: document }); }); Locksmith.submitPasscode = function (passcode) { Locksmith.postResource( { passcode: passcode }, { spinner: false, container: 'locksmith-content' } ); }; }; if (typeof Locksmith !== 'undefined') { load(); } else { window.addEventListener('load', load); } </script> </main> </div><!-- /#page-wrap-content --> <div id="shopify-section-footer" class="shopify-section"><footer id="page-footer" class="page-footer" data-section-type="footer" data-cc-animate> <div class="container"> <div class="back-to-top-row align-centre"> <a class="hash-link" href="#page-wrap-content"><span class="beside-svg">Back to the top</span> <svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg></a> </div> <div class="row section padless-top signup-row"> <div class="extra-column half column"> <div class="mailing-list"> <form method="post" action="/contact#footer_signup_form" id="footer_signup_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <input type="hidden" name="contact[tags]" value="prospect,newsletter"/> <div class="input-row inline-input-button"> <input type="email" placeholder="Email address" aria-label="Email address" class="required" value="" name="contact[email]" required /> <input type="submit" value="Subscribe" /> </div> </form> </div> </div> <div class="social-column align-right-desktop half column"> <div class="social-links "> <ul class="social-links__list"> <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://www.facebook.com/ginakdesignsofficial"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Facebook</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-325.000000, -295.000000)" fill="#000000"> <path d="M350.638355,343 L327.649232,343 C326.185673,343 325,341.813592 325,340.350603 L325,297.649211 C325,296.18585 326.185859,295 327.649232,295 L370.350955,295 C371.813955,295 373,296.18585 373,297.649211 L373,340.350603 C373,341.813778 371.813769,343 370.350955,343 L358.119305,343 L358.119305,324.411755 L364.358521,324.411755 L365.292755,317.167586 L358.119305,317.167586 L358.119305,312.542641 C358.119305,310.445287 358.701712,309.01601 361.70929,309.01601 L365.545311,309.014333 L365.545311,302.535091 C364.881886,302.446808 362.604784,302.24957 359.955552,302.24957 C354.424834,302.24957 350.638355,305.625526 350.638355,311.825209 L350.638355,317.167586 L344.383122,317.167586 L344.383122,324.411755 L350.638355,324.411755 L350.638355,343 L350.638355,343 Z"></path> </g> <g transform="translate(-1417.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Youtube" class="youtube" target="_blank" rel="noopener" href="https://www.youtube.com/user/StampTV"><svg width="48px" height="34px" viewBox="0 0 48 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Youtube</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-567.000000, -302.000000)" fill="#000000"> <path d="M586.044,325.269916 L586.0425,311.687742 L599.0115,318.502244 L586.044,325.269916 Z M614.52,309.334163 C614.52,309.334163 614.0505,306.003199 612.612,304.536366 C610.7865,302.610299 608.7405,302.601235 607.803,302.489448 C601.086,302 591.0105,302 591.0105,302 L590.9895,302 C590.9895,302 580.914,302 574.197,302.489448 C573.258,302.601235 571.2135,302.610299 569.3865,304.536366 C567.948,306.003199 567.48,309.334163 567.48,309.334163 C567.48,309.334163 567,313.246723 567,317.157773 L567,320.82561 C567,324.73817 567.48,328.64922 567.48,328.64922 C567.48,328.64922 567.948,331.980184 569.3865,333.447016 C571.2135,335.373084 573.612,335.312658 574.68,335.513574 C578.52,335.885191 591,336 591,336 C591,336 601.086,335.984894 607.803,335.495446 C608.7405,335.382148 610.7865,335.373084 612.612,333.447016 C614.0505,331.980184 614.52,328.64922 614.52,328.64922 C614.52,328.64922 615,324.73817 615,320.82561 L615,317.157773 C615,313.246723 614.52,309.334163 614.52,309.334163 L614.52,309.334163 Z"></path> </g> <g transform="translate(-1659.000000, -479.000000)"></g> </g> </svg></a></li> <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://www.instagram.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Instagram</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-642.000000, -295.000000)" fill="#000000"> <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path> </g> <g transform="translate(-1734.000000, -472.000000)"></g> </g> </svg></a></li> <li><a aria-label="Pinterest" class="pinterest" target="_blank" rel="noopener" href="https://www.pinterest.com/ginakdesigns/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Pinterest</title> <defs></defs> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-407.000000, -295.000000)" fill="#000000"> <path d="M431.001411,295 C417.747575,295 407,305.744752 407,319.001411 C407,328.826072 412.910037,337.270594 421.368672,340.982007 C421.300935,339.308344 421.357382,337.293173 421.78356,335.469924 C422.246428,333.522491 424.871229,322.393897 424.871229,322.393897 C424.871229,322.393897 424.106368,320.861351 424.106368,318.59499 C424.106368,315.038808 426.169518,312.38296 428.73505,312.38296 C430.91674,312.38296 431.972306,314.022755 431.972306,315.987123 C431.972306,318.180102 430.572411,321.462515 429.852708,324.502205 C429.251543,327.050803 431.128418,329.125243 433.640325,329.125243 C438.187158,329.125243 441.249427,323.285765 441.249427,316.36532 C441.249427,311.10725 437.707356,307.170048 431.263891,307.170048 C423.985006,307.170048 419.449462,312.59746 419.449462,318.659905 C419.449462,320.754101 420.064738,322.227377 421.029988,323.367613 C421.475922,323.895396 421.535191,324.104251 421.374316,324.708238 C421.261422,325.145705 420.996119,326.21256 420.886047,326.633092 C420.725172,327.239901 420.23408,327.460046 419.686541,327.234256 C416.330746,325.865408 414.769977,322.193509 414.769977,318.064385 C414.769977,311.248368 420.519139,303.069148 431.921503,303.069148 C441.085729,303.069148 447.117128,309.704533 447.117128,316.819721 C447.117128,326.235138 441.884459,333.268478 434.165285,333.268478 C431.577174,333.268478 429.138649,331.868584 428.303228,330.279591 C428.303228,330.279591 426.908979,335.808608 426.615452,336.875463 C426.107426,338.724114 425.111131,340.575587 424.199506,342.014994 C426.358617,342.652849 428.63909,343 431.001411,343 C444.255248,343 455,332.255248 455,319.001411 C455,305.744752 444.255248,295 431.001411,295"></path> </g> <g transform="translate(-1499.000000, -472.000000)"></g> </g> </svg></a></li> </ul> </div> </div> </div> <div class="rte align-center"><p>Contact Us: 1-844-358-1447 or info@ginakdesigns.com</p></div> <div class=""> <nav aria-label="Footer navigation"> <ul class="plain inline list-divide"> </ul> </nav> </div> <nav aria-label="Secondary footer navigation"> <ul class="plain inline list-divide"> <li><a href="/pages/terms-conditions" title="">Terms and Conditions</a></li> <li><a href="/pages/privacy-policy" title="">Privacy Policy</a></li> <li><a href="/pages/meet-gina-k" title="">Meet Gina K</a></li> </ul> </nav> <div class="footer-lower inline-row spaced"> <div class="inline-item right last payment-methods"> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewBox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg> <svg class="payment-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewBox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-diners_club"><title id="pi-diners_club">Diners Club</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M12 12v3.7c0 .3-.2.3-.5.2-1.9-.8-3-3.3-2.3-5.4.4-1.1 1.2-2 2.3-2.4.4-.2.5-.1.5.2V12zm2 0V8.3c0-.3 0-.3.3-.2 2.1.8 3.2 3.3 2.4 5.4-.4 1.1-1.2 2-2.3 2.4-.4.2-.4.1-.4-.2V12zm7.2-7H13c3.8 0 6.8 3.1 6.8 7s-3 7-6.8 7h8.2c3.8 0 6.8-3.1 6.8-7s-3-7-6.8-7z" fill="#3086C8"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" role="img" aria-labelledby="pi-discover" fill="none" xmlns="http://www.w3.org/2000/svg"><title id="pi-discover">Discover</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M3.57 7.16H2v5.5h1.57c.83 0 1.43-.2 1.96-.63.63-.52 1-1.3 1-2.11-.01-1.63-1.22-2.76-2.96-2.76zm1.26 4.14c-.34.3-.77.44-1.47.44h-.29V8.1h.29c.69 0 1.11.12 1.47.44.37.33.59.84.59 1.37 0 .53-.22 1.06-.59 1.39zm2.19-4.14h1.07v5.5H7.02v-5.5zm3.69 2.11c-.64-.24-.83-.4-.83-.69 0-.35.34-.61.8-.61.32 0 .59.13.86.45l.56-.73c-.46-.4-1.01-.61-1.62-.61-.97 0-1.72.68-1.72 1.58 0 .76.35 1.15 1.35 1.51.42.15.63.25.74.31.21.14.32.34.32.57 0 .45-.35.78-.83.78-.51 0-.92-.26-1.17-.73l-.69.67c.49.73 1.09 1.05 1.9 1.05 1.11 0 1.9-.74 1.9-1.81.02-.89-.35-1.29-1.57-1.74zm1.92.65c0 1.62 1.27 2.87 2.9 2.87.46 0 .86-.09 1.34-.32v-1.26c-.43.43-.81.6-1.29.6-1.08 0-1.85-.78-1.85-1.9 0-1.06.79-1.89 1.8-1.89.51 0 .9.18 1.34.62V7.38c-.47-.24-.86-.34-1.32-.34-1.61 0-2.92 1.28-2.92 2.88zm12.76.94l-1.47-3.7h-1.17l2.33 5.64h.58l2.37-5.64h-1.16l-1.48 3.7zm3.13 1.8h3.04v-.93h-1.97v-1.48h1.9v-.93h-1.9V8.1h1.97v-.94h-3.04v5.5zm7.29-3.87c0-1.03-.71-1.62-1.95-1.62h-1.59v5.5h1.07v-2.21h.14l1.48 2.21h1.32l-1.73-2.32c.81-.17 1.26-.72 1.26-1.56zm-2.16.91h-.31V8.03h.33c.67 0 1.03.28 1.03.82 0 .55-.36.85-1.05.85z" fill="#231F20"/><path d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint0_linear)"/><path opacity=".65" d="M20.16 12.86a2.931 2.931 0 100-5.862 2.931 2.931 0 000 5.862z" fill="url(#pi-paint1_linear)"/><path d="M36.57 7.506c0-.1-.07-.15-.18-.15h-.16v.48h.12v-.19l.14.19h.14l-.16-.2c.06-.01.1-.06.1-.13zm-.2.07h-.02v-.13h.02c.06 0 .09.02.09.06 0 .05-.03.07-.09.07z" fill="#231F20"/><path d="M36.41 7.176c-.23 0-.42.19-.42.42 0 .23.19.42.42.42.23 0 .42-.19.42-.42 0-.23-.19-.42-.42-.42zm0 .77c-.18 0-.34-.15-.34-.35 0-.19.15-.35.34-.35.18 0 .33.16.33.35 0 .19-.15.35-.33.35z" fill="#231F20"/><path d="M37 12.984S27.09 19.873 8.976 23h26.023a2 2 0 002-1.984l.024-3.02L37 12.985z" fill="#F48120"/><defs><linearGradient id="pi-paint0_linear" x1="21.657" y1="12.275" x2="19.632" y2="9.104" gradientUnits="userSpaceOnUse"><stop stop-color="#F89F20"/><stop offset=".25" stop-color="#F79A20"/><stop offset=".533" stop-color="#F68D20"/><stop offset=".62" stop-color="#F58720"/><stop offset=".723" stop-color="#F48120"/><stop offset="1" stop-color="#F37521"/></linearGradient><linearGradient id="pi-paint1_linear" x1="21.338" y1="12.232" x2="18.378" y2="6.446" gradientUnits="userSpaceOnUse"><stop stop-color="#F58720"/><stop offset=".359" stop-color="#E16F27"/><stop offset=".703" stop-color="#D4602C"/><stop offset=".982" stop-color="#D05B2E"/></linearGradient></defs></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-google_pay"><title id="pi-google_pay">Google Pay</title><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000" opacity=".07"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32" fill="#FFF"/><path d="M18.093 11.976v3.2h-1.018v-7.9h2.691a2.447 2.447 0 0 1 1.747.692 2.28 2.28 0 0 1 .11 3.224l-.11.116c-.47.447-1.098.69-1.747.674l-1.673-.006zm0-3.732v2.788h1.698c.377.012.741-.135 1.005-.404a1.391 1.391 0 0 0-1.005-2.354l-1.698-.03zm6.484 1.348c.65-.03 1.286.188 1.778.613.445.43.682 1.03.65 1.649v3.334h-.969v-.766h-.049a1.93 1.93 0 0 1-1.673.931 2.17 2.17 0 0 1-1.496-.533 1.667 1.667 0 0 1-.613-1.324 1.606 1.606 0 0 1 .613-1.336 2.746 2.746 0 0 1 1.698-.515c.517-.02 1.03.093 1.49.331v-.208a1.134 1.134 0 0 0-.417-.901 1.416 1.416 0 0 0-.98-.368 1.545 1.545 0 0 0-1.319.717l-.895-.564a2.488 2.488 0 0 1 2.182-1.06zM23.29 13.52a.79.79 0 0 0 .337.662c.223.176.5.269.785.263.429-.001.84-.17 1.146-.472.305-.286.478-.685.478-1.103a2.047 2.047 0 0 0-1.324-.374 1.716 1.716 0 0 0-1.03.294.883.883 0 0 0-.392.73zm9.286-3.75l-3.39 7.79h-1.048l1.281-2.728-2.224-5.062h1.103l1.612 3.885 1.569-3.885h1.097z" fill="#5F6368"/><path d="M13.986 11.284c0-.308-.024-.616-.073-.92h-4.29v1.747h2.451a2.096 2.096 0 0 1-.9 1.373v1.134h1.464a4.433 4.433 0 0 0 1.348-3.334z" fill="#4285F4"/><path d="M9.629 15.721a4.352 4.352 0 0 0 3.01-1.097l-1.466-1.14a2.752 2.752 0 0 1-4.094-1.44H5.577v1.17a4.53 4.53 0 0 0 4.052 2.507z" fill="#34A853"/><path d="M7.079 12.05a2.709 2.709 0 0 1 0-1.735v-1.17H5.577a4.505 4.505 0 0 0 0 4.075l1.502-1.17z" fill="#FBBC04"/><path d="M9.629 8.44a2.452 2.452 0 0 1 1.74.68l1.3-1.293a4.37 4.37 0 0 0-3.065-1.183 4.53 4.53 0 0 0-4.027 2.5l1.502 1.171a2.715 2.715 0 0 1 2.55-1.875z" fill="#EA4335"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-paypal"><title id="pi-paypal">PayPal</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#003087" d="M23.9 8.3c.2-1 0-1.7-.6-2.3-.6-.7-1.7-1-3.1-1h-4.1c-.3 0-.5.2-.6.5L14 15.6c0 .2.1.4.3.4H17l.4-3.4 1.8-2.2 4.7-2.1z"/><path fill="#3086C8" d="M23.9 8.3l-.2.2c-.5 2.8-2.2 3.8-4.6 3.8H18c-.3 0-.5.2-.6.5l-.6 3.9-.2 1c0 .2.1.4.3.4H19c.3 0 .5-.2.5-.4v-.1l.4-2.4v-.1c0-.2.3-.4.5-.4h.3c2.1 0 3.7-.8 4.1-3.2.2-1 .1-1.8-.4-2.4-.1-.5-.3-.7-.5-.8z"/><path fill="#012169" d="M23.3 8.1c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-.3-.1-.3-.1-.7-.1-1.1-.1h-3c-.1 0-.2 0-.2.1-.2.1-.3.2-.3.4l-.7 4.4v.1c0-.3.3-.5.6-.5h1.3c2.5 0 4.1-1 4.6-3.8v-.2c-.1-.1-.3-.2-.5-.2h-.1z"/></svg> <svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg> <svg class="payment-icon" viewBox="0 0 38 24" width="38" height="24" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-venmo"><title id="pi-venmo">Venmo</title><g fill="none" fill-rule="evenodd"><rect fill-opacity=".07" fill="#000" width="38" height="24" rx="3"/><path fill="#3D95CE" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M24.675 8.36c0 3.064-2.557 7.045-4.633 9.84h-4.74L13.4 6.57l4.151-.402 1.005 8.275c.94-1.566 2.099-4.025 2.099-5.702 0-.918-.154-1.543-.394-2.058l3.78-.783c.437.738.634 1.499.634 2.46z" fill="#FFF" fill-rule="nonzero"/></g></svg> <svg class="payment-icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg> </div> <div class="inline-item left"> <div class="copy"> Copyright &copy; 2025 <a href="/">Gina K Designs, LLC</a> </div> <a target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Powered by Shopify</a> </div> </div> </div> </footer> </div> </div> </div><!-- /#page-wrap --> <div id="shopify-section-popup" class="shopify-section section-popup"> </div> <script> class ImageLazyLoaderInstance { constructor() { this.intersectionObserver = null; this.bindObservers(); this.loadLazyImages(); } static debounce(func, timeout = 300) { let timer; return (...args) => { clearTimeout(timer); timer = setTimeout(() => { func.apply(this, args); }, timeout); }; } loadLazyImage(img) { const imgLazySrc = img.getAttribute('data-lazy-src'), imgLazyBg = img.getAttribute('data-lazy-bg'); if(!imgLazySrc && !imgLazyBg) { console.warn('CC', 'Unable to load lazy image, no URL specified', img); return; } const imageLoadHandler = (newSrc) => { if(imgLazySrc) { img.setAttribute('src', newSrc); } else { img.style.backgroundImage = `url('${newSrc}')`; } // When images are lazy loaded, add a class to any text shadow containers const closestTextShadow = img.closest('.has-tint--shadow'); if (closestTextShadow) { closestTextShadow.classList.add('has-tint--shadow-in'); } // Remove lazy placeholder if (img.parentElement.classList.contains('lazyload--placeholder')) { img.parentElement.classList.remove('lazyload--placeholder'); } img.setAttribute('data-lazy-loaded', true); } // Find the closest parent with a width let imgWidth = img.clientWidth; if (imgWidth === 0) { let getWidth = function (imgParent) { return imgParent.clientWidth > 0 ? imgParent.clientWidth : getWidth(imgParent.parentElement); } imgWidth = getWidth(img.parentElement); } // Get the nearest width which is higher than this images width let closestWidth = 2048; for (let num of [80, 120, 180, 220, 300, 360, 460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]) { if (num > imgWidth) { closestWidth = num; break; } } // Load the image if(imgLazySrc || imgLazyBg){ const imgUrl = imgLazySrc ? imgLazySrc : imgLazyBg, oldSrc = img.getAttribute('src') || img.style.backgroundImage, newSrc = imgUrl.replace('{width}x', closestWidth + (window.devicePixelRatio > 1 || window.innerWidth <= 1024 ? 'x@2x' : 'x')); if (!oldSrc || oldSrc !== newSrc) { const tempImage = new Image(); tempImage.addEventListener('load', () => imageLoadHandler(newSrc)); tempImage.src = newSrc; } } } loadLazyImages(recheckImages) { let selectorSuffix = recheckImages ? '' : ':not([data-lazy-loaded="true"])'; // If image lazy loading is supported if ('loading' in HTMLImageElement.prototype) { document.querySelectorAll(`[data-lazy-src]${selectorSuffix}`).forEach(this.loadLazyImage); if(this.intersectionObserver) { document.querySelectorAll(`[data-lazy-bg]${selectorSuffix}`).forEach(imgBg => { this.intersectionObserver.observe(imgBg); }); } } else if (this.intersectionObserver) { document.querySelectorAll(`[data-lazy-src]${selectorSuffix},[data-lazy-bg]${selectorSuffix}`).forEach(img => { this.intersectionObserver.observe(img); }); } else { // Lazy loading and intersection observer not supported, fallback!! document.querySelectorAll(`[data-lazy-src]${selectorSuffix},[data-lazy-bg]${selectorSuffix}`).forEach(this.loadLazyImage); } } bindObservers() { // Observe scrolling where needed if ('IntersectionObserver' in window) { this.intersectionObserver = new IntersectionObserver( (entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { const img = entry.target; observer.unobserve(img); this.loadLazyImage(img); } }); }, { // Start lazy loading when within 200px of the image rootMargin: '0px 0px 400px 0px', threshold: 0.01 } ); } // Observe window resize events window.addEventListener('resize', ImageLazyLoaderInstance.debounce(() => this.loadLazyImages(true))); window.addEventListener("load", () => { // Observe DOM changes const observer = new MutationObserver(ImageLazyLoaderInstance.debounce(() => { this.loadLazyImages(); // Broadcast an event for future usage document.documentElement.dispatchEvent( new CustomEvent('theme:body-dom-change', {bubbles: true, cancelable: false}) ); }, 10)); observer.observe(document.body, { childList: true, subtree: true }); }); } } window.theme = window.theme || {}; theme.imageLazyLoader = new ImageLazyLoaderInstance(); /* Check for full width sections */ theme.assessFullWidthSections = function() { document.querySelectorAll('.has-alt-bg').forEach(elem => elem.classList.remove('last-alt-bg')); document.querySelectorAll('.has-full-width-section').forEach(elem => elem.classList.remove('last-full-width-section')); document.querySelectorAll('#content .shopify-section > .use-alt-bg').forEach(elem => elem.parentElement.classList.add('has-alt-bg')); document.querySelectorAll('#content .shopify-section > .full-width-section').forEach(elem => { const section = elem.parentElement; section.classList.add('has-full-width-section'); if (section.parentElement.lastElementChild === section) { section.classList.add('last-full-width-section'); } }); }; theme.assessFullWidthSections(); </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],al=w.atob, j=d.createElement(s),jl=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'',p=d.location.pathname;jl.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; })(window,document,'script','dataLayer','GTM-P2QB3DC');</script> <script src="//ginakdesigns.com/cdn/shop/t/7/assets/vendor.min.js?v=137803223016851922661705607444" defer="defer"></script> <script src="//ginakdesigns.com/cdn/shop/t/7/assets/theme.js?v=102756645768366188701705607444" defer="defer"></script> <style> .swym-ui-component .swym-delete-btn {color: red !important;} </style> <div id="shopify-block-AUkZFTVBXS2ZDWWZnR__18209738915288330680" class="shopify-block shopify-app-block"><script> "undefined"===typeof window.WSAIO&&(window.WSAIO={}); "undefined"===typeof WSAIO.App&&(WSAIO.App={}); WSAIO.App.url = "https://wholesales.digitalcoo.com"; WSAIO.App.checkoutURL = "https://wholesalecheckout.digitalcoo.com"; WSAIO.App.version = "2.3.8"; WSAIO.template = "index"; WSAIO.landingTemplate = "index"; WSAIO.local_param = '/'; WSAIO.local_param_without_last_slash = ''; if(typeof Shopify != 'undefined' && typeof Shopify.routes != 'undefined' && typeof Shopify.routes.root != 'undefined'){ WSAIO.local_param = Shopify.routes.root; WSAIO.local_param_without_last_slash = Shopify.routes.root.slice(0, Shopify.routes.root.lastIndexOf("/")); } //global selectors WSAIO.no_logs = true; WSAIO.wholesale_signup_link_on_login_page= 'append'; // replace,append,none WSAIO.create_wholesale_account_link = WSAIO.local_param+"pages/register"; WSAIO.create_wholesale_account_link_label = "Create wholesale account"; WSAIO.default_create_account_selector = 'form[action$="/account/login"] a[href$="/account/register"]'; WSAIO.duplicate_checkout_selector = '[name*=waio_addToCart]'; WSAIO.replace_checkout_button = '[name$=checkout],[href="/checkout"]'; WSAIO.netTerm_checkout_selector = '[name*=netTerm]'; WSAIO.checkout_selector = '[name$=checkout],[href="/checkout"]'; WSAIO.checkout_message_selector = '[name$=checkout],[href="/checkout"]'; WSAIO.agreement_checkout_selector = ''; WSAIO.agrrement_alert_message = ''; WSAIO.cart_qty_change_selector = '[name="updates[]"],[name="quantity"]'; WSAIO.qty_change_delay = 1000; WSAIO.buy_now_button_html='<button type="button" class="wsaio_buynow shopify-payment-button__button shopify-payment-button__button--unbranded" data-testid="Checkout-button">Buy it now</button>'; WSAIO.cart_qty_btn_selector = 'blank'; WSAIO.cart_qty_input_selector = 'blank'; WSAIO.duplicate_checkout_html='<input class="btn btn-checkout" type="submit" name="waio_addToCart" value="Checkout">'; // make it global WSAIO.product_saleClock_selector = ''; WSAIO.PO_field_selector = ''; WSAIO.PO_field_enable = false; WSAIO.show_cart_level_upsell_message = false; WSAIO.cart_level_upsell_message_select = ''; WSAIO.allow_normal_checkout__OC = false; // process order without discount when order limit not met WSAIO.tax_include_label_selector = '.product__tax'; WSAIO.auto_vat_enable = false; WSAIO.default_qof_link_selector = 'main a[href="'+WSAIO.local_param+'account/logout"]'; WSAIO.buy_now_btn_replace = true; WSAIO.buy_now_button_selector = '.shopify-payment-button__button,shopify-accelerated-checkout'; WSAIO.shopify_payment_button_wrapper = '.shopify-payment-button'; WSAIO.use_currencyRates = 'shopify'; // shopify or manual WSAIO.shopify_markets_pro_enabled = false; // Shopify Market Pro WSAIO.shipping_pickup_option = false; WSAIO.show_volumeRange = false; WSAIO.enable_lineCouponCode = false; WSAIO.enable_trackingNote = false; WSAIO.Lang = { "discount": "Discount", "buy": "Buy", "price": "Price per item", "quantity": "Quantity", "off": " Off", "from": "From ", "minimum_quantity": "Minimum Qty", "maximum_quantity": "Maximum Qty", "range_seperator": " to ", "each_item" : " each", "range_so_on": " + " }; WSAIO.customer = { id: null, tags: "", tax_exempt: null, total_spent: null, orders_count: null, name: null, email: null, default_address: null || {}, addresses: null || [] }; if(WSAIO.customer && WSAIO.customer.tags){ try{ WSAIO.customer.tags = JSON.parse(WSAIO.customer.tags); }catch(e){} } WSAIO.shopInfo = { "money_format": "${{amount}}", "currency": "USD", "domain" : window.location.hostname, "shop" : "ginakdesigns1.myshopify.com", "url" : "https://"+window.location.hostname, "ctmr": "ginakdesigns1.mycurrencyrate1.com" }; WSAIO.frontpage_collection = { handle: "frontpage", id: "435077087541", }; try { if ((WSAIO.shopInfo && WSAIO.shopInfo)&& (WSAIO.shopInfo.url.lastIndexOf("/") + 1) == WSAIO.shopInfo.url.length) { WSAIO.shopInfo.url = WSAIO.shopInfo.url.slice(0, -1); } } catch (e) { } WSAIO.cart_object = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}; WSAIO.wsaiovd = {}; WSAIO.wsaiord = {}; WSAIO.volume_discounts = []; WSAIO.regular_discounts = []; WSAIO.cart_ld_discounts = []; WSAIO.app_shippings = {"656783a11cce25ed58cf743a":{"title":"Free Shipping","status":"active","customer_group":"tag_based","customer_tags":["Wholesale"],"except_logged_in":false,"except_tags":false,"excepted_tags":[],"country_selection":"all"}} || []; try{ WSAIO.app_shipping = Object.keys(WSAIO.app_shippings).map(function(key) { return WSAIO.app_shippings[key]; }); delete WSAIO.app_shippings; }catch(e){} WSAIO.signup_form = null; WSAIO.selected_product = { id: null, handle: null, variant: { id: null, sku: null, price: null, compare_at_price: null } }; WSAIO.selected_variant = { id: null, sku: null, price: null, compare_at_price: null }; WSAIO.current_product = { id: null, handle: null, variant: { id: null, sku: null, price: null, compare_at_price: null } }; WSAIO.product_details = { id: null, handle: null, available: null, variants: null }; // for product template try{ WSAIO.product_details.variants = JSON.parse(JSON.stringify(WSAIO.product_details.variants)).map(function(x){ return { id: x.id, name: x.name, title: x.title, available: x.available, sku: x.sku, price: x.price, compare_at_price: x.compare_at_price }; }); }catch(e){} WSAIO.current_variant = { id: null, sku: null, price: null, compare_at_price: null }; WSAIO.selected_collection = { id: null, handle: null }; WSAIO.current_collection = { id: null, handle: null }; WSAIO.buy_now_product = null; WSAIO.general_settings = {}; try{ WSAIO.general_settings = JSON.parse("{\"settings\":{\"sale_clock\":{\"style\":{\"font_size\":\"26\",\"bg_color\":[{\"hue\":0,\"saturation\":0,\"brightness\":0}],\"fg_color\":[{\"hue\":0,\"saturation\":0,\"brightness\":1}],\"text_align\":\"left\",\"padding\":\"0.5rem 1rem\",\"border_radius\":\"0\",\"hex_fg_color\":\"#ffffff\",\"hex_bg_color\":\"#000000\"},\"sale_clock_text1\":\"Sale ends in\",\"sale_clock_text2\":\"\",\"sale_clock_type\":\"1\",\"show_sale_clock\":true},\"discount_method\":\"draft_order_if_eligible\",\"enable_app\":true,\"disable_checkout_while_loading\":false,\"app_mode\":\"live\",\"compare_at_price\":true,\"show_compare_at_price\":false,\"hide_cents\":false,\"enable_additional_coupon_code\":true,\"g_setting_meta_id\":\"41071070806325\",\"logincustomization_signup_link_type\":\"append\",\"logincustomization_signup_link\":\"\/pages\/register\",\"logincustomization_signup_link_label\":\"Create wholesale account\",\"additionalFee_enabled\":false,\"additionalFee_label\":\"Processing Fee\",\"additionalFee_value\":\"0\",\"additionalFee_value_type\":\"fixed\",\"discount_text\":\"DISCOUNT\"}}"); if(typeof WSAIO.general_settings.settings !== "undefined"){ WSAIO.general_settings = WSAIO.general_settings.settings; } }catch(e){console.error("JSON Parsing error in settings.",e)} WSAIO.app_mode = WSAIO.general_settings.app_mode || "live"; WSAIO.user_mode = localStorage.getItem("wsaio-app-mode") || "live"; WSAIO.wholesale_signup_link_on_login_page= WSAIO.general_settings && typeof WSAIO.general_settings.logincustomization_signup_link_type !== "undefined" ? WSAIO.general_settings.logincustomization_signup_link_type : 'append'; // replace,append,none // Control Create account and Create wholesale account link on login page. WSAIO.create_wholesale_account_link = WSAIO.general_settings && typeof WSAIO.general_settings.logincustomization_signup_link !== "undefined" ? WSAIO.local_param_without_last_slash+WSAIO.general_settings.logincustomization_signup_link : WSAIO.local_param+"pages/register"; WSAIO.create_wholesale_account_link_label = WSAIO.general_settings && typeof WSAIO.general_settings.logincustomization_signup_link_label !== "undefined" ? WSAIO.general_settings.logincustomization_signup_link_label : "Create wholesale account"; /* =========================new work================================== */ WSAIO.cart_object = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}; /* =========================new work================================== */ WSAIO.cart_note_selector = '[name=note]'; </script> </script> <script> (function(){ var installationSelectors={"product_parent_grid_selector":".product-details","product_inner_qb_table_selector":".shopify-payment-button","product_price_selector":".product-price","current_product_qty_input_selector":"[name=\"quantity\"]","collection_items_each_selector":".product-block","collection_item_price_selector":".price","duplicate_checkout_selector":"[name*=waio_addToCart]","replace_checkout_button":"[name*=checkout]","netTerm_checkout_selector":"[name*=netTerm]","checkout_selector":"[name*=checkout],[href=\"\/checkout\"]","checkout_message_selector":"[name*=checkout],[href=\"\/checkout\"]","agreement_checkout_selector":"","agrrement_alert_message":"","exclude_VAT":0,"exclude_VAT_for":"","VAT_subtotal_selector":".wrapper-cart-template","subtotal_selector":".theme-money.h2,.cart-summary__inner .theme-money","cart_bulk_saving_selector":".ws--total-saving:same","cart_ld_selector":".subtotal--price:after","cart_qty_change_selector":".null","qty_change_delay":1000,"shipping_message_selector":".wsaio--shiping-msg:same","cart_items_each_selector":".cart-item.border-bottom.cf ,.cart-summary-item-container","cart_item_total_selector":".cart-item__total__amount ,.cart-summary-item__price","cart_item_price_selector":".cart-item__price__amount","cart_item_saved_price_selector":".ws-item-saved-price","buy_now_button_selector":".shopify-payment-button__button","shopify_payment_button_wrapper":".shopify-payment-button","currency_selector":"[name*=\"currencies\"],[id*=\"currencies\"]","currency_app_globvar":"Currency","subscription_variant_selector":"","subscription_selector":"false","discount_code_field_selector":".cart-subtotal:before","discount_code_link_selector":".cart-summary__subtotal:before","cart_qty_btn_selector":".cart-summary-item__quantity .qty-adjuster__down,.cart-summary-item__quantity .qty-adjuster__up,.cart-item__quantity .qty-adjuster__down ,.cart-item__quantity .qty-adjuster__up","cart_qty_input_selector":".cart-summary-item__quantity .qty-adjuster__value ,.cart-item__quantity .qty-adjuster__value"}; Object.keys(installationSelectors).forEach(function(key){ var value = installationSelectors[key]; WSAIO[key] = value; }); })(); </script> <link href="//cdn.shopify.com/extensions/9037b480-2c02-4690-93b6-a2d14be3efd4/wholesale-all-in-one-52/assets/wholesale-all-in-one.css" rel="stylesheet" type="text/css" media="all" /> <!-- BEGIN app snippet: wholesale-all-in-one-module --> <script>if(typeof window.WSAIO==='undefined'){window.WSAIO={};}if(typeof WSAIO.App==='undefined'){WSAIO.App={};}</script> <script> if( typeof WSAIO !=='undefined'){ } window.WSAIO_GET_JQUERY=function(){ /* If jquery is not defined, show warning */ if("undefined" === typeof jQuery || 1.7 > parseFloat(jQuery.fn.jquery)){ console.warn("jQuery is not defined. Please ensure to include jQuery to use Wholesale All In One app, learn more: https://support.digitalcoo.com/hc/en-us/articles/4415365537300"); return null; } /* if jquery was included, call .noConflict() */return jQuery;} WSAIO.market_selected = 'US' WSAIO.QOF_links = []; WSAIO.qof_navigation_enable = false; WSAIO.shop_country = `United States`; window.WSAIO_MODULE=function($){ if(typeof WSAIO != "undefined"){ "undefined"===typeof waioMOC&&(window.waioMOC={}); window.collection_id = null; WSAIO.default_limit = false; window.current_product = window.current_product || null; window.selected_variant_id = window.selected_variant_id || null; window.customer_order_info = ''; window.customer = ''; WSAIO.show_dynamic_OL_msg = false; WSAIO.initModules = function($){ var tem_moc = {}; var w_original_total_price = 0; var w_total_weight = 0.0; var w_item_count = 0; var w_weight_with_unit = "0.0 lb"; window.is_loggedIn = false; var shop = "ginakdesigns.com"; var customerTags = null || []; window.customer_tags = null || []; try{ customerTags = JSON.parse(customerTags); }catch(e){} var cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}; var collection_handle = ''; var tempWaioQC = {}; var waioQCTemp = []; waioQCTemp = waioQCTemp.concat(Object.keys(tempWaioQC).map(function(a){return tempWaioQC[a]})); WSAIO.quantity_controls = []; if(typeof waioQCTemp !== "undefined" && waioQCTemp.length > 0){ var sortOrder = ["tag_based", "logged_in", "all"]; var sortOrder2 = ["variants", "products","collections","entire_store"]; var temp = []; for(var iter = 0; iter < sortOrder2.length; iter++){ var _d = sortOrder2[iter]; var temp1 = waioQCTemp.filter(function(x){return x.applies_to === _d}); temp1.sort(function(a,b){ var compA = $.inArray(a.customer_group, sortOrder); var compB = $.inArray(b.customer_group, sortOrder); return (compA < compB) ? -1 : (compA > compB) ? 1 : 0; }); temp1.forEach(function(_f,_j){ temp.push(_f); }); } WSAIO.quantity_controls = temp; } waioMOC.rules=[];waioMOC.rules=waioMOC.rules.concat(Object.keys(tem_moc).map(function(a){return tem_moc[a]}));waioMOC.cart={original_total_price:w_original_total_price,total_weight:w_total_weight,item_count:w_item_count,weight_with_unit:w_weight_with_unit};waioMOC.oc={}; WSAIO.disable_checkout=!1; var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):$jscomp.arrayIterator(a)}; function disable_checkout(a, b, d) { WSAIO.disable_checkout_define(a, b, d); } function minOrderControl() { WSAIO.minOrderControl_define(); } WSAIO.order_control = function(){if(WSAIO.cart_qty_btn_selector != 'blank' && WSAIO.cart_qty_input_selector != 'blank' && WSAIO.app_mode_applied){minOrderControl()}}; WSAIO.disableCheckout = function(c,m,el){if(WSAIO.cart_qty_btn_selector != 'blank' && WSAIO.cart_qty_input_selector != 'blank' && WSAIO.app_mode_applied){disable_checkout(c,m,el)}}; if(typeof WSAIO.fetchCart_define != 'undefined')WSAIO.fetchCart_define(); if(typeof WSAIO.QOF_links_append != 'undefined') WSAIO.QOF_links_append(); if(typeof WSAIO.loginLink != 'undefined')WSAIO.loginLink(); }; } else{ console.error("WSAIO is not defined. Either app is in test mode or disabled"); } /* Star Code for Quantity change detector */ if(typeof WSAIO.cart_qty_handler_define != 'undefined')WSAIO.cart_qty_handler_define(); if(typeof WSAIO.app_enable_preview_define != 'undefined')WSAIO.app_enable_preview_define(); try{WSAIO.general_settings = JSON.parse('{"settings":{"sale_clock":{"style":{"font_size":"26","bg_color":[{"hue":0,"saturation":0,"brightness":0}],"fg_color":[{"hue":0,"saturation":0,"brightness":1}],"text_align":"left","padding":"0.5rem 1rem","border_radius":"0","hex_fg_color":"#ffffff","hex_bg_color":"#000000"},"sale_clock_text1":"Sale ends in","sale_clock_text2":"","sale_clock_type":"1","show_sale_clock":true},"discount_method":"draft_order_if_eligible","enable_app":true,"disable_checkout_while_loading":false,"app_mode":"live","compare_at_price":true,"show_compare_at_price":false,"hide_cents":false,"enable_additional_coupon_code":true,"g_setting_meta_id":"41071070806325","logincustomization_signup_link_type":"append","logincustomization_signup_link":"/pages/register","logincustomization_signup_link_label":"Create wholesale account","additionalFee_enabled":false,"additionalFee_label":"Processing Fee","additionalFee_value":"0","additionalFee_value_type":"fixed","discount_text":"DISCOUNT"}}');if(typeof WSAIO.general_settings.settings !== "undefined"){WSAIO.general_settings = WSAIO.general_settings.settings;}}catch(e){console.error("JSON Parsing error in settings.",e)} WSAIO.initModules(jQuery || $) if(typeof WSAIO.buy_now_define != 'undefined')WSAIO.buy_now_define(); WSAIO.showCheckoutLoader = function(){ $('.wsaio_loader').remove(); $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).addClass('wsaio_hideCheckout') $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).after('<div class="wsaio_loader_checkout wsaio_loader"> <div class="loading-spinner"></div> </div>') }; if( window.wsaio_involved != undefined && window.wsaio_involved == true && WSAIO.app_mode_applied){ WSAIO.showCheckoutLoader() } window.addEventListener("load", function(){ var $ = jQuery; if(typeof WSAIO != 'undefined'){ WSAIO.loginLink(); if(typeof window.ZapietCheckoutEnabled != 'undefined'){ var valid_chk = false; setInterval(function(){ if(window.ZapietCheckoutEnabled && valid_chk == false){ if(typeof WSAIO.checkoutEventListner != 'undefined'){WSAIO.checkoutEventListner()} valid_chk =true; }else if(!window.ZapietCheckoutEnabled && valid_chk == true){ valid_chk =false; } },100) } if(typeof window.token_enable != 'undefined' && window.token_enable == true){ $('.quick-add-modal__content--bulk .price-item--regular').parents('.price__sale').siblings('.price__regular').find('.price-item--regular').hide(); } if("function"===typeof WSAIO.initAddons){ WSAIO.initAddons(jQuery || $); } if(typeof current_product != 'undefined' && current_product != null){ $('.wsaio_'+current_product.id).parents(WSAIO.product_parent_grid_selector).find('.wsaio_buynow').css('cssText','display:inline-block !important') } try{WSAIO.buyNowEventListener()}catch(e){} if( window.wsaio_involved != undefined && window.wsaio_involved == true && WSAIO.app_mode_applied){ WSAIO.cart_qty_change_event(); } setTimeout(function(){ if((typeof WSAIO != 'undefined' && typeof WSAIO.cartDrawer === 'function' && WSAIO.template === "cart") || (typeof WSAIO != 'undefined' && window.location.pathname.indexOf('pages/net-term-order') > -1 )){ if(!jQuery.isEmptyObject(WSAIO.discount_response)){ WSAIO.preCheckoutResponse(WSAIO.discount_response) WSAIO.callback(WSAIO.discount_response) if(typeof WSAIO.loadcartQuantityControllers != 'undefined' && typeof WSAIO.load_checkout_restriction != 'undefined'){ WSAIO.load_checkout_restriction(); WSAIO.loadcartQuantityControllers([],function(e){WSAIO.run_checkout()});}else{WSAIO.run_checkout()} }else{ WSAIO.preCheckout(); } } if(WSAIO.agreement_checkout_selector != '' && $(WSAIO.agreement_checkout_selector).length != 0 && window.wsaio_involved != undefined && window.wsaio_involved == true && WSAIO.app_mode_applied){ if($(WSAIO.agreement_checkout_selector).is(':checked')){ window.isAgree = true; WSAIO.run_checkout() }else{ window.isAgree = false; WSAIO.run_checkout() } $(document).on('click', WSAIO.agreement_checkout_selector, function (e) { if($(WSAIO.agreement_checkout_selector).is(':checked')){ window.isAgree = true; WSAIO.run_checkout() }else{ window.isAgree = false; WSAIO.run_checkout() } }) } setTimeout(function(){ /* ----------for without login show checkout -------------- */ try{ if(WSAIO != undefined && !WSAIO.main_liquid_file_included && (typeof WSAIO.isShowCheckout == 'undefined')){ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).removeClass('wsaio_hideCheckout') $('.wsaio_coupon_group, .wsaio_coupon_link').css('cssText','display:block !important') } }catch(e){} /* ----------for login show checkout -------------- */ try{ if((WSAIO != undefined || WSAIO.main_liquid_file_included) && (typeof WSAIO.isShowCheckout == 'undefined')){ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).removeClass('wsaio_hideCheckout') $('.wsaio_coupon_group, .wsaio_coupon_link').css('cssText','display:block !important') } }catch(e){} /* ----------if app undefined show checkout -------------- */ try{ if(WSAIO == undefined || !WSAIO.isWholesaleCustomer() && (typeof WSAIO.isShowCheckout == 'undefined')){ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).removeClass('wsaio_hideCheckout') $('.wsaio_coupon_group, .wsaio_coupon_link').css('cssText','display:block !important') } }catch(e){} if(WSAIO.buy_now_btn_replace == false || typeof WSAIO.buyNowEventListener == 'undefined' ){ $('.shopify-payment-button .shopify-payment-button__button').css('cssText','display:inline-block !important') } $('.wsaio_loader_checkout').hide(); },1000); if(typeof current_product != 'undefined' && current_product != null){ $('.wsaio_'+current_product.id).parents(WSAIO.product_parent_grid_selector).find('.wsaio_buynow').css('cssText','display:inline-block !important') if(WSAIO.buy_now_btn_replace == false){ $(WSAIO.product_parent_grid_selector).find('.wsaio_buynow').remove() $('.wsaio_'+current_product.id).parents(WSAIO.product_parent_grid_selector).find('.shopify-payment-button .shopify-payment-button__button').css('cssText','display:inline-block !important') } } },1050) }else{ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).removeClass('wsaio_hideCheckout') $('.wsaio_loader_checkout').hide(); $('.shopify-payment-button .shopify-payment-button__button').css('cssText','display:inline-block !important') } }); WSAIO.run_checkout = function(){ if(WSAIO.app_mode_applied){ $('.wsaio_coupon_group, .wsaio_coupon_link').css('cssText','display:block !important') WSAIO.checkoutAlert = $('<ol class="wsaio-alerts"></ol>') /* ==================replace checkout button =============================== */ if(WSAIO.replace_checkout){ $(WSAIO.replace_checkout_button).replaceWith(WSAIO.duplicate_checkout_html) if(typeof WSAIO.checkoutEventListner != 'undefined' && typeof WSAIO.isWholesaleCustomer != 'undefined' && WSAIO.isWholesaleCustomer() !== false){ WSAIO.checkoutEventListner() }else{ if(WSAIO.replace_checkout){ $(document).on('click',WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector, function (e) { e.preventDefault(); e.stopImmediatePropagation(); e.stopPropagation(); window.location.href = '/checkout'; }); } } } /* ==================order limit =============================== */ WSAIO.order_control();WSAIO.disableCheckout() if(WSAIO.default_limit){ if(typeof WSAIO.allow_normal_checkout__OC == 'undefined' || WSAIO.allow_normal_checkout__OC == false){ WSAIO.checkoutAlert.append('<li class="waio-orderControl-message">' + WSAIO.checkout_message + "</li>"); }else{ WSAIO.checkoutAlert.append('<li class="waio-orderControl-message">' + WSAIO.checkout_message + "</li>"); WSAIO.checkoutAlert.append('<li class="waio-orderControl-message">Fulfill minimum order requirements to avail discount</li>'); } } /* ==================Shipping =============================== */ if(WSAIO.applied_shipping != undefined && WSAIO.applied_shipping.apply_shipping_charges && $('.Shipping_msg').length == 0 && WSAIO.shipping_message_applied){ WSAIO.checkoutAlert.after('<div class="Shipping_msg" style="font-weight: 600;font-weight: bold; font-style: italic">' + WSAIO.applied_shipping.final_ship_rule.message + "</div>"); } /* ==================Show Checkout button =============================== */ if(typeof WSAIO.isShowCheckout == 'undefined'){ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).removeClass('wsaio_hideCheckout') }else{ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector).addClass('wsaio_hideCheckout') } $('.wsaio_coupon_group, .wsaio_coupon_link').css('cssText','display:block !important') /* ==================Append all Alerts =============================== */ $('.wsaio-alerts').remove(); $('.waio_agree_message').remove() if(typeof window.MOQ_alert != 'undefined' && window.MOQ_alert!=''){ WSAIO.checkoutAlert = window.MOQ_alert; }else{ if($('.wsaio-alerts').length == 0 && WSAIO.checkoutAlert != undefined){ $(WSAIO.checkout_message_selector).after(WSAIO.checkoutAlert); } } WSAIO.cartLevelUpSell(); $('.wsaioUsellMessage,.Shipping_msg').remove(); if(WSAIO.wsaioUpSell_msg != undefined && WSAIO.wsaioUpSell_msg!= '' && $('.wsaioUsellMessage').length == 0){ if(typeof WSAIO.cart_level_upsell_message_select == 'undefined' || WSAIO.cart_level_upsell_message_select == ''){ $(WSAIO.checkout_message_selector).before('<div class="wsaioUsellMessage">' + WSAIO.wsaioUpSell_msg + "</div>"); }else{ $(WSAIO.cart_level_upsell_message_select).before('<div class="wsaioUsellMessage">' + WSAIO.wsaioUpSell_msg + "</div>"); } } if(WSAIO.applied_shipping != undefined && WSAIO.applied_shipping.apply_shipping_charges && $('.Shipping_msg').length == 0 && WSAIO.shipping_message_applied){ $(WSAIO.checkout_message_selector).after('<div class="Shipping_msg" style="font-weight: 600;font-weight: bold; font-style: italic">' + WSAIO.applied_shipping.final_ship_rule.message + "</div>"); } if($('.wsaio-alerts').length == 0 && WSAIO.checkoutAlert != undefined && typeof window.MOQ_alert != 'undefined' && WSAIO.checkoutAlert.indexOf('<ul class="wsaio-alerts"><li') > -1){ $(WSAIO.checkout_message_selector).after(WSAIO.checkoutAlert); } /* ==================Disabled Enable Checkout =============================== */ if(WSAIO.disable_checkout || window.disable_checkout_MOQ || window.isAgree == false){ if(WSAIO.agrrement_alert_message != '' && $('.waio_agree_message').length == 0 && typeof window.isAgree != 'undefined' && window.isAgree == false){ $(WSAIO.checkout_message_selector).after('<p class="waio_agree_message" style="font-size: 14px;">'+WSAIO.agrrement_alert_message+'</p>'); } if((typeof WSAIO.allow_normal_checkout__OC != 'undefined' && WSAIO.allow_normal_checkout__OC) && ((!window.disable_checkout_MOQ || $('.moq_error').length == 0) && (typeof window.isAgree == 'undefined' || window.isAgree))){ $(WSAIO.netTerm_checkout_selector).addClass('checkout-disabled').attr('disabled','disabled').css({'pointer-events': 'none','cursor': 'default'}) }else{ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector+','+WSAIO.netTerm_checkout_selector).addClass('checkout-disabled').attr('disabled','disabled').css({'pointer-events': 'none','cursor': 'default'}) } }else{ $(WSAIO.checkout_selector+','+WSAIO.duplicate_checkout_selector+','+WSAIO.netTerm_checkout_selector).removeClass('checkout-disabled').removeAttr('disabled').css({'pointer-events': 'auto','cursor': 'pointer'}) } /* ==================================== =============================== */ $('.wsaio_loader_checkout').hide(); } } window.addEventListener("load",function(){ if(typeof WSAIO != 'undefined' && window.wsaio_involved != undefined && window.wsaio_involved == true && typeof WSAIO.preCheckout == 'undefined' && WSAIO.app_mode_applied){ WSAIO.preloadCheckout = function (){ WSAIO.showCheckoutLoader(); try { "undefined" === typeof window.waioMOC && (window.waioMOC = {}); "undefined" === typeof waioMOC.cart && (waioMOC.cart = {}); try { window.cart_data = WSAIO.cart_object; waioMOC.cart["item_count"] = WSAIO.cart_object.item_count; waioMOC.cart["original_total_price"] = WSAIO.cart_object.original_total_price; WSAIO.order_control() setTimeout(function(){ if(typeof WSAIO.loadcartQuantityControllers != 'undefined' && typeof WSAIO.load_checkout_restriction != 'undefined'){ WSAIO.load_checkout_restriction(); WSAIO.loadcartQuantityControllers([],function(e){setTimeout(function(){WSAIO.run_checkout()},1000)});}else{WSAIO.run_checkout()} },1000) } catch (e) {} } catch (e) {} }; WSAIO.preCheckout = function (){ if(typeof WSAIO.run_checkout != 'undefined'){ WSAIO.showCheckoutLoader() $.getJSON(WSAIO.local_param +'cart',function(e){ window.cart_data = e; try { "undefined" === typeof window.waioMOC && (window.waioMOC = {}); "undefined" === typeof waioMOC.cart && (waioMOC.cart = {}); try { waioMOC.cart["item_count"] = e.item_count; waioMOC.cart["original_total_price"] = e.original_total_price; WSAIO.order_control() if(typeof WSAIO.cartQuantityControllers != 'undefined' && typeof WSAIO.checkout_restriction != 'undefined'){ WSAIO.checkout_restriction(); WSAIO.cartQuantityControllers([],function(e){setTimeout(function(){WSAIO.run_checkout()},500)});}else{WSAIO.run_checkout()} } catch (e) {} } catch (e) {} }) } }; WSAIO.preloadCheckout(); } }) }; </script> <style>.wsaioUsellMessage li{display: flex !important; margin: 0px !important; padding: 0px !important; font-size: 12px !important; color: #499141 !important; line-height: 1.3 !important;}.wsaioUsellMessage li::before { content: '•'; font-size: 8px; padding-top: 2px; }.wsaioUsellMessage{margin: 8px 0px !important;line-height: 1.3;color: #499141; font-size: 13px !important; background: #ddd; padding: 10px; margin: auto; border-radius: 10px; animation: zoom-in-zoom-outs 2s ease-out infinite;}@keyframes zoom-in-zoom-outs { 0% { transform: scale(1, 1); } 50% { transform: scale(1.1, 1.1); } 100% { transform: scale(1, 1); } }.wholesaleAllInOnePreview{box-shadow:0 -1px 3px rgb(0 0 0 / 20%);overflow:visible!important;position:fixed!important;bottom:0!important;left:0!important;z-index:2147483647!important;width:100%!important;height:60px!important;border:none!important;background-color:#fffffffc!important;padding:0 1rem!important}.wholesale_bar__stack{min-height:60px;align-items:center;margin-top:0;margin-left:0;display:flex}.wholesale_bar__item{-webkit-box-flex:1;flex:1 1 auto;min-width:0;max-width:100%}.wholesale_bar__button_group{-webkit-box-pack:end;justify-content:flex-end;display:flex;align-items:center;flex-wrap:wrap;-webkit-box-align:center;list-style:none;margin:0 30px 0 0;padding:0}.wholesale-button-group__item{margin-top:0;margin-right:.5rem;display:flex;flex-wrap:wrap;-webkit-box-align:center;align-items:center;list-style:none;margin-bottom:0}.wholesale-button-group{font-size:12px;font-family:inherit;cursor:pointer;text-transform:none;padding:.5625rem .9375rem;border-radius:5px!important;color:rgb(32 34 35)!important;background:unset;border:1px solid rgb(186 191 195)!important;border-top-color:rgb(186 191 195)!important;border-bottom-color:rgb(186 191 195)!important;box-shadow:0 1px 0 rgb(0 0 0 / 5%)!important;position:relative;min-height:40px!important;touch-action:manipulation;letter-spacing:1px;font-weight:600}.wsaio_bar_dropbtn{cursor:pointer!important;width:110px!important;text-align:left!important;background-color:#fffffffc!important;font-size:12px!important}.wsaio_bar_dropdown{position:relative;display:inline-block;margin-left:6px}.wsaio_bar_dropdown-content{display:none;position:absolute;min-width:160px;box-shadow:0 1px 10px 0 rgb(5 7 10 / 20%);z-index:99999;bottom:42px;border-radius:10px;padding:2px;right:0}.wsaio_bar_dropdown-content button{color:#000!important;padding:12px 16px!important;text-decoration:none!important;display:block!important;background:unset!important;width:100%!important;border:#ffdead!important}.wsaio_bar_show{display:block}.wholesale_bar__item a{color:#007ace!important}.wholesale-button-group2{border:none!important;box-shadow:unset!important;color:#007ace!important}.wholesale-button-group:hover{background:unset!important}@media screen and (min-width:768px){.wholesaleAllInOnePreview{padding:0 1rem!important}}@media screen and (max-width:884px){.wsaio_bar_dropdown{display:block!important}.wholesale_bar__button_group{display:none!important}.wholesaleAllInOnePreview{height:auto!important;padding:10px 0 10px 10px!important;line-height:20px!important}.wholesale_bar__stack{padding-right:24px!important}.wholesale_bar__item div{font-size:13px!important}}</style><!-- END app snippet --> <script src="https://cdn.shopify.com/extensions/9037b480-2c02-4690-93b6-a2d14be3efd4/wholesale-all-in-one-52/assets/wholesale-all-in-one-module-min.js" defer type="text/javascript"></script> <script> // Redirect to cart page when URL contain checkout_url paramter try{ var hiddenInput_selector = document.querySelectorAll('[name="checkout_url"]'); if( window.location.href.indexOf('/account/login') && hiddenInput_selector.length > 0){ NodeList.prototype.forEach = NodeList.prototype.forEach || Array.prototype.forEach; hiddenInput_selector.forEach((function(x){ x.setAttribute('value','/cart')})) } }catch(e){ console.log('Login checkout_url not updated by WSAIO'); } </script> </div><div id="shopify-block-ASXJCWWEvMUE5L1VWd__5946647744298494267" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: swymVersion --><script>var __SWYM__VERSION__ = '3.125.1';</script><!-- END app snippet --> <script id="wishlist-embed-init" defer async> (function () { window.swymWishlistEmbedLoaded = true; var fullAssetUrl = "https://cdn.shopify.com/extensions/e3d23752-a2a1-437f-8cb4-61f2119f9a2b/wishlist-plus-373/assets/apps.bundle.js"; var assetBaseUrl = fullAssetUrl?.substring(0, fullAssetUrl.lastIndexOf('/') + 1); var swymJsPath = '//swymv3pro-01.azureedge.net/code/swym-shopify.js'; var baseJsPath = swymJsPath?.substring(0, swymJsPath.lastIndexOf('/') + 1); window.SwymCurrentJSPath = baseJsPath; window.SwymAssetBaseUrl = assetBaseUrl; window.SwymCurrentStorePath = "//swymstore-v3pro-01.swymrelay.com"; function loadSwymShopifyScript() { var element = ""; var scriptSrc = ""; element = "swym-ext-shopify-script"; window.SwymShopifyCdnInUse = true; scriptSrc = "https://cdn.shopify.com/extensions/e3d23752-a2a1-437f-8cb4-61f2119f9a2b/wishlist-plus-373/assets/swym-ext-shopify.js"; if (document.getElementById(element)) { return; } var s = document.createElement("script"); s.id = element; s.type = "text/javascript"; s.async = true; s.defer = true; s.src = scriptSrc; s.onerror = function() { console.warn("Failed to load Swym Shopify script: ", scriptSrc, " Continuing with default"); // Fallback logic here element = `swym-ext-shopify-script-${__SWYM__VERSION__}`; var fallbackJsPathVal = "\/\/swymv3pro-01.azureedge.net\/code\/swym-shopify.js"; var fallbackJsPathWithExt = fallbackJsPathVal.replace("swym-shopify", "swym-ext-shopify"); scriptSrc = fallbackJsPathWithExt + '?shop=' + encodeURIComponent(window.Shopify.shop) + '&v=' + __SWYM__VERSION__; var fallbackScript = document.createElement("script"); fallbackScript.id = element; fallbackScript.type = "text/javascript"; fallbackScript.async = true; fallbackScript.defer = true; fallbackScript.src = scriptSrc; var y = document.getElementsByTagName("script")[0]; y.parentNode.insertBefore(fallbackScript, y); }; var x = document.getElementsByTagName("script")[0]; x.parentNode.insertBefore(s, x); } var consentAPICallbackInvoked = false; function checkConsentAndLoad() { var isCookieBannerVisible = window.Shopify?.customerPrivacy?.shouldShowBanner?.(); if(!isCookieBannerVisible) { loadSwymShopifyScript(); return; } var shouldLoadSwymScript = window.Shopify?.customerPrivacy?.preferencesProcessingAllowed?.(); if (shouldLoadSwymScript) { loadSwymShopifyScript(); } else { console.warn("No customer consent to load Swym Wishlist Plus"); } } function initialiseConsentCheck() { document.addEventListener("visitorConsentCollected", (event) => { checkConsentAndLoad(); }); window.Shopify?.loadFeatures?.( [{name: 'consent-tracking-api', version: '0.1'}], error => { consentAPICallbackInvoked = true; if (error) { if(!window.Shopify?.customerPrivacy) { loadSwymShopifyScript(); return; } } checkConsentAndLoad(); } ); } function consentCheckFallback(retryCount) { if(!consentAPICallbackInvoked) { if (window.Shopify?.customerPrivacy) { checkConsentAndLoad(); } else if (retryCount >= 1) { console.warn("Shopify.loadFeatures unsuccessful on site, refer - https://shopify.dev/docs/api/customer-privacy#loading-the-customer-privacy-api. Proceeding with normal Swym Wishlist Plus load"); loadSwymShopifyScript(); } else { setTimeout(() => consentCheckFallback(retryCount + 1), 1000); } } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", initialiseConsentCheck); window.addEventListener("load", () => consentCheckFallback(0)); } else { initialiseConsentCheck(); } })(); </script> <!-- BEGIN app snippet: swymSnippet --><script defer> (function () { const currentSwymJSPath = '//swymv3pro-01.azureedge.net/code/swym-shopify.js'; const currentSwymStorePath = ''; const dnsPrefetchLink = `<link rel="dns-prefetch" href="https://${currentSwymStorePath}" crossorigin>`; const dnsPrefetchLink2 = `<link rel="dns-prefetch" href="${currentSwymJSPath}">`; const preConnectLink = `<link rel="preconnect" href="${currentSwymJSPath}">`; const swymSnippet = document.getElementById('wishlist-embed-init'); if(dnsPrefetchLink) {swymSnippet.insertAdjacentHTML('afterend', dnsPrefetchLink);} if(dnsPrefetchLink2) {swymSnippet.insertAdjacentHTML('afterend', dnsPrefetchLink2);} if(preConnectLink) {swymSnippet.insertAdjacentHTML('afterend', preConnectLink);} })() </script> <script id="swym-snippet" type="text"> window.swymLandingURL = document.URL; window.swymCart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}; window.swymPageLoad = function() { window.SwymProductVariants = window.SwymProductVariants || {}; window.SwymHasCartItems = 0 > 0; window.SwymPageData = {}, window.SwymProductInfo = {}; var unknown = {et: 0}; window.SwymPageData = unknown; window.SwymPageData.uri = window.swymLandingURL; }; if(window.selectCallback){ (function(){ var originalSelectCallback = window.selectCallback; window.selectCallback = function(variant){ originalSelectCallback.apply(this, arguments); try{ if(window.triggerSwymVariantEvent){ window.triggerSwymVariantEvent(variant.id); } }catch(err){ console.warn("Swym selectCallback", err); } };})();} window.swymCustomerId =null; window.swymCustomerExtraCheck = null; var swappName = ("Wishlist" || "Wishlist"); var swymJSObject = { pid: "82sxOJgZkcGcR2pJ+aklQrMf\/pXl\/NuiV9nRZxiNVdY=", interface: "/apps/swym" + swappName + "/interfaces/interfaceStore.php?appname=" + swappName }; window.swymJSShopifyLoad = function(){ if(window.swymPageLoad) swymPageLoad(); if(!window._swat) { (function (s, w, r, e, l, a, y) { r['SwymRetailerConfig'] = s; r[s] = r[s] || function (k, v) { r[s][k] = v; }; })('_swrc', '', window); _swrc('RetailerId', swymJSObject.pid); _swrc('Callback', function(){initSwymShopify();}); }else if(window._swat.postLoader){ _swrc = window._swat.postLoader; _swrc('RetailerId', swymJSObject.pid); _swrc('Callback', function(){initSwymShopify();}); }else{ initSwymShopify();} } if(!window._SwymPreventAutoLoad) { swymJSShopifyLoad(); } </script> <style id="safari-flasher-pre"></style> <script> if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { document.getElementById("safari-flasher-pre").innerHTML = '' + '#swym-plugin,#swym-hosted-plugin{display: none;}' + '.swym-button.swym-add-to-wishlist{display: none;}' + '.swym-button.swym-add-to-watchlist{display: none;}' + '#swym-plugin #swym-notepad, #swym-hosted-plugin #swym-notepad{opacity: 0; visibility: hidden;}' + '#swym-plugin #swym-notepad, #swym-plugin #swym-overlay, #swym-plugin #swym-notification,' + '#swym-hosted-plugin #swym-notepad, #swym-hosted-plugin #swym-overlay, #swym-hosted-plugin #swym-notification' + '{-webkit-transition: none; transition: none;}' + ''; window.SwymCallbacks = window.SwymCallbacks || []; window.SwymCallbacks.push(function(tracker) { tracker.evtLayer.addEventListener(tracker.JSEvents.configLoaded, function() { var x = function() { SwymUtils.onDOMReady(function() { var d = document.createElement("div"); d.innerHTML = "<style id='safari-flasher-post'>" + "#swym-plugin:not(.swym-ready),#swym-hosted-plugin:not(.swym-ready){display: none;}" + ".swym-button.swym-add-to-wishlist:not(.swym-loaded){display: none;}" + ".swym-button.swym-add-to-watchlist:not(.swym-loaded){display: none;}" + "#swym-plugin.swym-ready #swym-notepad, #swym-plugin.swym-ready #swym-overlay, #swym-plugin.swym-ready #swym-notification," + "#swym-hosted-plugin.swym-ready #swym-notepad, #swym-hosted-plugin.swym-ready #swym-overlay, #swym-hosted-plugin.swym-ready #swym-notification" + "{-webkit-transition: opacity 0.3s, visibility 0.3ms, -webkit-transform 0.3ms !important;-moz-transition: opacity 0.3s, visibility 0.3ms, -moz-transform 0.3ms !important;-ms-transition: opacity 0.3s, visibility 0.3ms, -ms-transform 0.3ms !important;-o-transition: opacity 0.3s, visibility 0.3ms, -o-transform 0.3ms !important;transition: opacity 0.3s, visibility 0.3ms, transform 0.3ms !important;}" + "</style>"; document.head.appendChild(d); });}; setTimeout(x, 10); });});} window.SwymOverrideMoneyFormat = "${{amount}}"; </script> <style id="swym-product-view-defaults"> .swym-button.swym-add-to-wishlist-view-product:not(.swym-loaded) { display: none; } </style><!-- END app snippet --> <script id="swymSnippetCheckAndActivate"> (function() { function postDomLoad() { var element = document.querySelector('script#swym-snippet:not([type="text"])'); if (!element) { var script = document.querySelector('script#swym-snippet[type="text"]'); if (script) { script.type = 'text/javascript'; new Function(script.textContent)(); } } } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", postDomLoad); } else { postDomLoad(); } })(); </script> <script> (function() { // HEARTBEAT let wishlistAppHeartbeatData = '{"global":"2025-02-12T05:04:08.360Z","165276090677":"2025-04-08T06:35:49.931Z"}'; try { wishlistAppHeartbeatData = JSON.parse(wishlistAppHeartbeatData) || {}; } catch (e) { wishlistAppHeartbeatData = {}; } const ShopifyTheme = window.Shopify.theme; const themeId = ShopifyTheme.id; const heartbeatMetadata = { schema_name: ShopifyTheme?.schema_name, schema_version: ShopifyTheme?.schema_version, theme_store_id: ShopifyTheme?.theme_store_id, role: ShopifyTheme?.role }; const themeSchemaName = window.Shopify.theme.schema_name; const isDesignMode = !!window.swymDesignMode; if (!window.SwymCallbacks) { window.SwymCallbacks = []; } window.SwymCallbacks.push((swat) => { if (!swat || !themeId) { return; } const triggerHeartbeat = swat?.ExtensionHealth?.triggerExtensionHeartbeat; if (typeof triggerHeartbeat !== "function") return; const lastHeartbeat = isDesignMode ? wishlistAppHeartbeatData?.editor : wishlistAppHeartbeatData?.[themeId]; const themeContext = isDesignMode ? 'editor' : themeId; const extensionData = { extensionName: "wishlist-app", extensionType: "app-embed", metadata: heartbeatMetadata, themeId: themeContext, extensionSource: "default" }; triggerHeartbeat(extensionData, lastHeartbeat); // ENABLE COMMON FEATURES let enabledCommonFeatures = '' try { enabledCommonFeatures = JSON.parse(enabledCommonFeatures) || {}; } catch (e) { enabledCommonFeatures = {}; } // Storing COMMON FEATURES data in the window object for potential use in the storefront JS code. window.SwymEnabledCommonFeatures = enabledCommonFeatures; Object.keys(enabledCommonFeatures).forEach((key) => { if (!enabledCommonFeatures[key]) return; switch (key) { case "add-to-wishlist-collections-button": swat?.collectionsApi?.setDefaultCustomizationOptions(); swat?.collectionsApi?.initializeCollections(swat, false, themeSchemaName); // Send basic collections heartbeat let basicCollectionsHeartbeat = ''; try { basicCollectionsHeartbeat = JSON.parse(basicCollectionsHeartbeat) || {}; } catch (e) { basicCollectionsHeartbeat = {}; } const lastBasicCollectionsHeartbeat = isDesignMode ? basicCollectionsHeartbeat?.editor : basicCollectionsHeartbeat?.[themeId]; triggerHeartbeat({ extensionName: "basic-add-to-wishlist-collections-button", extensionType: "app-embed", metadata: {}, themeId: themeContext, extensionSource: "default" }, lastBasicCollectionsHeartbeat); break; default: return; } }) }); })(); // IIFE to prevent polluting global scope </script> </div><div id="shopify-block-ANWk3VXE0N3BIWEMvV__11349500561483629931" class="shopify-block shopify-app-block"> <script id="ReStock-config" > var _ReStockConfig = window._ReStockConfig || {}; _ReStockConfig.templateName = "index"; _ReStockConfig.isB2BCustomer = null; _ReStockConfig.currentLocationId = null; function createRestockScript() { const restockSdkElement = document.createElement('script'); restockSdkElement.setAttribute('defer', 'defer'); restockSdkElement.src = "https://cdn.hengam.io/restock-alerts-sdk.js"; document.body.appendChild(restockSdkElement); } try { const url = new URL(window.location); const searchParams = url.searchParams; const shopDomain = searchParams.get('SHOP_DOMAIN') || window.Shopify?.shop || window.location.host; fetch(`https://sdk-config.notify-me.app/config/${shopDomain}`) .then(response => response.json()) .then(data => { if (!data.app_enabled) return; if (['collection','list-collections', 'search', 'page'].includes(_ReStockConfig.templateName)) { if ((!data.is_back_in_stock_active || data.ui_style.notify_me_styles.find(config => config.page === 'COLLECTION_PAGE').inline_display_mode === 'NOT_DISPLAYED') && (!data.pre_order.is_service_active ||data.pre_order.collection_page.ui_styles.display_mode === 'NOT_DISPLAYED')) return; } if (_ReStockConfig.templateName === 'index') { if ((!data.is_back_in_stock_active || data.ui_style.notify_me_styles.find(config => config.page === 'LANDING_PAGES').inline_display_mode === 'NOT_DISPLAYED') && (!data.pre_order.is_service_active ||data.pre_order.landing_page.ui_styles.display_mode === 'NOT_DISPLAYED')) return; } _ReStockConfig = { ..._ReStockConfig, ...data }; createRestockScript(); }) .catch(err => createRestockScript()); } catch(error) { createRestockScript(); } </script> </div><div id="shopify-block-AdjkraUk3aFVvenQ3d__8605505498557855500" class="shopify-block shopify-app-block bogos-shopify-block"> <div id="secomapp_freegifts_version" data-version="3.0"></div> <!-- BEGIN app snippet: freegifts-snippet --><link href="//cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/glider.min.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/freegifts-main.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/bogos.bundle.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/bogos.upsell.css" rel="stylesheet" type="text/css" media="all" /> <style id="sca_fg_custom_style"> .freegifts-main-container .fg-section-title, .freegifts-main-container .bogos-slider-info-title { color: #121212; } .freegifts-main-container .product-title, .freegifts-main-container .bogos-gift-product-title { color: #000000; } .freegifts-main-container .original-price, .freegifts-main-container .bogos-gift-item-compare-price { color: #121212; } .freegifts-main-container .gift-price, .freegifts-main-container .bogos-gift-item-price { color: #18a89e; } .freegifts-main-container .btn-add-to-cart { color: #FFFFFF; background-color: #18a89e; } .freegifts-main-container .bogos-slider-offer-badge { background: #FFEF9D } .freegifts-main-container .bogos-slider-offer-badge.success { background: #CDFEE1 } .freegifts-main-container .bogos-slider-offer-title { color: #000000 } .freegifts-main-container .btn-add-to-cart svg path { fill: #FFFFFF; } .fg-gift-thumbnail-offer-title { color: #000000; } .fg-gift-thumbnail-container { border-color: #8A8A8A; } .fg-gift-thumbnail-offer-time { background-color: #000000; } #sca-gift-thumbnail .sca-gift-image { width: 50px; max-height: 50px; } #sca-gift-icon .sca-gift-icon-img { width: 50px; max-height: 50px; } .sca-gift-icon-collection-page .sca-gift-icon-collection-img { width: 50px; max-height: 50px; } #sca-promotion-glider { color: #ffffff; background-color: #18a89e; } #sca-fg-today-offer-iframe .sca-fg-header { background-color: #FFFFFF; } #sca-fg-today-offer-iframe .sca-fg-body { background-color: #FFFFFF; } #sca-fg-today-offer-iframe .sca-fg-today-offer-title { color: #303030 !important; } #sca-fg-today-offer-iframe .sca-fg-today-offer-subtitle { color: #616161 !important; } #sca-fg-today-offer-iframe .sca-offer-title { color: #303030; } #sca-fg-today-offer-widget { height: 70px !important; width: 70px !important; } .sca-fg-icon-success-anim { box-shadow: inset 0 0 0 #18a89e; } @-webkit-keyframes animated-checkmark-fill { to { box-shadow: inset 0 0 0 30px #18a89e; } } @keyframes animated-checkmark-fill { to { box-shadow: inset 0 0 0 30px #18a89e; } } .sca-fg-icon-success-circle { stroke: #18a89e; } #sca-fg-today-offer-iframe .sca-fg-offer .sca-offer-header-container { background-color: #F7F7F7 } #sca-fg-today-offer-iframe .sca-fg-offer.sca-offer-archived .sca-offer-header-container { background-color: #18a89e25 } #sca-fg-today-offer-iframe .sca-gift-product-title { color: #303030} #sca-fg-today-offer-iframe .sca-gift-product-discount-price { color: #18a89e } #sca-fg-today-offer-iframe .sca-gift-product-original-price { color: #616161 } #sca-fg-today-offer-iframe .sca-offer-info .sca-offer-subtitle { color: #616161 } .bogos-bundles-widget { background-color: #F3F3F3; } .bogos-bundles-widget-body .bogos-bundle-item { background-color: #FFFFFF; } .bogos-bundles-widget .bogos-bundles-widget-title { color: #303030; } .bogos-bundles-widget .bogos-bundles-widget-description { color: #616161; } .bogos-bundle-item .bogos-bundle-item-title { color: #303030; } .bogos-bundle-item .bogos-bundle-item-discount-price, .bogos-bundles-total-discount-price { color: #303030; } .bogos-bundle-item .bogos-bundle-item-original-price, .bogos-bundles-total-original-price { color: #B5B5B5; } .bogos-bundles-widget-footer .bogos-bundles-button-add { color: #FFFFFF; background-color: #303030; } .bogos-bundles-quantity-break-widget { background-color: #F3F3F3; } .bogos-bundles-quantity-break-widget-title { color: #303030; } .bogos-bundles-quantity-break-widget-description { color: #303030; } .bogos-bundle-quantity-break-item-original-price , .bogos-bundles-quantity-break-origin-price { color: #303030; } .bogos-bundles-quantity-break-button-add { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break_item-container { background: #FFFFFF; } .bogos-bundle-quantity-break-label { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break-tag { background: #F1F1F1; color: #303030; } .bogos-bundle-quantity-break-sub-title { color: #616161; } .bogos-bundle-quantity-break-item-discount-price, .bogos-bundles-quantity-break-discount-price { color: #303030; } .bogos-bundle-quantity-break-title { color: #303030; } .bogos-mix-match-widget { background-color: #F3F3F3; ; } .bogos-mix-match-widget .bogos-mix-item { background-color: #FFFFFF; } .bogos-mix-match-widget .bogos-mix-match-widget-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-match-widget-description { color: #616161; } .bogos-mix-match-widget .bogos-mix-item-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-discount-price { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-original-price { color: #B5B5B5; } .bogos-mix-match-widget .bogos-mix-match-button-add { color: #FFFFFF; background-color: #303030; } .bogos-mix-match-widget .bogos-mix-match-badge-item { background-color: #FFF8DB; } .bogos-mix-match-widget .bogos-mix-match-badge-item.success { background-color: #CDFEE1; } .bogos-mix-match-widget .bogos-mix-match-badge-item .bogos-mix-match-badge-title { color: #4F4700; } .bogos-mix-match-widget .bogos-mix-match-badge-item.success .bogos-mix-match-badge-title { color: #29845A; } .bogos-bundle-page-container .bogos-bp-steps-bar, .bogos-bundle-page-container .bogos-bp-step-bar-single { background-color: #F3F3F3; } .bogos-bundle-page-container .bogos-bp-step-title { color: #303030; } .bogos-bp-steps-container .bogos-bp-step-item.active { border-bottom: solid 3px #303030; } .bogos-bundle-page-container .bogos-bp-header-title { color: #303030; } .bogos-bundle-page-container .bogos-bp-header-subtitle { color: #303030; } .bogos-bundle-page-container .bogos-bp-step-header-title { color: #303030; } .bogos-bundle-page-container .bogos-bp-step-header-subtitle { color: #616161; } .bogos-bundle-page-container .bogos-bp-product-title, .bogos-step-item .bogos-step-item-title, .bogos-product-detail-modal .bogos-product-title { color: #303030; } .bogos-step-items-container .bogos-step-item-variant-title { color: #616161; } .bogos-bundle-page-container .bogos-bp-product-price, .bogos-step-item .bogos-step-item-discount-price, .bogos-bp-widget-footer .bogos-bp-total-discount-price { color: #303030; } .bogos-step-item .bogos-step-item-original-price, .bogos-bp-widget-footer .bogos-bp-total-original-price { color: #808080; } .bogos-bundle-page-container .bogos-bp-btn-add-product, .bogos-product-detail-modal .bogos-product-add-btn { background-color: #303030; color: #FFFFFF } .bogos-bp-widget-container .bogos-bp-widget { background-color: #F3F3F3; ; } .bogos-bp-widget .bogos-bp-widget-title { color: #303030; } .bogos-bp-widget .bogos-bp-widget-description { color: #303030; } .bogos-step-items-product-require.success .bogos-step-items-product-require-title { color: #2332D5; } .bogos-bp-widget .bogos-bp-button-add { background-color: #303030; color: #FFFFFF; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-item { background-color: #FFF8DB; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-item.success { background-color: #CDFEE1; } .bogos-bp-widget-badges-container .bogos-bp-widget-badge-title { color: #4F4700; } .bogos-bp-widget-badge-item.success .bogos-bp-widget-badge-title { color: #29845A; } </style> <script id="sca_fg_custom_script" data-cmp-vendor="bogos" data-cmp-ab="0"> </script> <script src="https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/glider.min.js" defer></script> <script src="https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/lz-string.js" defer></script> <div id="freegifts-main-popup-container" class="freegifts-main-container sca-modal-fg" data-animation="slideInOutTop"> </div> <ul id="sca-fg-notifications" class="sca-fg-notifications"></ul> <button id="sca-fg-today-offer-widget"></button> <div id="sca-fg-today-offer-iframe"></div> <div id="bogos-mix-match-main-collection-popup-container" class="sca-modal-fg"></div> <div id="bogos-main-popup-product-detail-container" data-animation="slideInOutTop"></div> <script type="text/javascript" data-cmp-vendor="bogos" data-cmp-ab="0"> if (typeof Shopify === "undefined") window.Shopify = {}; Shopify.cartItems = []; Shopify.current_product = {}; Shopify.current_collection = {}; Shopify.products = {}; //cart item // current product or collection Shopify.current_product = {...null}; Shopify.current_collection = {...null}; window.SECOMAPP = window.SECOMAPP || {}; SECOMAPP.fg_codes = []; SECOMAPP.activateOnlyOnePromoCode = false //liquid code to get customer history and customer tag SECOMAPP.current_template = "index"; SECOMAPP.pathname = window.location.pathname; if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("-sca_clone_freegift")) { window.location.replace(SECOMAPP.pathname.split("-sca_clone_freegift")[0]); } else if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("/collections/sca_fg")) { window.location.replace(`${Shopify?.routes?.root ?? "/"}collections/all`); } SECOMAPP.setCookie = function (e, t, o, n, r) { let i = new Date; i.setTime(i.getTime() + 24 * o * 36e5 + 60 * n * 1e3); let f = "expires=" + i.toUTCString(); document.cookie = e + "=" + t + ";" + f + (r ? ";path=" + r : ";path=/"); }; SECOMAPP.deleteCookie = function (e, t) { document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; " + (t ? ";path=" + t : ";path=/") }; SECOMAPP.getCookie = function (e) { for (let t = e + "=", o = document.cookie.split(";"), n = 0; n < o.length; n++) { let r; for (r = o[n]; " " === r.charAt(0);) r = r.substring(1); if (0 === r.indexOf(t)) return r.substring(t.length, r.length) } return "" }; SECOMAPP.getQueryString = function (key) { let e = {}; let t = window.location.search.substring(1).split("&"); let o = 0; for (; o < t.length; o++) { let n = t[o].split("="); if (void 0 === e[n[0]]) e[n[0]] = decodeURIComponent(n[1]); else if ("string" == typeof e[n[0]]) { e[n[0]] = [e[n[0]], decodeURIComponent(n[1])] } else e[n[0]].push(decodeURIComponent(n[1])) } return key ? e?.[key] : e; }; "" !== SECOMAPP.getCookie("sca_fg_codes") && (SECOMAPP.fg_codes = JSON.parse(SECOMAPP.getCookie("sca_fg_codes"))); SECOMAPP.current_code = SECOMAPP.getQueryString("freegifts_code"); SECOMAPP.current_code && !SECOMAPP.fg_codes.includes(SECOMAPP.current_code) && (function () { SECOMAPP.activateOnlyOnePromoCode && (SECOMAPP.fg_codes = []); SECOMAPP.fg_codes.push(SECOMAPP.current_code); SECOMAPP.setCookie("sca_fg_codes", JSON.stringify(SECOMAPP.fg_codes)); })(); SECOMAPP.customer = {}; SECOMAPP.customer.orders = []; SECOMAPP.customer.freegifts = []; SECOMAPP.customer.freegifts_v2 = []; SECOMAPP.customer.email = ""; SECOMAPP.customer.first_name = ""; SECOMAPP.customer.last_name = ""; SECOMAPP.customer.tags = Object.values({...null}); SECOMAPP.customer.orders_count = "" - 0; SECOMAPP.customer.total_spent = "" - 0; SECOMAPP.market = {...null}; // get class name config from settings_data.json if (!Shopify.scaHandleConfigValue) { Shopify.scaHandleConfigValue = { ...null, ...null }; } // add link proxy SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.bogosCollectUrl = "https://collect.bogos.io/collect" SECOMAPP.bogosIntegrationUrl = "https://api.freegifts.io/integrations" window.fgGiftIcon = "https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/fg-icon-red_small.png"; window.fgWidgetIconsObj = { "widget-icon-1.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-1_small.png', "widget-icon-2.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-2_small.png', "widget-icon-3.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-3_small.png', "widget-icon-4.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-4_small.png', "widget-icon-5.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-5_small.png', "widget-icon-6.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-6_small.png', "widget-icon-7.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-7_small.png', "widget-icon-8.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/widget-icon-8_small.png' } window.fgStepIconsObj = { "step-icon-1.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-1_small.png', "step-icon-2.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-2_small.png', "step-icon-3.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-3_small.png', "step-icon-4.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-4_small.png', "step-icon-5.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-5_small.png', "step-icon-6.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-6_small.png', "step-icon-7.png": 'https://cdn.shopify.com/extensions/f48dd59a-cb68-44d5-964d-efdcb3c9015d/bogos-io-free-gift-82/assets/step-icon-7_small.png', } // variable from tools SECOMAPP.variables = { ...SECOMAPP.variables, ...null } </script> <script defer src="https://d33a6lvgbd0fej.cloudfront.net/Z2luYWtkZXNpZ25zMS5teXNob3BpZnkuY29t/freegifts_data_1741732069"></script> <div id="secomapp_freegifts_url" data-url="https://d33a6lvgbd0fej.cloudfront.net/Z2luYWtkZXNpZ25zMS5teXNob3BpZnkuY29t/freegifts_data_1741732069"></div> <!-- END app snippet --> </div></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10