It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://theginstore.com

  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3.  
  4. <head>
  5. <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v208","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":"469cdc5b9c25a59b7316c45dcc49a736058a2a9a3bc59bbc0a86b117292ad350","state":{"template":"index","theme":129432912047,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1747309638,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/www.theginstore.com\/","customer_id":null,"customer_id_signature":"469cdc5b9c25a59b7316c45dcc49a736058a2a9a3bc59bbc0a86b117292ad350","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++,a=e.jsonpCallback||"callback",o=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+a+")=([^&]+)"),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="+o):o=l[3]:s=urlappend(s,a+"="+o),context[o]=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(),a="string"==typeof s?s:s.url,o=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&o&&(a=urlappend(a,o),o=null),"jsonp"==s.type?handleJsonp(s,e,t,a):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,a,!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(o)},200):n.send(o),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,a,o=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(o,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&o)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(o,normalize(n&&""===r?"on":r)));break;case"textarea":t(o,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(a=0;e.length&&a<e.length;a++)e.options[a].selected&&l(e.options[a])}}function eachFormElement(){var e,t,a=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],a)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,a),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,a,o,i=/\[\]$/;if(isArray(t))for(a=0;t&&a<t.length;a++)o=t[a],n||i.test(e)?s(e,o):buildParams(e+"["+("object"==typeof o?a:"")+"]",o,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,a=[],o=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,a[a.length]=o(e)+"="+o(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 a.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}();
  6. /*!
  7.  * Reqwest! A general purpose XHR connection manager
  8.  * license MIT (c) Dustin Diaz 2015
  9.  * https://github.com/ded/reqwest
  10.  */!function(){var o=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(o.state={},o.util={},o.loading=!1,n)try{o.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,a,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(a),r.shift(),0<r.length)return void(a=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)}})}o.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),o.path=o.state.path||window.location.pathname,o.basePath=o.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),o.reloading=!1,o.util.console=window.console||{log:function(){},error:function(){}},o.util.makeUrl=function(e,t){var n,s=o.basePath+e,r=[],a=o.cache();for(n in a)r.push(n+"="+encodeURIComponent(a[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return o.state.customer_id&&(r.push("customer_id="+encodeURIComponent(o.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(o.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},o._initializeCallbacks=[],o.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';o._initializeCallbacks.push(t)},o.initializeSession=function(e){if(!o.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),o.ping({silent:t,spinner:n,reload:s,callback:function(){o._initializeCallbacks.forEach(function(e){e()})}})}},o.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},o.cache.cart=o.state.cart,o.cache.cartLastSaved=null,o.params=o.cache(),o.util.reload=function(){o.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){o.util.console.error("Preferred reload method failed",u),window.location.reload()}},o.cache.saveCart=function(e){if(!o.cache.cart||o.cache.cart===o.cache.cartLastSaved)return e?e():null;var t=o.cache.cartLastSaved;o.cache.cartLastSaved=o.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:o.cache.cart}},complete:e,error:function(e){if(o.cache.cartLastSaved=t,!o.reloading)throw e}})},o.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>',o.util.clobberBody=function(e){document.body.innerHTML=e},o.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)},o.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}},o.util.on=function(e,a,o,t){t=t||document;var i="locksmith-"+e+a,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(a)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(a))&&!e[i]&&(e[i]=!0,o(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},o.util.enableActions=function(e){o.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,o.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),o.util.reload()}}))},e)},o.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,a,o=e.querySelectorAll("script");for(a=0;a<o.length;++a){r=o[a];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()},o.post=function(e,t,n){!1!==(n=n||{}).spinner&&o.util.clobberBody(o.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);o.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);o.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),o.loading=!0;var r=o.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){o.loading=!1},error:function(e){if(!o.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||o.util.clobberDocument})},o.postResource=function(e,t){e.path=o.path,e.search=window.location.search,e.state=o.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=o.cache.cart,e.locksmith_json=o.jsonTag,e.locksmith_json_signature=o.jsonTagSignature,o.post("/resource",e,t)},o.ping=function(e){if(!o.isEmbedded){e=e||{};var t=function(){e.reload?o.util.reload():"function"==typeof e.callback&&e.callback()};o.post("/ping",{path:o.path,search:window.location.search,state:o.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&&o.showMessages(e.messages),e.cart&&o.cache.cart!==e.cart?(o.cache.cart=e.cart,o.cache.saveCart(function(){t(),e.cart&&e.cart.match(/^.+:/)&&o.util.reload()})):t()}})}},o.timeoutMonitor=function(){var e=o.cache.cart;o.ping({callback:function(){e!==o.cache.cart||setTimeout(function(){o.timeoutMonitor()},6e4)}})},o.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),o.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"}),o.util.enableActions(t)}}()}();</script>
  11.      <script data-locksmith>Locksmith.cache.cart=null</script>
  12.  
  13.  
  14.  <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v208\",\"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\":\"469cdc5b9c25a59b7316c45dcc49a736058a2a9a3bc59bbc0a86b117292ad350\",\"state\":{\"template\":\"index\",\"theme\":129432912047,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1747309638,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/www.theginstore.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"469cdc5b9c25a59b7316c45dcc49a736058a2a9a3bc59bbc0a86b117292ad350\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="8530e8aea5bbf7b0f49aaa45adec528cae16c7503307389d231e971b4b5b1833"</script>
  15. <script id="pandectes-rules">
  16.   /* PANDECTES-GDPR: DO NOT MODIFY AUTO GENERATED CODE OF THIS SCRIPT */
  17.  
  18.   window.PandectesSettings = {"store":{"id":6840247,"plan":"basic","theme":"Updated copy of Dawn","primaryLocale":"en","adminMode":false,"headless":false,"storefrontRootDomain":"","checkoutRootDomain":"","storefrontAccessToken":""},"tsPublished":1738789511,"declaration":{"showPurpose":false,"showProvider":false,"showDateGenerated":false},"language":{"languageMode":"Single","fallbackLanguage":"en","languageDetection":"browser","languagesSupported":[]},"texts":{"managed":{"headerText":{"en":"We respect your privacy"},"consentText":{"en":"This website uses cookies to ensure you get the best experience."},"dismissButtonText":{"en":"Ok"},"linkText":{"en":"Learn more"},"imprintText":{"en":"Imprint"},"preferencesButtonText":{"en":"Preferences"},"allowButtonText":{"en":"Accept"},"denyButtonText":{"en":"Decline"},"leaveSiteButtonText":{"en":"Leave this site"},"cookiePolicyText":{"en":"Cookie policy"},"preferencesPopupTitleText":{"en":"Manage consent preferences"},"preferencesPopupIntroText":{"en":"We use cookies to optimize website functionality, analyze the performance, and provide personalized experience to you. Some cookies are essential to make the website operate and function correctly. Those cookies cannot be disabled. In this window you can manage your preference of cookies."},"preferencesPopupCloseButtonText":{"en":"Close"},"preferencesPopupAcceptAllButtonText":{"en":"Accept all"},"preferencesPopupRejectAllButtonText":{"en":"Reject all"},"preferencesPopupSaveButtonText":{"en":"Save preferences"},"accessSectionTitleText":{"en":"Data portability"},"accessSectionParagraphText":{"en":"You have the right to request access to your data at any time."},"rectificationSectionTitleText":{"en":"Data Rectification"},"rectificationSectionParagraphText":{"en":"You have the right to request your data to be updated whenever you think it is appropriate."},"erasureSectionTitleText":{"en":"Right to be forgotten"},"erasureSectionParagraphText":{"en":"You have the right to ask all your data to be erased. After that, you will no longer be able to access your account."},"declIntroText":{"en":"We use cookies to optimize website functionality, analyze the performance, and provide personalized experience to you. Some cookies are essential to make the website operate and function correctly. Those cookies cannot be disabled. In this window you can manage your preference of cookies."}},"categories":{"strictlyNecessaryCookiesTitleText":{"en":"Strictly necessary cookies"},"functionalityCookiesTitleText":{"en":"Functional cookies"},"performanceCookiesTitleText":{"en":"Performance cookies"},"targetingCookiesTitleText":{"en":"Targeting cookies"},"unclassifiedCookiesTitleText":{"en":"Unclassified cookies"},"strictlyNecessaryCookiesDescriptionText":{"en":"These cookies are essential in order to enable you to move around the website and use its features, such as accessing secure areas of the website. The website cannot function properly without these cookies."},"functionalityCookiesDescriptionText":{"en":"These cookies enable the site to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly."},"performanceCookiesDescriptionText":{"en":"These cookies enable us to monitor and improve the performance of our website. For example, they allow us to count visits, identify traffic sources and see which parts of the site are most popular."},"targetingCookiesDescriptionText":{"en":"These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites.    They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising."},"unclassifiedCookiesDescriptionText":{"en":"Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies."}},"auto":{"declName":{"en":"Name"},"declPath":{"en":"Path"},"declType":{"en":"Type"},"declDomain":{"en":"Domain"},"declPurpose":{"en":"Purpose"},"declProvider":{"en":"Provider"},"declRetention":{"en":"Retention"},"declFirstParty":{"en":"First-party"},"declThirdParty":{"en":"Third-party"},"declSeconds":{"en":"seconds"},"declMinutes":{"en":"minutes"},"declHours":{"en":"hours"},"declDays":{"en":"days"},"declMonths":{"en":"months"},"declYears":{"en":"years"},"declSession":{"en":"Session"},"cookiesDetailsText":{"en":"Cookies details"},"preferencesPopupAlwaysAllowedText":{"en":"Always allowed"},"submitButton":{"en":"Submit"},"submittingButton":{"en":"Submitting..."},"cancelButton":{"en":"Cancel"},"guestsSupportInfoText":{"en":"Please login with your customer account to further proceed."},"guestsSupportEmailPlaceholder":{"en":"E-mail address"},"guestsSupportEmailValidationError":{"en":"Email is not valid"},"guestsSupportEmailSuccessTitle":{"en":"Thank you for your request"},"guestsSupportEmailFailureTitle":{"en":"A problem occurred"},"guestsSupportEmailSuccessMessage":{"en":"If you are registered as a customer of this store, you will soon receive an email with instructions on how to proceed."},"guestsSupportEmailFailureMessage":{"en":"Your request was not submitted. Please try again and if problem persists, contact store owner for assistance."},"confirmationSuccessTitle":{"en":"Your request is verified"},"confirmationFailureTitle":{"en":"A problem occurred"},"confirmationSuccessMessage":{"en":"We will soon get back to you as to your request."},"confirmationFailureMessage":{"en":"Your request was not verified. Please try again and if problem persists, contact store owner for assistance"},"consentSectionTitleText":{"en":"Your cookie consent"},"consentSectionNoConsentText":{"en":"You have not consented to the cookies policy of this website."},"consentSectionConsentedText":{"en":"You consented to the cookies policy of this website on"},"consentStatus":{"en":"Consent preference"},"consentDate":{"en":"Consent date"},"consentId":{"en":"Consent ID"},"consentSectionChangeConsentActionText":{"en":"Change consent preference"},"accessSectionGDPRRequestsActionText":{"en":"Data subject requests"},"accessSectionAccountInfoActionText":{"en":"Personal data"},"accessSectionOrdersRecordsActionText":{"en":"Orders"},"accessSectionDownloadReportActionText":{"en":"Request export"},"rectificationCommentPlaceholder":{"en":"Describe what you want to be updated"},"rectificationCommentValidationError":{"en":"Comment is required"},"rectificationSectionEditAccountActionText":{"en":"Request an update"},"erasureSectionRequestDeletionActionText":{"en":"Request personal data deletion"}}},"library":{"previewMode":false,"fadeInTimeout":0,"defaultBlocked":7,"showLink":true,"showImprintLink":false,"showGoogleLink":false,"enabled":true,"cookie":{"name":"_pandectes_gdpr","expiryDays":365,"secure":true},"dismissOnScroll":false,"dismissOnWindowClick":false,"dismissOnTimeout":false,"palette":{"popup":{"background":"#FFFFFF","backgroundForCalculations":{"a":1,"b":255,"g":255,"r":255},"text":"#000000"},"button":{"background":"transparent","backgroundForCalculations":{"a":1,"b":255,"g":255,"r":255},"text":"#000000","textForCalculation":{"a":1,"b":0,"g":0,"r":0},"border":"#000000"}},"content":{"href":"https://the-gin-store.myshopify.com/policies/privacy-policy","close":"&#10005;","target":"","logo":"<img class=\"cc-banner-logo\" height=\"40\" width=\"40\" src=\"https://cdn.shopify.com/s/files/1/0684/0247/t/9/assets/pandectes-logo.png?v=1648248120\" alt=\"logo\" />"},"window":"<div role=\"dialog\" aria-live=\"polite\" aria-label=\"cookieconsent\" aria-describedby=\"cookieconsent:desc\" id=\"pandectes-banner\" class=\"cc-window-wrapper cc-top-wrapper\"><div class=\"pd-cookie-banner-window cc-window {{classes}}\"><!--googleoff: all-->{{children}}<!--googleon: all--></div></div>","compliance":{"opt-both":"<div class=\"cc-compliance cc-highlight\">{{deny}}{{allow}}</div>"},"type":"opt-both","layouts":{"basic":"{{logo}}{{messagelink}}{{compliance}}{{close}}"},"position":"top","theme":"wired","revokable":false,"animateRevokable":false,"static":false,"autoAttach":true,"hasTransition":true,"blacklistPage":[""]},"geolocation":{"brOnly":false,"caOnly":false,"euOnly":false},"dsr":{"guestsSupport":false,"accessSectionDownloadReportAuto":false},"banner":{"resetTs":1648248118,"extraCss":"        .cc-banner-logo {max-width: 24em!important;}    @media(min-width: 768px) {.cc-window.cc-floating{max-width: 24em!important;width: 24em!important;}}    .cc-message, .pd-cookie-banner-window .cc-header, .cc-logo {text-align: left}    .cc-window-wrapper{z-index: 2147483647;}    .cc-window{z-index: 2147483647;font-family: inherit;}    .pd-cookie-banner-window .cc-header{font-family: inherit;}    .pd-cp-ui{font-family: inherit; background-color: #FFFFFF;color:#000000;}    button.pd-cp-btn, a.pd-cp-btn{}    input + .pd-cp-preferences-slider{background-color: rgba(0, 0, 0, 0.3)}    .pd-cp-scrolling-section::-webkit-scrollbar{background-color: rgba(0, 0, 0, 0.3)}    input:checked + .pd-cp-preferences-slider{background-color: rgba(0, 0, 0, 1)}    .pd-cp-scrolling-section::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 1)}    .pd-cp-ui-close{color:#000000;}    .pd-cp-preferences-slider:before{background-color: #FFFFFF}    .pd-cp-title:before {border-color: #000000!important}    .pd-cp-preferences-slider{background-color:#000000}    .pd-cp-toggle{color:#000000!important}    @media(max-width:699px) {.pd-cp-ui-close-top svg {fill: #000000}}    .pd-cp-toggle:hover,.pd-cp-toggle:visited,.pd-cp-toggle:active{color:#000000!important}    .pd-cookie-banner-window {box-shadow: 0 0 18px rgb(0 0 0 / 20%);}  ","customJavascript":null,"showPoweredBy":false,"hybridStrict":false,"cookiesBlockedByDefault":"7","isActive":false,"implicitSavePreferences":false,"cookieIcon":false,"blockBots":false,"showCookiesDetails":true,"hasTransition":true,"blockingPage":false,"showOnlyLandingPage":false,"leaveSiteUrl":"https://www.google.com","linkRespectStoreLang":false},"cookies":{"0":[{"name":"shopify_pay_redirect","type":"http","domain":"www.theginstore.com","path":"/","provider":"Shopify","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"The cookie is necessary for the secure checkout and payment function on the website. This function is provided by shopify.com."}},{"name":"cart_currency","type":"http","domain":"www.theginstore.com","path":"/","provider":"Shopify","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"The cookie is necessary for the secure checkout and payment function on the website. This function is provided by shopify.com."}},{"name":"_secure_session_id","type":"http","domain":"www.theginstore.com","path":"/","provider":"Shopify","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Used in connection with navigation through a storefront."}},{"name":"secure_customer_sig","type":"http","domain":"www.theginstore.com","path":"/","provider":"Shopify","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Used in connection with customer login."}}],"1":[{"name":"_shopify_sa_p","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics relating to marketing & referrals."}},{"name":"_shopify_s","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics."}},{"name":"_pandectes_gdpr","type":"http","domain":"www.theginstore.com","path":"/","provider":"Pandectes","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Used for the functionality of the cookies consent banner."}},{"name":"_y","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics."}},{"name":"_s","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics."}},{"name":"_orig_referrer","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Tracks landing pages."}},{"name":"_shopify_sa_t","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics relating to marketing & referrals."}},{"name":"_landing_page","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Tracks landing pages."}},{"name":"_shopify_y","type":"http","domain":".theginstore.com","path":"/","provider":"Shopify","firstParty":false,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":"Shopify analytics."}}],"2":[],"4":[],"8":[{"name":"localization","type":"http","domain":"www.theginstore.com","path":"/","provider":"Unknown","firstParty":true,"retention":"1 year(s)","expires":1,"unit":"declYears","purpose":{"en":""}}]},"blocker":{"isActive":false,"googleConsentMode":{"id":"","analyticsId":"","adwordsId":"","isActive":false,"adStorageCategory":4,"analyticsStorageCategory":2,"personalizationStorageCategory":1,"functionalityStorageCategory":1,"customEvent":true,"securityStorageCategory":0,"redactData":true,"urlPassthrough":false},"facebookPixel":{"id":"","isActive":false,"ldu":false},"microsoft":{},"rakuten":{"isActive":false,"cmp":false,"ccpa":false},"defaultBlocked":7,"patterns":{"whiteList":[],"blackList":{"1":[],"2":[],"4":[],"8":[]},"iframesWhiteList":[],"iframesBlackList":{"1":[],"2":[],"4":[],"8":[]},"beaconsWhiteList":[],"beaconsBlackList":{"1":[],"2":[],"4":[],"8":[]}}}}
  19.  
  20.   !function(){"use strict";window.PandectesRules=window.PandectesRules||{},window.PandectesRules.manualBlacklist={1:[],2:[],4:[]},window.PandectesRules.blacklistedIFrames={1:[],2:[],4:[]},window.PandectesRules.blacklistedCss={1:[],2:[],4:[]},window.PandectesRules.blacklistedBeacons={1:[],2:[],4:[]};var e="javascript/blocked";function t(e){return new RegExp(e.replace(/[/\\.+?$()]/g,"\\$&").replace("*","(.*)"))}var n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"log";new URLSearchParams(window.location.search).get("log")&&console[t]("PandectesRules: ".concat(e))};function a(e){var t=document.createElement("script");t.async=!0,t.src=e,document.head.appendChild(t)}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){s(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function i(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var a=n.call(e,t||"default");if("object"!=typeof a)return a;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function s(e,t,n){return(t=i(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var a,r,o,i,s=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(a=o.call(n)).done)&&(s.push(a.value),s.length!==t);c=!0);}catch(e){l=!0,r=e}finally{try{if(!c&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw r}}return s}}(e,t)||d(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return u(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||d(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function d(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}var f=window.PandectesRulesSettings||window.PandectesSettings,g=!(void 0===window.dataLayer||!Array.isArray(window.dataLayer)||!window.dataLayer.some((function(e){return"pandectes_full_scan"===e.event}))),p=function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"_pandectes_gdpr",n=("; "+document.cookie).split("; "+t+"=");if(n.length<2)e={};else{var a=n.pop().split(";");e=window.atob(a.shift())}var r=function(e){try{return JSON.parse(e)}catch(e){return!1}}(e);return!1!==r?r:e}(),h=f.banner.isActive,y=f.blocker,v=y.defaultBlocked,w=y.patterns,m=p&&null!==p.preferences&&void 0!==p.preferences?p.preferences:null,b=g?0:h?null===m?v:m:0,k={1:!(1&b),2:!(2&b),4:!(4&b)},_=w.blackList,S=w.whiteList,L=w.iframesBlackList,C=w.iframesWhiteList,P=w.beaconsBlackList,A=w.beaconsWhiteList,O={blackList:[],whiteList:[],iframesBlackList:{1:[],2:[],4:[],8:[]},iframesWhiteList:[],beaconsBlackList:{1:[],2:[],4:[],8:[]},beaconsWhiteList:[]};[1,2,4].map((function(e){var n;k[e]||((n=O.blackList).push.apply(n,l(_[e].length?_[e].map(t):[])),O.iframesBlackList[e]=L[e].length?L[e].map(t):[],O.beaconsBlackList[e]=P[e].length?P[e].map(t):[])})),O.whiteList=S.length?S.map(t):[],O.iframesWhiteList=C.length?C.map(t):[],O.beaconsWhiteList=A.length?A.map(t):[];var E={scripts:[],iframes:{1:[],2:[],4:[]},beacons:{1:[],2:[],4:[]},css:{1:[],2:[],4:[]}},I=function(t,n){return t&&(!n||n!==e)&&(!O.blackList||O.blackList.some((function(e){return e.test(t)})))&&(!O.whiteList||O.whiteList.every((function(e){return!e.test(t)})))},B=function(e,t){var n=O.iframesBlackList[t],a=O.iframesWhiteList;return e&&(!n||n.some((function(t){return t.test(e)})))&&(!a||a.every((function(t){return!t.test(e)})))},j=function(e,t){var n=O.beaconsBlackList[t],a=O.beaconsWhiteList;return e&&(!n||n.some((function(t){return t.test(e)})))&&(!a||a.every((function(t){return!t.test(e)})))},T=new MutationObserver((function(e){for(var t=0;t<e.length;t++)for(var n=e[t].addedNodes,a=0;a<n.length;a++){var r=n[a],o=r.dataset&&r.dataset.cookiecategory;if(1===r.nodeType&&"LINK"===r.tagName){var i=r.dataset&&r.dataset.href;if(i&&o)switch(o){case"functionality":case"C0001":E.css[1].push(i);break;case"performance":case"C0002":E.css[2].push(i);break;case"targeting":case"C0003":E.css[4].push(i)}}}})),R=new MutationObserver((function(t){for(var a=0;a<t.length;a++)for(var r=t[a].addedNodes,o=function(){var t=r[i],a=t.src||t.dataset&&t.dataset.src,o=t.dataset&&t.dataset.cookiecategory;if(1===t.nodeType&&"IFRAME"===t.tagName){if(a){var s=!1;B(a,1)||"functionality"===o||"C0001"===o?(s=!0,E.iframes[1].push(a)):B(a,2)||"performance"===o||"C0002"===o?(s=!0,E.iframes[2].push(a)):(B(a,4)||"targeting"===o||"C0003"===o)&&(s=!0,E.iframes[4].push(a)),s&&(t.removeAttribute("src"),t.setAttribute("data-src",a))}}else if(1===t.nodeType&&"IMG"===t.tagName){if(a){var c=!1;j(a,1)?(c=!0,E.beacons[1].push(a)):j(a,2)?(c=!0,E.beacons[2].push(a)):j(a,4)&&(c=!0,E.beacons[4].push(a)),c&&(t.removeAttribute("src"),t.setAttribute("data-src",a))}}else if(1===t.nodeType&&"SCRIPT"===t.tagName){var l=t.type,d=!1;if(I(a,l)?(n("rule blocked: ".concat(a)),d=!0):a&&o?n("manually blocked @ ".concat(o,": ").concat(a)):o&&n("manually blocked @ ".concat(o,": inline code")),d){E.scripts.push([t,l]),t.type=e;t.addEventListener("beforescriptexecute",(function n(a){t.getAttribute("type")===e&&a.preventDefault(),t.removeEventListener("beforescriptexecute",n)})),t.parentElement&&t.parentElement.removeChild(t)}}},i=0;i<r.length;i++)o()})),D=document.createElement,x={src:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"src"),type:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"type")};window.PandectesRules.unblockCss=function(e){var t=E.css[e]||[];t.length&&n("Unblocking CSS for ".concat(e)),t.forEach((function(e){var t=document.querySelector('link[data-href^="'.concat(e,'"]'));t.removeAttribute("data-href"),t.href=e})),E.css[e]=[]},window.PandectesRules.unblockIFrames=function(e){var t=E.iframes[e]||[];t.length&&n("Unblocking IFrames for ".concat(e)),O.iframesBlackList[e]=[],t.forEach((function(e){var t=document.querySelector('iframe[data-src^="'.concat(e,'"]'));t.removeAttribute("data-src"),t.src=e})),E.iframes[e]=[]},window.PandectesRules.unblockBeacons=function(e){var t=E.beacons[e]||[];t.length&&n("Unblocking Beacons for ".concat(e)),O.beaconsBlackList[e]=[],t.forEach((function(e){var t=document.querySelector('img[data-src^="'.concat(e,'"]'));t.removeAttribute("data-src"),t.src=e})),E.beacons[e]=[]},window.PandectesRules.unblockInlineScripts=function(e){var t=1===e?"functionality":2===e?"performance":"targeting",a=document.querySelectorAll('script[type="javascript/blocked"][data-cookiecategory="'.concat(t,'"]'));n("unblockInlineScripts: ".concat(a.length," in ").concat(t)),a.forEach((function(e){var t=document.createElement("script");t.type="text/javascript",e.hasAttribute("src")?t.src=e.getAttribute("src"):t.textContent=e.textContent,document.head.appendChild(t),e.parentNode.removeChild(e)}))},window.PandectesRules.unblockInlineCss=function(e){var t=1===e?"functionality":2===e?"performance":"targeting",a=document.querySelectorAll('link[data-cookiecategory="'.concat(t,'"]'));n("unblockInlineCss: ".concat(a.length," in ").concat(t)),a.forEach((function(e){e.href=e.getAttribute("data-href")}))},window.PandectesRules.unblock=function(e){e.length<1?(O.blackList=[],O.whiteList=[],O.iframesBlackList=[],O.iframesWhiteList=[]):(O.blackList&&(O.blackList=O.blackList.filter((function(t){return e.every((function(e){return"string"==typeof e?!t.test(e):e instanceof RegExp?t.toString()!==e.toString():void 0}))}))),O.whiteList&&(O.whiteList=[].concat(l(O.whiteList),l(e.map((function(e){if("string"==typeof e){var n=".*"+t(e)+".*";if(O.whiteList.every((function(e){return e.toString()!==n.toString()})))return new RegExp(n)}else if(e instanceof RegExp&&O.whiteList.every((function(t){return t.toString()!==e.toString()})))return e;return null})).filter(Boolean)))));var a=0;l(E.scripts).forEach((function(e,t){var n=c(e,2),r=n[0],o=n[1];if(function(e){var t=e.getAttribute("src");return O.blackList&&O.blackList.every((function(e){return!e.test(t)}))||O.whiteList&&O.whiteList.some((function(e){return e.test(t)}))}(r)){for(var i=document.createElement("script"),s=0;s<r.attributes.length;s++){var l=r.attributes[s];"src"!==l.name&&"type"!==l.name&&i.setAttribute(l.name,r.attributes[s].value)}i.setAttribute("src",r.src),i.setAttribute("type",o||"application/javascript"),document.head.appendChild(i),E.scripts.splice(t-a,1),a++}})),0==O.blackList.length&&0===O.iframesBlackList[1].length&&0===O.iframesBlackList[2].length&&0===O.iframesBlackList[4].length&&0===O.beaconsBlackList[1].length&&0===O.beaconsBlackList[2].length&&0===O.beaconsBlackList[4].length&&(n("Disconnecting observers"),R.disconnect(),T.disconnect())};var N=f.store,U=N.adminMode,z=N.headless,M=N.storefrontRootDomain,q=N.checkoutRootDomain,F=N.storefrontAccessToken,W=f.banner.isActive,H=f.blocker.defaultBlocked;W&&function(e){if(window.Shopify&&window.Shopify.customerPrivacy)e();else{var t=null;window.Shopify&&window.Shopify.loadFeatures&&window.Shopify.trackingConsent?e():t=setInterval((function(){window.Shopify&&window.Shopify.loadFeatures&&(clearInterval(t),window.Shopify.loadFeatures([{name:"consent-tracking-api",version:"0.1"}],(function(t){t?n("Shopify.customerPrivacy API - failed to load"):(n("shouldShowBanner() -> ".concat(window.Shopify.trackingConsent.shouldShowBanner()," | saleOfDataRegion() -> ").concat(window.Shopify.trackingConsent.saleOfDataRegion())),e())})))}),10)}}((function(){!function(){var e=window.Shopify.trackingConsent;if(!1!==e.shouldShowBanner()||null!==m||7!==H)try{var t=U&&!(window.Shopify&&window.Shopify.AdminBarInjector),a={preferences:!(1&b)||g||t,analytics:!(2&b)||g||t,marketing:!(4&b)||g||t};z&&(a.headlessStorefront=!0,a.storefrontRootDomain=null!=M&&M.length?M:window.location.hostname,a.checkoutRootDomain=null!=q&&q.length?q:"checkout.".concat(window.location.hostname),a.storefrontAccessToken=null!=F&&F.length?F:""),e.firstPartyMarketingAllowed()===a.marketing&&e.analyticsProcessingAllowed()===a.analytics&&e.preferencesProcessingAllowed()===a.preferences||e.setTrackingConsent(a,(function(e){e&&e.error?n("Shopify.customerPrivacy API - failed to setTrackingConsent"):n("setTrackingConsent(".concat(JSON.stringify(a),")"))}))}catch(e){n("Shopify.customerPrivacy API - exception")}}(),function(){if(z){var e=window.Shopify.trackingConsent,t=e.currentVisitorConsent();if(navigator.globalPrivacyControl&&""===t.sale_of_data){var a={sale_of_data:!1,headlessStorefront:!0};a.storefrontRootDomain=null!=M&&M.length?M:window.location.hostname,a.checkoutRootDomain=null!=q&&q.length?q:"checkout.".concat(window.location.hostname),a.storefrontAccessToken=null!=F&&F.length?F:"",e.setTrackingConsent(a,(function(e){e&&e.error?n("Shopify.customerPrivacy API - failed to setTrackingConsent({".concat(JSON.stringify(a),")")):n("setTrackingConsent(".concat(JSON.stringify(a),")"))}))}}}()}));var G=["AT","BE","BG","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IT","LV","LT","LU","MT","NL","PL","PT","RO","SK","SI","ES","SE","GB","LI","NO","IS"],J=f.banner,V=J.isActive,K=J.hybridStrict,$=f.geolocation,Y=$.caOnly,Z=void 0!==Y&&Y,Q=$.euOnly,X=void 0!==Q&&Q,ee=$.brOnly,te=void 0!==ee&&ee,ne=$.jpOnly,ae=void 0!==ne&&ne,re=$.thOnly,oe=void 0!==re&&re,ie=$.chOnly,se=void 0!==ie&&ie,ce=$.zaOnly,le=void 0!==ce&&ce,de=$.canadaOnly,ue=void 0!==de&&de,fe=$.globalVisibility,ge=void 0===fe||fe,pe=f.blocker,he=pe.defaultBlocked,ye=void 0===he?7:he,ve=pe.googleConsentMode,we=ve.isActive,me=ve.customEvent,be=ve.id,ke=void 0===be?"":be,_e=ve.analyticsId,Se=void 0===_e?"":_e,Le=ve.adwordsId,Ce=void 0===Le?"":Le,Pe=ve.redactData,Ae=ve.urlPassthrough,Oe=ve.adStorageCategory,Ee=ve.analyticsStorageCategory,Ie=ve.functionalityStorageCategory,Be=ve.personalizationStorageCategory,je=ve.securityStorageCategory,Te=ve.dataLayerProperty,Re=void 0===Te?"dataLayer":Te,De=ve.waitForUpdate,xe=void 0===De?0:De,Ne=ve.useNativeChannel,Ue=void 0!==Ne&&Ne;function ze(){window[Re].push(arguments)}window[Re]=window[Re]||[];var Me,qe,Fe={hasInitialized:!1,useNativeChannel:!1,ads_data_redaction:!1,url_passthrough:!1,data_layer_property:"dataLayer",storage:{ad_storage:"granted",ad_user_data:"granted",ad_personalization:"granted",analytics_storage:"granted",functionality_storage:"granted",personalization_storage:"granted",security_storage:"granted"}};if(V&&we){var We=ye&Oe?"denied":"granted",He=ye&Ee?"denied":"granted",Ge=ye&Ie?"denied":"granted",Je=ye&Be?"denied":"granted",Ve=ye&je?"denied":"granted";Fe.hasInitialized=!0,Fe.useNativeChannel=Ue,Fe.url_passthrough=Ae,Fe.ads_data_redaction="denied"===We&&Pe,Fe.storage.ad_storage=We,Fe.storage.ad_user_data=We,Fe.storage.ad_personalization=We,Fe.storage.analytics_storage=He,Fe.storage.functionality_storage=Ge,Fe.storage.personalization_storage=Je,Fe.storage.security_storage=Ve,Fe.data_layer_property=Re||"dataLayer",Fe.ads_data_redaction&&ze("set","ads_data_redaction",Fe.ads_data_redaction),Fe.url_passthrough&&ze("set","url_passthrough",Fe.url_passthrough),function(){!1===Ue?console.log("Pandectes: Google Consent Mode (av2)"):console.log("Pandectes: Google Consent Mode (av2nc)");var e=b!==ye?{wait_for_update:xe||500}:xe?{wait_for_update:xe}:{};ge&&!K?ze("consent","default",o(o({},Fe.storage),e)):(ze("consent","default",o(o(o({},Fe.storage),e),{},{region:[].concat(l(X||K?G:[]),l(Z&&!K?["US-CA","US-VA","US-CT","US-UT","US-CO"]:[]),l(te&&!K?["BR"]:[]),l(ae&&!K?["JP"]:[]),l(ue&&!K?["CA"]:[]),l(oe&&!K?["TH"]:[]),l(se&&!K?["CH"]:[]),l(le&&!K?["ZA"]:[]))})),ze("consent","default",{ad_storage:"granted",ad_user_data:"granted",ad_personalization:"granted",analytics_storage:"granted",functionality_storage:"granted",personalization_storage:"granted",security_storage:"granted"}));if(null!==m){var t=b&Oe?"denied":"granted",n=b&Ee?"denied":"granted",r=b&Ie?"denied":"granted",i=b&Be?"denied":"granted",s=b&je?"denied":"granted";Fe.storage.ad_storage=t,Fe.storage.ad_user_data=t,Fe.storage.ad_personalization=t,Fe.storage.analytics_storage=n,Fe.storage.functionality_storage=r,Fe.storage.personalization_storage=i,Fe.storage.security_storage=s,ze("consent","update",Fe.storage)}(ke.length||Se.length||Ce.length)&&(window[Fe.data_layer_property].push({"pandectes.start":(new Date).getTime(),event:"pandectes-rules.min.js"}),(Se.length||Ce.length)&&ze("js",new Date));var c="https://www.googletagmanager.com";if(ke.length){var d=ke.split(",");window[Fe.data_layer_property].push({"gtm.start":(new Date).getTime(),event:"gtm.js"});for(var u=0;u<d.length;u++){var f="dataLayer"!==Fe.data_layer_property?"&l=".concat(Fe.data_layer_property):"";a("".concat(c,"/gtm.js?id=").concat(d[u].trim()).concat(f))}}if(Se.length)for(var g=Se.split(","),p=0;p<g.length;p++){var h=g[p].trim();h.length&&(a("".concat(c,"/gtag/js?id=").concat(h)),ze("config",h,{send_page_view:!1}))}if(Ce.length)for(var y=Ce.split(","),v=0;v<y.length;v++){var w=y[v].trim();w.length&&(a("".concat(c,"/gtag/js?id=").concat(w)),ze("config",w,{allow_enhanced_conversions:!0}))}}()}V&&me&&(qe={event:"Pandectes_Consent_Update",pandectes_status:7===(Me=b)?"deny":0===Me?"allow":"mixed",pandectes_categories:{C0000:"allow",C0001:k[1]?"allow":"deny",C0002:k[2]?"allow":"deny",C0003:k[4]?"allow":"deny"}},window[Re].push(qe),null!==m&&function(e){if(window.Shopify&&window.Shopify.analytics)e();else{var t=null;window.Shopify&&window.Shopify.analytics?e():t=setInterval((function(){window.Shopify&&window.Shopify.analytics&&(clearInterval(t),e())}),10)}}((function(){console.log("publishing Web Pixels API custom event"),window.Shopify.analytics.publish("Pandectes_Consent_Update",qe)})));var Ke=f.blocker,$e=Ke.klaviyoIsActive,Ye=Ke.googleConsentMode.adStorageCategory;$e&&window.addEventListener("PandectesEvent_OnConsent",(function(e){var t=e.detail.preferences;if(null!=t){var n=t&Ye?"denied":"granted";void 0!==window.klaviyo&&window.klaviyo.isIdentified()&&window.klaviyo.push(["identify",{ad_personalization:n,ad_user_data:n}])}})),f.banner.revokableTrigger&&window.addEventListener("PandectesEvent_OnInitialize",(function(){document.querySelectorAll('[href*="#reopenBanner"]').forEach((function(e){e.onclick=function(e){e.preventDefault(),window.Pandectes.fn.revokeConsent()}}))}));var Ze=f.banner.isActive,Qe=f.blocker,Xe=Qe.defaultBlocked,et=void 0===Xe?7:Xe,tt=Qe.microsoft,nt=tt.isActive,at=tt.uetTags,rt=tt.dataLayerProperty,ot=void 0===rt?"uetq":rt,it={hasInitialized:!1,data_layer_property:"uetq",storage:{ad_storage:"granted"}};if(window[ot]=window[ot]||[],nt&&ft("_uetmsdns","1",365),Ze&&nt){var st=4&et?"denied":"granted";if(it.hasInitialized=!0,it.storage.ad_storage=st,window[ot].push("consent","default",it.storage),"granted"==st&&(ft("_uetmsdns","0",365),console.log("setting cookie")),null!==m){var ct=4&b?"denied":"granted";it.storage.ad_storage=ct,window[ot].push("consent","update",it.storage),"granted"===ct&&ft("_uetmsdns","0",365)}if(at.length)for(var lt=at.split(","),dt=0;dt<lt.length;dt++)lt[dt].trim().length&&ut(lt[dt])}function ut(e){var t=document.createElement("script");t.type="text/javascript",t.src="//bat.bing.com/bat.js",t.onload=function(){var t={ti:e};t.q=window.uetq,window.uetq=new UET(t),window.uetq.push("consent","default",{ad_storage:"denied"}),window[ot].push("pageLoad")},document.head.appendChild(t)}function ft(e,t,n){var a=new Date;a.setTime(a.getTime()+24*n*60*60*1e3);var r="expires="+a.toUTCString();document.cookie="".concat(e,"=").concat(t,"; ").concat(r,"; path=/; secure; samesite=strict")}window.PandectesRules.gcm=Fe;var gt=f.banner.isActive,pt=f.blocker.isActive;n("Prefs: ".concat(b," | Banner: ").concat(gt?"on":"off"," | Blocker: ").concat(pt?"on":"off"));var ht=null===m&&/\/checkouts\//.test(window.location.pathname);0!==b&&!1===g&&pt&&!ht&&(n("Blocker will execute"),document.createElement=function(){for(var t=arguments.length,n=new Array(t),a=0;a<t;a++)n[a]=arguments[a];if("script"!==n[0].toLowerCase())return D.bind?D.bind(document).apply(void 0,n):D;var r=D.bind(document).apply(void 0,n);try{Object.defineProperties(r,{src:o(o({},x.src),{},{set:function(t){I(t,r.type)&&x.type.set.call(this,e),x.src.set.call(this,t)}}),type:o(o({},x.type),{},{get:function(){var t=x.type.get.call(this);return t===e||I(this.src,t)?null:t},set:function(t){var n=I(r.src,r.type)?e:t;x.type.set.call(this,n)}})}),r.setAttribute=function(t,n){if("type"===t){var a=I(r.src,r.type)?e:n;x.type.set.call(r,a)}else"src"===t?(I(n,r.type)&&x.type.set.call(r,e),x.src.set.call(r,n)):HTMLScriptElement.prototype.setAttribute.call(r,t,n)}}catch(e){console.warn("Yett: unable to prevent script execution for script src ",r.src,".\n",'A likely cause would be because you are using a third-party browser extension that monkey patches the "document.createElement" function.')}return r},R.observe(document.documentElement,{childList:!0,subtree:!0}),T.observe(document.documentElement,{childList:!0,subtree:!0}))}();
  21.  
  22. </script>
  23. <style>
  24. @media only screen and (max-width: 768px){
  25.  .transcy-switcher-manual{
  26.  display: flex !important;
  27.  justify-content: center;
  28.  align-items: center;
  29.  }
  30.  #transcyBtnSwitcher{
  31.    transform:scale(0.85);
  32.  }
  33. }
  34. </style>
  35.    <meta charset="utf-8">
  36.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  37.    <meta name="viewport" content="width=device-width,initial-scale=1">
  38.    <meta name="theme-color" content="">
  39.    <link rel="canonical" href="https://www.theginstore.com/">
  40.    <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="icon" type="image/png" href="//www.theginstore.com/cdn/shop/files/Final_Seal_border_e75fb73a-8783-4042-9734-30eeff0a2344.png?crop=center&height=32&v=1718487129&width=32"><title>
  41.      The GIN Store
  42. </title>
  43.  
  44.    
  45.  
  46.    
  47.  
  48. <meta property="og:site_name" content="The GIN Store ">
  49. <meta property="og:url" content="https://www.theginstore.com/"><meta property="og:title" content="The GIN Store ">
  50. <meta property="og:type" content="website">
  51. <meta property="og:description" content="The GIN Store ">
  52. <meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="The GIN Store ">
  53. <meta name="twitter:description" content="The GIN Store ">
  54.  
  55.  
  56.    <script src="//www.theginstore.com/cdn/shop/t/13/assets/global.js?v=72001824224690654381661452724" defer="defer"></script>
  57.    <!-- OutlinkStickyBtn CODE Start --><!-- OutlinkStickyBtn END --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/6840247/digital_wallets/dialog">
  58. <meta name="shopify-checkout-api-token" content="1481012bc86e0484e6ea807d1185320d">
  59. <link rel="alternate" hreflang="x-default" href="https://www.theginstore.com/">
  60. <link rel="alternate" hreflang="en-AX" href="https://www.theginstore.com/en-eu">
  61. <link rel="alternate" hreflang="de-AX" href="https://www.theginstore.com/de-eu">
  62. <link rel="alternate" hreflang="fr-AX" href="https://www.theginstore.com/fr-eu">
  63. <link rel="alternate" hreflang="en-AL" href="https://www.theginstore.com/en-eu">
  64. <link rel="alternate" hreflang="de-AL" href="https://www.theginstore.com/de-eu">
  65. <link rel="alternate" hreflang="fr-AL" href="https://www.theginstore.com/fr-eu">
  66. <link rel="alternate" hreflang="en-AD" href="https://www.theginstore.com/en-eu">
  67. <link rel="alternate" hreflang="de-AD" href="https://www.theginstore.com/de-eu">
  68. <link rel="alternate" hreflang="fr-AD" href="https://www.theginstore.com/fr-eu">
  69. <link rel="alternate" hreflang="en-AM" href="https://www.theginstore.com/en-eu">
  70. <link rel="alternate" hreflang="de-AM" href="https://www.theginstore.com/de-eu">
  71. <link rel="alternate" hreflang="fr-AM" href="https://www.theginstore.com/fr-eu">
  72. <link rel="alternate" hreflang="en-AT" href="https://www.theginstore.com/en-eu">
  73. <link rel="alternate" hreflang="de-AT" href="https://www.theginstore.com/de-eu">
  74. <link rel="alternate" hreflang="fr-AT" href="https://www.theginstore.com/fr-eu">
  75. <link rel="alternate" hreflang="en-BY" href="https://www.theginstore.com/en-eu">
  76. <link rel="alternate" hreflang="de-BY" href="https://www.theginstore.com/de-eu">
  77. <link rel="alternate" hreflang="fr-BY" href="https://www.theginstore.com/fr-eu">
  78. <link rel="alternate" hreflang="en-BE" href="https://www.theginstore.com/en-eu">
  79. <link rel="alternate" hreflang="de-BE" href="https://www.theginstore.com/de-eu">
  80. <link rel="alternate" hreflang="fr-BE" href="https://www.theginstore.com/fr-eu">
  81. <link rel="alternate" hreflang="en-BA" href="https://www.theginstore.com/en-eu">
  82. <link rel="alternate" hreflang="de-BA" href="https://www.theginstore.com/de-eu">
  83. <link rel="alternate" hreflang="fr-BA" href="https://www.theginstore.com/fr-eu">
  84. <link rel="alternate" hreflang="en-BG" href="https://www.theginstore.com/en-eu">
  85. <link rel="alternate" hreflang="de-BG" href="https://www.theginstore.com/de-eu">
  86. <link rel="alternate" hreflang="fr-BG" href="https://www.theginstore.com/fr-eu">
  87. <link rel="alternate" hreflang="en-HR" href="https://www.theginstore.com/en-eu">
  88. <link rel="alternate" hreflang="de-HR" href="https://www.theginstore.com/de-eu">
  89. <link rel="alternate" hreflang="fr-HR" href="https://www.theginstore.com/fr-eu">
  90. <link rel="alternate" hreflang="en-CY" href="https://www.theginstore.com/en-eu">
  91. <link rel="alternate" hreflang="de-CY" href="https://www.theginstore.com/de-eu">
  92. <link rel="alternate" hreflang="fr-CY" href="https://www.theginstore.com/fr-eu">
  93. <link rel="alternate" hreflang="en-CZ" href="https://www.theginstore.com/en-eu">
  94. <link rel="alternate" hreflang="de-CZ" href="https://www.theginstore.com/de-eu">
  95. <link rel="alternate" hreflang="fr-CZ" href="https://www.theginstore.com/fr-eu">
  96. <link rel="alternate" hreflang="en-DK" href="https://www.theginstore.com/en-eu">
  97. <link rel="alternate" hreflang="de-DK" href="https://www.theginstore.com/de-eu">
  98. <link rel="alternate" hreflang="fr-DK" href="https://www.theginstore.com/fr-eu">
  99. <link rel="alternate" hreflang="en-EE" href="https://www.theginstore.com/en-eu">
  100. <link rel="alternate" hreflang="de-EE" href="https://www.theginstore.com/de-eu">
  101. <link rel="alternate" hreflang="fr-EE" href="https://www.theginstore.com/fr-eu">
  102. <link rel="alternate" hreflang="en-FO" href="https://www.theginstore.com/en-eu">
  103. <link rel="alternate" hreflang="de-FO" href="https://www.theginstore.com/de-eu">
  104. <link rel="alternate" hreflang="fr-FO" href="https://www.theginstore.com/fr-eu">
  105. <link rel="alternate" hreflang="en-FI" href="https://www.theginstore.com/en-eu">
  106. <link rel="alternate" hreflang="de-FI" href="https://www.theginstore.com/de-eu">
  107. <link rel="alternate" hreflang="fr-FI" href="https://www.theginstore.com/fr-eu">
  108. <link rel="alternate" hreflang="en-FR" href="https://www.theginstore.com/en-eu">
  109. <link rel="alternate" hreflang="de-FR" href="https://www.theginstore.com/de-eu">
  110. <link rel="alternate" hreflang="fr-FR" href="https://www.theginstore.com/fr-eu">
  111. <link rel="alternate" hreflang="en-GE" href="https://www.theginstore.com/en-eu">
  112. <link rel="alternate" hreflang="de-GE" href="https://www.theginstore.com/de-eu">
  113. <link rel="alternate" hreflang="fr-GE" href="https://www.theginstore.com/fr-eu">
  114. <link rel="alternate" hreflang="en-DE" href="https://www.theginstore.com/en-eu">
  115. <link rel="alternate" hreflang="de-DE" href="https://www.theginstore.com/de-eu">
  116. <link rel="alternate" hreflang="fr-DE" href="https://www.theginstore.com/fr-eu">
  117. <link rel="alternate" hreflang="en-GI" href="https://www.theginstore.com/en-eu">
  118. <link rel="alternate" hreflang="de-GI" href="https://www.theginstore.com/de-eu">
  119. <link rel="alternate" hreflang="fr-GI" href="https://www.theginstore.com/fr-eu">
  120. <link rel="alternate" hreflang="en-GR" href="https://www.theginstore.com/en-eu">
  121. <link rel="alternate" hreflang="de-GR" href="https://www.theginstore.com/de-eu">
  122. <link rel="alternate" hreflang="fr-GR" href="https://www.theginstore.com/fr-eu">
  123. <link rel="alternate" hreflang="en-GL" href="https://www.theginstore.com/en-eu">
  124. <link rel="alternate" hreflang="de-GL" href="https://www.theginstore.com/de-eu">
  125. <link rel="alternate" hreflang="fr-GL" href="https://www.theginstore.com/fr-eu">
  126. <link rel="alternate" hreflang="en-GP" href="https://www.theginstore.com/en-eu">
  127. <link rel="alternate" hreflang="de-GP" href="https://www.theginstore.com/de-eu">
  128. <link rel="alternate" hreflang="fr-GP" href="https://www.theginstore.com/fr-eu">
  129. <link rel="alternate" hreflang="en-GG" href="https://www.theginstore.com/en-eu">
  130. <link rel="alternate" hreflang="de-GG" href="https://www.theginstore.com/de-eu">
  131. <link rel="alternate" hreflang="fr-GG" href="https://www.theginstore.com/fr-eu">
  132. <link rel="alternate" hreflang="en-HU" href="https://www.theginstore.com/en-eu">
  133. <link rel="alternate" hreflang="de-HU" href="https://www.theginstore.com/de-eu">
  134. <link rel="alternate" hreflang="fr-HU" href="https://www.theginstore.com/fr-eu">
  135. <link rel="alternate" hreflang="en-IS" href="https://www.theginstore.com/en-eu">
  136. <link rel="alternate" hreflang="de-IS" href="https://www.theginstore.com/de-eu">
  137. <link rel="alternate" hreflang="fr-IS" href="https://www.theginstore.com/fr-eu">
  138. <link rel="alternate" hreflang="en-IE" href="https://www.theginstore.com/en-eu">
  139. <link rel="alternate" hreflang="de-IE" href="https://www.theginstore.com/de-eu">
  140. <link rel="alternate" hreflang="fr-IE" href="https://www.theginstore.com/fr-eu">
  141. <link rel="alternate" hreflang="en-IM" href="https://www.theginstore.com/en-eu">
  142. <link rel="alternate" hreflang="de-IM" href="https://www.theginstore.com/de-eu">
  143. <link rel="alternate" hreflang="fr-IM" href="https://www.theginstore.com/fr-eu">
  144. <link rel="alternate" hreflang="en-IT" href="https://www.theginstore.com/en-eu">
  145. <link rel="alternate" hreflang="de-IT" href="https://www.theginstore.com/de-eu">
  146. <link rel="alternate" hreflang="fr-IT" href="https://www.theginstore.com/fr-eu">
  147. <link rel="alternate" hreflang="en-JE" href="https://www.theginstore.com/en-eu">
  148. <link rel="alternate" hreflang="de-JE" href="https://www.theginstore.com/de-eu">
  149. <link rel="alternate" hreflang="fr-JE" href="https://www.theginstore.com/fr-eu">
  150. <link rel="alternate" hreflang="en-XK" href="https://www.theginstore.com/en-eu">
  151. <link rel="alternate" hreflang="de-XK" href="https://www.theginstore.com/de-eu">
  152. <link rel="alternate" hreflang="fr-XK" href="https://www.theginstore.com/fr-eu">
  153. <link rel="alternate" hreflang="en-LV" href="https://www.theginstore.com/en-eu">
  154. <link rel="alternate" hreflang="de-LV" href="https://www.theginstore.com/de-eu">
  155. <link rel="alternate" hreflang="fr-LV" href="https://www.theginstore.com/fr-eu">
  156. <link rel="alternate" hreflang="en-LI" href="https://www.theginstore.com/en-eu">
  157. <link rel="alternate" hreflang="de-LI" href="https://www.theginstore.com/de-eu">
  158. <link rel="alternate" hreflang="fr-LI" href="https://www.theginstore.com/fr-eu">
  159. <link rel="alternate" hreflang="en-LT" href="https://www.theginstore.com/en-eu">
  160. <link rel="alternate" hreflang="de-LT" href="https://www.theginstore.com/de-eu">
  161. <link rel="alternate" hreflang="fr-LT" href="https://www.theginstore.com/fr-eu">
  162. <link rel="alternate" hreflang="en-LU" href="https://www.theginstore.com/en-eu">
  163. <link rel="alternate" hreflang="de-LU" href="https://www.theginstore.com/de-eu">
  164. <link rel="alternate" hreflang="fr-LU" href="https://www.theginstore.com/fr-eu">
  165. <link rel="alternate" hreflang="en-MK" href="https://www.theginstore.com/en-eu">
  166. <link rel="alternate" hreflang="de-MK" href="https://www.theginstore.com/de-eu">
  167. <link rel="alternate" hreflang="fr-MK" href="https://www.theginstore.com/fr-eu">
  168. <link rel="alternate" hreflang="en-MT" href="https://www.theginstore.com/en-eu">
  169. <link rel="alternate" hreflang="de-MT" href="https://www.theginstore.com/de-eu">
  170. <link rel="alternate" hreflang="fr-MT" href="https://www.theginstore.com/fr-eu">
  171. <link rel="alternate" hreflang="en-YT" href="https://www.theginstore.com/en-eu">
  172. <link rel="alternate" hreflang="de-YT" href="https://www.theginstore.com/de-eu">
  173. <link rel="alternate" hreflang="fr-YT" href="https://www.theginstore.com/fr-eu">
  174. <link rel="alternate" hreflang="en-MD" href="https://www.theginstore.com/en-eu">
  175. <link rel="alternate" hreflang="de-MD" href="https://www.theginstore.com/de-eu">
  176. <link rel="alternate" hreflang="fr-MD" href="https://www.theginstore.com/fr-eu">
  177. <link rel="alternate" hreflang="en-MC" href="https://www.theginstore.com/en-eu">
  178. <link rel="alternate" hreflang="de-MC" href="https://www.theginstore.com/de-eu">
  179. <link rel="alternate" hreflang="fr-MC" href="https://www.theginstore.com/fr-eu">
  180. <link rel="alternate" hreflang="en-ME" href="https://www.theginstore.com/en-eu">
  181. <link rel="alternate" hreflang="de-ME" href="https://www.theginstore.com/de-eu">
  182. <link rel="alternate" hreflang="fr-ME" href="https://www.theginstore.com/fr-eu">
  183. <link rel="alternate" hreflang="en-NL" href="https://www.theginstore.com/en-eu">
  184. <link rel="alternate" hreflang="de-NL" href="https://www.theginstore.com/de-eu">
  185. <link rel="alternate" hreflang="fr-NL" href="https://www.theginstore.com/fr-eu">
  186. <link rel="alternate" hreflang="en-NO" href="https://www.theginstore.com/en-eu">
  187. <link rel="alternate" hreflang="de-NO" href="https://www.theginstore.com/de-eu">
  188. <link rel="alternate" hreflang="fr-NO" href="https://www.theginstore.com/fr-eu">
  189. <link rel="alternate" hreflang="en-PL" href="https://www.theginstore.com/en-eu">
  190. <link rel="alternate" hreflang="de-PL" href="https://www.theginstore.com/de-eu">
  191. <link rel="alternate" hreflang="fr-PL" href="https://www.theginstore.com/fr-eu">
  192. <link rel="alternate" hreflang="en-PT" href="https://www.theginstore.com/en-eu">
  193. <link rel="alternate" hreflang="de-PT" href="https://www.theginstore.com/de-eu">
  194. <link rel="alternate" hreflang="fr-PT" href="https://www.theginstore.com/fr-eu">
  195. <link rel="alternate" hreflang="en-RE" href="https://www.theginstore.com/en-eu">
  196. <link rel="alternate" hreflang="de-RE" href="https://www.theginstore.com/de-eu">
  197. <link rel="alternate" hreflang="fr-RE" href="https://www.theginstore.com/fr-eu">
  198. <link rel="alternate" hreflang="en-RO" href="https://www.theginstore.com/en-eu">
  199. <link rel="alternate" hreflang="de-RO" href="https://www.theginstore.com/de-eu">
  200. <link rel="alternate" hreflang="fr-RO" href="https://www.theginstore.com/fr-eu">
  201. <link rel="alternate" hreflang="en-SM" href="https://www.theginstore.com/en-eu">
  202. <link rel="alternate" hreflang="de-SM" href="https://www.theginstore.com/de-eu">
  203. <link rel="alternate" hreflang="fr-SM" href="https://www.theginstore.com/fr-eu">
  204. <link rel="alternate" hreflang="en-RS" href="https://www.theginstore.com/en-eu">
  205. <link rel="alternate" hreflang="de-RS" href="https://www.theginstore.com/de-eu">
  206. <link rel="alternate" hreflang="fr-RS" href="https://www.theginstore.com/fr-eu">
  207. <link rel="alternate" hreflang="en-SK" href="https://www.theginstore.com/en-eu">
  208. <link rel="alternate" hreflang="de-SK" href="https://www.theginstore.com/de-eu">
  209. <link rel="alternate" hreflang="fr-SK" href="https://www.theginstore.com/fr-eu">
  210. <link rel="alternate" hreflang="en-SI" href="https://www.theginstore.com/en-eu">
  211. <link rel="alternate" hreflang="de-SI" href="https://www.theginstore.com/de-eu">
  212. <link rel="alternate" hreflang="fr-SI" href="https://www.theginstore.com/fr-eu">
  213. <link rel="alternate" hreflang="en-ES" href="https://www.theginstore.com/en-eu">
  214. <link rel="alternate" hreflang="de-ES" href="https://www.theginstore.com/de-eu">
  215. <link rel="alternate" hreflang="fr-ES" href="https://www.theginstore.com/fr-eu">
  216. <link rel="alternate" hreflang="en-SJ" href="https://www.theginstore.com/en-eu">
  217. <link rel="alternate" hreflang="de-SJ" href="https://www.theginstore.com/de-eu">
  218. <link rel="alternate" hreflang="fr-SJ" href="https://www.theginstore.com/fr-eu">
  219. <link rel="alternate" hreflang="en-SE" href="https://www.theginstore.com/en-eu">
  220. <link rel="alternate" hreflang="de-SE" href="https://www.theginstore.com/de-eu">
  221. <link rel="alternate" hreflang="fr-SE" href="https://www.theginstore.com/fr-eu">
  222. <link rel="alternate" hreflang="en-CH" href="https://www.theginstore.com/en-eu">
  223. <link rel="alternate" hreflang="de-CH" href="https://www.theginstore.com/de-eu">
  224. <link rel="alternate" hreflang="fr-CH" href="https://www.theginstore.com/fr-eu">
  225. <link rel="alternate" hreflang="en-TR" href="https://www.theginstore.com/en-eu">
  226. <link rel="alternate" hreflang="de-TR" href="https://www.theginstore.com/de-eu">
  227. <link rel="alternate" hreflang="fr-TR" href="https://www.theginstore.com/fr-eu">
  228. <link rel="alternate" hreflang="en-UA" href="https://www.theginstore.com/en-eu">
  229. <link rel="alternate" hreflang="de-UA" href="https://www.theginstore.com/de-eu">
  230. <link rel="alternate" hreflang="fr-UA" href="https://www.theginstore.com/fr-eu">
  231. <link rel="alternate" hreflang="en-GB" href="https://www.theginstore.com/en-eu">
  232. <link rel="alternate" hreflang="de-GB" href="https://www.theginstore.com/de-eu">
  233. <link rel="alternate" hreflang="fr-GB" href="https://www.theginstore.com/fr-eu">
  234. <link rel="alternate" hreflang="en-VA" href="https://www.theginstore.com/en-eu">
  235. <link rel="alternate" hreflang="de-VA" href="https://www.theginstore.com/de-eu">
  236. <link rel="alternate" hreflang="fr-VA" href="https://www.theginstore.com/fr-eu">
  237. <link rel="alternate" hreflang="en-US" href="https://www.theginstore.com/">
  238. <link rel="alternate" hreflang="es-US" href="https://www.theginstore.com/es">
  239. <link rel="alternate" hreflang="de-US" href="https://www.theginstore.com/de">
  240. <link rel="alternate" hreflang="fr-US" href="https://www.theginstore.com/fr">
  241. <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
  242. <link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
  243. <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=6840247" crossorigin="anonymous"></script>
  244. <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":6840247,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/6840247","merchantName":"The GIN Store ","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"The GIN Store ","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
  245. <script id="shopify-features" type="application/json">{"accessToken":"1481012bc86e0484e6ea807d1185320d","betas":["rich-media-storefront-analytics"],"domain":"www.theginstore.com","predictiveSearch":true,"shopId":6840247,"locale":"en"}</script>
  246. <script>var Shopify = Shopify || {};
  247. Shopify.shop = "the-gin-store.myshopify.com";
  248. Shopify.locale = "en";
  249. Shopify.currency = {"active":"USD","rate":"1.0"};
  250. Shopify.country = "US";
  251. Shopify.theme = {"name":"Updated copy of Dawn","id":129432912047,"schema_name":"Dawn","schema_version":"4.0.0","theme_store_id":887,"role":"main"};
  252. Shopify.theme.handle = "null";
  253. Shopify.theme.style = {"id":null,"handle":null};
  254. Shopify.cdnHost = "www.theginstore.com/cdn";
  255. Shopify.routes = Shopify.routes || {};
  256. Shopify.routes.root = "/";</script>
  257. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  258. <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>
  259. <script>window.ShopifyPay = window.ShopifyPay || {};
  260. window.ShopifyPay.apiHost = "shop.app\/pay";</script>
  261. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  262. <script>
  263.  window.Shopify = window.Shopify || {};
  264.  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  265.  window.Shopify.featureAssets['shop-js'] = {"shop-cash-offers":["modules/v2/client.shop-cash-offers_LaEauLU7.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_BEh7ctMD.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_C4vP6YrQ.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"init-windoid":["modules/v2/client.init-windoid_6B06gVsu.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_BfKVZiy9.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"pay-button":["modules/v2/client.pay-button_BrAljVqQ.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_KDSsgf4T.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_CrOvpSbo.en.esm.js","modules/v2/client.shop-login-button_iDnU-48F.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"shop-button":["modules/v2/client.shop-button_BwDCWxey.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_iDnU-48F.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_B0BiNoRx.en.esm.js","modules/v2/client.shop-login-button_iDnU-48F.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_EkLz2EL9.en.esm.js","modules/v2/client.shop-login-button_iDnU-48F.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_Dy8goVzs.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"lead-capture":["modules/v2/client.lead-capture_Byc5uGw-.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"],"payment-terms":["modules/v2/client.payment-terms_BQ6cmSOQ.en.esm.js","modules/v2/chunk.common_6dgAr_1a.esm.js","modules/v2/chunk.modal_Bv4fH4s0.esm.js"]};
  266. </script>
  267. <script>(function() {
  268.  function asyncLoad() {
  269.    var urls = ["https:\/\/contactform.herokuapp.com\/scripts\/Contact%20The%20GIN%20Store%20\/support\/theginstore.com\/support\/%232457af\/Left\/contact_form.js?shop=the-gin-store.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0684\/0247\/t\/13\/assets\/spreadrwidget.js?v=1662516447\u0026shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","\/\/cdn.shopify.com\/proxy\/ea981268fb0a29e3f96487a1dc7f563939c95afd671cedc7a81561890c013e51\/s.pandect.es\/scripts\/pandectes-core.js?shop=the-gin-store.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","\/\/www.powr.io\/powr.js?powr-token=the-gin-store.myshopify.com\u0026external-type=shopify\u0026shop=the-gin-store.myshopify.com","https:\/\/cdn.slideybar.lowfruitsolutions.com\/ed6c1d9f96453a65582fd14fbd708c55\/slidey-bar-1672f0bec4329d48125e2fdc4439322b.js?shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","https:\/\/ecommerce-editor-connector.live.gelato.tech\/ecommerce-editor\/v1\/shopify.esm.js?c=ad19bd70-6bb3-458f-a8e4-dc0f4129ec6a\u0026s=6e851337-23e1-4507-8115-003530a0079c\u0026shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com","\/\/cdn.shopify.com\/proxy\/c39f65e9e976d3f746bc51ca849d97d4d80ca0434c73e74380d0a468c2d5165b\/static.cdn.printful.com\/static\/js\/external\/shopify-product-customizer.js?v=0.28\u0026shop=the-gin-store.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/cdn.giftcardpro.app\/build\/storefront\/storefront.js?shop=the-gin-store.myshopify.com","https:\/\/app.teelaunch.com\/sizing-charts-script.js?shop=the-gin-store.myshopify.com"];
  270.    for (var i = 0; i < urls.length; i++) {
  271.      var s = document.createElement('script');
  272.      s.type = 'text/javascript';
  273.      s.async = true;
  274.      s.src = urls[i];
  275.      var x = document.getElementsByTagName('script')[0];
  276.      x.parentNode.insertBefore(s, x);
  277.    }
  278.  };
  279.  if(window.attachEvent) {
  280.    window.attachEvent('onload', asyncLoad);
  281.  } else {
  282.    window.addEventListener('load', asyncLoad, false);
  283.  }
  284. })();</script>
  285. <script id="__st">var __st={"a":6840247,"offset":-14400,"reqid":"05582101-51bb-4667-bacb-1e5072ef685a-1747309638","pageurl":"www.theginstore.com\/","u":"9867ee773cce","p":"home"};</script>
  286. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  287. <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>
  288. <script integrity="sha256-w1TMG8bx+vw+BuOfT7Dh2avfdjByyjlNYGyp9vJB5oo=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.theginstore.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-c354cc1bc6f1fafc3e06e39f4fb0e1d9abdf763072ca394d606ca9f6f241e68a.js" crossorigin="anonymous"></script>
  289. <script crossorigin="anonymous" defer="defer" src="//www.theginstore.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script>
  290. <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.theginstore.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
  291. </script>
  292. <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  293.  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
  294. </script>
  295. <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  296. </script>
  297. <script id="sections-script" data-sections="header,footer" defer="defer" src="//www.theginstore.com/cdn/shop/t/13/compiled_assets/scripts.js?2511"></script>
  298. <link rel="stylesheet" media="screen" href="https://www.theginstore.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
  299.  
  300. <style id="shopify-accelerated-checkout-cart">
  301.        #shopify-buyer-consent {
  302.  margin-top: 1em;
  303.  display: inline-block;
  304.  width: 100%;
  305. }
  306.  
  307. #shopify-buyer-consent.hidden {
  308.  display: none;
  309. }
  310.  
  311. #shopify-subscription-policy-button {
  312.  background: none;
  313.  border: none;
  314.  padding: 0;
  315.  text-decoration: underline;
  316.  font-size: inherit;
  317.  cursor: pointer;
  318. }
  319.  
  320. #shopify-subscription-policy-button::before {
  321.  box-shadow: none;
  322. }
  323.  
  324.      </style>
  325. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  326.  
  327.  
  328.    <style data-shopify>
  329.      
  330.      
  331.      
  332.      
  333.      
  334.  
  335.  
  336.      :root {
  337.        --font-body-family: "Times New Roman", Times, serif;
  338.        --font-body-style: normal;
  339.        --font-body-weight: 400;
  340.  
  341.        --font-heading-family: "Times New Roman", Times, serif;
  342.        --font-heading-style: normal;
  343.        --font-heading-weight: 400;
  344.  
  345.        --font-body-scale: 1.0;
  346.        --font-heading-scale: 1.0;
  347.  
  348.        --color-base-text: 18, 18, 18;
  349.        --color-shadow: 18, 18, 18;
  350.        --color-base-background-1: 255, 255, 255;
  351.        --color-base-background-2: 0, 0, 0;
  352.        --color-base-solid-button-labels: 255, 255, 255;
  353.        --color-base-outline-button-labels: 18, 18, 18;
  354.        --color-base-accent-1: 1, 3, 70;
  355.        --color-base-accent-2: 1, 3, 70;
  356.        --payment-terms-background-color: #ffffff;
  357.  
  358.        --gradient-base-background-1: #ffffff;
  359.        --gradient-base-background-2: rgba(0,0,0,0);
  360.        --gradient-base-accent-1: #010346;
  361.        --gradient-base-accent-2: #010346;
  362.  
  363.        --media-padding: px;
  364.        --media-border-opacity: 0.05;
  365.        --media-border-width: 1px;
  366.        --media-radius: 0px;
  367.        --media-shadow-opacity: 0.0;
  368.        --media-shadow-horizontal-offset: 0px;
  369.        --media-shadow-vertical-offset: 0px;
  370.        --media-shadow-blur-radius: 0px;
  371.  
  372.        --page-width: 120rem;
  373.        --page-width-margin: 0rem;
  374.  
  375.        --card-image-padding: 0.0rem;
  376.        --card-corner-radius: 0.0rem;
  377.        --card-text-alignment: left;
  378.        --card-border-width: 0.0rem;
  379.        --card-border-opacity: 0.0;
  380.        --card-shadow-opacity: 0.1;
  381.        --card-shadow-horizontal-offset: 0.0rem;
  382.        --card-shadow-vertical-offset: 0.0rem;
  383.        --card-shadow-blur-radius: 0.0rem;
  384.  
  385.        --badge-corner-radius: 4.0rem;
  386.  
  387.        --popup-border-width: 1px;
  388.        --popup-border-opacity: 0.1;
  389.        --popup-corner-radius: 0px;
  390.        --popup-shadow-opacity: 0.0;
  391.        --popup-shadow-horizontal-offset: 0px;
  392.        --popup-shadow-vertical-offset: 0px;
  393.        --popup-shadow-blur-radius: 0px;
  394.  
  395.        --drawer-border-width: 1px;
  396.        --drawer-border-opacity: 0.1;
  397.        --drawer-shadow-opacity: 0.0;
  398.        --drawer-shadow-horizontal-offset: 0px;
  399.        --drawer-shadow-vertical-offset: 0px;
  400.        --drawer-shadow-blur-radius: 0px;
  401.  
  402.        --spacing-sections-desktop: 0px;
  403.        --spacing-sections-mobile: 0px;
  404.  
  405.        --grid-desktop-vertical-spacing: 8px;
  406.        --grid-desktop-horizontal-spacing: 8px;
  407.        --grid-mobile-vertical-spacing: 4px;
  408.        --grid-mobile-horizontal-spacing: 4px;
  409.  
  410.        --text-boxes-border-opacity: 0.0;
  411.        --text-boxes-border-width: 2px;
  412.        --text-boxes-radius: 0px;
  413.        --text-boxes-shadow-opacity: 0.0;
  414.        --text-boxes-shadow-horizontal-offset: 0px;
  415.        --text-boxes-shadow-vertical-offset: 0px;
  416.        --text-boxes-shadow-blur-radius: 0px;
  417.  
  418.        --buttons-radius: 0px;
  419.        --buttons-radius-outset: 0px;
  420.        --buttons-border-width: 0px;
  421.        --buttons-border-opacity: 1.0;
  422.        --buttons-shadow-opacity: 0.0;
  423.        --buttons-shadow-horizontal-offset: 0px;
  424.        --buttons-shadow-vertical-offset: 0px;
  425.        --buttons-shadow-blur-radius: 0px;
  426.        --buttons-border-offset: 0px;
  427.  
  428.        --inputs-radius: 0px;
  429.        --inputs-border-width: 1px;
  430.        --inputs-border-opacity: 0.55;
  431.        --inputs-shadow-opacity: 0.0;
  432.        --inputs-shadow-horizontal-offset: 0px;
  433.        --inputs-margin-offset: 0px;
  434.        --inputs-shadow-vertical-offset: 0px;
  435.        --inputs-shadow-blur-radius: 0px;
  436.        --inputs-radius-outset: 0px;
  437.  
  438.        --variant-pills-radius: 40px;
  439.        --variant-pills-border-width: 1px;
  440.        --variant-pills-border-opacity: 0.55;
  441.        --variant-pills-shadow-opacity: 0.0;
  442.        --variant-pills-shadow-horizontal-offset: 0px;
  443.        --variant-pills-shadow-vertical-offset: 0px;
  444.        --variant-pills-shadow-blur-radius: 0px;
  445.      }
  446.  
  447.      *,
  448.      *::before,
  449.      *::after {
  450.        box-sizing: inherit;
  451.      }
  452.  
  453.      html {
  454.        box-sizing: border-box;
  455.        font-size: calc(var(--font-body-scale) * 62.5%);
  456.        height: 100%;
  457.      }
  458.  
  459.      body {
  460.        display: grid;
  461.        grid-template-rows: auto auto 1fr auto;
  462.        grid-template-columns: 100%;
  463.        min-height: 100%;
  464.        margin: 0;
  465.        font-size: 1.5rem;
  466.        letter-spacing: 0.06rem;
  467.        line-height: calc(1 + 0.8 / var(--font-body-scale));
  468.        font-family: var(--font-body-family);
  469.        font-style: var(--font-body-style);
  470.        font-weight: var(--font-body-weight);
  471.      }
  472.  
  473.      @media screen and (min-width: 750px) {
  474.        body {
  475.          font-size: 1.6rem;
  476.        }
  477.      }
  478.    </style>
  479.  
  480.    <link href="//www.theginstore.com/cdn/shop/t/13/assets/base.css?v=59049720963238639211654095479" rel="stylesheet" type="text/css" media="all" />
  481. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-predictive-search.css?v=165644661289088488651647395610" media="print" onload="this.media='all'"><script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
  482.    if (Shopify.designMode) {
  483.      document.documentElement.classList.add('shopify-design-mode');
  484.    }
  485.    </script>
  486.  
  487. <!-- BEGIN app block: shopify://apps/gdpr-compliance-center/blocks/banner/58c0baa2-6cc1-480c-9ea6-38d6d559556a -->
  488.  
  489.  <script>
  490.    
  491.    window.addEventListener('DOMContentLoaded', function(){
  492.      const script = document.createElement('script');
  493.      script.src = "https://cdn.shopify.com/extensions/f864a047-be03-47a1-9328-dca8a30b57f4/pandectes-gdpr-149/assets/pandectes-core.js";
  494.      script.defer = true;
  495.      document.body.appendChild(script);
  496.    })
  497.  </script>
  498.  
  499.  
  500. <!-- END app block --><!-- BEGIN app block: shopify://apps/eg-auto-add-to-cart/blocks/app-embed/0f7d4f74-1e89-4820-aec4-6564d7e535d2 -->
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.    <script async type="text/javascript" src="https://cdn.506.io/eg/script.js?shop=the-gin-store.myshopify.com"></script>
  513.  
  514.  
  515.  
  516.  <meta id="easygift-shop" itemid="c2hvcF8kXzE3NDczMDk2Mzg=" content='null'>
  517.  
  518.  
  519. <script defer>
  520.  (async function() {
  521.    try {
  522.  
  523.      const blockVersion = "v3"
  524.      if (blockVersion != "v3") {
  525.        return
  526.      }
  527.  
  528.      let metaErrorFlag = false;
  529.      if (metaErrorFlag) {
  530.        return
  531.      }
  532.  
  533.      // Parse metafields as JSON
  534.      const metafields = {};
  535.  
  536.      // Process metafields in JavaScript
  537.      let savedRulesArray = [];
  538.      for (const [key, value] of Object.entries(metafields)) {
  539.        if (value) {
  540.          for (const prop in value) {
  541.            // avoiding Object.Keys for performance gain -- no need to make an array of keys.
  542.            savedRulesArray.push(value);
  543.            break;
  544.          }
  545.        }
  546.      }
  547.  
  548.      const metaTag = document.createElement('meta');
  549.      metaTag.id = 'easygift-rules';
  550.      metaTag.content = JSON.stringify(savedRulesArray);
  551.      metaTag.setAttribute('itemid', 'cnVsZXNfJF8xNzQ3MzA5NjM4');
  552.  
  553.      document.head.appendChild(metaTag);
  554.      } catch (err) {
  555.        
  556.      }
  557.  })();
  558. </script>
  559.  
  560.  
  561.  <script type="text/javascript" defer>
  562.  
  563.    (function () {
  564.      try {
  565.        window.EG_INFO = window.EG_INFO || {};
  566.        
  567.      } catch(err) {
  568.      return
  569.    }})()
  570.  </script>
  571.  
  572.  
  573. <!-- END app block --><!-- BEGIN app block: shopify://apps/zepto-product-personalizer/blocks/product_personalizer_main/7411210d-7b32-4c09-9455-e129e3be4729 -->
  574. <!-- BEGIN app snippet: zepto_common --><script>
  575. var pplr_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};
  576. var pplr_shop_currency = "USD";
  577. var pplr_enabled_currencies_size = 108;
  578. var pplr_money_formate = "\u003cspan class=transcy-money\u003e$ {{amount}}\u003c\/span\u003e";
  579. var pplr_manual_theme_selector=["CartCount span , #CartCount , .cart-count","tr:has([name*=updates]) , .cart__table-row , .cart-drawer__item , .cart-item , .ajaxcart__row , .ajaxcart__product , [data-products]  .cart__item , .CartItem , .cart__row.cart-item:not(.ajaxcart_row) , .cart__row.responsive-table__row , .mini-products-list .item , .cart-product-item , .cart-product , .product-id.item-row , .cart-summary-item-container , .cart-item.cf , .js_cart_item , .cart__card","tr img:first,.cart-drawer__options , .cart-item__image ,  .AspectRatio img",".line-item__title, .meta span,.cart-drawer__options:last-of-type , .cart-drawer__item-properties , .cart__properties , .CartItem__PropertyList , .cart__item-meta .cart__product-properties , .properties , .item-details h6 small",".cart__item--price .cart__price , .CartItem__Price , .cart-collateral .price , .cart-summary-item__price-current , .cart_price .transcy-money , .bcpo-cart-item-original-price  ,  .final-price , .price-box span , .saso-cart-item-price  , .cart-drawer__item-price-container .cart-item__price , .cart-drawer__price .cart-item__original-price",".grid__item.one-half.text-right , .ajaxcart__price , .ajaxcart_product-price , .saso-cart-item-line-price , .cart__price .money , .bcpo-cart-item-original-line-price , .cart__item-total ,  .cart-item-total .money , .cart--total .price",".pplr_item_remove",".ajaxcart__qty , .PageContent , #CartContainer , .cart-summary-item__quantity , .mini_cart_items , .cart__cell--quantity , #mainContent , .cart-drawer__content , .cart__table tbody",".header__cart-price-bubble span[data-cart-price-bubble] , .cart-drawer__subtotal-value , .cart-drawer__subtotal-number , .ajaxcart__subtotal .grid .grid__item.one-third.text-right , .ajaxcart__subtotal , .cart__footer__value[data-cart-final] , .text-right.price.price--amount .price ,  .cart__item-sub div[data-subtotal] , .cart-cost .money , .cart__subtotal .money , .amount .theme-money , .cart_tot_price .transcy-money , .cart__total__money , .cart-subtotal__price , .cart__subtotal , .cart__subtotal-price .wcp-original-cart-total , #CartCost","form[action*=cart] [name=checkout]","Click To View Image"];
  580. </script>
  581. <script defer src="//cdn-zeptoapps.com/product-personalizer/pplr_common.js?v=15" ></script><!-- END app snippet -->
  582.  
  583. <!-- END app block --><!-- BEGIN app block: shopify://apps/transcy-ai-language-translate/blocks/switcher_embed_block/bce4f1c0-c18c-43b0-b0b2-a1aefaa44573 --><!-- BEGIN app snippet: fa_translate_core --><script>
  584.    (function(){
  585.      console.log("transcy ignore convert TC value",typeof transcyIgnoreConvertTC != "undefined");
  586.  
  587.       function addMoneyTag(mutations, observer){
  588.        let currencyCookie = getCookieCore("transcy_currency");
  589.          if(!window.ShopifyTC?.shopifyCurrency?.price_currency || !currencyCookie || currencyCookie == window.ShopifyTC?.shopifyCurrency?.currency){
  590.            return;
  591.          }
  592.          let shopifyCurrencyRegex = buildXPathQuery(
  593.          window.ShopifyTC.shopifyCurrency.price_currency
  594.          );
  595.          let currencyRegex = buildCurrencyRegex(window.ShopifyTC.shopifyCurrency.price_currency)
  596.          let tempTranscy = document.evaluate(shopifyCurrencyRegex, document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
  597.          for (let iTranscy = 0; iTranscy < tempTranscy.snapshotLength; iTranscy++) {
  598.                let elTranscy = tempTranscy.snapshotItem(iTranscy);
  599.                if(elTranscy.innerHTML &&
  600.                   !elTranscy.classList.contains('transcy-money') && (typeof transcy_ignoreConvertPrice == "undefined" ||
  601.                   !transcy_ignoreConvertPrice?.some(className => elTranscy.classList?.contains(className))) && elTranscy?.childNodes?.length == 1){
  602.                   elTranscy.classList.add('transcy-money');
  603.                   let innerHTML = replaceMatches(elTranscy?.textContent,currencyRegex);
  604.                    elTranscy.innerHTML = innerHTML;
  605.                   if(!innerHTML.includes("tc-money")){
  606.                    elTranscy.classList.add('notranslate')
  607.                   }
  608.                }
  609.          }
  610.        }
  611.  
  612.        function logChangesTranscy(mutations, observer) {
  613.            const xpathQuery = `
  614.                //*[text()[contains(.,"•tc")]] |
  615.                //*[text()[contains(.,"tc")]] |
  616.                //*[text()[contains(.,"transcy")]] |
  617.                //textarea[@placeholder[contains(.,"transcy")]] |
  618.                //textarea[@placeholder[contains(.,"tc")]] |
  619.                //select[@placeholder[contains(.,"transcy")]] |
  620.                //select[@placeholder[contains(.,"tc")]] |
  621.                //input[@placeholder[contains(.,"tc")]] |
  622.                //input[@value[contains(.,"tc")]] |
  623.                //input[@value[contains(.,"transcy")]] |
  624.                //*[text()[contains(.,"TC")]] |
  625.                //textarea[@placeholder[contains(.,"TC")]] |
  626.                //select[@placeholder[contains(.,"TC")]] |
  627.                //input[@placeholder[contains(.,"TC")]] |
  628.                //input[@value[contains(.,"TC")]]
  629.            `;
  630.            let tempTranscy = document.evaluate(xpathQuery, document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
  631.            for (let iTranscy = 0; iTranscy < tempTranscy.snapshotLength; iTranscy++) {
  632.                let elTranscy = tempTranscy.snapshotItem(iTranscy);
  633.                let innerHtmlTranscy = elTranscy?.innerHTML ? elTranscy.innerHTML : "";
  634.                if(innerHtmlTranscy && !["SCRIPT", "LINK", "STYLE"].includes(elTranscy.nodeName)){
  635.                    const textToReplace = [
  636.                        '&lt;•tc&gt;', '&lt;/•tc&gt;', '&lt;tc&gt;', '&lt;/tc&gt;',
  637.                        '&lt;transcy&gt;', '&lt;/transcy&gt;', '&amp;lt;tc&amp;gt;',
  638.                        '&amp;lt;/tc&amp;gt;', '&lt;TRANSCY&gt;', '&lt;/TRANSCY&gt;',
  639.                        '&lt;TC&gt;', '&lt;/TC&gt;'
  640.                    ];
  641.                    let containsTag = textToReplace.some(tag => innerHtmlTranscy.includes(tag));
  642.                    if (containsTag) {
  643.                        textToReplace.forEach(tag => {
  644.                            innerHtmlTranscy = innerHtmlTranscy.replaceAll(tag, '');
  645.                        });
  646.                        elTranscy.innerHTML = innerHtmlTranscy;
  647.                        elTranscy.setAttribute('translate', 'no');
  648.                    }
  649.  
  650.                    const tagsToReplace = ['<•tc>', '</•tc>', '<tc>', '</tc>', '<transcy>', '</transcy>', '<TC>', '</TC>', '<TRANSCY>', '</TRANSCY>'];
  651.                    if (tagsToReplace.some(tag => innerHtmlTranscy.includes(tag))) {
  652.                        innerHtmlTranscy = innerHtmlTranscy.replace(/<(|\/)transcy>|<(|\/)tc>|<(|\/)•tc>/gi, "");
  653.                        elTranscy.innerHTML = innerHtmlTranscy;
  654.                        elTranscy.setAttribute('translate', 'no');
  655.                    }
  656.                }
  657.                if (["INPUT"].includes(elTranscy.nodeName)) {
  658.                    let valueInputTranscy = elTranscy.value.replaceAll("&lt;tc&gt;", "").replaceAll("&lt;/tc&gt;", "").replace(/<(|\/)transcy>|<(|\/)tc>/gi, "");
  659.                    elTranscy.value = valueInputTranscy
  660.                }
  661.  
  662.                if(["INPUT","SELECT","TEXTAREA"].includes(elTranscy.nodeName)){
  663.                    elTranscy.placeholder = elTranscy.placeholder.replaceAll("&lt;tc&gt;", "").replaceAll("&lt;/tc&gt;", "").replace(/<(|\/)transcy>|<(|\/)tc>/gi, "");
  664.                }
  665.            }
  666.            addMoneyTag(mutations, observer)
  667.        }
  668.        if(typeof transcyIgnoreConvertTC != "undefined"){
  669.            console.log("transcy ignore convert TC");
  670.            
  671.            return;
  672.        }
  673.        const observerOptionsTranscy = {
  674.          subtree : true,
  675.          childList: true
  676.        };
  677.        const observerTranscy = new MutationObserver(logChangesTranscy);
  678.        observerTranscy.observe(document.documentElement, observerOptionsTranscy);
  679.    })();
  680.  
  681.    const replaceMatches = (content,currencyRegex) => {
  682.        let arrCurrencies = content.match(currencyRegex);
  683.        
  684.        if(arrCurrencies?.length && content === arrCurrencies[0]){
  685.            return content;
  686.        }
  687.  
  688.        return (
  689.            arrCurrencies?.reduce((string, oldVal, index) => {
  690.                const hasSpaceBefore = string.match(new RegExp(`\\s${oldVal}`));
  691.                const hasSpaceAfter = string.match(new RegExp(`${oldVal}\\s`));
  692.                let eleCurrencyConvert = `<tc-money translate="no">${arrCurrencies[index]}</tc-money>`;
  693.                if (hasSpaceBefore) eleCurrencyConvert = ` ${eleCurrencyConvert}`;
  694.                if (hasSpaceAfter) eleCurrencyConvert = `${eleCurrencyConvert} `;
  695.                return string?.replace(oldVal, eleCurrencyConvert);
  696.            }, content) || content
  697.        );
  698.    };
  699.  
  700.    const unwrapCurrencySpan = (text) => {
  701.        return text.replace(/<span[^>]*>(.*?)<\/span>/gi, "$1");
  702.    };
  703.  
  704.    const buildCurrencyRegex = (text) => {
  705.        let numberPattern = "\\d+(?:[.,]\\d+)*(?:[.,]\\d+)?(?:\\s?\\d+)?"; // Chỉ tối đa 1 khoảng trắng
  706.        let textWithoutCurrencySpan = unwrapCurrencySpan(text);
  707.        let symbolsAndCodes = textWithoutCurrencySpan
  708.            .trim()
  709.            .replace(new RegExp(numberPattern, "g"), "")
  710.            .split(/\s+/) // Loại bỏ khoảng trắng dư thừa
  711.            .filter((el) => el);
  712.  
  713.        if (!Array.isArray(symbolsAndCodes) || symbolsAndCodes.length === 0) {
  714.            throw new Error("symbolsAndCodes must be a non-empty array.");
  715.        }
  716.  
  717.        const escape = (str) => str.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&");
  718.        const escapedSymbolsAndCodes = symbolsAndCodes.map(escape);
  719.  
  720.        // Tạo các pattern khớp với số có đơn vị tiền tệ
  721.        const patterns = [
  722.            replaceAmount(text),
  723.            `${numberPattern}\\s?(?:${escapedSymbolsAndCodes.join("|")})`, // 100$ hoặc 100 $
  724.            `(?:${escapedSymbolsAndCodes.join("|")})\\s?${numberPattern}`, // $100 hoặc $ 100
  725.            `(?:${escapedSymbolsAndCodes.join("|")})\\s?${numberPattern}\\s?(?:${escapedSymbolsAndCodes.join("|")})?`, // $100 USD hoặc $ 100 USD
  726.            `${numberPattern}(?:\\s?(?:${escapedSymbolsAndCodes.join("|")}))?`, // 100 USD hoặc 100USD
  727.            `(?:${escapedSymbolsAndCodes.join("|")})\\s?${numberPattern}\\s?(?:${escapedSymbolsAndCodes.join("|")})` // USD 50 $ hoặc $ 50 USD
  728.        ];
  729.  
  730.        return new RegExp(`(${patterns.join("|")})`, "g");
  731.    };
  732.  
  733.    const getCookieCore = function(name) {
  734.        var nameEQ = name + "=";
  735.        var ca = document.cookie.split(';');
  736.        for (var i = 0; i < ca.length; i++) {
  737.            var c = ca[i];
  738.            while (c.charAt(0) == ' ') c = c.substring(1, c.length);
  739.            if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
  740.        }
  741.        return null;
  742.    }
  743.  
  744.    const buildXPathQuery = (text) => {
  745.        let numberPattern = "\\d+(?:[.,]\\d+)*"; // Bỏ `matches()`
  746.        let symbolAndCodes = text.replace(/<span[^>]*>(.*?)<\/span>/gi, "$1")
  747.            .trim()
  748.            .replace(new RegExp(numberPattern, "g"), "")
  749.            .split(" ")
  750.            ?.filter((el) => el);
  751.  
  752.        if (!symbolAndCodes || !Array.isArray(symbolAndCodes) || symbolAndCodes.length === 0) {
  753.            throw new Error("symbolAndCodes must be a non-empty array.");
  754.        }
  755.  
  756.        // Escape ký tự đặc biệt trong XPath
  757.        const escapeXPath = (str) => str.replace(/(["'])/g, "\\$1");
  758.  
  759.        // Danh sách thẻ HTML cần tìm
  760.        const allowedTags = ["div", "span", "p", "strong", "b", "h1", "h2", "h3", "h4", "h5", "h6", "td", "li","font","dd", 'a', 'font'];
  761.  
  762.        // Tạo điều kiện contains() cho từng symbol hoặc code
  763.        const conditions = symbolAndCodes
  764.            .map((symbol) =>
  765.            `(contains(text(), "${escapeXPath(symbol)}") and (contains(text(), "0") or contains(text(), "1") or contains(text(), "2") or contains(text(), "3") or contains(text(), "4") or contains(text(), "5") or contains(text(), "6") or contains(text(), "7") or contains(text(), "8") or contains(text(), "9")) )`
  766.            )
  767.            .join(" or ");
  768.  
  769.        // Tạo XPath Query (Chỉ tìm trong các thẻ HTML, không tìm trong input)
  770.        const xpathQuery = allowedTags
  771.            .map((tag) => `//${tag}[${conditions}]`)
  772.            .join(" | ");
  773.  
  774.        return xpathQuery;
  775.        };
  776.  
  777.    const replaceAmount = (text) => {
  778.        let numberPattern = "\\d+(?:[.,]\\d+)*(?:[.,]\\d+)?";
  779.        let textWithoutCurrencySpan = unwrapCurrencySpan(text);
  780.        let symbolAndCodes = textWithoutCurrencySpan
  781.            .trim()
  782.            .replace(new RegExp(numberPattern, "g"), "")
  783.            .split(" ")
  784.            ?.filter((el) => el);
  785.  
  786.        const currencyPattern = symbolAndCodes
  787.            .map((c) => c.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&")) // Escape ký tự đặc biệt
  788.            .join("|");
  789.  
  790.        let likeCurrencyRegex = `(?:${currencyPattern})\\s*${numberPattern}\\s*(?:${currencyPattern})|${numberPattern}\\s*(?:${currencyPattern})`;
  791.  
  792.        return `${textWithoutCurrencySpan
  793.            .trim()
  794.            .replace(
  795.            new RegExp(numberPattern, "g"),
  796.            `${numberPattern.replace(/\./g, "\\.")}`
  797.            )}|${likeCurrencyRegex}`;
  798.    };
  799.  
  800.  
  801.    window.ShopifyTC = {};
  802.    ShopifyTC.shop = "www.theginstore.com";
  803.    ShopifyTC.locale = "en";
  804.    ShopifyTC.currency = {"active":"USD", "rate":""};
  805.    ShopifyTC.country = "US";
  806.    ShopifyTC.designMode = false;
  807.    ShopifyTC.theme = {};
  808.    ShopifyTC.cdnHost = "";
  809.    ShopifyTC.routes = {};
  810.    ShopifyTC.routes.root = "/";
  811.    ShopifyTC.store_id = 6840247;
  812.    ShopifyTC.page_type = "index";
  813.    ShopifyTC.resource_id = "";
  814.    ShopifyTC.resource_description = "";
  815.    switch (ShopifyTC.page_type) {
  816.        case "product":
  817.            ShopifyTC.resource_id = null;
  818.            ShopifyTC.resource_description = null
  819.            break;
  820.        case "article":
  821.            ShopifyTC.resource_id = null;
  822.            ShopifyTC.resource_description = null
  823.            break;
  824.        case "blog":
  825.            ShopifyTC.resource_id = null;
  826.            break;
  827.        case "collection":
  828.            ShopifyTC.resource_id = null;
  829.            ShopifyTC.resource_description = null
  830.            break;
  831.        case "policy":
  832.            ShopifyTC.resource_id = null;
  833.            ShopifyTC.resource_description = null
  834.            break;
  835.        case "page":
  836.            ShopifyTC.resource_id = null;
  837.            ShopifyTC.resource_description = null
  838.            break;
  839.        default:
  840.            break;
  841.    }
  842.  
  843.    window.ShopifyTC.shopifyCurrency={
  844.        "price": `0.01`,
  845.        "price_currency": `<span class=transcy-money>$ 0.01 USD</span>`,
  846.        "currency": `USD`
  847.    }
  848.  
  849.  
  850.    if(typeof(transcy_appEmbed) == 'undefined'){
  851.        transcy_switcherVersion = "1738791011";
  852.        transcy_productMediaVersion = "";
  853.        transcy_collectionMediaVersion = "";
  854.        transcy_otherMediaVersion = "";
  855.        transcy_productId = "";
  856.        transcy_shopName = "The GIN Store ";
  857.        transcy_currenciesPaymentPublish = [];
  858.        transcy_curencyDefault = "USD";transcy_currenciesPaymentPublish.push("AED");transcy_currenciesPaymentPublish.push("AFN");transcy_currenciesPaymentPublish.push("ALL");transcy_currenciesPaymentPublish.push("AMD");transcy_currenciesPaymentPublish.push("ANG");transcy_currenciesPaymentPublish.push("AUD");transcy_currenciesPaymentPublish.push("AWG");transcy_currenciesPaymentPublish.push("AZN");transcy_currenciesPaymentPublish.push("BAM");transcy_currenciesPaymentPublish.push("BBD");transcy_currenciesPaymentPublish.push("BDT");transcy_currenciesPaymentPublish.push("BGN");transcy_currenciesPaymentPublish.push("BIF");transcy_currenciesPaymentPublish.push("BND");transcy_currenciesPaymentPublish.push("BOB");transcy_currenciesPaymentPublish.push("BSD");transcy_currenciesPaymentPublish.push("BWP");transcy_currenciesPaymentPublish.push("BZD");transcy_currenciesPaymentPublish.push("CAD");transcy_currenciesPaymentPublish.push("CDF");transcy_currenciesPaymentPublish.push("CHF");transcy_currenciesPaymentPublish.push("CNY");transcy_currenciesPaymentPublish.push("CRC");transcy_currenciesPaymentPublish.push("CVE");transcy_currenciesPaymentPublish.push("CZK");transcy_currenciesPaymentPublish.push("DJF");transcy_currenciesPaymentPublish.push("DKK");transcy_currenciesPaymentPublish.push("DOP");transcy_currenciesPaymentPublish.push("DZD");transcy_currenciesPaymentPublish.push("EGP");transcy_currenciesPaymentPublish.push("ETB");transcy_currenciesPaymentPublish.push("EUR");transcy_currenciesPaymentPublish.push("FJD");transcy_currenciesPaymentPublish.push("FKP");transcy_currenciesPaymentPublish.push("GBP");transcy_currenciesPaymentPublish.push("GMD");transcy_currenciesPaymentPublish.push("GNF");transcy_currenciesPaymentPublish.push("GTQ");transcy_currenciesPaymentPublish.push("GYD");transcy_currenciesPaymentPublish.push("HKD");transcy_currenciesPaymentPublish.push("HNL");transcy_currenciesPaymentPublish.push("HUF");transcy_currenciesPaymentPublish.push("IDR");transcy_currenciesPaymentPublish.push("ILS");transcy_currenciesPaymentPublish.push("INR");transcy_currenciesPaymentPublish.push("ISK");transcy_currenciesPaymentPublish.push("JMD");transcy_currenciesPaymentPublish.push("JPY");transcy_currenciesPaymentPublish.push("KES");transcy_currenciesPaymentPublish.push("KGS");transcy_currenciesPaymentPublish.push("KHR");transcy_currenciesPaymentPublish.push("KMF");transcy_currenciesPaymentPublish.push("KRW");transcy_currenciesPaymentPublish.push("KYD");transcy_currenciesPaymentPublish.push("KZT");transcy_currenciesPaymentPublish.push("LAK");transcy_currenciesPaymentPublish.push("LBP");transcy_currenciesPaymentPublish.push("LKR");transcy_currenciesPaymentPublish.push("MAD");transcy_currenciesPaymentPublish.push("MDL");transcy_currenciesPaymentPublish.push("MKD");transcy_currenciesPaymentPublish.push("MMK");transcy_currenciesPaymentPublish.push("MNT");transcy_currenciesPaymentPublish.push("MOP");transcy_currenciesPaymentPublish.push("MUR");transcy_currenciesPaymentPublish.push("MVR");transcy_currenciesPaymentPublish.push("MWK");transcy_currenciesPaymentPublish.push("MYR");transcy_currenciesPaymentPublish.push("NGN");transcy_currenciesPaymentPublish.push("NIO");transcy_currenciesPaymentPublish.push("NPR");transcy_currenciesPaymentPublish.push("NZD");transcy_currenciesPaymentPublish.push("PEN");transcy_currenciesPaymentPublish.push("PGK");transcy_currenciesPaymentPublish.push("PHP");transcy_currenciesPaymentPublish.push("PKR");transcy_currenciesPaymentPublish.push("PLN");transcy_currenciesPaymentPublish.push("PYG");transcy_currenciesPaymentPublish.push("QAR");transcy_currenciesPaymentPublish.push("RON");transcy_currenciesPaymentPublish.push("RSD");transcy_currenciesPaymentPublish.push("RWF");transcy_currenciesPaymentPublish.push("SAR");transcy_currenciesPaymentPublish.push("SBD");transcy_currenciesPaymentPublish.push("SEK");transcy_currenciesPaymentPublish.push("SGD");transcy_currenciesPaymentPublish.push("SHP");transcy_currenciesPaymentPublish.push("SLL");transcy_currenciesPaymentPublish.push("STD");transcy_currenciesPaymentPublish.push("THB");transcy_currenciesPaymentPublish.push("TJS");transcy_currenciesPaymentPublish.push("TOP");transcy_currenciesPaymentPublish.push("TTD");transcy_currenciesPaymentPublish.push("TWD");transcy_currenciesPaymentPublish.push("TZS");transcy_currenciesPaymentPublish.push("UAH");transcy_currenciesPaymentPublish.push("UGX");transcy_currenciesPaymentPublish.push("USD");transcy_currenciesPaymentPublish.push("UYU");transcy_currenciesPaymentPublish.push("UZS");transcy_currenciesPaymentPublish.push("VND");transcy_currenciesPaymentPublish.push("VUV");transcy_currenciesPaymentPublish.push("WST");transcy_currenciesPaymentPublish.push("XAF");transcy_currenciesPaymentPublish.push("XCD");transcy_currenciesPaymentPublish.push("XOF");transcy_currenciesPaymentPublish.push("XPF");transcy_currenciesPaymentPublish.push("YER");
  859.        transcy_shopifyLocales = [{"shop_locale":{"locale":"en","enabled":true,"primary":true,"published":true}},{"shop_locale":{"locale":"es","enabled":true,"primary":false,"published":true}},{"shop_locale":{"locale":"de","enabled":true,"primary":false,"published":true}},{"shop_locale":{"locale":"fr","enabled":true,"primary":false,"published":true}}];
  860.        transcy_moneyFormat = "<span class=transcy-money>$ {{amount}}</span>";
  861.  
  862.        function domLoadedTranscy () {
  863.            let cdnScriptTC = typeof(transcy_cdn) != 'undefined' ? (transcy_cdn+'/transcy.js') : "https://cdn.shopify.com/extensions/44364d4a-d234-4b6f-b241-431c16f49362/transcy-225/assets/transcy.js";
  864.            let cdnLinkTC = typeof(transcy_cdn) != 'undefined' ? (transcy_cdn+'/transcy.css') :  "https://cdn.shopify.com/extensions/44364d4a-d234-4b6f-b241-431c16f49362/transcy-225/assets/transcy.css";
  865.            let scriptTC = document.createElement('script');
  866.            scriptTC.type = 'text/javascript';
  867.            scriptTC.defer = true;
  868.            scriptTC.src = cdnScriptTC;
  869.            scriptTC.id = "transcy-script";
  870.            document.head.appendChild(scriptTC);
  871.  
  872.            let linkTC = document.createElement('link');
  873.            linkTC.rel = 'stylesheet';
  874.            linkTC.type = 'text/css';
  875.            linkTC.href = cdnLinkTC;
  876.            linkTC.id = "transcy-style";
  877.            document.head.appendChild(linkTC);
  878.        }
  879.  
  880.  
  881.        if (document.readyState === 'interactive' || document.readyState === 'complete') {
  882.            domLoadedTranscy();
  883.        } else {
  884.            document.addEventListener("DOMContentLoaded", function () {
  885.                domLoadedTranscy();
  886.            });
  887.        }
  888.    }
  889. </script>
  890. <!-- END app snippet -->
  891.  
  892.  
  893. <!-- END app block --><link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  894. <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: 6840247,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>
  895. <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: 6840247,storefrontBaseUrl: "https://www.theginstore.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":"51773615","configuration":"{\"storeIdentity\":\"the-gin-store.myshopify.com\",\"baseURL\":\"https:\\/\\/api.printful.com\\/shopify-pixels\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4ff3a903b94e3b8106326a2c79b14162","type":"APP","apiClientId":156624,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"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: "com",initData: {"shop":{"name":"The GIN Store ","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"the-gin-store.myshopify.com","countryCode":"US","storefrontUrl":"https://www.theginstore.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.theginstore.com/cdn","b847e315w1a53be45p92454458m7876cd98",{"modern":"","legacy":""},{"shopId":"6840247","storefrontBaseUrl":"https://www.theginstore.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"b847e315w1a53be45p92454458m7876cd98"});</script><script>
  896.  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  897.  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  898.  window.ShopifyAnalytics.meta.currency = 'USD';
  899.  var meta = {"page":{"pageType":"home"}};
  900.  for (var attr in meta) {
  901.    window.ShopifyAnalytics.meta[attr] = meta[attr];
  902.  }
  903. </script>
  904. <script class="analytics">
  905.  (function () {
  906.    var customDocumentWrite = function(content) {
  907.      var jquery = null;
  908.  
  909.      if (window.jQuery) {
  910.        jquery = window.jQuery;
  911.      } else if (window.Checkout && window.Checkout.$) {
  912.        jquery = window.Checkout.$;
  913.      }
  914.  
  915.      if (jquery) {
  916.        jquery('body').append(content);
  917.      }
  918.    };
  919.  
  920.    var hasLoggedConversion = function(token) {
  921.      if (token) {
  922.        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
  923.      }
  924.      return false;
  925.    }
  926.  
  927.    var setCookieIfConversion = function(token) {
  928.      if (token) {
  929.        var twoMonthsFromNow = new Date(Date.now());
  930.        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
  931.  
  932.        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
  933.      }
  934.    }
  935.  
  936.    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  937.    if (trekkie.integrations) {
  938.      return;
  939.    }
  940.    trekkie.methods = [
  941.      'identify',
  942.      'page',
  943.      'ready',
  944.      'track',
  945.      'trackForm',
  946.      'trackLink'
  947.    ];
  948.    trekkie.factory = function(method) {
  949.      return function() {
  950.        var args = Array.prototype.slice.call(arguments);
  951.        args.unshift(method);
  952.        trekkie.push(args);
  953.        return trekkie;
  954.      };
  955.    };
  956.    for (var i = 0; i < trekkie.methods.length; i++) {
  957.      var key = trekkie.methods[i];
  958.      trekkie[key] = trekkie.factory(key);
  959.    }
  960.    trekkie.load = function(config) {
  961.      trekkie.config = config || {};
  962.      trekkie.config.initialDocumentCookie = document.cookie;
  963.      var first = document.getElementsByTagName('script')[0];
  964.      var script = document.createElement('script');
  965.      script.type = 'text/javascript';
  966.      script.onerror = function(e) {
  967.        var scriptFallback = document.createElement('script');
  968.        scriptFallback.type = 'text/javascript';
  969.        scriptFallback.onerror = function(error) {
  970.                var Monorail = {
  971.      produce: function produce(monorailDomain, schemaId, payload) {
  972.        var currentMs = new Date().getTime();
  973.        var event = {
  974.          schema_id: schemaId,
  975.          payload: payload,
  976.          metadata: {
  977.            event_created_at_ms: currentMs,
  978.            event_sent_at_ms: currentMs
  979.          }
  980.        };
  981.        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
  982.      },
  983.      sendRequest: function sendRequest(endpointUrl, payload) {
  984.        // Try the sendBeacon API
  985.        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
  986.          var blobData = new window.Blob([payload], {
  987.            type: 'text/plain'
  988.          });
  989.  
  990.          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
  991.            return true;
  992.          } // sendBeacon was not successful
  993.  
  994.        } // XHR beacon
  995.  
  996.        var xhr = new XMLHttpRequest();
  997.  
  998.        try {
  999.          xhr.open('POST', endpointUrl);
  1000.          xhr.setRequestHeader('Content-Type', 'text/plain');
  1001.          xhr.send(payload);
  1002.        } catch (e) {
  1003.          console.log(e);
  1004.        }
  1005.  
  1006.        return false;
  1007.      },
  1008.      isIos12: function isIos12() {
  1009.        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
  1010.      }
  1011.    };
  1012.    Monorail.produce('monorail-edge.shopifysvc.com',
  1013.      'trekkie_storefront_load_errors/1.1',
  1014.      {shop_id: 6840247,
  1015.      theme_id: 129432912047,
  1016.      app_name: "storefront",
  1017.      context_url: window.location.href,
  1018.      source_url: "//www.theginstore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js"});
  1019.  
  1020.        };
  1021.        scriptFallback.async = true;
  1022.        scriptFallback.src = '//www.theginstore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js';
  1023.        first.parentNode.insertBefore(scriptFallback, first);
  1024.      };
  1025.      script.async = true;
  1026.      script.src = '//www.theginstore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js';
  1027.      first.parentNode.insertBefore(script, first);
  1028.    };
  1029.    trekkie.load(
  1030.      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":6840247,"isMerchantRequest":null,"themeId":129432912047,"themeCityHash":"8680951226930440909","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
  1031.    );
  1032.  
  1033.    var loaded = false;
  1034.    trekkie.ready(function() {
  1035.      if (loaded) return;
  1036.      loaded = true;
  1037.  
  1038.      window.ShopifyAnalytics.lib = window.trekkie;
  1039.  
  1040.      var originalDocumentWrite = document.write;
  1041.      document.write = customDocumentWrite;
  1042.      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
  1043.      document.write = originalDocumentWrite;
  1044.  
  1045.      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true});
  1046.  
  1047.      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
  1048.      var token = match? match[1]: undefined;
  1049.      if (!hasLoggedConversion(token)) {
  1050.        setCookieIfConversion(token);
  1051.        
  1052.      }
  1053.    });
  1054.  
  1055.  
  1056.        var eventsListenerScript = document.createElement('script');
  1057.        eventsListenerScript.async = true;
  1058.        eventsListenerScript.src = "//www.theginstore.com/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js";
  1059.        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
  1060.  
  1061. })();</script>
  1062. <script
  1063.  defer
  1064.  src="https://www.theginstore.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.2.min.js"
  1065.  data-application="storefront-renderer"
  1066.  data-shop-id="6840247"
  1067.  data-render-region="gcp-us-east1"
  1068.  data-page-type="index"
  1069.  data-theme-instance-id="129432912047"
  1070.  data-theme-name="Dawn"
  1071.  data-theme-version="4.0.0"
  1072.  data-monorail-region="shop_domain"
  1073.  data-resource-timing-sampling-rate="10"
  1074.  data-shs="true"
  1075. ></script>
  1076. </head>
  1077.  
  1078.  <body class="gradient">
  1079.    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
  1080.      Skip to content
  1081.    </a>
  1082.  
  1083.    <div id="shopify-section-announcement-bar" class="shopify-section">
  1084. </div>
  1085.    <div id="shopify-section-header" class="shopify-section section-header"><link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-menu.css?v=129267058877082496571647395617" media="print" onload="this.media='all'">
  1086. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-search.css?v=96455689198851321781647395605" media="print" onload="this.media='all'">
  1087. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-menu-drawer.css?v=126731818748055994231647395608" media="print" onload="this.media='all'">
  1088. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-cart-notification.css?v=107019900565326663291647395603" media="print" onload="this.media='all'">
  1089. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-cart-items.css?v=35224266443739369591647395629" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-price.css?v=112673864592427438181653889623" media="print" onload="this.media='all'">
  1090.  <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-loading-overlay.css?v=167310470843593579841647395632" media="print" onload="this.media='all'"><noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-menu.css?v=129267058877082496571647395617" rel="stylesheet" type="text/css" media="all" /></noscript>
  1091. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-search.css?v=96455689198851321781647395605" rel="stylesheet" type="text/css" media="all" /></noscript>
  1092. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-menu-drawer.css?v=126731818748055994231647395608" rel="stylesheet" type="text/css" media="all" /></noscript>
  1093. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-cart-notification.css?v=107019900565326663291647395603" rel="stylesheet" type="text/css" media="all" /></noscript>
  1094. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-cart-items.css?v=35224266443739369591647395629" rel="stylesheet" type="text/css" media="all" /></noscript>
  1095.  
  1096. <style>
  1097.  header-drawer {
  1098.    justify-self: start;
  1099.    margin-left: -1.2rem;
  1100.  }
  1101.  
  1102.  @media screen and (min-width: 990px) {
  1103.    header-drawer {
  1104.      display: none;
  1105.    }
  1106.  }
  1107.  
  1108.  .menu-drawer-container {
  1109.    display: flex;
  1110.  }
  1111.  
  1112.  .list-menu {
  1113.    list-style: none;
  1114.    padding: 0;
  1115.    margin: 0;
  1116.  }
  1117.  
  1118.  .list-menu--inline {
  1119.    display: inline-flex;
  1120.    flex-wrap: wrap;
  1121.  }
  1122.  
  1123.  summary.list-menu__item {
  1124.    padding-right: 2.7rem;
  1125.  }
  1126.  
  1127.  .list-menu__item {
  1128.    display: flex;
  1129.    align-items: center;
  1130.    line-height: calc(1 + 0.3 / var(--font-body-scale));
  1131.  }
  1132.  
  1133.  .list-menu__item--link {
  1134.    text-decoration: none;
  1135.    padding-bottom: 1rem;
  1136.    padding-top: 1rem;
  1137.    line-height: calc(1 + 0.8 / var(--font-body-scale));
  1138.  }
  1139.  
  1140.  @media screen and (min-width: 750px) {
  1141.    .list-menu__item--link {
  1142.      padding-bottom: 0.5rem;
  1143.      padding-top: 0.5rem;
  1144.    }
  1145.  }
  1146. </style><style data-shopify>.section-header {
  1147.    margin-bottom: 0px;
  1148.  }
  1149.  
  1150.  @media screen and (min-width: 750px) {
  1151.    .section-header {
  1152.      margin-bottom: 0px;
  1153.    }
  1154.  }</style><script src="//www.theginstore.com/cdn/shop/t/13/assets/details-disclosure.js?v=93827620636443844781647395625" defer="defer"></script>
  1155. <script src="//www.theginstore.com/cdn/shop/t/13/assets/details-modal.js?v=4511761896672669691647395624" defer="defer"></script>
  1156. <script src="//www.theginstore.com/cdn/shop/t/13/assets/cart-notification.js?v=110464945634282900951647395607" defer="defer"></script>
  1157.  
  1158. <svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  1159.  <symbol id="icon-search" viewbox="0 0 18 19" fill="none">
  1160.    <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"/>
  1161.  </symbol>
  1162.  
  1163.  <symbol id="icon-close" class="icon icon-close" fill="none" viewBox="0 0 18 17">
  1164.    <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  1165.  </symbol>
  1166. </svg>
  1167. <sticky-header class="header-wrapper color-accent-1 gradient header-wrapper--border-bottom">
  1168.  <div class="transcy-switcher-manual transcy-mobile hidden"></div>  
  1169.  <header class="header header--top-center page-width header--has-menu"><header-drawer data-breakpoint="tablet" style="grid-column: 1/2; grid-row: 1/2;">
  1170.        <details id="Details-menu-drawer-container" class="menu-drawer-container">
  1171.      
  1172.          <summary class="header__icon header__icon--menu header__icon--summary link focus-inset" aria-label="Menu">
  1173.            <span>
  1174.              <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" fill="none" viewBox="0 0 18 16">
  1175.  <path d="M1 .5a.5.5 0 100 1h15.71a.5.5 0 000-1H1zM.5 8a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1A.5.5 0 01.5 8zm0 7a.5.5 0 01.5-.5h15.71a.5.5 0 010 1H1a.5.5 0 01-.5-.5z" fill="currentColor">
  1176. </svg>
  1177.  
  1178.              <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" fill="none" viewBox="0 0 18 17">
  1179.  <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  1180. </svg>
  1181.  
  1182.            </span>
  1183.      
  1184.          </summary>
  1185.  
  1186.          <div id="menu-drawer" class="menu-drawer motion-reduce" tabindex="-1">
  1187.      
  1188.            <div class="menu-drawer__inner-container">
  1189.      
  1190.              <div class="menu-drawer__navigation-container">
  1191.                <nav class="menu-drawer__navigation">
  1192.  
  1193.                  <ul class="menu-drawer__menu list-menu" role="list"><li><a href="https://globalinformationnetwork.com/" class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
  1194.                            GIN Home
  1195.                          </a></li><li><a href="/" class="menu-drawer__menu-item list-menu__item link link--text focus-inset menu-drawer__menu-item--active" aria-current="page">
  1196.                            Store Home
  1197.                          </a></li><li><details id="Details-menu-drawer-menu-item-3">
  1198.                            <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset menu-drawer__menu-item--active">
  1199.                              GIN Branded
  1200.                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1201.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1202. </svg>
  1203.  
  1204.                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1205.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1206. </svg>
  1207.  
  1208.                            </summary>
  1209.                            <div id="link-GIN Branded" class="menu-drawer__submenu motion-reduce" tabindex="-1">
  1210.                              <div class="menu-drawer__inner-submenu">
  1211.                                <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1212.                                  <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1213.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1214. </svg>
  1215.  
  1216.                                  GIN Branded
  1217.                                </button>
  1218.                                <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer-submenu-1">
  1219.                                          <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1220.                                            Apparel
  1221.                                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1222.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1223. </svg>
  1224.  
  1225.                                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1226.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1227. </svg>
  1228.  
  1229.                                          </summary>
  1230.                                          <div id="childlink-Apparel" class="menu-drawer__submenu motion-reduce">
  1231.                                            <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1232.                                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1233.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1234. </svg>
  1235.  
  1236.                                              Apparel
  1237.                                            </button>
  1238.                                            <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li>
  1239.                                                  <a href="/collections/mens-apparel" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1240.                                                    Men&#39;s
  1241.                                                  </a>
  1242.                                                </li><li>
  1243.                                                  <a href="/collections/womens-apparel" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1244.                                                    Women&#39;s
  1245.                                                  </a>
  1246.                                                </li><li>
  1247.                                                  <a href="/collections/youth-apparel" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1248.                                                    Youth
  1249.                                                  </a>
  1250.                                                </li></ul>
  1251.                                          </div>
  1252.                                        </details></li><li><details id="Details-menu-drawer-submenu-2">
  1253.                                          <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1254.                                            Jewelry
  1255.                                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1256.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1257. </svg>
  1258.  
  1259.                                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1260.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1261. </svg>
  1262.  
  1263.                                          </summary>
  1264.                                          <div id="childlink-Jewelry" class="menu-drawer__submenu motion-reduce">
  1265.                                            <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1266.                                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1267.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1268. </svg>
  1269.  
  1270.                                              Jewelry
  1271.                                            </button>
  1272.                                            <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li>
  1273.                                                  <a href="/pages/mens-jewelry" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1274.                                                    Men&#39;s
  1275.                                                  </a>
  1276.                                                </li><li>
  1277.                                                  <a href="/pages/womens-jewelry" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1278.                                                    Women&#39;s
  1279.                                                  </a>
  1280.                                                </li></ul>
  1281.                                          </div>
  1282.                                        </details></li><li><a href="/collections/home" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1283.                                          Home
  1284.                                        </a></li><li><a href="/collections/office-stationary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1285.                                          Office/Stationery
  1286.                                        </a></li><li><a href="/collections/digital-downloads" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1287.                                          Digital Downloads
  1288.                                        </a></li></ul>
  1289.                              </div>
  1290.                            </div>
  1291.                          </details></li><li><details id="Details-menu-drawer-menu-item-4">
  1292.                            <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
  1293.                              GIN Legacy Products
  1294.                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1295.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1296. </svg>
  1297.  
  1298.                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1299.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1300. </svg>
  1301.  
  1302.                            </summary>
  1303.                            <div id="link-GIN Legacy Products" class="menu-drawer__submenu motion-reduce" tabindex="-1">
  1304.                              <div class="menu-drawer__inner-submenu">
  1305.                                <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1306.                                  <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1307.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1308. </svg>
  1309.  
  1310.                                  GIN Legacy Products
  1311.                                </button>
  1312.                                <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/legacy" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1313.                                          GIN Legacy Products
  1314.                                        </a></li><li><a href="/collections/kevin-trudeau" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1315.                                          Kevin Trudeau
  1316.                                        </a></li></ul>
  1317.                              </div>
  1318.                            </div>
  1319.                          </details></li><li><details id="Details-menu-drawer-menu-item-5">
  1320.                            <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
  1321.                              Wellness
  1322.                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1323.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1324. </svg>
  1325.  
  1326.                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1327.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1328. </svg>
  1329.  
  1330.                            </summary>
  1331.                            <div id="link-Wellness" class="menu-drawer__submenu motion-reduce" tabindex="-1">
  1332.                              <div class="menu-drawer__inner-submenu">
  1333.                                <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1334.                                  <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1335.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1336. </svg>
  1337.  
  1338.                                  Wellness
  1339.                                </button>
  1340.                                <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/supplements" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1341.                                          Supplements
  1342.                                        </a></li><li><a href="/pages/blood-type-diet" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1343.                                          Blood Type Diet
  1344.                                        </a></li><li><a href="/collections/exercise" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1345.                                          Exercise
  1346.                                        </a></li><li><a href="/collections/water-filtration" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1347.                                          Water
  1348.                                        </a></li><li><a href="/collections/detox" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1349.                                          Detox
  1350.                                        </a></li><li><a href="/collections/air-filtration" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1351.                                          Air
  1352.                                        </a></li></ul>
  1353.                              </div>
  1354.                            </div>
  1355.                          </details></li><li><details id="Details-menu-drawer-menu-item-6">
  1356.                            <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
  1357.                              Personal
  1358.                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1359.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1360. </svg>
  1361.  
  1362.                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1363.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1364. </svg>
  1365.  
  1366.                            </summary>
  1367.                            <div id="link-Personal" class="menu-drawer__submenu motion-reduce" tabindex="-1">
  1368.                              <div class="menu-drawer__inner-submenu">
  1369.                                <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1370.                                  <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1371.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1372. </svg>
  1373.  
  1374.                                  Personal
  1375.                                </button>
  1376.                                <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/energy-balancing" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1377.                                          Energy Balancing
  1378.                                        </a></li><li><a href="/collections/dream-building" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1379.                                          Dream Building
  1380.                                        </a></li><li><a href="/collections/home-living-products" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1381.                                          Home/Living Products
  1382.                                        </a></li></ul>
  1383.                              </div>
  1384.                            </div>
  1385.                          </details></li><li><details id="Details-menu-drawer-menu-item-7">
  1386.                            <summary class="menu-drawer__menu-item list-menu__item link link--text focus-inset menu-drawer__menu-item--active">
  1387.                              Books/Videos
  1388.                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1389.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1390. </svg>
  1391.  
  1392.                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1393.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1394. </svg>
  1395.  
  1396.                            </summary>
  1397.                            <div id="link-Books/Videos" class="menu-drawer__submenu motion-reduce" tabindex="-1">
  1398.                              <div class="menu-drawer__inner-submenu">
  1399.                                <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1400.                                  <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1401.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1402. </svg>
  1403.  
  1404.                                  Books/Videos
  1405.                                </button>
  1406.                                <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><details id="Details-menu-drawer-submenu-1">
  1407.                                          <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1408.                                            All You Need
  1409.                                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1410.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1411. </svg>
  1412.  
  1413.                                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1414.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1415. </svg>
  1416.  
  1417.                                          </summary>
  1418.                                          <div id="childlink-All You Need" class="menu-drawer__submenu motion-reduce">
  1419.                                            <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1420.                                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1421.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1422. </svg>
  1423.  
  1424.                                              All You Need
  1425.                                            </button>
  1426.                                            <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li>
  1427.                                                  <a href="/pages/alluneed" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1428.                                                    Books
  1429.                                                  </a>
  1430.                                                </li><li>
  1431.                                                  <a href="/collections/all-you-need-videos-movies" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1432.                                                    Videos/Movies
  1433.                                                  </a>
  1434.                                                </li></ul>
  1435.                                          </div>
  1436.                                        </details></li><li><details id="Details-menu-drawer-submenu-2">
  1437.                                          <summary class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1438.                                            Additional
  1439.                                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1440.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1441. </svg>
  1442.  
  1443.                                            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1444.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1445. </svg>
  1446.  
  1447.                                          </summary>
  1448.                                          <div id="childlink-Additional" class="menu-drawer__submenu motion-reduce">
  1449.                                            <button class="menu-drawer__close-button link link--text focus-inset" aria-expanded="true">
  1450.                                              <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  1451.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  1452. </svg>
  1453.  
  1454.                                              Additional
  1455.                                            </button>
  1456.                                            <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li>
  1457.                                                  <a href="/collections/additional-books" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1458.                                                    Books
  1459.                                                  </a>
  1460.                                                </li><li>
  1461.                                                  <a href="/collections/additional-videos-movies" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1462.                                                    Videos/Movies
  1463.                                                  </a>
  1464.                                                </li><li>
  1465.                                                  <a href="/collections/christian-books" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1466.                                                    Christian Books
  1467.                                                  </a>
  1468.                                                </li><li>
  1469.                                                  <a href="/collections/childrens-materials" class="menu-drawer__menu-item link link--text list-menu__item focus-inset">
  1470.                                                    Children&#39;s Materials
  1471.                                                  </a>
  1472.                                                </li></ul>
  1473.                                          </div>
  1474.                                        </details></li></ul>
  1475.                              </div>
  1476.                            </div>
  1477.                          </details></li><li><a href="/pages/member-product-showcase" class="menu-drawer__menu-item list-menu__item link link--text focus-inset">
  1478.                            Member Product Showcase
  1479.                          </a></li></ul>
  1480.                </nav>
  1481.    
  1482.                <div class="menu-drawer__utility-links"><a href="https://www.theginstore.com/customer_authentication/redirect?locale=en&region_country=US" class="menu-drawer__account link focus-inset h5">
  1483.                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-account" fill="none" viewBox="0 0 18 19">
  1484.  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
  1485. </svg>
  1486.  
  1487. Log in</a><ul class="list list-social list-unstyled" role="list"></ul>
  1488.                </div>
  1489.              </div>
  1490.            </div>
  1491.    
  1492.          </div>
  1493.        </details>
  1494.      </header-drawer><details-modal class="header__search">
  1495.        <details>
  1496.          <summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search">
  1497.            <span>
  1498.              <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation">
  1499.                <use href="#icon-search">
  1500.              </svg>
  1501.              <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false" role="presentation">
  1502.                <use href="#icon-close">
  1503.              </svg>
  1504.            </span>
  1505.          </summary>
  1506.          <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search">
  1507.            <div class="modal-overlay"></div>
  1508.            <div class="search-modal__content search-modal__content-bottom" tabindex="-1"><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
  1509.                  <div class="field">
  1510.                    <input class="search__input field__input"
  1511.                      id="Search-In-Modal-1"
  1512.                      type="search"
  1513.                      name="q"
  1514.                      value=""
  1515.                      placeholder="Search"role="combobox"
  1516.                        aria-expanded="false"
  1517.                        aria-owns="predictive-search-results-list"
  1518.                        aria-controls="predictive-search-results-list"
  1519.                        aria-haspopup="listbox"
  1520.                        aria-autocomplete="list"
  1521.                        autocorrect="off"
  1522.                        autocomplete="off"
  1523.                        autocapitalize="off"
  1524.                        spellcheck="false">
  1525.                    <label class="field__label" for="Search-In-Modal-1">Search</label>
  1526.                    <input type="hidden" name="options[prefix]" value="last">
  1527.                    <button class="search__button field__button" aria-label="Search">
  1528.                      <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
  1529.                        <use href="#icon-search">
  1530.                      </svg>
  1531.                    </button>
  1532.                  </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
  1533.                      <div class="predictive-search__loading-state">
  1534.                        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
  1535.                          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  1536.                        </svg>
  1537.                      </div>
  1538.                    </div>
  1539.  
  1540.                    <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button type="button" class="modal__close-button link link--text focus-inset" aria-label="Close">
  1541.                <svg class="icon icon-close" aria-hidden="true" focusable="false" role="presentation">
  1542.                  <use href="#icon-close">
  1543.                </svg>
  1544.              </button>
  1545.            </div>
  1546.      
  1547.          </div>
  1548.        </details>
  1549.      </details-modal><h1 class="header__heading"><a href="/" class="header__heading-link link link--text focus-inset"><img srcset="//www.theginstore.com/cdn/shop/files/GIN_Store_White_PNG_144_250x.png?v=1644902133 1x, //www.theginstore.com/cdn/shop/files/GIN_Store_White_PNG_144_250x@2x.png?v=1644902133 2x"
  1550.              src="//www.theginstore.com/cdn/shop/files/GIN_Store_White_PNG_144_250x.png?v=1644902133"
  1551.              loading="lazy"
  1552.              class="header__heading-logo"
  1553.              width="7660"
  1554.              height="2370"
  1555.              alt="The GIN Store "
  1556.            ></a></h1><nav class="header__inline-menu">
  1557.      
  1558.        <ul class="list-menu list-menu--inline" role="list"><li><a href="https://globalinformationnetwork.com/" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset">
  1559.                  <span>GIN Home</span>
  1560.                </a></li><li><a href="/" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset" aria-current="page">
  1561.                  <span class="header__active-menu-item">Store Home</span>
  1562.                </a></li><li><details-disclosure>
  1563.                  <details id="Details-HeaderMenu-3">
  1564.                    <summary class="header__menu-item list-menu__item link focus-inset">
  1565.                      <span class="header__active-menu-item">GIN Branded</span>
  1566.                      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1567.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1568. </svg>
  1569.  
  1570.                    </summary>
  1571.                    <ul id="HeaderMenu-MenuList-3" class="header__submenu list-menu list-menu--disclosure caption-large motion-reduce" role="list" tabindex="-1"><li><details id="Details-HeaderSubMenu-1">
  1572.                              <summary class="header__menu-item link link--text list-menu__item focus-inset caption-large">
  1573.                                <span>Apparel</span>
  1574.                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1575.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1576. </svg>
  1577.  
  1578.                              </summary>
  1579.                              <ul id="HeaderMenu-SubMenuList-1" class="header__submenu list-menu motion-reduce"><li>
  1580.                                    <a href="/collections/mens-apparel" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1581.                                      Men&#39;s
  1582.                                    </a>
  1583.                                  </li><li>
  1584.                                    <a href="/collections/womens-apparel" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1585.                                      Women&#39;s
  1586.                                    </a>
  1587.                                  </li><li>
  1588.                                    <a href="/collections/youth-apparel" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1589.                                      Youth
  1590.                                    </a>
  1591.                                  </li></ul>
  1592.                            </details></li><li><details id="Details-HeaderSubMenu-2">
  1593.                              <summary class="header__menu-item link link--text list-menu__item focus-inset caption-large">
  1594.                                <span>Jewelry</span>
  1595.                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1596.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1597. </svg>
  1598.  
  1599.                              </summary>
  1600.                              <ul id="HeaderMenu-SubMenuList-2" class="header__submenu list-menu motion-reduce"><li>
  1601.                                    <a href="/pages/mens-jewelry" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1602.                                      Men&#39;s
  1603.                                    </a>
  1604.                                  </li><li>
  1605.                                    <a href="/pages/womens-jewelry" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1606.                                      Women&#39;s
  1607.                                    </a>
  1608.                                  </li></ul>
  1609.                            </details></li><li><a href="/collections/home" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1610.                              Home
  1611.                            </a></li><li><a href="/collections/office-stationary" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1612.                              Office/Stationery
  1613.                            </a></li><li><a href="/collections/digital-downloads" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1614.                              Digital Downloads
  1615.                            </a></li></ul>
  1616.                  </details>
  1617.                </details-disclosure></li><li><details-disclosure>
  1618.                  <details id="Details-HeaderMenu-4">
  1619.                    <summary class="header__menu-item list-menu__item link focus-inset">
  1620.                      <span>GIN Legacy Products</span>
  1621.                      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1622.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1623. </svg>
  1624.  
  1625.                    </summary>
  1626.                    <ul id="HeaderMenu-MenuList-4" class="header__submenu list-menu list-menu--disclosure caption-large motion-reduce" role="list" tabindex="-1"><li><a href="/collections/legacy" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1627.                              GIN Legacy Products
  1628.                            </a></li><li><a href="/collections/kevin-trudeau" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1629.                              Kevin Trudeau
  1630.                            </a></li></ul>
  1631.                  </details>
  1632.                </details-disclosure></li><li><details-disclosure>
  1633.                  <details id="Details-HeaderMenu-5">
  1634.                    <summary class="header__menu-item list-menu__item link focus-inset">
  1635.                      <span>Wellness</span>
  1636.                      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1637.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1638. </svg>
  1639.  
  1640.                    </summary>
  1641.                    <ul id="HeaderMenu-MenuList-5" class="header__submenu list-menu list-menu--disclosure caption-large motion-reduce" role="list" tabindex="-1"><li><a href="/collections/supplements" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1642.                              Supplements
  1643.                            </a></li><li><a href="/pages/blood-type-diet" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1644.                              Blood Type Diet
  1645.                            </a></li><li><a href="/collections/exercise" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1646.                              Exercise
  1647.                            </a></li><li><a href="/collections/water-filtration" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1648.                              Water
  1649.                            </a></li><li><a href="/collections/detox" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1650.                              Detox
  1651.                            </a></li><li><a href="/collections/air-filtration" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1652.                              Air
  1653.                            </a></li></ul>
  1654.                  </details>
  1655.                </details-disclosure></li><li><details-disclosure>
  1656.                  <details id="Details-HeaderMenu-6">
  1657.                    <summary class="header__menu-item list-menu__item link focus-inset">
  1658.                      <span>Personal</span>
  1659.                      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1660.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1661. </svg>
  1662.  
  1663.                    </summary>
  1664.                    <ul id="HeaderMenu-MenuList-6" class="header__submenu list-menu list-menu--disclosure caption-large motion-reduce" role="list" tabindex="-1"><li><a href="/collections/energy-balancing" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1665.                              Energy Balancing
  1666.                            </a></li><li><a href="/collections/dream-building" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1667.                              Dream Building
  1668.                            </a></li><li><a href="/collections/home-living-products" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1669.                              Home/Living Products
  1670.                            </a></li></ul>
  1671.                  </details>
  1672.                </details-disclosure></li><li><details-disclosure>
  1673.                  <details id="Details-HeaderMenu-7">
  1674.                    <summary class="header__menu-item list-menu__item link focus-inset">
  1675.                      <span class="header__active-menu-item">Books/Videos</span>
  1676.                      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1677.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1678. </svg>
  1679.  
  1680.                    </summary>
  1681.                    <ul id="HeaderMenu-MenuList-7" class="header__submenu list-menu list-menu--disclosure caption-large motion-reduce" role="list" tabindex="-1"><li><details id="Details-HeaderSubMenu-1">
  1682.                              <summary class="header__menu-item link link--text list-menu__item focus-inset caption-large">
  1683.                                <span>All You Need</span>
  1684.                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1685.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1686. </svg>
  1687.  
  1688.                              </summary>
  1689.                              <ul id="HeaderMenu-SubMenuList-1" class="header__submenu list-menu motion-reduce"><li>
  1690.                                    <a href="/pages/alluneed" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1691.                                      Books
  1692.                                    </a>
  1693.                                  </li><li>
  1694.                                    <a href="/collections/all-you-need-videos-movies" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1695.                                      Videos/Movies
  1696.                                    </a>
  1697.                                  </li></ul>
  1698.                            </details></li><li><details id="Details-HeaderSubMenu-2">
  1699.                              <summary class="header__menu-item link link--text list-menu__item focus-inset caption-large">
  1700.                                <span>Additional</span>
  1701.                                <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  1702.  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
  1703. </svg>
  1704.  
  1705.                              </summary>
  1706.                              <ul id="HeaderMenu-SubMenuList-2" class="header__submenu list-menu motion-reduce"><li>
  1707.                                    <a href="/collections/additional-books" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1708.                                      Books
  1709.                                    </a>
  1710.                                  </li><li>
  1711.                                    <a href="/collections/additional-videos-movies" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1712.                                      Videos/Movies
  1713.                                    </a>
  1714.                                  </li><li>
  1715.                                    <a href="/collections/christian-books" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1716.                                      Christian Books
  1717.                                    </a>
  1718.                                  </li><li>
  1719.                                    <a href="/collections/childrens-materials" class="header__menu-item list-menu__item link link--text focus-inset caption-large">
  1720.                                      Children&#39;s Materials
  1721.                                    </a>
  1722.                                  </li></ul>
  1723.                            </details></li></ul>
  1724.                  </details>
  1725.                </details-disclosure></li><li><a href="/pages/member-product-showcase" class="header__menu-item header__menu-item list-menu__item link link--text focus-inset">
  1726.                  <span>Member Product Showcase</span>
  1727.                </a></li></ul>
  1728.      </nav><div class="header__icons">
  1729.      <details-modal class="header__search">
  1730.        <details>
  1731.          <summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search">
  1732.            <span>
  1733.              <svg class="modal__toggle-open icon icon-search" aria-hidden="true" focusable="false" role="presentation">
  1734.                <use href="#icon-search">
  1735.              </svg>
  1736.              <svg class="modal__toggle-close icon icon-close" aria-hidden="true" focusable="false" role="presentation">
  1737.                <use href="#icon-close">
  1738.              </svg>
  1739.            </span>
  1740.          </summary>
  1741.          <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search">
  1742.            <div class="modal-overlay"></div>
  1743.            <div class="search-modal__content search-modal__content-bottom" tabindex="-1"><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
  1744.                  <div class="field">
  1745.                    <input class="search__input field__input"
  1746.                      id="Search-In-Modal"
  1747.                      type="search"
  1748.                      name="q"
  1749.                      value=""
  1750.                      placeholder="Search"role="combobox"
  1751.                        aria-expanded="false"
  1752.                        aria-owns="predictive-search-results-list"
  1753.                        aria-controls="predictive-search-results-list"
  1754.                        aria-haspopup="listbox"
  1755.                        aria-autocomplete="list"
  1756.                        autocorrect="off"
  1757.                        autocomplete="off"
  1758.                        autocapitalize="off"
  1759.                        spellcheck="false">
  1760.                    <label class="field__label" for="Search-In-Modal">Search</label>
  1761.                    <input type="hidden" name="options[prefix]" value="last">
  1762.                    <button class="search__button field__button" aria-label="Search">
  1763.                      <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
  1764.                        <use href="#icon-search">
  1765.                      </svg>
  1766.                    </button>
  1767.                  </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
  1768.                      <div class="predictive-search__loading-state">
  1769.                        <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
  1770.                          <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
  1771.                        </svg>
  1772.                      </div>
  1773.                    </div>
  1774.  
  1775.                    <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button type="button" class="search-modal__close-button modal__close-button link link--text focus-inset" aria-label="Close">
  1776.                <svg class="icon icon-close" aria-hidden="true" focusable="false" role="presentation">
  1777.                  <use href="#icon-close">
  1778.                </svg>
  1779.              </button>
  1780.            </div>
  1781.          </div>
  1782.        </details>
  1783.      </details-modal><a href="https://www.theginstore.com/customer_authentication/redirect?locale=en&region_country=US" class="header__icon header__icon--account link focus-inset small-hide">
  1784.          <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-account" fill="none" viewBox="0 0 18 19">
  1785.  <path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.5a3 3 0 116 0 3 3 0 01-6 0zm3-4a4 4 0 100 8 4 4 0 000-8zm5.58 12.15c1.12.82 1.83 2.24 1.91 4.85H1.51c.08-2.6.79-4.03 1.9-4.85C4.66 11.75 6.5 11.5 9 11.5s4.35.26 5.58 1.15zM9 10.5c-2.5 0-4.65.24-6.17 1.35C1.27 12.98.5 14.93.5 18v.5h17V18c0-3.07-.77-5.02-2.33-6.15-1.52-1.1-3.67-1.35-6.17-1.35z" fill="currentColor">
  1786. </svg>
  1787.  
  1788.          <span class="visually-hidden">Log in</span>
  1789.        </a><a href="/cart" class="header__icon header__icon--cart link focus-inset" id="cart-icon-bubble"><svg class="icon icon-cart-empty" aria-hidden="true" focusable="false" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" fill="none">
  1790.  <path d="m15.75 11.8h-3.16l-.77 11.6a5 5 0 0 0 4.99 5.34h7.38a5 5 0 0 0 4.99-5.33l-.78-11.61zm0 1h-2.22l-.71 10.67a4 4 0 0 0 3.99 4.27h7.38a4 4 0 0 0 4-4.27l-.72-10.67h-2.22v.63a4.75 4.75 0 1 1 -9.5 0zm8.5 0h-7.5v.63a3.75 3.75 0 1 0 7.5 0z" fill="currentColor" fill-rule="evenodd"/>
  1791. </svg>
  1792. <span class="visually-hidden">Cart</span></a>
  1793. <div class="transcy-switcher-manual transcy-desktop hidden"></div>
  1794.                    
  1795.    </div>
  1796.  </header>
  1797. </sticky-header>
  1798.  
  1799. <cart-notification>
  1800.  <div class="cart-notification-wrapper page-width color-accent-1">
  1801.    <div id="cart-notification" class="cart-notification focus-inset" aria-modal="true" aria-label="Item added to your cart" role="dialog" tabindex="-1">
  1802.      <div class="cart-notification__header">
  1803.        <h2 class="cart-notification__heading caption-large text-body"><svg class="icon icon-checkmark color-foreground-text" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 9" fill="none">
  1804.  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.35.643a.5.5 0 01.006.707l-6.77 6.886a.5.5 0 01-.719-.006L.638 4.845a.5.5 0 11.724-.69l2.872 3.011 6.41-6.517a.5.5 0 01.707-.006h-.001z" fill="currentColor"/>
  1805. </svg>
  1806. Item added to your cart</h2>
  1807.        <button type="button" class="cart-notification__close modal__close-button link link--text focus-inset" aria-label="Close">
  1808.          <svg class="icon icon-close" aria-hidden="true" focusable="false"><use href="#icon-close"></svg>
  1809.        </button>
  1810.      </div>
  1811.      <div id="cart-notification-product" class="cart-notification-product"></div>
  1812.      <div class="cart-notification__links">
  1813.        <a href="/cart" id="cart-notification-button" class="button button--secondary button--full-width"></a>
  1814.        <form action="/cart" method="post" id="cart-notification-form">
  1815.          <button class="button button--primary button--full-width" name="checkout">Check out</button>
  1816.        </form>
  1817.        <button type="button" class="link button-label">Continue shopping</button>
  1818.      </div>
  1819.    </div>
  1820.  </div>
  1821. </cart-notification>
  1822. <style data-shopify>
  1823.  .cart-notification {
  1824.     display: none;
  1825.  }
  1826. </style>
  1827.  
  1828.  
  1829. <script type="application/ld+json">
  1830.  {
  1831.    "@context": "http://schema.org",
  1832.    "@type": "Organization",
  1833.    "name": "The GIN Store ",
  1834.    
  1835.      
  1836.      "logo": "https:\/\/www.theginstore.com\/cdn\/shop\/files\/GIN_Store_White_PNG_144_7660x.png?v=1644902133",
  1837.    
  1838.    "sameAs": [
  1839.      "",
  1840.      "",
  1841.      "",
  1842.      "",
  1843.      "",
  1844.      "",
  1845.      "",
  1846.      "",
  1847.      ""
  1848.    ],
  1849.    "url": "https:\/\/www.theginstore.com"
  1850.  }
  1851. </script>
  1852.  <script type="application/ld+json">
  1853.    {
  1854.      "@context": "http://schema.org",
  1855.      "@type": "WebSite",
  1856.      "name": "The GIN Store ",
  1857.      "potentialAction": {
  1858.        "@type": "SearchAction",
  1859.        "target": "https:\/\/www.theginstore.com\/search?q={search_term_string}",
  1860.        "query-input": "required name=search_term_string"
  1861.      },
  1862.      "url": "https:\/\/www.theginstore.com"
  1863.    }
  1864.  </script>
  1865. </div><div id="shopify-section-slidey-bar" class="shopify-section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/lfs-slidey-bar.scss.css?v=129106949686386820831650814898" rel="stylesheet" type="text/css" media="all" />
  1866. <link href="//www.theginstore.com/cdn/shop/t/13/assets/lfs-slidey-bar-custom.scss.css?v=41627002824028722201651070637" rel="stylesheet" type="text/css" media="all" />
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874. <div id="my_slidey-bar" class="slidey-bar-place" >
  1875.  <a href="#" class="slidey-bar-close" onclick="closeSlidey()">&times;</a>
  1876.  <div class="inner_wrapper">
  1877.    
  1878.  
  1879.    
  1880.    
  1881.        
  1882.  
  1883.               <div class="slidey-bar-content">
  1884.                <H3 class="slideybar-title"></H3>
  1885.                <ul class="slidey-bar-menu">
  1886.                
  1887. <li>
  1888.                    <a class="slidey-bar-menu-item" href="https://globalinformationnetwork.com/">GIN Home</a>
  1889.                  </li>
  1890.                
  1891. <li>
  1892.                    <a class="slidey-bar-menu-item" href="/">Store Home</a>
  1893.                  </li>
  1894.                
  1895. <li>
  1896.                    <a class="slidey-bar-menu-item" href="/pages/gin-apparel">Apparel</a>
  1897.                  </li>
  1898.                
  1899. <li>
  1900.                    <a class="slidey-bar-menu-item" href="/pages/gin-jewelry">Jewelry</a>
  1901.                  </li>
  1902.                
  1903. <li>
  1904.                    <a class="slidey-bar-menu-item" href="/collections/home">GIN Branded Home</a>
  1905.                  </li>
  1906.                
  1907. <li>
  1908.                    <a class="slidey-bar-menu-item" href="/collections/office-stationary">Office/Stationery</a>
  1909.                  </li>
  1910.                
  1911. <li>
  1912.                    <a class="slidey-bar-menu-item" href="/collections/legacy">GIN Legacy Materials</a>
  1913.                  </li>
  1914.                
  1915. <li>
  1916.                    <a class="slidey-bar-menu-item" href="/collections/kevin-trudeau">Kevin Trudeau</a>
  1917.                  </li>
  1918.                
  1919. <li>
  1920.                    <a class="slidey-bar-menu-item" href="/collections/supplements">Supplements</a>
  1921.                  </li>
  1922.                
  1923. <li>
  1924.                    <a class="slidey-bar-menu-item" href="/collections/blood-type-diet">Blood Type Diet</a>
  1925.                  </li>
  1926.                
  1927. <li>
  1928.                    <a class="slidey-bar-menu-item" href="/collections/exercise">Exercise</a>
  1929.                  </li>
  1930.                
  1931. <li>
  1932.                    <a class="slidey-bar-menu-item" href="/collections/water-filtration">Water</a>
  1933.                  </li>
  1934.                
  1935. <li>
  1936.                    <a class="slidey-bar-menu-item" href="/collections/detox">Detox</a>
  1937.                  </li>
  1938.                
  1939. <li>
  1940.                    <a class="slidey-bar-menu-item" href="/collections/air-filtration">Air Filtration</a>
  1941.                  </li>
  1942.                
  1943. <li>
  1944.                    <a class="slidey-bar-menu-item" href="/collections/energy-balancing">Energy Balancing</a>
  1945.                  </li>
  1946.                
  1947. <li>
  1948.                    <a class="slidey-bar-menu-item" href="/collections/dream-building">Dream Building</a>
  1949.                  </li>
  1950.                
  1951. <li>
  1952.                    <a class="slidey-bar-menu-item" href="/collections/home-living-products">Home/Living</a>
  1953.                  </li>
  1954.                
  1955. <li>
  1956.                    <a class="slidey-bar-menu-item" href="/collections/books-videos">Books/Videos</a>
  1957.                  </li>
  1958.                
  1959. <li>
  1960.                    <a class="slidey-bar-menu-item" href="/pages/member-product-showcase">Member Product Showcase</a>
  1961.                  </li>
  1962.                
  1963.                </ul>
  1964.              </div>
  1965.            
  1966.  
  1967.  
  1968.    
  1969.    
  1970.  </div>
  1971. </div>
  1972.  
  1973.  
  1974.  
  1975. <div id="slidey-tab" class="slidey-tab-button" onclick="openSlidey()" ><div class="inner_tab">Open Sidebar</div></div>
  1976.  
  1977. <style>
  1978. .slidey-bar .meta{
  1979.  color: #ffffff;
  1980. }
  1981.  
  1982. .slidey-bar .sb-prod-price {
  1983.  color: #ffffff;
  1984. }
  1985. .slidey-bar-tags{
  1986.  list-style: none;
  1987.  
  1988.  .active-tag {
  1989.    color: #ffd700;
  1990.  }
  1991. }
  1992.  
  1993. .slidey-bar-tags   li a {
  1994.  color: #ffffff;
  1995. }
  1996.  
  1997. .slidey-bar-tags li a:hover{
  1998.  color: #ffd700;
  1999. }
  2000. .slideybar-title {
  2001.  color: #ffffff !important;
  2002. }  
  2003.  
  2004. .slideybar-sub-title {
  2005.  color: #ffffff;
  2006. }  
  2007.  
  2008. .slideybar-text-vendor {
  2009. color: #ffffff;
  2010. }
  2011.  
  2012. .slidey-bar-image-text-overlay {
  2013.   background:#010346;
  2014.    color: #ffffff;
  2015. }
  2016.  
  2017. .slidey-bar-image-text-overlay a {
  2018.  color: #ffffff !important;
  2019. }
  2020.  
  2021. .slidey-bar-image-text-overlay:hover {
  2022.  background: #ffffff;
  2023.  color: #010346 !important;
  2024. }
  2025.  
  2026. .slidey-bar-image-text-overlay:hover a {
  2027.  color: #010346 !important;
  2028. }
  2029.  
  2030. .slidey-bar-image-text-overlay a:hover {
  2031.  color: #010346 !important;
  2032. }
  2033.  
  2034. .slidey-bar-menu li a {
  2035.  color: #ffffff;
  2036. }
  2037.  
  2038. .slidey-bar-menu li a:hover {
  2039.  color: #ffd700;
  2040. }
  2041.  
  2042. .slidey-bar-search {
  2043.  border-radius: 4px;
  2044.  
  2045.  input{
  2046.     color: #ffffff;
  2047.  }
  2048. }
  2049.  
  2050. .slidey-bar-tab {
  2051.  background-color: #010346;
  2052.  color:#ffffff;
  2053.  
  2054. }
  2055.  
  2056. .slidey-bar-tab:hover {
  2057.  color: #ffd700;
  2058. }
  2059.  
  2060. .slidey-bar {
  2061.  background-color: #787878;
  2062.  padding-top: 160px;
  2063. }
  2064.  
  2065. .slidey-bar a {
  2066.  color: #ffffff;
  2067. }
  2068.  
  2069. .slidey-bar a:hover {
  2070.  color: #ffd700;
  2071. }
  2072.  
  2073. .slidey-bar p {
  2074. color: #ffffff;
  2075. }
  2076.  
  2077. .slidey-bar input[type='search']{
  2078.    border: 1px solid #ffffff;
  2079. }
  2080.  
  2081.  
  2082. </style>
  2083.  
  2084.  
  2085. </div>
  2086.    <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">
  2087.      <section id="shopify-section-template--15460920230063__5a215671-959d-472e-a607-3b16a80179a3" class="shopify-section section"><link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-rte.css?v=69919436638515329781648533871" media="print" onload="this.media='all'">
  2088. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/section-rich-text.css?v=91207402707643068841648534282" media="print" onload="this.media='all'">
  2089.  
  2090. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-rte.css?v=69919436638515329781648533871" rel="stylesheet" type="text/css" media="all" /></noscript>
  2091. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-rich-text.css?v=91207402707643068841648534282" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.section-template--15460920230063__5a215671-959d-472e-a607-3b16a80179a3-padding {
  2092.    padding-top: 9px;
  2093.    padding-bottom: 9px;
  2094.  }
  2095.  
  2096.  @media screen and (min-width: 750px) {
  2097.    .section-template--15460920230063__5a215671-959d-472e-a607-3b16a80179a3-padding {
  2098.      padding-top: 12px;
  2099.      padding-bottom: 12px;
  2100.    }
  2101.  }</style><div class="isolate">
  2102.  <div class="rich-text content-container color-background-1 gradient rich-text--full-width content-container--full-width section-template--15460920230063__5a215671-959d-472e-a607-3b16a80179a3-padding">
  2103.    <div class="rich-text__blocks"></div>
  2104.  </div>
  2105. </div>
  2106.  
  2107.  
  2108. </section><section id="shopify-section-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8" class="shopify-section section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-image-banner.css?v=176487564440668880141647395609" rel="stylesheet" type="text/css" media="all" />
  2109. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" />
  2110. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slideshow.css?v=71768021065801092671647395626" rel="stylesheet" type="text/css" media="all" />
  2111. <style data-shopify>@media screen and (max-width: 749px) {
  2112.    #Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8::before,
  2113.    #Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8 .media::before,
  2114.    #Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8:not(.banner--mobile-bottom) .banner__content::before {
  2115.      padding-bottom: 33.33333333333333%;
  2116.      content: '';
  2117.      display: block;
  2118.    }
  2119.  }
  2120.  
  2121.  @media screen and (min-width: 750px) {
  2122.    #Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8::before,
  2123.    #Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8 .media::before {
  2124.      padding-bottom: 33.33333333333333%;
  2125.      content: '';
  2126.      display: block;
  2127.    }
  2128.  }</style><slideshow-component class="slider-mobile-gutter page-width" role="region" aria-roledescription="Carousel" aria-label="">
  2129.  <div class="slideshow banner banner--adapt_image grid grid--1-col slider slider--everywhere"
  2130.    id="Slider-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8"
  2131.    aria-live="polite"
  2132.    aria-atomic="true"
  2133.    data-autoplay="false"
  2134.    data-speed="3"
  2135.  ><style>
  2136.        #Slide-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8-1 .banner__media::after {
  2137.          opacity: 0.0;
  2138.        }
  2139.      </style>
  2140.      <div class="slideshow__slide grid__item grid--1-col slider__slide"
  2141.        id="Slide-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8-1"
  2142.        
  2143.        role="group"
  2144.        aria-roledescription="Slide"
  2145.        aria-label="1 of 1"
  2146.        tabindex="-1"
  2147.      >
  2148.        <div class="slideshow__media banner__media media"><img
  2149.              srcset="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157&width=375 375w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157&width=550 550w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157&width=750 750w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157&width=1100 1100w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157 1200w"
  2150.              sizes="100vw"
  2151.              src="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2_2d66f8af-a791-4d79-a060-bc3f5c09efdc.png?v=1734150157&width=1500"
  2152.              loading="lazy"
  2153.              alt=""
  2154.              width="1200"
  2155.              height="400"
  2156.            ></div>
  2157.        <a href="/collections/2025-membership-drive" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
  2158.        <div class="slideshow__text-wrapper banner__content banner__content--middle-center page-width banner--desktop-transparent">
  2159.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-background-1 slideshow__text--center slideshow__text-mobile--center"></div>
  2160.        </div>
  2161.      </div></div></slideshow-component>
  2162. <style> #shopify-section-template--15460920230063__6a260d02-4fe5-4d90-8f86-6d406ac33be8 slideshow-component {padding-top: 25px; padding-bottom: 0px;} </style></section><section id="shopify-section-template--15460920230063__1647404283d993f7c9" class="shopify-section section section-collection-list"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-collection-list.css?v=70863279319435850561647395616" rel="stylesheet" type="text/css" media="all" />
  2163. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-card.css?v=106308006816369136551653889890" rel="stylesheet" type="text/css" media="all" />
  2164.  
  2165. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" media="print" onload="this.media='all'">
  2166. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.section-template--15460920230063__1647404283d993f7c9-padding {
  2167.    padding-top: 27px;
  2168.    padding-bottom: 27px;
  2169.  }
  2170.  
  2171.  @media screen and (min-width: 750px) {
  2172.    .section-template--15460920230063__1647404283d993f7c9-padding {
  2173.      padding-top: 36px;
  2174.      padding-bottom: 36px;
  2175.    }
  2176.  }</style><div class="color-background-2 gradient">
  2177.  <div class="collection-list-wrapper page-width isolate no-heading no-mobile-link section-template--15460920230063__1647404283d993f7c9-padding"><slider-component class="slider-mobile-gutter">
  2178.      <ul class="collection-list contains-card contains-card--standard grid grid--3-col-desktop grid--2-col-tablet-down collection-list--6-items"
  2179.        id="Slider-template--15460920230063__1647404283d993f7c9"
  2180.        role="list"
  2181.      ><li id="Slide-template--15460920230063__1647404283d993f7c9-1" class="collection-list__item grid__item" >
  2182.            
  2183. <div class="card-wrapper animate-arrow">
  2184.  <div class="card
  2185.    card--standard
  2186.     card--media
  2187.    
  2188.    
  2189.    "
  2190.    style="--ratio-percent: 100%;"
  2191.  >
  2192.    
  2193.  
  2194.      <div class="card__content">
  2195.        <div class="card__information">
  2196.          <h3 class="card__heading">
  2197.            <a href="/collections/mens-jewelry" class="full-unstyled-link">Men&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2198.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2199. </svg>
  2200. </span>
  2201.            </a>
  2202.          </h3></div>
  2203.      </div>    
  2204.    
  2205.    
  2206.    
  2207.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2208.          <div class="media media--transparent media--hover-effect">
  2209.            <img
  2210.              srcset="//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=165 165w,//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=330 330w,//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=535 535w,//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=750 750w,//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809 1000w"
  2211.              src="//www.theginstore.com/cdn/shop/collections/Men_s_Jewelry_Small_9330101f-ac52-41a7-ae44-9bc47329886e.png?v=1696390809&width=1500"
  2212.              sizes="
  2213.              (min-width: 1200px) 366px,
  2214.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2215.              calc(100vw - 3rem)"
  2216.              alt="Men&#39;s Jewelry"
  2217.              height="1000"
  2218.              width="1000"
  2219.              loading="lazy"
  2220.              class="motion-reduce"
  2221.            >
  2222.          </div>
  2223.        </div><div class="card__content">        
  2224.        <div class="card__information">
  2225.          <h3 class="card__heading">
  2226.            <a href="/collections/mens-jewelry" class="full-unstyled-link">Men&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2227.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2228. </svg>
  2229. </span>
  2230.            </a>
  2231.          </h3></div>  
  2232.      </div>
  2233.    </div>
  2234.    
  2235.      <div class="card__content hidden">
  2236.        <div class="card__information">
  2237.          <h3 class="card__heading">
  2238.            <a href="/collections/mens-jewelry" class="full-unstyled-link">Men&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2239.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2240. </svg>
  2241. </span>
  2242.            </a>
  2243.          </h3></div>
  2244.      </div>
  2245.    
  2246.  </div>
  2247. </div>
  2248.  
  2249.          </li><li id="Slide-template--15460920230063__1647404283d993f7c9-2" class="collection-list__item grid__item" >
  2250.            
  2251. <div class="card-wrapper animate-arrow">
  2252.  <div class="card
  2253.    card--standard
  2254.     card--media
  2255.    
  2256.    
  2257.    "
  2258.    style="--ratio-percent: 100%;"
  2259.  >
  2260.    
  2261.  
  2262.      <div class="card__content">
  2263.        <div class="card__information">
  2264.          <h3 class="card__heading">
  2265.            <a href="/collections/womens-jewelry" class="full-unstyled-link">Women&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2266.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2267. </svg>
  2268. </span>
  2269.            </a>
  2270.          </h3></div>
  2271.      </div>    
  2272.    
  2273.    
  2274.    
  2275.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2276.          <div class="media media--transparent media--hover-effect">
  2277.            <img
  2278.              srcset="//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=165 165w,//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=330 330w,//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=535 535w,//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=750 750w,//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376 1000w"
  2279.              src="//www.theginstore.com/cdn/shop/collections/GIN_1000x1000-_Women_s_Jewelry_Small_0595c931-0758-4da7-a899-1306dadaabdb.png?v=1651599376&width=1500"
  2280.              sizes="
  2281.              (min-width: 1200px) 366px,
  2282.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2283.              calc(100vw - 3rem)"
  2284.              alt="Women&#39;s Jewelry"
  2285.              height="1000"
  2286.              width="1000"
  2287.              loading="lazy"
  2288.              class="motion-reduce"
  2289.            >
  2290.          </div>
  2291.        </div><div class="card__content">        
  2292.        <div class="card__information">
  2293.          <h3 class="card__heading">
  2294.            <a href="/collections/womens-jewelry" class="full-unstyled-link">Women&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2295.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2296. </svg>
  2297. </span>
  2298.            </a>
  2299.          </h3></div>  
  2300.      </div>
  2301.    </div>
  2302.    
  2303.      <div class="card__content hidden">
  2304.        <div class="card__information">
  2305.          <h3 class="card__heading">
  2306.            <a href="/collections/womens-jewelry" class="full-unstyled-link">Women&#39;s Jewelry<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2307.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2308. </svg>
  2309. </span>
  2310.            </a>
  2311.          </h3></div>
  2312.      </div>
  2313.    
  2314.  </div>
  2315. </div>
  2316.  
  2317.          </li><li id="Slide-template--15460920230063__1647404283d993f7c9-3" class="collection-list__item grid__item" >
  2318.            
  2319. <div class="card-wrapper animate-arrow">
  2320.  <div class="card
  2321.    card--standard
  2322.     card--media
  2323.    
  2324.    
  2325.    "
  2326.    style="--ratio-percent: 100%;"
  2327.  >
  2328.    
  2329.  
  2330.      <div class="card__content">
  2331.        <div class="card__information">
  2332.          <h3 class="card__heading">
  2333.            <a href="/collections/office-stationary" class="full-unstyled-link">Office/Stationery<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2334.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2335. </svg>
  2336. </span>
  2337.            </a>
  2338.          </h3></div>
  2339.      </div>    
  2340.    
  2341.    
  2342.    
  2343.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2344.          <div class="media media--transparent media--hover-effect">
  2345.            <img
  2346.              srcset="//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=165 165w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=330 330w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=535 535w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=750 750w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013 2000w"
  2347.              src="//www.theginstore.com/cdn/shop/collections/Your_Wish_Is_Always_Your_Command_-_Hardb_HC_Lifestyle_01_Mockup_png_jpg.webp?v=1696218013&width=1500"
  2348.              sizes="
  2349.              (min-width: 1200px) 366px,
  2350.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2351.              calc(100vw - 3rem)"
  2352.              alt="Office/Stationery"
  2353.              height="2000"
  2354.              width="2000"
  2355.              loading="lazy"
  2356.              class="motion-reduce"
  2357.            >
  2358.          </div>
  2359.        </div><div class="card__content">        
  2360.        <div class="card__information">
  2361.          <h3 class="card__heading">
  2362.            <a href="/collections/office-stationary" class="full-unstyled-link">Office/Stationery
  2363.            </a>
  2364.          </h3><p class="card__caption"><span class="icon-wrap">&nbsp;<svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2365.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2366. </svg>
  2367. </span>
  2368.            </p></div>  
  2369.      </div>
  2370.    </div>
  2371.    
  2372.      <div class="card__content hidden">
  2373.        <div class="card__information">
  2374.          <h3 class="card__heading">
  2375.            <a href="/collections/office-stationary" class="full-unstyled-link">Office/Stationery<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2376.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2377. </svg>
  2378. </span>
  2379.            </a>
  2380.          </h3></div>
  2381.      </div>
  2382.    
  2383.  </div>
  2384. </div>
  2385.  
  2386.          </li><li id="Slide-template--15460920230063__1647404283d993f7c9-4" class="collection-list__item grid__item" >
  2387.            
  2388. <div class="card-wrapper animate-arrow">
  2389.  <div class="card
  2390.    card--standard
  2391.     card--media
  2392.    
  2393.    
  2394.    "
  2395.    style="--ratio-percent: 100%;"
  2396.  >
  2397.    
  2398.  
  2399.      <div class="card__content">
  2400.        <div class="card__information">
  2401.          <h3 class="card__heading">
  2402.            <a href="/collections/home" class="full-unstyled-link">Home<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2403.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2404. </svg>
  2405. </span>
  2406.            </a>
  2407.          </h3></div>
  2408.      </div>    
  2409.    
  2410.    
  2411.    
  2412.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2413.          <div class="media media--transparent media--hover-effect">
  2414.            <img
  2415.              srcset="//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=165 165w,//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=330 330w,//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=535 535w,//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=750 750w,//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031 1024w"
  2416.              src="//www.theginstore.com/cdn/shop/collections/GIN_Mousepad_Lifestyle.png?v=1662683031&width=1500"
  2417.              sizes="
  2418.              (min-width: 1200px) 366px,
  2419.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2420.              calc(100vw - 3rem)"
  2421.              alt="Home"
  2422.              height="1024"
  2423.              width="1024"
  2424.              loading="lazy"
  2425.              class="motion-reduce"
  2426.            >
  2427.          </div>
  2428.        </div><div class="card__content">        
  2429.        <div class="card__information">
  2430.          <h3 class="card__heading">
  2431.            <a href="/collections/home" class="full-unstyled-link">Home<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2432.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2433. </svg>
  2434. </span>
  2435.            </a>
  2436.          </h3></div>  
  2437.      </div>
  2438.    </div>
  2439.    
  2440.      <div class="card__content hidden">
  2441.        <div class="card__information">
  2442.          <h3 class="card__heading">
  2443.            <a href="/collections/home" class="full-unstyled-link">Home<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2444.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2445. </svg>
  2446. </span>
  2447.            </a>
  2448.          </h3></div>
  2449.      </div>
  2450.    
  2451.  </div>
  2452. </div>
  2453.  
  2454.          </li><li id="Slide-template--15460920230063__1647404283d993f7c9-5" class="collection-list__item grid__item" >
  2455.            
  2456. <div class="card-wrapper animate-arrow">
  2457.  <div class="card
  2458.    card--standard
  2459.     card--media
  2460.    
  2461.    
  2462.    "
  2463.    style="--ratio-percent: 100%;"
  2464.  >
  2465.    
  2466.  
  2467.      <div class="card__content">
  2468.        <div class="card__information">
  2469.          <h3 class="card__heading">
  2470.            <a href="/collections/legacy" class="full-unstyled-link">GIN Legacy<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2471.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2472. </svg>
  2473. </span>
  2474.            </a>
  2475.          </h3></div>
  2476.      </div>    
  2477.    
  2478.    
  2479.    
  2480.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2481.          <div class="media media--transparent media--hover-effect">
  2482.            <img
  2483.              srcset="//www.theginstore.com/cdn/shop/collections/ywiyc_guidebook-english_1_2.jpg?v=1695793991&width=165 165w,//www.theginstore.com/cdn/shop/collections/ywiyc_guidebook-english_1_2.jpg?v=1695793991&width=330 330w,//www.theginstore.com/cdn/shop/collections/ywiyc_guidebook-english_1_2.jpg?v=1695793991&width=535 535w,//www.theginstore.com/cdn/shop/collections/ywiyc_guidebook-english_1_2.jpg?v=1695793991 650w"
  2484.              src="//www.theginstore.com/cdn/shop/collections/ywiyc_guidebook-english_1_2.jpg?v=1695793991&width=1500"
  2485.              sizes="
  2486.              (min-width: 1200px) 366px,
  2487.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2488.              calc(100vw - 3rem)"
  2489.              alt="GIN Legacy"
  2490.              height="650"
  2491.              width="650"
  2492.              loading="lazy"
  2493.              class="motion-reduce"
  2494.            >
  2495.          </div>
  2496.        </div><div class="card__content">        
  2497.        <div class="card__information">
  2498.          <h3 class="card__heading">
  2499.            <a href="/collections/legacy" class="full-unstyled-link">GIN Legacy
  2500.            </a>
  2501.          </h3><p class="card__caption">**GIN Legacy items have limited quantities available and will not be reproduced...<span class="icon-wrap">&nbsp;<svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2502.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2503. </svg>
  2504. </span>
  2505.            </p></div>  
  2506.      </div>
  2507.    </div>
  2508.    
  2509.      <div class="card__content hidden">
  2510.        <div class="card__information">
  2511.          <h3 class="card__heading">
  2512.            <a href="/collections/legacy" class="full-unstyled-link">GIN Legacy<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2513.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2514. </svg>
  2515. </span>
  2516.            </a>
  2517.          </h3></div>
  2518.      </div>
  2519.    
  2520.  </div>
  2521. </div>
  2522.  
  2523.          </li><li id="Slide-template--15460920230063__1647404283d993f7c9-6" class="collection-list__item grid__item" >
  2524.            
  2525. <div class="card-wrapper animate-arrow">
  2526.  <div class="card
  2527.    card--standard
  2528.     card--media
  2529.    
  2530.    
  2531.    "
  2532.    style="--ratio-percent: 100%;"
  2533.  >
  2534.    
  2535.  
  2536.      <div class="card__content">
  2537.        <div class="card__information">
  2538.          <h3 class="card__heading">
  2539.            <a href="/collections/kevin-trudeau" class="full-unstyled-link">Kevin Trudeau<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2540.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2541. </svg>
  2542. </span>
  2543.            </a>
  2544.          </h3></div>
  2545.      </div>    
  2546.    
  2547.    
  2548.    
  2549.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2550.          <div class="media media--transparent media--hover-effect">
  2551.            <img
  2552.              srcset="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=165 165w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=330 330w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=535 535w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=750 750w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363 2048w"
  2553.              src="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_KTTS.png?v=1651599363&width=1500"
  2554.              sizes="
  2555.              (min-width: 1200px) 366px,
  2556.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2557.              calc(100vw - 3rem)"
  2558.              alt="Kevin Trudeau"
  2559.              height="2048"
  2560.              width="2048"
  2561.              loading="lazy"
  2562.              class="motion-reduce"
  2563.            >
  2564.          </div>
  2565.        </div><div class="card__content">        
  2566.        <div class="card__information">
  2567.          <h3 class="card__heading">
  2568.            <a href="/collections/kevin-trudeau" class="full-unstyled-link">Kevin Trudeau<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2569.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2570. </svg>
  2571. </span>
  2572.            </a>
  2573.          </h3></div>  
  2574.      </div>
  2575.    </div>
  2576.    
  2577.      <div class="card__content hidden">
  2578.        <div class="card__information">
  2579.          <h3 class="card__heading">
  2580.            <a href="/collections/kevin-trudeau" class="full-unstyled-link">Kevin Trudeau<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2581.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2582. </svg>
  2583. </span>
  2584.            </a>
  2585.          </h3></div>
  2586.      </div>
  2587.    
  2588.  </div>
  2589. </div>
  2590.  
  2591.          </li></ul></slider-component></div>
  2592. </div>
  2593.  
  2594.  
  2595. </section><div id="shopify-section-template--15460920230063__16512477827ca3a99b" class="shopify-section section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-image-with-text.css?v=99295692553943456751647395615" rel="stylesheet" type="text/css" media="all" />
  2596. <style data-shopify>.section-template--15460920230063__16512477827ca3a99b-padding {
  2597.    padding-top: 27px;
  2598.    padding-bottom: 27px;
  2599.  }
  2600.  
  2601.  @media screen and (min-width: 750px) {
  2602.    .section-template--15460920230063__16512477827ca3a99b-padding {
  2603.      padding-top: 36px;
  2604.      padding-bottom: 36px;
  2605.    }
  2606.  }
  2607.  
  2608.  
  2609.  #shopify-section-template--15460920230063__16512477827ca3a99b .image-with-text .button {
  2610.    background-color: #010346;
  2611.    color:  #ffffff;
  2612.  }
  2613.  
  2614. </style><div class="image-with-text image-with-text--no-overlap page-width isolate section-template--15460920230063__16512477827ca3a99b-padding">
  2615.  <div class="image-with-text__grid grid grid--gapless grid--1-col grid--2-col-tablet">
  2616.    <div class="image-with-text__media-item image-with-text__media-item--medium image-with-text__media-item--top grid__item">
  2617.      <div class="image-with-text__media image-with-text__media--adapt gradient color-background-1 global-media-settings media"
  2618.         style="padding-bottom: 62.5%;"
  2619.      ><img
  2620.            srcset="//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299&width=165 165w,//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299&width=360 360w,//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299&width=535 535w,//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299&width=750 750w,//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299 800w"
  2621.            src="//www.theginstore.com/cdn/shop/files/Member_Showcase_4a26746b-31d7-4a3a-a6cd-4041ddaf4e39.png?v=1743606299&width=1500"
  2622.            sizes="(min-width: 1200px) 550px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)"
  2623.            alt=""
  2624.            loading="lazy"
  2625.            width="800"
  2626.            height="500"
  2627.          ></div>
  2628.    </div>
  2629.    <div class="image-with-text__text-item grid__item">
  2630.      <div id="ImageWithText--template--15460920230063__16512477827ca3a99b" class="image-with-text__content image-with-text__content--top image-with-text__content--desktop-center image-with-text__content--mobile-left image-with-text__content--adapt gradient color-background-1 content-container"><h2 class="image-with-text__heading h2" >
  2631.                GIN HQ Products
  2632.              </h2><div class="image-with-text__text rte body" ><p>Discover the hand-picked products  used every day at GIN HQ!</p></div><a href="/collections/gin-hq-products" class="button button--primary" >
  2633.                  Shop Now
  2634.                </a></div>
  2635.    </div>
  2636.  </div>
  2637. </div>
  2638.  
  2639.  
  2640.  
  2641. </div><section id="shopify-section-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284" class="shopify-section section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-image-banner.css?v=176487564440668880141647395609" rel="stylesheet" type="text/css" media="all" />
  2642. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" />
  2643. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slideshow.css?v=71768021065801092671647395626" rel="stylesheet" type="text/css" media="all" />
  2644. <style data-shopify>@media screen and (max-width: 749px) {
  2645.    #Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284::before,
  2646.    #Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284 .media::before,
  2647.    #Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284:not(.banner--mobile-bottom) .banner__content::before {
  2648.      padding-bottom: 33.33333333333333%;
  2649.      content: '';
  2650.      display: block;
  2651.    }
  2652.  }
  2653.  
  2654.  @media screen and (min-width: 750px) {
  2655.    #Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284::before,
  2656.    #Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284 .media::before {
  2657.      padding-bottom: 33.33333333333333%;
  2658.      content: '';
  2659.      display: block;
  2660.    }
  2661.  }</style><slideshow-component class="slider-mobile-gutter page-width mobile-text-below" role="region" aria-roledescription="Carousel" aria-label="Slideshow about our brand">
  2662.  <div class="slideshow banner banner--adapt_image grid grid--1-col slider slider--everywhere banner--mobile-bottom"
  2663.    id="Slider-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284"
  2664.    aria-live="polite"
  2665.    aria-atomic="true"
  2666.    data-autoplay="false"
  2667.    data-speed="5"
  2668.  ><style>
  2669.        #Slide-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284-1 .banner__media::after {
  2670.          opacity: 0.0;
  2671.        }
  2672.      </style>
  2673.      <div class="slideshow__slide grid__item grid--1-col slider__slide"
  2674.        id="Slide-template--15460920230063__269340ae-c7b6-44f2-95af-d0446c09b284-1"
  2675.        
  2676.        role="group"
  2677.        aria-roledescription="Slide"
  2678.        aria-label="1 of 1"
  2679.        tabindex="-1"
  2680.      >
  2681.        <div class="slideshow__media banner__media media"><img
  2682.              srcset="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367&width=375 375w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367&width=550 550w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367&width=750 750w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367&width=1100 1100w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367 1200w"
  2683.              sizes="100vw"
  2684.              src="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022_6e4d73f3-754d-4ff5-b3cb-a5e61beec020.png?v=1721748367&width=1500"
  2685.              loading="lazy"
  2686.              alt=""
  2687.              width="1200"
  2688.              height="400"
  2689.            ></div>
  2690.        <a href="/products/pineal-guard-sc" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
  2691.        <div class="slideshow__text-wrapper banner__content banner__content--middle-center page-width banner--desktop-transparent">
  2692.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-background-1 slideshow__text--center slideshow__text-mobile--center"></div>
  2693.        </div>
  2694.      </div></div></slideshow-component>
  2695. </section><section id="shopify-section-template--15460920230063__collection_list_eQygh7" class="shopify-section section section-collection-list"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-collection-list.css?v=70863279319435850561647395616" rel="stylesheet" type="text/css" media="all" />
  2696. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-card.css?v=106308006816369136551653889890" rel="stylesheet" type="text/css" media="all" />
  2697.  
  2698. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" media="print" onload="this.media='all'">
  2699. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.section-template--15460920230063__collection_list_eQygh7-padding {
  2700.    padding-top: 27px;
  2701.    padding-bottom: 27px;
  2702.  }
  2703.  
  2704.  @media screen and (min-width: 750px) {
  2705.    .section-template--15460920230063__collection_list_eQygh7-padding {
  2706.      padding-top: 36px;
  2707.      padding-bottom: 36px;
  2708.    }
  2709.  }</style><div class="color-background-2 gradient">
  2710.  <div class="collection-list-wrapper page-width isolate no-heading no-mobile-link section-template--15460920230063__collection_list_eQygh7-padding"><slider-component class="slider-mobile-gutter">
  2711.      <ul class="collection-list contains-card contains-card--standard grid grid--3-col-desktop grid--2-col-tablet-down collection-list--3-items"
  2712.        id="Slider-template--15460920230063__collection_list_eQygh7"
  2713.        role="list"
  2714.      ><li id="Slide-template--15460920230063__collection_list_eQygh7-1" class="collection-list__item grid__item" >
  2715.            
  2716. <div class="card-wrapper animate-arrow">
  2717.  <div class="card
  2718.    card--standard
  2719.     card--media
  2720.    
  2721.    
  2722.    "
  2723.    style="--ratio-percent: 100%;"
  2724.  >
  2725.    
  2726.  
  2727.      <div class="card__content">
  2728.        <div class="card__information">
  2729.          <h3 class="card__heading">
  2730.            <a href="/collections/mens-apparel" class="full-unstyled-link">Men&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2731.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2732. </svg>
  2733. </span>
  2734.            </a>
  2735.          </h3></div>
  2736.      </div>    
  2737.    
  2738.    
  2739.    
  2740.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2741.          <div class="media media--transparent media--hover-effect">
  2742.            <img
  2743.              srcset="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=165 165w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=330 330w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=535 535w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=750 750w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374 2048w"
  2744.              src="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_men.png?v=1650600374&width=1500"
  2745.              sizes="
  2746.              (min-width: 1200px) 366px,
  2747.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2748.              calc(100vw - 3rem)"
  2749.              alt="Men&#39;s Apparel"
  2750.              height="2048"
  2751.              width="2048"
  2752.              loading="lazy"
  2753.              class="motion-reduce"
  2754.            >
  2755.          </div>
  2756.        </div><div class="card__content">        
  2757.        <div class="card__information">
  2758.          <h3 class="card__heading">
  2759.            <a href="/collections/mens-apparel" class="full-unstyled-link">Men&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2760.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2761. </svg>
  2762. </span>
  2763.            </a>
  2764.          </h3></div>  
  2765.      </div>
  2766.    </div>
  2767.    
  2768.      <div class="card__content hidden">
  2769.        <div class="card__information">
  2770.          <h3 class="card__heading">
  2771.            <a href="/collections/mens-apparel" class="full-unstyled-link">Men&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2772.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2773. </svg>
  2774. </span>
  2775.            </a>
  2776.          </h3></div>
  2777.      </div>
  2778.    
  2779.  </div>
  2780. </div>
  2781.  
  2782.          </li><li id="Slide-template--15460920230063__collection_list_eQygh7-2" class="collection-list__item grid__item" >
  2783.            
  2784. <div class="card-wrapper animate-arrow">
  2785.  <div class="card
  2786.    card--standard
  2787.     card--media
  2788.    
  2789.    
  2790.    "
  2791.    style="--ratio-percent: 100%;"
  2792.  >
  2793.    
  2794.  
  2795.      <div class="card__content">
  2796.        <div class="card__information">
  2797.          <h3 class="card__heading">
  2798.            <a href="/collections/womens-apparel" class="full-unstyled-link">Women&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2799.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2800. </svg>
  2801. </span>
  2802.            </a>
  2803.          </h3></div>
  2804.      </div>    
  2805.    
  2806.    
  2807.    
  2808.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2809.          <div class="media media--transparent media--hover-effect">
  2810.            <img
  2811.              srcset="//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=165 165w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=330 330w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=535 535w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=750 750w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321 2048w"
  2812.              src="//www.theginstore.com/cdn/shop/collections/spod-1058969167-1-1.png?v=1650600321&width=1500"
  2813.              sizes="
  2814.              (min-width: 1200px) 366px,
  2815.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2816.              calc(100vw - 3rem)"
  2817.              alt="Women&#39;s Apparel"
  2818.              height="2048"
  2819.              width="2048"
  2820.              loading="lazy"
  2821.              class="motion-reduce"
  2822.            >
  2823.          </div>
  2824.        </div><div class="card__content">        
  2825.        <div class="card__information">
  2826.          <h3 class="card__heading">
  2827.            <a href="/collections/womens-apparel" class="full-unstyled-link">Women&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2828.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2829. </svg>
  2830. </span>
  2831.            </a>
  2832.          </h3></div>  
  2833.      </div>
  2834.    </div>
  2835.    
  2836.      <div class="card__content hidden">
  2837.        <div class="card__information">
  2838.          <h3 class="card__heading">
  2839.            <a href="/collections/womens-apparel" class="full-unstyled-link">Women&#39;s Apparel<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2840.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2841. </svg>
  2842. </span>
  2843.            </a>
  2844.          </h3></div>
  2845.      </div>
  2846.    
  2847.  </div>
  2848. </div>
  2849.  
  2850.          </li><li id="Slide-template--15460920230063__collection_list_eQygh7-3" class="collection-list__item grid__item" >
  2851.            
  2852. <div class="card-wrapper animate-arrow">
  2853.  <div class="card
  2854.    card--standard
  2855.     card--media
  2856.    
  2857.    
  2858.    "
  2859.    style="--ratio-percent: 100%;"
  2860.  >
  2861.    
  2862.  
  2863.      <div class="card__content">
  2864.        <div class="card__information">
  2865.          <h3 class="card__heading">
  2866.            <a href="/collections/youth-apparel" class="full-unstyled-link">Youth<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2867.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2868. </svg>
  2869. </span>
  2870.            </a>
  2871.          </h3></div>
  2872.      </div>    
  2873.    
  2874.    
  2875.    
  2876.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100%;"><div class="card__media">
  2877.          <div class="media media--transparent media--hover-effect">
  2878.            <img
  2879.              srcset="//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=165 165w,//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=330 330w,//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=535 535w,//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=750 750w,//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223 1000w"
  2880.              src="//www.theginstore.com/cdn/shop/collections/youth-staple-tee-white-front-6253d34475dd3.jpg?v=1650601223&width=1500"
  2881.              sizes="
  2882.              (min-width: 1200px) 366px,
  2883.              (min-width: 750px) calc((100vw - 10rem) / 2),
  2884.              calc(100vw - 3rem)"
  2885.              alt="Youth"
  2886.              height="1000"
  2887.              width="1000"
  2888.              loading="lazy"
  2889.              class="motion-reduce"
  2890.            >
  2891.          </div>
  2892.        </div><div class="card__content">        
  2893.        <div class="card__information">
  2894.          <h3 class="card__heading">
  2895.            <a href="/collections/youth-apparel" class="full-unstyled-link">Youth<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2896.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2897. </svg>
  2898. </span>
  2899.            </a>
  2900.          </h3></div>  
  2901.      </div>
  2902.    </div>
  2903.    
  2904.      <div class="card__content hidden">
  2905.        <div class="card__information">
  2906.          <h3 class="card__heading">
  2907.            <a href="/collections/youth-apparel" class="full-unstyled-link">Youth<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  2908.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  2909. </svg>
  2910. </span>
  2911.            </a>
  2912.          </h3></div>
  2913.      </div>
  2914.    
  2915.  </div>
  2916. </div>
  2917.  
  2918.          </li></ul></slider-component></div>
  2919. </div>
  2920.  
  2921.  
  2922. </section><section id="shopify-section-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26" class="shopify-section section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-image-banner.css?v=176487564440668880141647395609" rel="stylesheet" type="text/css" media="all" />
  2923. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" />
  2924. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slideshow.css?v=71768021065801092671647395626" rel="stylesheet" type="text/css" media="all" />
  2925. <style data-shopify>@media screen and (max-width: 749px) {
  2926.    #Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26::before,
  2927.    #Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26 .media::before,
  2928.    #Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26:not(.banner--mobile-bottom) .banner__content::before {
  2929.      padding-bottom: 33.33333333333333%;
  2930.      content: '';
  2931.      display: block;
  2932.    }
  2933.  }
  2934.  
  2935.  @media screen and (min-width: 750px) {
  2936.    #Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26::before,
  2937.    #Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26 .media::before {
  2938.      padding-bottom: 33.33333333333333%;
  2939.      content: '';
  2940.      display: block;
  2941.    }
  2942.  }</style><slideshow-component class="slider-mobile-gutter page-width" role="region" aria-roledescription="Carousel" aria-label="">
  2943.  <div class="slideshow banner banner--adapt_image grid grid--1-col slider slider--everywhere"
  2944.    id="Slider-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26"
  2945.    aria-live="polite"
  2946.    aria-atomic="true"
  2947.    data-autoplay="false"
  2948.    data-speed="5"
  2949.  ><style>
  2950.        #Slide-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26-1 .banner__media::after {
  2951.          opacity: 0.0;
  2952.        }
  2953.      </style>
  2954.      <div class="slideshow__slide grid__item grid--1-col slider__slide"
  2955.        id="Slide-template--15460920230063__d1638e7e-7473-4b61-8260-dee126c0cc26-1"
  2956.        
  2957.        role="group"
  2958.        aria-roledescription="Slide"
  2959.        aria-label="1 of 1"
  2960.        tabindex="-1"
  2961.      >
  2962.        <div class="slideshow__media banner__media media"><img
  2963.              srcset="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527&width=375 375w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527&width=550 550w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527&width=750 750w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527&width=1100 1100w,//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527 1200w"
  2964.              sizes="100vw"
  2965.              src="//www.theginstore.com/cdn/shop/files/GIN_Black_Friday_Banner_2022-2.png?v=1681875527&width=1500"
  2966.              loading="lazy"
  2967.              alt=""
  2968.              width="1200"
  2969.              height="400"
  2970.            ></div>
  2971.        <a href="/products/royal-velvet-autoship" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
  2972.        <div class="slideshow__text-wrapper banner__content banner__content--middle-center page-width banner--desktop-transparent">
  2973.          <div class="slideshow__text banner__box content-container content-container--full-width-mobile color-background-1 slideshow__text--center slideshow__text-mobile--center"></div>
  2974.        </div>
  2975.      </div></div></slideshow-component>
  2976. </section><section id="shopify-section-template--15460920230063__b1c74731-991e-47b4-809b-341962011659" class="shopify-section section section-collection-list"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-collection-list.css?v=70863279319435850561647395616" rel="stylesheet" type="text/css" media="all" />
  2977. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-card.css?v=106308006816369136551653889890" rel="stylesheet" type="text/css" media="all" />
  2978.  
  2979. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" media="print" onload="this.media='all'">
  2980. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.section-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-padding {
  2981.    padding-top: 27px;
  2982.    padding-bottom: 27px;
  2983.  }
  2984.  
  2985.  @media screen and (min-width: 750px) {
  2986.    .section-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-padding {
  2987.      padding-top: 36px;
  2988.      padding-bottom: 36px;
  2989.    }
  2990.  }</style><div class="color-background-2 gradient">
  2991.  <div class="collection-list-wrapper page-width isolate no-heading no-mobile-link section-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-padding"><slider-component class="slider-mobile-gutter">
  2992.      <ul class="collection-list contains-card contains-card--standard grid grid--3-col-desktop grid--2-col-tablet-down collection-list--6-items"
  2993.        id="Slider-template--15460920230063__b1c74731-991e-47b4-809b-341962011659"
  2994.        role="list"
  2995.      ><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-1" class="collection-list__item grid__item" >
  2996.            
  2997. <div class="card-wrapper animate-arrow">
  2998.  <div class="card
  2999.    card--standard
  3000.     card--media
  3001.    
  3002.    
  3003.    "
  3004.    style="--ratio-percent: 100.0%;"
  3005.  >
  3006.    
  3007.  
  3008.      <div class="card__content">
  3009.        <div class="card__information">
  3010.          <h3 class="card__heading">
  3011.            <a href="/collections/supplements" class="full-unstyled-link">Supplements<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3012.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3013. </svg>
  3014. </span>
  3015.            </a>
  3016.          </h3></div>
  3017.      </div>    
  3018.    
  3019.    
  3020.    
  3021.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3022.          <div class="media media--transparent media--hover-effect">
  3023.            <img
  3024.              srcset="//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=165 165w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=330 330w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=535 535w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=750 750w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=1000 1000w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=1500 1500w,//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823 2048w"
  3025.              src="//www.theginstore.com/cdn/shop/files/3_264d3e03-9b4b-4fac-87f5-e02a7d723429.png?v=1720716823&width=1500"
  3026.              sizes="
  3027.              (min-width: 1200px) 366px,
  3028.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3029.              calc(100vw - 3rem)"
  3030.              alt="Supplements"
  3031.              height="2048"
  3032.              width="2048"
  3033.              loading="lazy"
  3034.              class="motion-reduce"
  3035.            >
  3036.          </div>
  3037.        </div><div class="card__content">        
  3038.        <div class="card__information">
  3039.          <h3 class="card__heading">
  3040.            <a href="/collections/supplements" class="full-unstyled-link">Supplements<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3041.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3042. </svg>
  3043. </span>
  3044.            </a>
  3045.          </h3></div>  
  3046.      </div>
  3047.    </div>
  3048.    
  3049.      <div class="card__content hidden">
  3050.        <div class="card__information">
  3051.          <h3 class="card__heading">
  3052.            <a href="/collections/supplements" class="full-unstyled-link">Supplements<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3053.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3054. </svg>
  3055. </span>
  3056.            </a>
  3057.          </h3></div>
  3058.      </div>
  3059.    
  3060.  </div>
  3061. </div>
  3062.  
  3063.          </li><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-2" class="collection-list__item grid__item" >
  3064.            
  3065. <div class="card-wrapper animate-arrow">
  3066.  <div class="card
  3067.    card--standard
  3068.     card--media
  3069.    
  3070.    
  3071.    "
  3072.    style="--ratio-percent: 100.0%;"
  3073.  >
  3074.    
  3075.  
  3076.      <div class="card__content">
  3077.        <div class="card__information">
  3078.          <h3 class="card__heading">
  3079.            <a href="/collections/detox" class="full-unstyled-link">Detox<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3080.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3081. </svg>
  3082. </span>
  3083.            </a>
  3084.          </h3></div>
  3085.      </div>    
  3086.    
  3087.    
  3088.    
  3089.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3090.          <div class="media media--transparent media--hover-effect">
  3091.            <img
  3092.              srcset="//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=165 165w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=330 330w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=535 535w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=750 750w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=1000 1000w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=1500 1500w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024 2048w"
  3093.              src="//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-DetoxPack.png?v=1677827024&width=1500"
  3094.              sizes="
  3095.              (min-width: 1200px) 366px,
  3096.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3097.              calc(100vw - 3rem)"
  3098.              alt="Detox"
  3099.              height="2048"
  3100.              width="2048"
  3101.              loading="lazy"
  3102.              class="motion-reduce"
  3103.            >
  3104.          </div>
  3105.        </div><div class="card__content">        
  3106.        <div class="card__information">
  3107.          <h3 class="card__heading">
  3108.            <a href="/collections/detox" class="full-unstyled-link">Detox<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3109.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3110. </svg>
  3111. </span>
  3112.            </a>
  3113.          </h3></div>  
  3114.      </div>
  3115.    </div>
  3116.    
  3117.      <div class="card__content hidden">
  3118.        <div class="card__information">
  3119.          <h3 class="card__heading">
  3120.            <a href="/collections/detox" class="full-unstyled-link">Detox<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3121.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3122. </svg>
  3123. </span>
  3124.            </a>
  3125.          </h3></div>
  3126.      </div>
  3127.    
  3128.  </div>
  3129. </div>
  3130.  
  3131.          </li><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-3" class="collection-list__item grid__item" >
  3132.            
  3133. <div class="card-wrapper animate-arrow">
  3134.  <div class="card
  3135.    card--standard
  3136.     card--media
  3137.    
  3138.    
  3139.    "
  3140.    style="--ratio-percent: 100.0%;"
  3141.  >
  3142.    
  3143.  
  3144.      <div class="card__content">
  3145.        <div class="card__information">
  3146.          <h3 class="card__heading">
  3147.            <a href="/collections/morter-health" class="full-unstyled-link">Morter Health System<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3148.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3149. </svg>
  3150. </span>
  3151.            </a>
  3152.          </h3></div>
  3153.      </div>    
  3154.    
  3155.    
  3156.    
  3157.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3158.          <div class="media media--transparent media--hover-effect">
  3159.            <img
  3160.              srcset="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=165 165w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=330 330w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=535 535w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=750 750w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197 2048w"
  3161.              src="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_MHS.png?v=1678390197&width=1500"
  3162.              sizes="
  3163.              (min-width: 1200px) 366px,
  3164.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3165.              calc(100vw - 3rem)"
  3166.              alt="Morter Health System"
  3167.              height="2048"
  3168.              width="2048"
  3169.              loading="lazy"
  3170.              class="motion-reduce"
  3171.            >
  3172.          </div>
  3173.        </div><div class="card__content">        
  3174.        <div class="card__information">
  3175.          <h3 class="card__heading">
  3176.            <a href="/collections/morter-health" class="full-unstyled-link">Morter Health System<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3177.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3178. </svg>
  3179. </span>
  3180.            </a>
  3181.          </h3></div>  
  3182.      </div>
  3183.    </div>
  3184.    
  3185.      <div class="card__content hidden">
  3186.        <div class="card__information">
  3187.          <h3 class="card__heading">
  3188.            <a href="/collections/morter-health" class="full-unstyled-link">Morter Health System<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3189.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3190. </svg>
  3191. </span>
  3192.            </a>
  3193.          </h3></div>
  3194.      </div>
  3195.    
  3196.  </div>
  3197. </div>
  3198.  
  3199.          </li><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-4" class="collection-list__item grid__item" >
  3200.            
  3201. <div class="card-wrapper animate-arrow">
  3202.  <div class="card
  3203.    card--standard
  3204.     card--media
  3205.    
  3206.    
  3207.    "
  3208.    style="--ratio-percent: 100.0%;"
  3209.  >
  3210.    
  3211.  
  3212.      <div class="card__content">
  3213.        <div class="card__information">
  3214.          <h3 class="card__heading">
  3215.            <a href="/collections/exercise" class="full-unstyled-link">Exercise<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3216.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3217. </svg>
  3218. </span>
  3219.            </a>
  3220.          </h3></div>
  3221.      </div>    
  3222.    
  3223.    
  3224.    
  3225.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3226.          <div class="media media--transparent media--hover-effect">
  3227.            <img
  3228.              srcset="//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=165 165w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=330 330w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=535 535w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=750 750w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=1000 1000w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=1500 1500w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369 2048w"
  3229.              src="//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-Coinback-2.png?v=1705110369&width=1500"
  3230.              sizes="
  3231.              (min-width: 1200px) 366px,
  3232.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3233.              calc(100vw - 3rem)"
  3234.              alt="Exercise"
  3235.              height="2048"
  3236.              width="2048"
  3237.              loading="lazy"
  3238.              class="motion-reduce"
  3239.            >
  3240.          </div>
  3241.        </div><div class="card__content">        
  3242.        <div class="card__information">
  3243.          <h3 class="card__heading">
  3244.            <a href="/collections/exercise" class="full-unstyled-link">Exercise<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3245.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3246. </svg>
  3247. </span>
  3248.            </a>
  3249.          </h3></div>  
  3250.      </div>
  3251.    </div>
  3252.    
  3253.      <div class="card__content hidden">
  3254.        <div class="card__information">
  3255.          <h3 class="card__heading">
  3256.            <a href="/collections/exercise" class="full-unstyled-link">Exercise<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3257.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3258. </svg>
  3259. </span>
  3260.            </a>
  3261.          </h3></div>
  3262.      </div>
  3263.    
  3264.  </div>
  3265. </div>
  3266.  
  3267.          </li><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-5" class="collection-list__item grid__item" >
  3268.            
  3269. <div class="card-wrapper animate-arrow">
  3270.  <div class="card
  3271.    card--standard
  3272.     card--media
  3273.    
  3274.    
  3275.    "
  3276.    style="--ratio-percent: 100.0%;"
  3277.  >
  3278.    
  3279.  
  3280.      <div class="card__content">
  3281.        <div class="card__information">
  3282.          <h3 class="card__heading">
  3283.            <a href="/collections/water-filtration" class="full-unstyled-link">Water<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3284.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3285. </svg>
  3286. </span>
  3287.            </a>
  3288.          </h3></div>
  3289.      </div>    
  3290.    
  3291.    
  3292.    
  3293.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3294.          <div class="media media--transparent media--hover-effect">
  3295.            <img
  3296.              srcset="//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=165 165w,//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=330 330w,//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=535 535w,//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=750 750w,//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=1000 1000w,//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495 1000w"
  3297.              src="//www.theginstore.com/cdn/shop/products/GIN1000x1000-COBALTBLUEPORTABLEWATERREVITALIZER.png?v=1648442495&width=1500"
  3298.              sizes="
  3299.              (min-width: 1200px) 366px,
  3300.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3301.              calc(100vw - 3rem)"
  3302.              alt="Water"
  3303.              height="1000"
  3304.              width="1000"
  3305.              loading="lazy"
  3306.              class="motion-reduce"
  3307.            >
  3308.          </div>
  3309.        </div><div class="card__content">        
  3310.        <div class="card__information">
  3311.          <h3 class="card__heading">
  3312.            <a href="/collections/water-filtration" class="full-unstyled-link">Water<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3313.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3314. </svg>
  3315. </span>
  3316.            </a>
  3317.          </h3></div>  
  3318.      </div>
  3319.    </div>
  3320.    
  3321.      <div class="card__content hidden">
  3322.        <div class="card__information">
  3323.          <h3 class="card__heading">
  3324.            <a href="/collections/water-filtration" class="full-unstyled-link">Water<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3325.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3326. </svg>
  3327. </span>
  3328.            </a>
  3329.          </h3></div>
  3330.      </div>
  3331.    
  3332.  </div>
  3333. </div>
  3334.  
  3335.          </li><li id="Slide-template--15460920230063__b1c74731-991e-47b4-809b-341962011659-6" class="collection-list__item grid__item" >
  3336.            
  3337. <div class="card-wrapper animate-arrow">
  3338.  <div class="card
  3339.    card--standard
  3340.     card--media
  3341.    
  3342.    
  3343.    "
  3344.    style="--ratio-percent: 100.0%;"
  3345.  >
  3346.    
  3347.  
  3348.      <div class="card__content">
  3349.        <div class="card__information">
  3350.          <h3 class="card__heading">
  3351.            <a href="/collections/energy-balancing" class="full-unstyled-link">Energy Balancing<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3352.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3353. </svg>
  3354. </span>
  3355.            </a>
  3356.          </h3></div>
  3357.      </div>    
  3358.    
  3359.    
  3360.    
  3361.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3362.          <div class="media media--transparent media--hover-effect">
  3363.            <img
  3364.              srcset="//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=165 165w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=330 330w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=535 535w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=750 750w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=1000 1000w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=1500 1500w,//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278 2048w"
  3365.              src="//www.theginstore.com/cdn/shop/files/Shopify2048X2048template-BA1.png?v=1700807278&width=1500"
  3366.              sizes="
  3367.              (min-width: 1200px) 366px,
  3368.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3369.              calc(100vw - 3rem)"
  3370.              alt="Energy Balancing"
  3371.              height="2048"
  3372.              width="2048"
  3373.              loading="lazy"
  3374.              class="motion-reduce"
  3375.            >
  3376.          </div>
  3377.        </div><div class="card__content">        
  3378.        <div class="card__information">
  3379.          <h3 class="card__heading">
  3380.            <a href="/collections/energy-balancing" class="full-unstyled-link">Energy Balancing<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3381.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3382. </svg>
  3383. </span>
  3384.            </a>
  3385.          </h3></div>  
  3386.      </div>
  3387.    </div>
  3388.    
  3389.      <div class="card__content hidden">
  3390.        <div class="card__information">
  3391.          <h3 class="card__heading">
  3392.            <a href="/collections/energy-balancing" class="full-unstyled-link">Energy Balancing<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3393.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3394. </svg>
  3395. </span>
  3396.            </a>
  3397.          </h3></div>
  3398.      </div>
  3399.    
  3400.  </div>
  3401. </div>
  3402.  
  3403.          </li></ul></slider-component></div>
  3404. </div>
  3405.  
  3406.  
  3407. </section><div id="shopify-section-template--15460920230063__164740471879483fc0" class="shopify-section section"><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-image-with-text.css?v=99295692553943456751647395615" rel="stylesheet" type="text/css" media="all" />
  3408. <style data-shopify>.section-template--15460920230063__164740471879483fc0-padding {
  3409.    padding-top: 27px;
  3410.    padding-bottom: 27px;
  3411.  }
  3412.  
  3413.  @media screen and (min-width: 750px) {
  3414.    .section-template--15460920230063__164740471879483fc0-padding {
  3415.      padding-top: 36px;
  3416.      padding-bottom: 36px;
  3417.    }
  3418.  }
  3419.  
  3420.  
  3421.  #shopify-section-template--15460920230063__164740471879483fc0 .image-with-text .button {
  3422.    background-color: #010346;
  3423.    color:  #ffffff;
  3424.  }
  3425.  
  3426. </style><div class="image-with-text image-with-text--no-overlap page-width isolate collapse-corners section-template--15460920230063__164740471879483fc0-padding">
  3427.  <div class="image-with-text__grid grid grid--gapless grid--1-col grid--2-col-tablet">
  3428.    <div class="image-with-text__media-item image-with-text__media-item--medium image-with-text__media-item--top grid__item">
  3429.      <div class="image-with-text__media image-with-text__media--adapt gradient color-background-2 global-media-settings media"
  3430.         style="padding-bottom: 62.5%;"
  3431.      ><img
  3432.            srcset="//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289&width=165 165w,//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289&width=360 360w,//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289&width=535 535w,//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289&width=750 750w,//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289 800w"
  3433.            src="//www.theginstore.com/cdn/shop/files/Member_Showcase.png?v=1647406289&width=1500"
  3434.            sizes="(min-width: 1200px) 550px, (min-width: 750px) calc((100vw - 130px) / 2), calc((100vw - 50px) / 2)"
  3435.            alt=""
  3436.            loading="lazy"
  3437.            width="800"
  3438.            height="500"
  3439.          ></div>
  3440.    </div>
  3441.    <div class="image-with-text__text-item grid__item">
  3442.      <div id="ImageWithText--template--15460920230063__164740471879483fc0" class="image-with-text__content image-with-text__content--top image-with-text__content--desktop-center image-with-text__content--mobile-center image-with-text__content--adapt gradient color-background-2 content-container"><h2 class="image-with-text__heading h2" >
  3443.                Member Product Showcase
  3444.              </h2><div class="image-with-text__text rte body" ><p>Explore products and services by your very own high level GIN Members! All products have been vetted and approved.</p></div><a href="https://www.theginstore.com/pages/member-leadership-showcase" class="button button--primary" >
  3445.                  Shop Now
  3446.                </a></div>
  3447.    </div>
  3448.  </div>
  3449. </div>
  3450.  
  3451.  
  3452.  
  3453. </div><section id="shopify-section-template--15460920230063__164740472671b8c15f" class="shopify-section section section-collection-list"><link href="//www.theginstore.com/cdn/shop/t/13/assets/section-collection-list.css?v=70863279319435850561647395616" rel="stylesheet" type="text/css" media="all" />
  3454. <link href="//www.theginstore.com/cdn/shop/t/13/assets/component-card.css?v=106308006816369136551653889890" rel="stylesheet" type="text/css" media="all" />
  3455.  
  3456. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" media="print" onload="this.media='all'">
  3457. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-slider.css?v=149129116954312731941647395610" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.section-template--15460920230063__164740472671b8c15f-padding {
  3458.    padding-top: 27px;
  3459.    padding-bottom: 27px;
  3460.  }
  3461.  
  3462.  @media screen and (min-width: 750px) {
  3463.    .section-template--15460920230063__164740472671b8c15f-padding {
  3464.      padding-top: 36px;
  3465.      padding-bottom: 36px;
  3466.    }
  3467.  }</style><div class="color-background-2 gradient">
  3468.  <div class="collection-list-wrapper page-width isolate no-heading no-mobile-link section-template--15460920230063__164740472671b8c15f-padding"><slider-component class="slider-mobile-gutter">
  3469.      <ul class="collection-list contains-card contains-card--standard grid grid--3-col-desktop grid--2-col-tablet-down collection-list--3-items"
  3470.        id="Slider-template--15460920230063__164740472671b8c15f"
  3471.        role="list"
  3472.      ><li id="Slide-template--15460920230063__164740472671b8c15f-1" class="collection-list__item grid__item" >
  3473.            
  3474. <div class="card-wrapper animate-arrow">
  3475.  <div class="card
  3476.    card--standard
  3477.     card--media
  3478.    
  3479.    
  3480.    "
  3481.    style="--ratio-percent: 100.0%;"
  3482.  >
  3483.    
  3484.  
  3485.      <div class="card__content">
  3486.        <div class="card__information">
  3487.          <h3 class="card__heading">
  3488.            <a href="/collections/dream-building" class="full-unstyled-link">Dream Building<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3489.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3490. </svg>
  3491. </span>
  3492.            </a>
  3493.          </h3></div>
  3494.      </div>    
  3495.    
  3496.    
  3497.    
  3498.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3499.          <div class="media media--transparent media--hover-effect">
  3500.            <img
  3501.              srcset="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=165 165w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=330 330w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=535 535w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=750 750w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552 2048w"
  3502.              src="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_Dream.png?v=1681878552&width=1500"
  3503.              sizes="
  3504.              (min-width: 1200px) 366px,
  3505.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3506.              calc(100vw - 3rem)"
  3507.              alt="Dream Building"
  3508.              height="2048"
  3509.              width="2048"
  3510.              loading="lazy"
  3511.              class="motion-reduce"
  3512.            >
  3513.          </div>
  3514.        </div><div class="card__content">        
  3515.        <div class="card__information">
  3516.          <h3 class="card__heading">
  3517.            <a href="/collections/dream-building" class="full-unstyled-link">Dream Building<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3518.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3519. </svg>
  3520. </span>
  3521.            </a>
  3522.          </h3></div>  
  3523.      </div>
  3524.    </div>
  3525.    
  3526.      <div class="card__content hidden">
  3527.        <div class="card__information">
  3528.          <h3 class="card__heading">
  3529.            <a href="/collections/dream-building" class="full-unstyled-link">Dream Building<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3530.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3531. </svg>
  3532. </span>
  3533.            </a>
  3534.          </h3></div>
  3535.      </div>
  3536.    
  3537.  </div>
  3538. </div>
  3539.  
  3540.          </li><li id="Slide-template--15460920230063__164740472671b8c15f-2" class="collection-list__item grid__item" >
  3541.            
  3542. <div class="card-wrapper animate-arrow">
  3543.  <div class="card
  3544.    card--standard
  3545.     card--media
  3546.    
  3547.    
  3548.    "
  3549.    style="--ratio-percent: 100.0%;"
  3550.  >
  3551.    
  3552.  
  3553.      <div class="card__content">
  3554.        <div class="card__information">
  3555.          <h3 class="card__heading">
  3556.            <a href="/collections/books-videos" class="full-unstyled-link">Books/Videos<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3557.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3558. </svg>
  3559. </span>
  3560.            </a>
  3561.          </h3></div>
  3562.      </div>    
  3563.    
  3564.    
  3565.    
  3566.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3567.          <div class="media media--transparent media--hover-effect">
  3568.            <img
  3569.              srcset="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=165 165w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=330 330w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=535 535w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=750 750w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=1000 1000w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=1500 1500w,//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923 2048w"
  3570.              src="//www.theginstore.com/cdn/shop/collections/Shopify_2048_X_2048_template_-_ts5_e0468364-6acf-493d-8098-5f4ed74730bf.png?v=1653442923&width=1500"
  3571.              sizes="
  3572.              (min-width: 1200px) 366px,
  3573.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3574.              calc(100vw - 3rem)"
  3575.              alt="Books/Videos"
  3576.              height="2048"
  3577.              width="2048"
  3578.              loading="lazy"
  3579.              class="motion-reduce"
  3580.            >
  3581.          </div>
  3582.        </div><div class="card__content">        
  3583.        <div class="card__information">
  3584.          <h3 class="card__heading">
  3585.            <a href="/collections/books-videos" class="full-unstyled-link">Books/Videos<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3586.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3587. </svg>
  3588. </span>
  3589.            </a>
  3590.          </h3></div>  
  3591.      </div>
  3592.    </div>
  3593.    
  3594.      <div class="card__content hidden">
  3595.        <div class="card__information">
  3596.          <h3 class="card__heading">
  3597.            <a href="/collections/books-videos" class="full-unstyled-link">Books/Videos<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3598.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3599. </svg>
  3600. </span>
  3601.            </a>
  3602.          </h3></div>
  3603.      </div>
  3604.    
  3605.  </div>
  3606. </div>
  3607.  
  3608.          </li><li id="Slide-template--15460920230063__164740472671b8c15f-3" class="collection-list__item grid__item" >
  3609.            
  3610. <div class="card-wrapper animate-arrow">
  3611.  <div class="card
  3612.    card--standard
  3613.     card--media
  3614.    
  3615.    
  3616.    "
  3617.    style="--ratio-percent: 100.0%;"
  3618.  >
  3619.    
  3620.  
  3621.      <div class="card__content">
  3622.        <div class="card__information">
  3623.          <h3 class="card__heading">
  3624.            <a href="/collections/air-filtration" class="full-unstyled-link">Air Filtration<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3625.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3626. </svg>
  3627. </span>
  3628.            </a>
  3629.          </h3></div>
  3630.      </div>    
  3631.    
  3632.    
  3633.    
  3634.    <div class="card__inner color-background-1 ratio" style="--ratio-percent: 100.0%;"><div class="card__media">
  3635.          <div class="media media--transparent media--hover-effect">
  3636.            <img
  3637.              srcset="//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=165 165w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=330 330w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=535 535w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=750 750w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=1000 1000w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=1500 1500w,//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991 2048w"
  3638.              src="//www.theginstore.com/cdn/shop/products/Shopify2048X2048template-iq4.png?v=1649998991&width=1500"
  3639.              sizes="
  3640.              (min-width: 1200px) 366px,
  3641.              (min-width: 750px) calc((100vw - 10rem) / 2),
  3642.              calc(100vw - 3rem)"
  3643.              alt="Air Filtration"
  3644.              height="2048"
  3645.              width="2048"
  3646.              loading="lazy"
  3647.              class="motion-reduce"
  3648.            >
  3649.          </div>
  3650.        </div><div class="card__content">        
  3651.        <div class="card__information">
  3652.          <h3 class="card__heading">
  3653.            <a href="/collections/air-filtration" class="full-unstyled-link">Air Filtration<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3654.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3655. </svg>
  3656. </span>
  3657.            </a>
  3658.          </h3></div>  
  3659.      </div>
  3660.    </div>
  3661.    
  3662.      <div class="card__content hidden">
  3663.        <div class="card__information">
  3664.          <h3 class="card__heading">
  3665.            <a href="/collections/air-filtration" class="full-unstyled-link">Air Filtration<span class="icon-wrap"><svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3666.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3667. </svg>
  3668. </span>
  3669.            </a>
  3670.          </h3></div>
  3671.      </div>
  3672.    
  3673.  </div>
  3674. </div>
  3675.  
  3676.          </li></ul></slider-component></div>
  3677. </div>
  3678.  
  3679.  
  3680. </section><script data-locksmith>
  3681.    var load = function () {
  3682.  
  3683.  
  3684.            Locksmith.initializeSession({silent: false});
  3685.  
  3686.  
  3687.      Locksmith.util.on('submit', 'locksmith-resource-form', function (event) {
  3688.        event.preventDefault();
  3689.        var data = Locksmith.util.serializeForm(event.target);
  3690.        Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' });
  3691.      });
  3692.  
  3693.      Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) {
  3694.        event.preventDefault();
  3695.        Locksmith.postResource({}, { spinner: true, container: document });
  3696.      });
  3697.  
  3698.      Locksmith.submitPasscode = function (passcode) {
  3699.        Locksmith.postResource(
  3700.          { passcode: passcode },
  3701.          { spinner: false, container: 'locksmith-content' }
  3702.        );
  3703.      };
  3704.    };
  3705.  
  3706.    if (typeof Locksmith !== 'undefined') {
  3707.      load();
  3708.    } else {
  3709.      window.addEventListener('load', load);
  3710.    }
  3711.  </script>
  3712.    </main>
  3713.  
  3714.    <div id="shopify-section-footer" class="shopify-section">
  3715. <link href="//www.theginstore.com/cdn/shop/t/13/assets/section-footer.css?v=83777583229853969691647395630" rel="stylesheet" type="text/css" media="all" />
  3716. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-newsletter.css?v=103472482056003053551647395627" media="print" onload="this.media='all'">
  3717. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-menu.css?v=129267058877082496571647395617" media="print" onload="this.media='all'">
  3718. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-payment.css?v=69253961410771838501647395613" media="print" onload="this.media='all'">
  3719. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-social.css?v=52211663153726659061647395605" media="print" onload="this.media='all'">
  3720. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/component-rte.css?v=69919436638515329781648533871" media="print" onload="this.media='all'">
  3721. <link rel="stylesheet" href="//www.theginstore.com/cdn/shop/t/13/assets/disclosure.css?v=646595190999601341647395612" media="print" onload="this.media='all'">
  3722.  
  3723. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-newsletter.css?v=103472482056003053551647395627" rel="stylesheet" type="text/css" media="all" /></noscript>
  3724. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-menu.css?v=129267058877082496571647395617" rel="stylesheet" type="text/css" media="all" /></noscript>
  3725. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-payment.css?v=69253961410771838501647395613" rel="stylesheet" type="text/css" media="all" /></noscript>
  3726. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-list-social.css?v=52211663153726659061647395605" rel="stylesheet" type="text/css" media="all" /></noscript>
  3727. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/component-rte.css?v=69919436638515329781648533871" rel="stylesheet" type="text/css" media="all" /></noscript>
  3728. <noscript><link href="//www.theginstore.com/cdn/shop/t/13/assets/disclosure.css?v=646595190999601341647395612" rel="stylesheet" type="text/css" media="all" /></noscript><style data-shopify>.footer {
  3729.    margin-top: 30px;
  3730.  }
  3731.  
  3732.  .section-footer-padding {
  3733.    padding-top: 27px;
  3734.    padding-bottom: 27px;
  3735.  }
  3736.  
  3737.  @media screen and (min-width: 750px) {
  3738.    .footer {
  3739.      margin-top: 40px;
  3740.    }
  3741.  
  3742.    .section-footer-padding {
  3743.      padding-top: 36px;
  3744.      padding-bottom: 36px;
  3745.    }
  3746.  }</style><footer class="footer color-accent-1 gradient section-footer-padding"><div class="footer__content-top page-width"><div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet "><div class="footer-block grid__item footer-block--menu" ><h2 class="footer-block__heading">GIN Store and Order Information</h2><ul class="footer-block__details-content list-unstyled"><li>
  3747.                          <a href="/pages/contact-us" class="link link--text list-menu__item list-menu__item--link">
  3748.                            Contact Us
  3749.                          </a>
  3750.                        </li><li>
  3751.                          <a href="/pages/shipping-returns" class="link link--text list-menu__item list-menu__item--link">
  3752.                            Shipping & Returns
  3753.                          </a>
  3754.                        </li><li>
  3755.                          <a href="/pages/privacy-policy" class="link link--text list-menu__item list-menu__item--link">
  3756.                            Privacy Policy
  3757.                          </a>
  3758.                        </li><li>
  3759.                          <a href="/pages/terms-and-conditions" class="link link--text list-menu__item list-menu__item--link">
  3760.                            Terms and Conditions
  3761.                          </a>
  3762.                        </li><li>
  3763.                          <a href="/pages/affiliate-disclosure" class="link link--text list-menu__item list-menu__item--link">
  3764.                            Affiliate Disclosure
  3765.                          </a>
  3766.                        </li></ul></div></div><div class="footer-block--newsletter"><div class="footer-block__newsletter"><h2 class="footer-block__heading">Subscribe to our emails</h2><form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter">
  3767.              <div class="newsletter-form__field-wrapper">
  3768.                <div class="field">
  3769.                  <input
  3770.                    id="NewsletterForm--footer"
  3771.                    type="email"
  3772.                    name="contact[email]"
  3773.                    class="field__input"
  3774.                    value=""
  3775.                    aria-required="true"
  3776.                    autocorrect="off"
  3777.                    autocapitalize="off"
  3778.                    autocomplete="email"
  3779.                    
  3780.                    placeholder="Email"
  3781.                    required
  3782.                  >
  3783.                  <label class="field__label" for="NewsletterForm--footer">
  3784.                    Email
  3785.                  </label>
  3786.                  <button type="submit" class="newsletter-form__button field__button" name="commit" id="Subscribe" aria-label="Subscribe">
  3787.                    <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  3788.  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
  3789. </svg>
  3790.  
  3791.                  </button>
  3792.                </div></div></form></div></div>
  3793.    </div><div class="footer__content-bottom">
  3794.    <div class="footer__content-bottom-wrapper page-width">
  3795.      <div class="footer__column footer__localization isolate"></div>
  3796.      <div class="footer__column footer__column--info"><div class="footer__payment">
  3797.            <span class="visually-hidden">Payment methods</span>
  3798.            <ul class="list list-payment" role="list"><li class="list-payment__item">
  3799.                  <svg class="icon icon--full-color" 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>
  3800.  
  3801.                </li><li class="list-payment__item">
  3802.                  <svg class="icon icon--full-color" 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>
  3803.  
  3804.                </li><li class="list-payment__item">
  3805.                  <svg class="icon icon--full-color" 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>
  3806.                </li><li class="list-payment__item">
  3807.                  <svg class="icon icon--full-color" 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>
  3808.                </li><li class="list-payment__item">
  3809.                  <svg class="icon icon--full-color" 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>
  3810.  
  3811.                </li><li class="list-payment__item">
  3812.                  <svg class="icon icon--full-color" 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>
  3813.                </li><li class="list-payment__item">
  3814.                  <svg class="icon icon--full-color" 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>
  3815.  
  3816.                </li><li class="list-payment__item">
  3817.                  <svg class="icon icon--full-color" 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>
  3818.                </li></ul>
  3819.          </div><div class="footer__copyright caption">
  3820.          <small class="copyright__content">&copy; 2025, <a href="/" title="">The GIN Store </a></small>
  3821.          <small class="copyright__content"><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></small>
  3822.        </div>
  3823.      </div>
  3824.    </div>
  3825.  </div>
  3826. </footer>
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833. </div>
  3834.  
  3835.    <ul hidden>
  3836.      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
  3837.    </ul>
  3838.  
  3839.    <script>
  3840.      window.shopUrl = 'https://www.theginstore.com';
  3841.      window.routes = {
  3842.        cart_add_url: '/cart/add',
  3843.        cart_change_url: '/cart/change',
  3844.        cart_update_url: '/cart/update',
  3845.        predictive_search_url: '/search/suggest'
  3846.      };
  3847.  
  3848.      window.cartStrings = {
  3849.        error: `There was an error while updating your cart. Please try again.`,
  3850.        quantityError: `You can only add [quantity] of this item to your cart.`
  3851.      }
  3852.  
  3853.      window.variantStrings = {
  3854.        addToCart: `Add to cart`,
  3855.        soldOut: `Sold out`,
  3856.        unavailable: `Unavailable`,
  3857.      }
  3858.  
  3859.      window.accessibilityStrings = {
  3860.        imageAvailable: `Image [index] is now available in gallery view`,
  3861.        shareSuccess: `Link copied to clipboard`,
  3862.        pauseSlideshow: `Pause slideshow`,
  3863.        playSlideshow: `Play slideshow`,
  3864.      }
  3865.    </script><script src="//www.theginstore.com/cdn/shop/t/13/assets/predictive-search.js?v=31278710863581584031647395616" defer="defer"></script><style>
  3866. @media only screen and (min-width: 768px) ){
  3867.    #shopify-section-header > sticky-header > header{
  3868.    display: flex !important;
  3869.    }
  3870. }
  3871. </style>
  3872.  
  3873.  
  3874.  
  3875.  
  3876. <!-- PF EDT START -->
  3877. <script type='text/javascript'></script>
  3878. <!-- PF EDT END -->
  3879. <div id="shopify-block-AY3pVa3ZJR0E3aHF6e__10436698916776057164" class="shopify-block shopify-app-block"><script id="subscription-helper">
  3880.  
  3881.        if (!window.AppstleIncluded) {
  3882.          window.AppstleIncluded = true;
  3883.          window.RS = Window.RS || {};
  3884.          RS.Config = {
  3885.            "selectors": {
  3886.                "payment_button_selectors": "form[action$='/cart/add'] .shopify-payment-button",
  3887.                "subscriptionLinkSelector": "#MainContent .customer.account > div:nth-child(2) > div:nth-child(2) > h2",
  3888.                "atcButtonPlacement": "BEFORE",
  3889.                "subscriptionLinkPlacement": "BEFORE",
  3890.                "cartRowSelector": "",
  3891.                "cartLineItemSelector": "",
  3892.                "cartLineItemPerQuantityPriceSelector": "",
  3893.                "cartLineItemTotalPriceSelector": "",
  3894.                "cartLineItemSellingPlanNameSelector": "",
  3895.                "cartSubTotalSelector" : "",
  3896.                "cartLineItemPriceSelector": "",
  3897.                "cartLineItemPlacement": "BEFORE",
  3898.                "cartHiddenAttributesSelector": "",
  3899.                "buildABoxDiscountSelector": "",
  3900.            },
  3901.            "enableCartWidgetFeature": "false",
  3902.            "useUrlWithCustomerId": "true",
  3903.            "atcButtonSelector": "div.product-form__buttons",
  3904.            "moneyFormat": "<span class=transcy-money>$ {{amount}}<\/span>",
  3905.            "oneTimePurchaseText": "One Time Purchase",
  3906.            "tapToSelectText": "",
  3907.            "atcButtonTextSelector": "",
  3908.            "disableCartWidgetOnVariants": "",
  3909.            "shop": "the-gin-store.myshopify.com",
  3910.            "deliveryText": "delivery",
  3911.            "purchaseOptionsText": "Purchase Options",
  3912.            "manageSubscriptionButtonText": "Manage Subscription",
  3913.            "subscriptionOptionText": "Subscribe and save",
  3914.            "sellingPlanSelectTitle": "DELIVERY FREQUENCY",
  3915.            "subscriptionPriceDisplayText": "",
  3916.            "tooltipTitle": "Subscription detail",
  3917.            "showTooltipOnClick": "false",
  3918.            "tooltipDesctiption": "<strong>Have complete control of your subscriptions<\/strong><br\/><br\/>You can skip, edit, or cancel deliveries, based on your needs. Flat rate shipping applies depending on the subscription and your location. You can find product specific subscription details on this product page.",
  3919.            "tooltipDescriptionOnPrepaidPlan": "<b>Prepaid Plan Details<\/b><\/br> Total price: {{totalPrice}} ( Price for every delivery: {{pricePerDelivery}})",
  3920.            "tooltipDescriptionOnMultipleDiscount": "<b>Discount Details<\/b><\/br> Initial discount is {{discountOne}} and then {{discountTwo}}",
  3921.            "tooltipDescriptionCustomization": "{{{defaultTooltipDescription}}} <\/br>  {{{prepaidDetails}}} <\/br> {{{discountDetails}}}",
  3922.            "orderStatusManageSubscriptionTitle": "Subscription",
  3923.            "orderStatusManageSubscriptionDescription": "Continue to your account to view and manage your subscriptions. Please use the same email address that you used to buy the subscription.",
  3924.            "orderStatusManageSubscriptionButtonText": "Manage your subscription",
  3925.            "subscriptionOptionSelectedByDefault" : false,
  3926.            "totalPricePerDeliveryText" : "{{prepaidPerDeliveryPrice}}\/delivery",
  3927.            "memberOnlySellingPlansJson": {},
  3928.            "nonMemberOnlySellingPlansJson": {},
  3929.            "sellingPlansJson": [{"frequencyCount":1,"frequencyInterval":"MONTH","billingFrequencyCount":1,"billingFrequencyInterval":"MONTH","frequencyName":"Monthly Autoship","afterCycle1":0,"afterCycle2":0,"discountEnabled":false,"discountEnabled2":false,"discountEnabledMasked":false,"discountEnabled2Masked":false,"id":"gid://shopify/SellingPlan/1205043375","frequencyType":"ON_SPECIFIC_DAY","specificDayValue":15,"specificDayEnabled":true,"minCycles":2,"cutOff":15,"prepaidFlag":"false","idNew":"gid://shopify/SellingPlan/1205043375","planType":"PAY_AS_YOU_GO","deliveryPolicyPreAnchorBehavior":"ASAP","freeTrialEnabled":false,"memberOnly":false,"nonMemberOnly":false,"formFieldJson":"null","groupName":"Royal Velvet Autoship","groupId":336068783,"inventoryPolicyReserve":"ON_SALE","appstleCycles":[]},{"frequencyCount":1,"frequencyInterval":"MONTH","billingFrequencyCount":1,"billingFrequencyInterval":"MONTH","frequencyName":"Monthly Autoship","frequencyDescription":"","afterCycle1":0,"afterCycle2":0,"discountEnabled":false,"discountEnabled2":false,"discountEnabledMasked":false,"discountEnabled2Masked":false,"id":"gid://shopify/SellingPlan/1950384303","frequencyType":"ON_SPECIFIC_DAY","specificDayValue":15,"specificDayEnabled":true,"maxCycles":999999,"minCycles":3,"cutOff":15,"prepaidFlag":"false","idNew":"gid://shopify/SellingPlan/1950384303","planType":"PAY_AS_YOU_GO","deliveryPolicyPreAnchorBehavior":"ASAP","freeTrialEnabled":false,"memberOnly":false,"nonMemberOnly":false,"formFieldJson":"[]","frequencySequence":0,"groupName":"Pineal Guard Autoship","groupId":807796911,"repeatingCycle":false,"inventoryPolicyReserve":"ON_SALE","appstleCycles":[]},{"frequencyCount":1,"frequencyInterval":"MONTH","billingFrequencyCount":1,"billingFrequencyInterval":"MONTH","frequencyName":"Monthly Subscription","frequencyDescription":"","afterCycle1":0,"afterCycle2":0,"discountEnabled":false,"discountEnabled2":false,"discountEnabledMasked":false,"discountEnabled2Masked":false,"id":"gid://shopify/SellingPlan/1950679215","frequencyType":"ON_SPECIFIC_DAY","specificDayValue":15,"specificDayEnabled":true,"maxCycles":999999,"minCycles":1,"cutOff":15,"prepaidFlag":"false","idNew":"gid://shopify/SellingPlan/1950679215","planType":"PAY_AS_YOU_GO","deliveryPolicyPreAnchorBehavior":"ASAP","freeTrialEnabled":false,"memberOnly":false,"nonMemberOnly":false,"formFieldJson":"[]","frequencySequence":0,"groupName":"Pineal Guard and Royal Velvet - Autoship","groupId":808091823,"repeatingCycle":false,"inventoryPolicyReserve":"ON_SALE","appstleCycles":[]}],
  3930.            "widgetEnabled": true,
  3931.            "showTooltip" : true,
  3932.            "showCartWidgetOnBundleItems" : false,
  3933.            "disablePassingSellingPlanAsLineProperties" : false,
  3934.            "sortByDefaultSequence": false,
  3935.            "showSubOptionBeforeOneTime": false,
  3936.            "detectVariantFromURLParams": false,
  3937.            "disableQueryParamsUpdate": false,
  3938.            "showStaticTooltip": false,
  3939.            "showAppstleLink": false,
  3940.            "sellingPlanTitleText" : "{{sellingPlanName}} ({{sellingPlanPrice}}\/delivery)",
  3941.            "oneTimePriceText" : "{{price}}",
  3942.            "selectedPayAsYouGoSellingPlanPriceText" : "{{price}}",
  3943.            "selectedPrepaidSellingPlanPriceText" : " {{totalPrice}}",
  3944.            "selectedDiscountFormat" : "SAVE {{selectedDiscountPercentage}}",
  3945.            "manageSubscriptionBtnFormat" : "<a href='apps\/subscriptions' class='appstle_manageSubBtn' ><button class='btn' style='padding: 2px 20px'>Manage Subscription<\/button><a><br><br>",
  3946.            "manageSubscriptionUrl" : "apps\/subscriptions",
  3947.            "appstlePlanId": 163,
  3948.            "showCheckoutSubscriptionBtn": true,
  3949.            "priceSelector": "span.price-item.price-item--regular",
  3950.            "reloadPriceSelector": "",
  3951.            "landingPagePriceSelector": "",
  3952.            "quickViewClickSelector": "",
  3953.            "badgeTop": "",
  3954.            "pricePlacement": "BEFORE",
  3955.            "disableLoadingJquery": false,
  3956.            "widgetEnabledOnSoldVariant": "false",
  3957.            "switchRadioButtonWidget": true,
  3958.            "appstlePlanName": "BUSINESS",
  3959.            "appstlePlanFeatures": {"accessSplitContract":true,"enableExternalApi":false,"accessMechanicsIntegration":true,"enableQuickActions":false,"enableDunningManagement":true,"enableAutoSync":true,"webhookAccess":false,"accessSubscriptionActivityLogs":true,"accessBundling":true,"analytics":true,"enableCustomEmailHtml":true,"accessAppstleMenu":false,"enableShippingProfiles":true,"accessKlaviyoContactSync":true,"accessAdvancedCustomerPortalSettings":true,"accessMechanicIntegration":true,"accessAdvanceSubscriptionPlanOptions":true,"enableSmsAlert":false,"accessOneTimeProductUpsells":true,"enableExportActivityLog":true,"accessQuickCheckout":false,"enableCustomEmailDomain":true,"enableSummaryReports":true,"accessZapierIntegration":true,"accessManualSubscriptionCreation":true,"subscriptionOrderAmount":30000,"enableSubscriptionManagement":true,"enableAutomation":true,"accessShopifyFlowIntegration":true,"enableAddToExistingSubscription":false,"enableBundling":true,"accessGorgiasIntegration":true,"accessResendEmail":true,"enableTrackInventoryInSingleBAB":true,"enableCartWidget":true,"accessDiscountOnCancellationAttempt":true,"accessWidgetDesignOptions":true,"enableCancellationManagement":true,"accessSubscriberLoyaltyFeatures":true,"enableWidgetPlacement":true,"enableIntegrations":true,"enableAdminNotificationAccess":true,"enableCustomerPortalSettings":true,"enableProductSwapAutomation":true,"enableAdvancedSellingPlans":true,"accessBuildABox":true,"accessKlaviyoEmailIntegration":true},
  3960.            "formMappingAttributeName": "",
  3961.            "formMappingAttributeSelector": "",
  3962.            "quickViewModalPollingSelector": "",
  3963.            "scriptLoadDelay": "0",
  3964.            "formatMoneyOverride": "false",
  3965.            "enableAddToExistingSubscriptionFeature": "false",
  3966.            "displayAddToExistingSubscriptionButtonForNotLoggedInV2": "",
  3967.            "showAddToSubscriptionButtonOnlyOnSubscriptionProducts": "false",
  3968.            "appstle_app_proxy_path_prefix": "apps\/subscriptions",
  3969.            "updatePriceOnQuantityChange": "",
  3970.            "widgetParentSelector": "",
  3971.            "quantitySelector": "",
  3972.            "enableAddJSInterceptor": "false",
  3973.            "isDevEnabled": false,
  3974.            "forceReloadWidgetSelector": "",
  3975.            "forceReloadOnFreqChange": false,
  3976.            "showPrepaidPlanSeparately": false,
  3977.            "debugLogsEnabled": false,
  3978.            "isUseStorefrontAPI": false,
  3979.            "storeFrontAccessToken": "",
  3980.            "reBuyEnabled": "false",
  3981.            "loyaltyDetailsLabelText": "",
  3982.            "loyaltyPerkDescriptionText": "",
  3983.            "widgetType": "WIDGET_TYPE_1",
  3984.            "showOneTimeComparePrice": false,
  3985.            "showCombinedSellingPlanCartWidget": false,
  3986.            "combinedCartWidgetSelector": "",
  3987.            "removeUnsubscribeOption": false,
  3988.            "widgetTemplateHtml": `{% raw %}{% endraw %}`,
  3989.            
  3990.              "allWidgetTemplateHtml": "{\"WIDGET_TYPE_1\":\"{% raw %}{% endraw %}\",\"WIDGET_TYPE_6\":\"{% raw %}<div id=\\\"appstle-widget-template\\\">\\n  <div class=\\\"appstle_sub_widget\\\" id=\\\"appstle_subscription_widget{{widgetId}}\\\">\\n<div class=\\\"appstle_widget_title\\\">{{{purchaseOptionsText}}}</div>\\n      <div class=\\\"widgetSellingPlanWrapper\\\">\\n{{^requires_selling_plan}}\\n{{^showSubOptionBeforeOneTime}}\\n        <div class=\\\"appstle_input_wrapper appstle_onetime_block\\\">\\n          <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}>\\n          <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n<div class=\\\"appstle-selling-plan-name-wrapper\\\">\\n            {{oneTimePuchaseText}}\\n<div class=\\\"appstle-plan-text\\\">{{{oneTimeFrequencyText}}}</div>\\n<div class=\\\"appstle-cancel-text\\\">{{{noSubscriptionLabelTextV2}}}</div>\\n</div>\\n      <div class=\\\"appstle-selling-plan-detail-wrapper\\\">\\n<div class=\\\"appstle_span_wrapper\\\">\\n{{#showOneTimeComparePrice}}\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount_compare\\\">\\n  {{{oneTimePuchaseComparePriceAmount}}}\\n</span>\\n{{/showOneTimeComparePrice}}\\n\\n<span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount\\\">{{{oneTimePuchaseAmount}}}</span></div>\\n</div>\\n          </label>\\n          \\n        </div>\\n{{/showSubOptionBeforeOneTime}}\\n{{/requires_selling_plan}}\\n        {{#sellingPlanVariants}}\\n           <div class=\\\"appstle_input_wrapper\\\">\\n    \\n             <input type=\\\"radio\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" id=\\\"{{sellingPlanId}}\\\" value=\\\"{{sellingPlanId}}\\\" name=\\\"selling_plan\\\" {{#isChecked}}checked{{/isChecked}}>\\n{{^prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\">\\n<div class=\\\"appstle-selling-plan-name-wrapper appstle-selling-plan-label-name\\\">\\n                {{{name}}}\\n<div class=\\\"appstle-plan-text\\\">{{{sellingPlanFrequencyType}}}</div>\\n<div class=\\\"appstle-cancel-text\\\">{{{cancelAnytimeLabelTextV2}}}</div>\\n</div>\\n<div class=\\\"appstle-selling-plan-detail-wrapper\\\">\\n<div class=\\\"appstle_span_wrapper\\\">\\n       <span class=\\\"appstle_lowercase appstle_sellingPlan_formattedCompareAtPrice appstle_price_block\\\">{{{formattedCompareAtPrice}}}</span>\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{formattedPrice}}}</span>\\n\\n\\n</div>   \\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_formattext_block\\\"></span>\\n{{#showPricePerDay}}<div class=\\\"appstle-perday-price\\\">{{{pricePerDay}}}</div>{{/showPricePerDay}}\\n<div class=\\\"appstle-frequency-description\\\">\\n{{{frequencyDescription}}}    \\n</div>\\n     </div>\\n </label>\\n{{#showFormattedDiscountText}}\\n  <span class=\\\"appstle_sellingPlan_discountText\\\">{{{formattedDiscountText}}}</span>\\n{{/showFormattedDiscountText}}\\n<div class=\\\"appstle-sm-hide  appstle-frequency-description\\\">{{{frequencyDescription}}} </div>     \\n{{/prepaidFlag}}\\n{{#prepaidFlag}}\\n<label for=\\\"{{sellingPlanId}}\\\">\\n<div class=\\\"appstle-selling-plan-name-wrapper appstle-selling-plan-label-name\\\">\\n                {{{name}}}\\n<div class=\\\"appstle-plan-text\\\">{{{sellingPlanFrequencyType}}}</div>\\n<div class=\\\"appstle-cancel-text\\\">{{{cancelAnytimeLabelTextV2}}}</div>\\n</div>\\n<div class=\\\"appstle-selling-plan-detail-wrapper\\\">\\n<div class=\\\"appstle_span_wrapper\\\">\\n       <span class=\\\"appstle_lowercase appstle_sellingPlan_formattedCompareAtPrice appstle_price_block\\\">{{{formattedCompareAtPrice}}}</span>\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{totalPrice}}}</span>\\n\\n</div>  \\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block appstle_formattedPrepaidPerDeliveryPriceText\\\">{{{formattedPrepaidPerDeliveryPriceText}}}</span>\\n       {{#showPricePerDay}}<div class=\\\"appstle-perday-price\\\">{{{pricePerDay}}}</div>{{/showPricePerDay}}\\n<div class=\\\"\\\">\\n<div class=\\\"appstle-frequency-description\\\">\\n{{{frequencyDescription}}}    \\n</div>\\n</div>\\n</div>\\n</label>\\n{{#showFormattedDiscountText}}\\n  <span class=\\\"appstle_sellingPlan_discountText\\\">{{formattedDiscountText}}</span>\\n{{/showFormattedDiscountText}}\\n<div class=\\\"appstle-sm-hide  appstle-frequency-description\\\">{{{frequencyDescription}}} </div>     \\n\\n{{/prepaidFlag}}\\n      \\n           </div>\\n        {{/sellingPlanVariants}}\\n{{^requires_selling_plan}}\\n{{#showSubOptionBeforeOneTime}}\\n        <div class=\\\"appstle_input_wrapper appstle_onetime_block\\\">\\n          <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}>\\n          <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n<div  class=\\\"appstle-selling-plan-name-wrapper\\\">\\n            {{oneTimePuchaseText}}\\n<div class=\\\"appstle-plan-text\\\">{{{oneTimeFrequencyText}}}</div>\\n<div class=\\\"appstle-cancel-text\\\">{{{noSubscriptionLabelTextV2}}}</div>\\n</div>\\n<div class=\\\"appstle-selling-plan-detail-wrapper\\\">\\n<span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount_compare\\\">{{{oneTimePuchaseComparePriceAmount}}}</span>\\n      <span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount\\\">{{{oneTimePuchaseAmount}}}</span>\\n\\n</div>\\n          </label>\\n          \\n        </div>\\n{{/showSubOptionBeforeOneTime}}\\n{{/requires_selling_plan}}\\n    </div>\\n{{#showStaticTooltip}}\\n<div class=\\\"appstle_tooltip_wrapper_static\\\"> {{{toolTipDescription}}}</div>\\n{{/showStaticTooltip}}\\n{{#showTooltip}}\\n\\n    <div data-appstle-icon=\\\"\\\" class=\\\"appstle_tooltip_wrapper\\\">\\n    <svg width=\\\"90\\\" height=\\\"90\\\" viewBox=\\\"0 0 90 90\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" class=\\\"tooltip_subscription_svg\\\">\\n    <path\\n      d=\\\"M45 0C20.1827 0 0 20.1827 0 45C0 69.8173 20.1827 90 45 90C69.8173 90 90 69.8174 90 45C90.0056 44.6025 89.9322 44.2078 89.7839 43.8389C89.6357 43.47 89.4156 43.1342 89.1365 42.8511C88.8573 42.568 88.5247 42.3432 88.158 42.1897C87.7912 42.0363 87.3976 41.9573 87 41.9573C86.6024 41.9573 86.2088 42.0363 85.842 42.1897C85.4753 42.3432 85.1427 42.568 84.8635 42.8511C84.5844 43.1342 84.3643 43.47 84.2161 43.8389C84.0678 44.2078 83.9944 44.6025 84 45C84 66.5748 66.5747 84 45 84C23.4253 84 6 66.5747 6 45C6 23.4254 23.4253 6 45 6C56.1538 6 66.3012 10.5882 73.4375 18H65.4062C65.0087 17.9944 64.614 18.0678 64.2451 18.2161C63.8762 18.3643 63.5405 18.5844 63.2573 18.8635C62.9742 19.1427 62.7494 19.4753 62.596 19.842C62.4425 20.2088 62.3635 20.6024 62.3635 21C62.3635 21.3976 62.4425 21.7912 62.596 22.158C62.7494 22.5247 62.9742 22.8573 63.2573 23.1365C63.5405 23.4156 63.8762 23.6357 64.2451 23.7839C64.614 23.9322 65.0087 24.0056 65.4062 24H79.8125C80.6081 23.9999 81.3711 23.6838 81.9337 23.1212C82.4963 22.5586 82.8124 21.7956 82.8125 21V6.59375C82.821 6.18925 82.7476 5.78722 82.5966 5.41183C82.4457 5.03644 82.2205 4.69545 81.9344 4.40936C81.6483 4.12327 81.3073 3.898 80.9319 3.7471C80.5565 3.5962 80.1545 3.52277 79.75 3.53125C79.356 3.53941 78.9675 3.62511 78.6067 3.78344C78.2458 3.94177 77.9197 4.16963 77.6469 4.45402C77.3741 4.73841 77.16 5.07375 77.0168 5.44089C76.8737 5.80803 76.8042 6.19977 76.8125 6.59375V12.875C68.6156 4.86282 57.3081 0 45 0ZM43.75 20.75C43.356 20.7582 42.9675 20.8439 42.6067 21.0022C42.2458 21.1605 41.9197 21.3884 41.6469 21.6728C41.3741 21.9572 41.16 22.2925 41.0168 22.6596C40.8737 23.0268 40.8042 23.4185 40.8125 23.8125V47.375C40.8116 47.7693 40.8883 48.16 41.0385 48.5246C41.1886 48.8892 41.4092 49.2207 41.6875 49.5L54.0938 61.9375C54.6573 62.5011 55.4217 62.8177 56.2188 62.8177C57.0158 62.8177 57.7802 62.5011 58.3438 61.9375C58.9073 61.3739 59.224 60.6095 59.224 59.8125C59.224 59.0155 58.9073 58.2511 58.3438 57.6875L46.8125 46.1875V23.8125C46.821 23.408 46.7476 23.006 46.5966 22.6306C46.4457 22.2552 46.2205 21.9142 45.9344 21.6281C45.6483 21.342 45.3073 21.1168 44.9319 20.9658C44.5565 20.8149 44.1545 20.7415 43.75 20.75Z\\\"\\n    ></path>\\n    </svg>\\n    <span class=\\\"appstle_tooltip_title\\\">{{{tooltipTitle}}}</span>\\n  </div>\\n<div class=\\\"appstle_tooltip\\\">\\n    <div class=\\\"appstle_tooltip_content\\\">\\n      {{{toolTipDescription}}}\\n    </div>\\n    {{#showAppstleLink}}\\n    <div class=\\\"appstle_tooltip_appstle\\\">\\n      <a href=\\\"https://appstle.com\\\" class=\\\"appstle_link\\\" target=\\\"_blank\\\">\\n      POWERED BY APPSTLE      </a>\\n    </div>\\n    {{/showAppstleLink}}\\n    </div>\\n{{/showTooltip}}\\n<style>\\n.widgetSellingPlanWrapper {\\n    display: grid;\\n    grid-template-columns: repeat(2, minmax(0, 1fr));\\n    gap: 1.5rem;\\n    grid-auto-rows: 1fr;\\n    margin-bottom: 6px;\\nmargin-top: 10px;\\n}\\n\\n.widgetSellingPlanWrapper input {\\n    display: none;\\n}\\n\\n.widgetSellingPlanWrapper label {\\n    border-radius: 10px;\\n    border: 1px solid #ff609d;\\n    padding: 0.5rem;\\n    display: flex;\\n    justify-content: center;\\n    align-items: center;\\n    font-size: 13px;\\n    font-family: monospace;\\n    display: block;\\n    height: 100%;\\n    width: 100%;\\n    font-weight: bolder;\\n    text-align: center;\\ncursor: pointer;\\n}\\n\\n.widgetSellingPlanWrapper input:checked+label {\\n    background-color:#Fef58f !important;\\ncolor: #E53D29;\\n}\\n.appstle_lowercase {\\n    text-transform: lowercase;\\n}\\n\\n\\n.appstle_input_wrapper {\\n    position: relative;\\n}\\n\\nspan.appstle_sellingPlan_discountText {\\n    position: absolute;\\n    font-size: 8px;\\n    background: linear-gradient(to right,#Fef58f,#7A3900);\\n    color: white;\\n    border-radius: 3px;\\n    padding: 1px 18px;\\n    left: 50%;\\n    display: block;\\n    transform: translate(-50%, -50%);\\n    white-space: nowrap;\\n}\\n\\nspan.appstle_sellingPlan_discountText:empty {\\n    display: none !important;\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price {\\n    font-size: 10px;\\n    font-weight: normal;\\n}\\ndiv.appstle_span_wrapper{\\n\\tdisplay: flex;\\n\\tjustify-content: center;\\n}\\n\\n#appstle_subscription_widget0 .appstle_tooltip_wrapper {\\n\\tfont-family: monospace;\\n    font-size: 13px;\\n}\\n\\n</style>\\n<style>\\n.widgetSellingPlanWrapper {\\n    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;\\n   gap: 0.8rem !important;\\n}\\n\\n.appstle_sub_widget {\\n    max-width: 100%!important;\\n} \\n\\n.widgetSellingPlanWrapper label {\\n    height: auto !important;\\n    border: none !important;\\n    font-family: 'Open Sans' !important;\\n    padding: 14px 5px !important;\\n    display: flex !important;\\n    justify-content: center !important;\\n    align-items: center !important;\\n    flex-direction: column;\\n    max-width: 100% !important;\\n    width: unset !important;\\nline-height: 20px;\\n}\\n\\n.appstle_how_does_it_work {\\n    font-size: 10px;\\n    font-weight: bold;\\n    line-height: 16px !important;\\n    margin: 6px 0px;\\n    color: #121212;\\n}\\n@media screen and (max-width: 800px) {\\n    .appstle_how_does_it_work {\\n        text-align: right;\\n    }\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_formattext_block {\\n    font-size: 10px !important;\\ntext-align: right !important;\\n    display: block;\\n}\\n\\n.appstle_span_wrapper {\\n    align-items: baseline;\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_discount_block.appstle_formattedPrepaidPerDeliveryPriceText {\\n    font-size: 10px !important;\\n    display: block;\\n    text-align: right;\\n}\\n\\n.appstle_input_wrapper {\\n    display: flex;\\n    height: 100% !important;\\nflex-direction: column;\\n}\\n\\n.appstle_sub_widget input[type=radio]+label:before {\\n    content: \\\"\\\";\\n    position: absolute;\\n    inset: 0;\\n    border-radius: 12px;\\n    padding: 2px;\\n    background: #121212;\\n    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);\\n    -webkit-mask-composite: xor;\\n    mask-composite: exclude;\\n    pointer-events: none;\\n    z-index: 0;\\n    transition: all 0.2s;\\n}\\n\\n.appstle_sub_widget input[type=radio]:checked+label:before {\\n    content: \\\"\\\";\\n    position: absolute;\\n    inset: 0;\\n    border-radius: 12px;\\n //   padding: 4px;\\n// background: linear-gradient(to right,#Fef58f,#7A3900);\\n//background: #E53D29;\\n  border: 2px transparent;\\n    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);\\n    -webkit-mask-composite: xor;\\n    mask-composite: exclude;\\n    pointer-events: none;\\n    z-index: 0;\\n}\\n\\nspan.appstle_sellingPlan_discountText {\\n    font-weight: 900;\\n    background: linear-gradient(to right,#Fef58f,#7A3900);\\n    border-radius: 100px !important;\\n    padding: 0px 8px !important;\\n    height: 20px;\\n    display: flex !important;\\n    justify-content: center;\\n    align-items: center;\\n    font-size: 10px !important;\\n    letter-spacing: 1px;\\nz-index: 2;\\n}\\n\\n.appstle_lowercase.appstle_sellingPlan_price.appstle_price_block {\\n font-size: 14px !important;\\nfont-weight: 900 !important;\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_onetime_amount {\\n    font-size: 14px !important;\\n    font-weight: 900;\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_onetime_amount_compare {\\n font-size: 14px !important;\\n    font-weight: 900;\\ntext-decoration: line-through;\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_onetime_text {\\n    font-size: 10px !important;\\n}\\n\\nspan.appstle-popular {\\n    position: absolute;\\n    top: -40px;\\n    background: black;\\n    color: #fff;\\n    z-index: -3;\\n    border-radius: 10px;\\n    font-size: 11px;\\n    padding: 0px 10px 29px 10px;\\nleft: 0;\\n}\\n\\n.widgetSellingPlanWrapper label {\\n  \\n    border-radius: 14px;\\n}\\n\\n.widgetSellingPlanWrapper input:checked+label {\\n  \\n    overflow: hidden;\\n}\\n\\n.appstle-cancel-text {\\n    font-size: 10px;\\n}\\n\\n.appstle-perday-price {\\n    font-size: 10px;\\n    font-weight: 600;\\ndisplay: none;\\n}\\n\\n.appstle-plan-text {\\n    font-size: 10px;\\n    font-weight: 400;\\n}\\n\\n\\n    .widgetSellingPlanWrapper {\\n    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;\\n}\\n\\n.widgetSellingPlanWrapper label {\\n    flex-direction: row;\\n    justify-content: space-between !important;\\n    align-items: flex-start !important;\\nwidth: 100% !important;\\n}\\n\\n.widgetSellingPlanWrapper label {\\n    font-size: 18px;\\n    text-align: left;\\n    padding: 16px !important;\\nflex-basis: unset;\\n}\\n\\n.appstle_span_wrapper {\\n    justify-content: flex-end !important;\\n}\\n\\n.appstle-perday-price {\\n    text-align: right;\\n}\\n\\n.widgetSellingPlanWrapper {\\n    gap: 0.8rem !important;\\n}\\n\\nspan.appstle-popular {\\n    width: calc(100% - 20px);\\n    text-align: center;\\n    font-weight: 900;\\n    letter-spacing: 2px;\\n    font-size: 12px;\\n    top: -30px;\\nleft: 0;\\n}\\n\\nspan.appstle_sellingPlan_discountText {    \\nleft: unset !important;\\n    right: 15px;\\n    transform: translate(0, -50%) !important;\\n}\\n.appstle-cancel-text {\\n    text-align: left;\\nfont-weight: 400;\\n}\\n\\n.appstle_input_wrapper label {\\n    text-align: left !important;\\n}\\n\\n.widgetSellingPlanWrapper input:checked+label {\\n    width: 100% !important;\\n    margin: 0 !important;\\n}\\n.appstle_input_wrapper {\\n    width: 100% !important;\\nflex-direction: row;\\n}\\n.appstle_input_wrapper label {\\n    font-size: 14px !important;\\n}\\n.appstle-plan-text {\\n    font-size: 10px;\\n    font-weight: 400;\\n}\\n.widgetSellingPlanWrapper input:checked+label+span {\\n    background: linear-gradient(to right,#F5DEB3,#F5DEB3) !important;\\n}\\n.appstle_onetime_block .appstle_span_wrapper {\\n    grid-column: 2;\\n}\\n.appstle-frequency-description {\\n  text-align: right !important;\\n}\\n\\n\\n.appstle-sm-hide {\\n  display: none;\\n}\\n\\n@media screen and (min-width: 800px) {\\n.appstle-lg-show {\\n  display: block;\\n}\\n.appstle-lg-hide {\\n  display: none;\\n}\\n\\n}\\n\\nspan.appstle_lowercase.appstle_sellingPlan_formattedCompareAtPrice.appstle_price_block {\\n    text-decoration: line-through;\\n    display: block;\\n    margin-right: 3px;\\n    font-size: 12px !important;\\n    color: #121212;\\n}\\n\\n.appstle_span_wrapper > * {\\nflex-shrink: 0\\n}\\n\\n\\n</style>\\n</div>\\n{% endraw %}\",\"WIDGET_TYPE_7\":\"{% raw %}{% endraw %}\",\"WIDGET_TYPE_2\":\"{% raw %}{% endraw %}\",\"WIDGET_TYPE_3\":\"{% raw %}<div id=\\\"appstle-widget-template\\\">\\n  <div class=\\\"appstle_sub_widget\\\" id=\\\"appstle_subscription_widget{{widgetId}}\\\">\\n<div class=\\\"appstle_widget_title\\\">{{{purchaseOptionsText}}}</div>\\n      <div class=\\\"widgetSellingPlanWrapper appstle_subscription_wrapper\\\">\\n{{#showSubOptionBeforeOneTime}}\\n        {{#sellingPlanVariants}}\\n           <div class=\\\"appstle_input_wrapper appstle_subscription_option\\\">\\n             <input type=\\\"radio\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" id=\\\"{{sellingPlanId}}\\\" value=\\\"{{sellingPlanId}}\\\" name=\\\"selling_plan\\\" {{#isChecked}}checked{{/isChecked}}>\\n             {{^prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\" class=\\\"appstle_widget_three\\\">\\n                 {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{formattedPrice}}}</span>\\n{{#showSecondFormattedDiscountText}}{{^isFixedPrice}}<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block\\\">&nbsp;({{{secondFormattedDiscountText}}})</span> {{/isFixedPrice}}{{/showSecondFormattedDiscountText}}\\n</div>\\n    \\n             </label>\\n        {{/prepaidFlag}}\\n        {{#prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\" class=\\\"appstle_widget_three\\\">\\n               {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{totalPrice}}}</span>\\n {{#showSecondFormattedDiscountText}}{{^isFixedPrice}}<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block\\\">&nbsp;({{{secondFormattedDiscountText}}})</span>{{/isFixedPrice}}{{/showSecondFormattedDiscountText}}\\n {{#formattedPrepaidPerDeliveryPriceText}}<span class=\\\"appstle_formattedPrepaidPerDeliveryPriceText\\\">&nbsp;({{{formattedPrepaidPerDeliveryPriceText}}})</span>{{/formattedPrepaidPerDeliveryPriceText}}\\n        </div>\\n    \\n             </label>\\n        {{/prepaidFlag}}\\n      \\n           </div>\\n        {{/sellingPlanVariants}}\\n{{/showSubOptionBeforeOneTime}}\\n       {{^requires_selling_plan}}\\n        <div class=\\\"appstle_input_wrapper appstle_onetime\\\">\\n          <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"{{sellingPlanId}}\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}>\\n          <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" class=\\\"appstle_widget_three\\\">\\n            {{oneTimePuchaseText}}\\n      <span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount\\\">\\n{{#showOneTimeComparePrice}}\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount_compare\\\">\\n  {{{oneTimePuchaseComparePriceAmount}}}\\n</span>\\n{{/showOneTimeComparePrice}}\\n{{{oneTimePuchaseAmount}}}</span>\\n          </label>\\n          \\n        </div>\\n        {{/requires_selling_plan}}\\n{{^showSubOptionBeforeOneTime}}\\n        {{#sellingPlanVariants}}\\n           <div class=\\\"appstle_input_wrapper appstle_subscription_option\\\">\\n             <input type=\\\"radio\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" id=\\\"{{sellingPlanId}}\\\" value=\\\"{{sellingPlanId}}\\\" name=\\\"selling_plan\\\" {{#isChecked}}checked{{/isChecked}}>\\n             {{^prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\" class=\\\"appstle_widget_three\\\">\\n                 {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{formattedPrice}}}</span>\\n{{#showSecondFormattedDiscountText}}{{^isFixedPrice}}<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block\\\">&nbsp;({{{secondFormattedDiscountText}}})</span> {{/isFixedPrice}}{{/showSecondFormattedDiscountText}}\\n</div>\\n    \\n             </label>\\n        {{/prepaidFlag}}\\n        {{#prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\" class=\\\"appstle_widget_three\\\">\\n               {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{totalPrice}}}</span>\\n {{#showSecondFormattedDiscountText}}{{^isFixedPrice}}<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block\\\">&nbsp;({{{secondFormattedDiscountText}}})</span>{{/isFixedPrice}}{{/showSecondFormattedDiscountText}}\\n {{#formattedPrepaidPerDeliveryPriceText}}<span class=\\\"appstle_formattedPrepaidPerDeliveryPriceText\\\">&nbsp;({{{formattedPrepaidPerDeliveryPriceText}}})</span>{{/formattedPrepaidPerDeliveryPriceText}}\\n        </div>\\n    \\n             </label>\\n        {{/prepaidFlag}}\\n      \\n           </div>\\n        {{/sellingPlanVariants}}\\n{{/showSubOptionBeforeOneTime}}\\n    </div>\\n{{#showStaticTooltip}}\\n<div class=\\\"appstle_tooltip_wrapper_static\\\">{{{toolTipDescription}}}</div>\\n{{/showStaticTooltip}}\\n{{#showTooltip}}\\n    <div data-appstle-icon=\\\"\\\" class=\\\"appstle_tooltip_wrapper\\\">\\n    <svg width=\\\"90\\\" height=\\\"90\\\" viewBox=\\\"0 0 90 90\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" class=\\\"tooltip_subscription_svg\\\">\\n    <path\\n      d=\\\"M45 0C20.1827 0 0 20.1827 0 45C0 69.8173 20.1827 90 45 90C69.8173 90 90 69.8174 90 45C90.0056 44.6025 89.9322 44.2078 89.7839 43.8389C89.6357 43.47 89.4156 43.1342 89.1365 42.8511C88.8573 42.568 88.5247 42.3432 88.158 42.1897C87.7912 42.0363 87.3976 41.9573 87 41.9573C86.6024 41.9573 86.2088 42.0363 85.842 42.1897C85.4753 42.3432 85.1427 42.568 84.8635 42.8511C84.5844 43.1342 84.3643 43.47 84.2161 43.8389C84.0678 44.2078 83.9944 44.6025 84 45C84 66.5748 66.5747 84 45 84C23.4253 84 6 66.5747 6 45C6 23.4254 23.4253 6 45 6C56.1538 6 66.3012 10.5882 73.4375 18H65.4062C65.0087 17.9944 64.614 18.0678 64.2451 18.2161C63.8762 18.3643 63.5405 18.5844 63.2573 18.8635C62.9742 19.1427 62.7494 19.4753 62.596 19.842C62.4425 20.2088 62.3635 20.6024 62.3635 21C62.3635 21.3976 62.4425 21.7912 62.596 22.158C62.7494 22.5247 62.9742 22.8573 63.2573 23.1365C63.5405 23.4156 63.8762 23.6357 64.2451 23.7839C64.614 23.9322 65.0087 24.0056 65.4062 24H79.8125C80.6081 23.9999 81.3711 23.6838 81.9337 23.1212C82.4963 22.5586 82.8124 21.7956 82.8125 21V6.59375C82.821 6.18925 82.7476 5.78722 82.5966 5.41183C82.4457 5.03644 82.2205 4.69545 81.9344 4.40936C81.6483 4.12327 81.3073 3.898 80.9319 3.7471C80.5565 3.5962 80.1545 3.52277 79.75 3.53125C79.356 3.53941 78.9675 3.62511 78.6067 3.78344C78.2458 3.94177 77.9197 4.16963 77.6469 4.45402C77.3741 4.73841 77.16 5.07375 77.0168 5.44089C76.8737 5.80803 76.8042 6.19977 76.8125 6.59375V12.875C68.6156 4.86282 57.3081 0 45 0ZM43.75 20.75C43.356 20.7582 42.9675 20.8439 42.6067 21.0022C42.2458 21.1605 41.9197 21.3884 41.6469 21.6728C41.3741 21.9572 41.16 22.2925 41.0168 22.6596C40.8737 23.0268 40.8042 23.4185 40.8125 23.8125V47.375C40.8116 47.7693 40.8883 48.16 41.0385 48.5246C41.1886 48.8892 41.4092 49.2207 41.6875 49.5L54.0938 61.9375C54.6573 62.5011 55.4217 62.8177 56.2188 62.8177C57.0158 62.8177 57.7802 62.5011 58.3438 61.9375C58.9073 61.3739 59.224 60.6095 59.224 59.8125C59.224 59.0155 58.9073 58.2511 58.3438 57.6875L46.8125 46.1875V23.8125C46.821 23.408 46.7476 23.006 46.5966 22.6306C46.4457 22.2552 46.2205 21.9142 45.9344 21.6281C45.6483 21.342 45.3073 21.1168 44.9319 20.9658C44.5565 20.8149 44.1545 20.7415 43.75 20.75Z\\\"\\n    ></path>\\n    </svg>\\n    <span class=\\\"appstle_tooltip_title\\\">{{{tooltipTitle}}}</span>\\n  </div>\\n<div class=\\\"appstle_tooltip appstle_tooltip_hover\\\">\\n    <div class=\\\"appstle_tooltip_content\\\">\\n      {{{toolTipDescription}}}\\n    </div>\\n   {{#showAppstleLink}}\\n    <div class=\\\"appstle_tooltip_appstle\\\">\\n      <a href=\\\"https://appstle.com\\\" class=\\\"appstle_link\\\" target=\\\"_blank\\\">\\n      POWERED BY APPSTLE\\n      </a>\\n    </div>\\n{{/showAppstleLink}}\\n    </div>\\n{{/showTooltip}}\\n<style>.widgetSellingPlanWrapper {\\n    display: grid;\\n    grid-template-columns: repeat(2, minmax(0, 1fr));\\n    gap: 0.5rem;\\n    grid-auto-rows: 1fr;\\n    margin-bottom: 6px;\\n}\\n.widgetSellingPlanWrapper input {\\n    display: none;\\n}\\n.widgetSellingPlanWrapper label {\\n    border-radius: 8px;\\n    border: 1px solid #E60000;\\n    padding: 0.5rem;\\n    display: flex;\\n    justify-content: center;\\n    align-items: center;\\n    font-size: 13px;\\n    display: block;\\n    height: 100%;\\n    width: 100%;\\n    text-align: center;\\ncursor: pointer;\\n}\\n.widgetSellingPlanWrapper input:checked+label {\\n    background-color: #ffffff;\\n    color: #000000;\\n    border: 2px solid black !important;\\n}\\n.appstle_lowercase {\\n    text-transform: lowercase;\\n}\\n.appstle_input_wrapper {\\n    position: relative;\\n}\\nspan.appstle_sellingPlan_discountText {\\n    position: absolute;\\n    background-color: black;\\n    color: white;\\n    border-radius: 3px;\\n    padding: 1px 18px;\\n    left: 50%;\\n    display: block;\\n    transform: translate(-50%, -50%);\\n    white-space: nowrap;\\n}\\nspan.appstle_sellingPlan_discountText:empty {\\n    display: none !important;\\n}\\nspan.appstle_lowercase.appstle_sellingPlan_price {\\n    font-size: 13px;\\n    font-weight: normal;\\n    color: red;\\n}\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_onetime_amount_compare {\\n    font-size: 13px;\\n    font-weight: normal;\\n    color: red;\\n    text-decoration: line-through;\\n    padding: 0 3px;\\n}\\n#appstle_subscription_widget0 .appstle_tooltip_wrapper {\\n    font-size: 13px;\\n   margin-top: 8px;\\n    margin-bottom: 16px;\\n}\\n.appstle_subscription_wrapper {\\n    border: none !important;\\n}\\nlabel.appstle_widget_three {\\n    display: flex;\\n    flex-direction: column;\\n}\\n.widgetSellingPlanWrapper input:checked+label span {\\n    color: black !important;\\n}\\n.appstle_sub_widget .appstle_subscription_wrapper{\\n    border-radius:unset !important;\\n}\\n</style>\\n</div>{% endraw %}\",\"WIDGET_TYPE_4\":\"{% raw %}<div id=\\\"appstle-widget-template\\\">\\n  <div class=\\\"appstle_sub_widget\\\" id=\\\"appstle_subscription_widget{{widgetId}}\\\">\\n<div class=\\\"appstle_widget_title\\\">{{{purchaseOptionsText}}}</div>\\n      <div class=\\\"widgetSellingPlanWrapper\\\">\\n{{^requires_selling_plan}}\\n{{^showSubOptionBeforeOneTime}}\\n        <div class=\\\"appstle_input_wrapper\\\">\\n          <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}>\\n          <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n            {{oneTimePuchaseText}}\\n{{#showOneTimeComparePrice}}\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount_compare\\\">\\n  {{{oneTimePuchaseComparePriceAmount}}}\\n</span>\\n{{/showOneTimeComparePrice}}\\n      <span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount\\\">{{{oneTimePuchaseAmount}}}/{{{oneTimeFrequencyText}}}</span>\\n          </label>\\n        </div>\\n{{/showSubOptionBeforeOneTime}}\\n{{/requires_selling_plan}}\\n        {{#sellingPlanVariants}}\\n           <div class=\\\"appstle_input_wrapper\\\">\\n      <span class=\\\"appstle_sellingPlan_discountText\\\">{{{formattedDiscountText}}}</span>\\n             <input type=\\\"radio\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" id=\\\"{{sellingPlanId}}\\\" value=\\\"{{sellingPlanId}}\\\" name=\\\"selling_plan\\\" {{#isChecked}}checked{{/isChecked}}>\\n{{^prepaidFlag}}\\n             <label for=\\\"{{sellingPlanId}}\\\">\\n                {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{formattedPrice}}}<span>\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_formattext_block\\\">/{{{sellingPlanFrequencyText}}}{{#isFrequencySubsequent}}{{/isFrequencySubsequent}}</span>\\n</div>\\n </label>\\n{{/prepaidFlag}}\\n{{#prepaidFlag}}\\n<label for=\\\"{{sellingPlanId}}\\\">\\n                {{{name}}}\\n<div class=\\\"appstle_span_wrapper\\\">\\n        <span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_price_block\\\">{{{totalPrice}}}</span>\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_discount_block appstle_formattedPrepaidPerDeliveryPriceText\\\">&nbsp;{{{formattedPrepaidPerDeliveryPriceText}}}</span>\\n</div>\\n</label>\\n{{/prepaidFlag}}\\n           </div>\\n        {{/sellingPlanVariants}}\\n{{^requires_selling_plan}}\\n{{#showSubOptionBeforeOneTime}}\\n        <div class=\\\"appstle_input_wrapper\\\">\\n          <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}>\\n          <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n            {{oneTimePuchaseText}}\\n{{#showOneTimeComparePrice}}\\n<span class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount_compare\\\">\\n  {{{oneTimePuchaseComparePriceAmount}}}\\n</span>\\n{{/showOneTimeComparePrice}}\\n      <span  class=\\\"appstle_lowercase appstle_sellingPlan_price appstle_onetime_amount\\\">{{{oneTimePuchaseAmount}}}/{{{oneTimeFrequencyText}}}</span>\\n          </label>\\n        </div>\\n{{/showSubOptionBeforeOneTime}}\\n{{/requires_selling_plan}}\\n    </div>\\n{{#showStaticTooltip}}\\n<div class=\\\"appstle_tooltip_wrapper_static\\\"> {{{toolTipDescription}}}</div>\\n{{/showStaticTooltip}}\\n{{#showTooltip}}\\n    <div data-appstle-icon=\\\"\\\" class=\\\"appstle_tooltip_wrapper\\\">\\n    <svg width=\\\"90\\\" height=\\\"90\\\" viewBox=\\\"0 0 90 90\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" class=\\\"tooltip_subscription_svg\\\">\\n    <path\\n      d=\\\"M45 0C20.1827 0 0 20.1827 0 45C0 69.8173 20.1827 90 45 90C69.8173 90 90 69.8174 90 45C90.0056 44.6025 89.9322 44.2078 89.7839 43.8389C89.6357 43.47 89.4156 43.1342 89.1365 42.8511C88.8573 42.568 88.5247 42.3432 88.158 42.1897C87.7912 42.0363 87.3976 41.9573 87 41.9573C86.6024 41.9573 86.2088 42.0363 85.842 42.1897C85.4753 42.3432 85.1427 42.568 84.8635 42.8511C84.5844 43.1342 84.3643 43.47 84.2161 43.8389C84.0678 44.2078 83.9944 44.6025 84 45C84 66.5748 66.5747 84 45 84C23.4253 84 6 66.5747 6 45C6 23.4254 23.4253 6 45 6C56.1538 6 66.3012 10.5882 73.4375 18H65.4062C65.0087 17.9944 64.614 18.0678 64.2451 18.2161C63.8762 18.3643 63.5405 18.5844 63.2573 18.8635C62.9742 19.1427 62.7494 19.4753 62.596 19.842C62.4425 20.2088 62.3635 20.6024 62.3635 21C62.3635 21.3976 62.4425 21.7912 62.596 22.158C62.7494 22.5247 62.9742 22.8573 63.2573 23.1365C63.5405 23.4156 63.8762 23.6357 64.2451 23.7839C64.614 23.9322 65.0087 24.0056 65.4062 24H79.8125C80.6081 23.9999 81.3711 23.6838 81.9337 23.1212C82.4963 22.5586 82.8124 21.7956 82.8125 21V6.59375C82.821 6.18925 82.7476 5.78722 82.5966 5.41183C82.4457 5.03644 82.2205 4.69545 81.9344 4.40936C81.6483 4.12327 81.3073 3.898 80.9319 3.7471C80.5565 3.5962 80.1545 3.52277 79.75 3.53125C79.356 3.53941 78.9675 3.62511 78.6067 3.78344C78.2458 3.94177 77.9197 4.16963 77.6469 4.45402C77.3741 4.73841 77.16 5.07375 77.0168 5.44089C76.8737 5.80803 76.8042 6.19977 76.8125 6.59375V12.875C68.6156 4.86282 57.3081 0 45 0ZM43.75 20.75C43.356 20.7582 42.9675 20.8439 42.6067 21.0022C42.2458 21.1605 41.9197 21.3884 41.6469 21.6728C41.3741 21.9572 41.16 22.2925 41.0168 22.6596C40.8737 23.0268 40.8042 23.4185 40.8125 23.8125V47.375C40.8116 47.7693 40.8883 48.16 41.0385 48.5246C41.1886 48.8892 41.4092 49.2207 41.6875 49.5L54.0938 61.9375C54.6573 62.5011 55.4217 62.8177 56.2188 62.8177C57.0158 62.8177 57.7802 62.5011 58.3438 61.9375C58.9073 61.3739 59.224 60.6095 59.224 59.8125C59.224 59.0155 58.9073 58.2511 58.3438 57.6875L46.8125 46.1875V23.8125C46.821 23.408 46.7476 23.006 46.5966 22.6306C46.4457 22.2552 46.2205 21.9142 45.9344 21.6281C45.6483 21.342 45.3073 21.1168 44.9319 20.9658C44.5565 20.8149 44.1545 20.7415 43.75 20.75Z\\\"\\n    ></path>\\n    </svg>\\n    <span class=\\\"appstle_tooltip_title\\\">{{{tooltipTitle}}}</span>\\n  </div>\\n    <div class=\\\"appstle_tooltip\\\">\\n    <div class=\\\"appstle_tooltip_content\\\">\\n      {{{toolTipDescription}}}\\n    </div>\\n{{#showAppstleLink}}\\n    <div class=\\\"appstle_tooltip_appstle\\\">\\n      <a href=\\\"https://appstle.com\\\" class=\\\"appstle_link\\\" target=\\\"_blank\\\">\\n      POWERED BY APPSTLE\\n      </a>\\n    </div>\\n{{/showAppstleLink}}\\n    </div>\\n{{/showTooltip}}\\n<style>\\n.widgetSellingPlanWrapper {\\n    display: grid;\\n    grid-template-columns: repeat(2, minmax(0, 1fr));\\n    gap: 16px;\\n    grid-auto-rows: 1fr;\\n    margin-bottom: 6px;\\nmargin-top: 10px\\n}\\n.widgetSellingPlanWrapper input {\\n    display: none;\\n}\\n.widgetSellingPlanWrapper label {\\n    border-radius: 10px;\\n    border: 1px solid #FF609D;\\n    padding: 0.5rem;\\n    display: flex !important;\\n    flex-direction: column;\\n    justify-content: center;\\n    align-items: center;\\n    font-size: 11px;\\n    font-family: monospace;\\n    display: block;\\n    height: 100%;\\n    width: 100%;\\n    font-weight: bolder;\\n    text-align: center;\\ncursor: pointer;\\n}\\n.widgetSellingPlanWrapper input:checked+label {\\n    background-color: #FFF4F8;\\n}\\n.appstle_lowercase {\\n    text-transform: lowercase;\\n}\\n.appstle_input_wrapper {\\n    position: relative;\\n}\\nspan.appstle_sellingPlan_discountText {\\n    position: absolute;\\n    font-size: 8px;\\n    background-color: #724CF9;\\n    color: white;\\n    border-radius: 3px;\\n    padding: 1px 18px;\\n    left: 50%;\\n    display: block;\\n    transform: translate(-50%, -50%);\\n    white-space: nowrap;\\n}\\nspan.appstle_sellingPlan_discountText:empty {\\n    display: none !important;\\n}\\nspan.appstle_lowercase.appstle_sellingPlan_price {\\n    font-size: 10px;\\n    font-weight: normal;\\n}\\nspan.appstle_lowercase.appstle_sellingPlan_price.appstle_onetime_amount_compare {\\n    font-size: 10px;\\n    font-weight: normal;\\ntext-decoration: line-through;\\n}\\n#appstle_subscription_widget0 .appstle_tooltip_wrapper {\\n\\tfont-family: monospace;\\n    font-size: 13px;\\n}\\n.appstle_tooltip_wrapper {\\n    margin-bottom:10px;\\n}\\n</style>\\n</div>{% endraw %}\",\"WIDGET_TYPE_5\":\"{% raw %}<div id=\\\"appstle-widget-template\\\">\\n    <div class=\\\"appstle_sub_widget\\\" id=\\\"appstle_subscription_widget{{widgetId}}\\\">\\n<div class=\\\"appstle_widget_title\\\">{{{purchaseOptionsText}}}</div>\\n        <div class=\\\"widgetSellingPlanWrapper\\\">\\n{{^showSubOptionBeforeOneTime}}\\n{{^requires_selling_plan}}\\n          <div class=\\\"appstle_input_wrapper\\\">\\n            <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}/>\\n            <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n              {{{oneTimePuchaseText}}}\\n            </label>\\n            \\n          </div>\\n{{/requires_selling_plan}}\\n{{/showSubOptionBeforeOneTime}}\\n          {{#sellingPlanVariants}}\\n             <div class=\\\"appstle_input_wrapper\\\">\\n               <input type=\\\"radio\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" id=\\\"{{sellingPlanId}}\\\" value=\\\"{{sellingPlanId}}\\\" name=\\\"selling_plan\\\"  {{#isChecked}}checked{{/isChecked}} />\\n               <label for=\\\"{{sellingPlanId}}\\\">\\n                  {{{name}}}\\n               </label>\\n        \\n             </div>\\n          {{/sellingPlanVariants}}\\n{{#showSubOptionBeforeOneTime}}\\n{{^requires_selling_plan}}\\n          <div class=\\\"appstle_input_wrapper\\\">\\n            <input type=\\\"radio\\\" id=\\\"appstle_selling_plan_label_1{{widgetId}}\\\" name=\\\"selling_plan\\\" value=\\\"\\\" class=\\\"appstleSellingPlan{{widgetId}}\\\" {{^subscriptionOptionSelectedDefault}}checked{{/subscriptionOptionSelectedDefault}}/>\\n            <label for=\\\"appstle_selling_plan_label_1{{widgetId}}\\\">\\n              {{{oneTimePuchaseText}}}\\n            </label>\\n            \\n          </div>\\n{{/requires_selling_plan}}\\n{{/showSubOptionBeforeOneTime}}\\n      </div>\\n{{#showStaticTooltip}}\\n<div class=\\\"appstle_tooltip_wrapper_static\\\">{{{toolTipDescription}}}</div>\\n{{/showStaticTooltip}}\\n{{#showTooltip}}\\n    <div data-appstle-icon=\\\"\\\" class=\\\"appstle_tooltip_wrapper\\\">\\n    <svg width=\\\"90\\\" height=\\\"90\\\" viewBox=\\\"0 0 90 90\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" class=\\\"tooltip_subscription_svg\\\">\\n    <path\\n      d=\\\"M45 0C20.1827 0 0 20.1827 0 45C0 69.8173 20.1827 90 45 90C69.8173 90 90 69.8174 90 45C90.0056 44.6025 89.9322 44.2078 89.7839 43.8389C89.6357 43.47 89.4156 43.1342 89.1365 42.8511C88.8573 42.568 88.5247 42.3432 88.158 42.1897C87.7912 42.0363 87.3976 41.9573 87 41.9573C86.6024 41.9573 86.2088 42.0363 85.842 42.1897C85.4753 42.3432 85.1427 42.568 84.8635 42.8511C84.5844 43.1342 84.3643 43.47 84.2161 43.8389C84.0678 44.2078 83.9944 44.6025 84 45C84 66.5748 66.5747 84 45 84C23.4253 84 6 66.5747 6 45C6 23.4254 23.4253 6 45 6C56.1538 6 66.3012 10.5882 73.4375 18H65.4062C65.0087 17.9944 64.614 18.0678 64.2451 18.2161C63.8762 18.3643 63.5405 18.5844 63.2573 18.8635C62.9742 19.1427 62.7494 19.4753 62.596 19.842C62.4425 20.2088 62.3635 20.6024 62.3635 21C62.3635 21.3976 62.4425 21.7912 62.596 22.158C62.7494 22.5247 62.9742 22.8573 63.2573 23.1365C63.5405 23.4156 63.8762 23.6357 64.2451 23.7839C64.614 23.9322 65.0087 24.0056 65.4062 24H79.8125C80.6081 23.9999 81.3711 23.6838 81.9337 23.1212C82.4963 22.5586 82.8124 21.7956 82.8125 21V6.59375C82.821 6.18925 82.7476 5.78722 82.5966 5.41183C82.4457 5.03644 82.2205 4.69545 81.9344 4.40936C81.6483 4.12327 81.3073 3.898 80.9319 3.7471C80.5565 3.5962 80.1545 3.52277 79.75 3.53125C79.356 3.53941 78.9675 3.62511 78.6067 3.78344C78.2458 3.94177 77.9197 4.16963 77.6469 4.45402C77.3741 4.73841 77.16 5.07375 77.0168 5.44089C76.8737 5.80803 76.8042 6.19977 76.8125 6.59375V12.875C68.6156 4.86282 57.3081 0 45 0ZM43.75 20.75C43.356 20.7582 42.9675 20.8439 42.6067 21.0022C42.2458 21.1605 41.9197 21.3884 41.6469 21.6728C41.3741 21.9572 41.16 22.2925 41.0168 22.6596C40.8737 23.0268 40.8042 23.4185 40.8125 23.8125V47.375C40.8116 47.7693 40.8883 48.16 41.0385 48.5246C41.1886 48.8892 41.4092 49.2207 41.6875 49.5L54.0938 61.9375C54.6573 62.5011 55.4217 62.8177 56.2188 62.8177C57.0158 62.8177 57.7802 62.5011 58.3438 61.9375C58.9073 61.3739 59.224 60.6095 59.224 59.8125C59.224 59.0155 58.9073 58.2511 58.3438 57.6875L46.8125 46.1875V23.8125C46.821 23.408 46.7476 23.006 46.5966 22.6306C46.4457 22.2552 46.2205 21.9142 45.9344 21.6281C45.6483 21.342 45.3073 21.1168 44.9319 20.9658C44.5565 20.8149 44.1545 20.7415 43.75 20.75Z\\\"\\n    ></path>\\n    </svg>\\n    <span class=\\\"appstle_tooltip_title\\\">{{{tooltipTitle}}}</span>\\n  </div>\\n<div class=\\\"appstle_tooltip appstle_tooltip_hover\\\">\\n    <div class=\\\"appstle_tooltip_content\\\">\\n      {{{toolTipDescription}}}\\n    </div>\\n  {{#showAppstleLink}}\\n    <div class=\\\"appstle_tooltip_appstle\\\">\\n      <a href=\\\"https://appstle.com\\\" class=\\\"appstle_link\\\" target=\\\"_blank\\\">\\n      POWERED BY APPSTLE\\n      </a>\\n    </div>\\n  {{/showAppstleLink}}\\n    </div>\\n{{/showTooltip}}\\n  <style>\\n  .widgetSellingPlanWrapper {\\n      display: grid;\\n      grid-template-columns: repeat(2, minmax(0, 1fr));\\n      gap: 8px;\\n      grid-auto-rows: 1fr;\\n      margin-bottom: 6px;\\n      margin-top: 10px;\\n  }\\n  \\n  .widgetSellingPlanWrapper input {\\n      display: none;\\n  }\\n  \\n  .widgetSellingPlanWrapper label {\\n      border-radius: 4px;\\n      border: 1px solid #012935;\\n      padding: 0.5rem;\\n      display: flex;\\n      justify-content: center;\\n      align-items: center;\\n      font-size: 11px;\\n      font-family: sans-serif;\\n      display: block;\\n      height: 100%;\\n      width: 100%;\\n      font-weight: bolder;\\n      text-align: center;\\n \\t color: #012935;\\ncursor: pointer;\\n  }\\n  \\n  .widgetSellingPlanWrapper input:checked+label {\\n      background-color: #012935;\\n \\t color: white;\\n  }\\n  .appstle_lowercase {\\n      text-transform: lowercase;\\n  }\\n  \\n  \\n  .appstle_input_wrapper {\\n      position: relative;\\n  }\\n  \\n  span.appstle_sellingPlan_discountText {\\n      position: absolute;\\n      font-size: 8px;\\n      background-color: #724cf9;\\n      color: white;\\n      border-radius: 3px;\\n      padding: 1px 18px;\\n      left: 50%;\\n      display: block;\\n      transform: translate(-50%, -50%);\\n      white-space: nowrap;\\n  }\\n  \\n  span.appstle_sellingPlan_discountText:empty {\\n      display: none !important;\\n  }\\n  \\n  span.appstle_lowercase.appstle_sellingPlan_price {\\n      font-size: 10px;\\n      font-weight: normal;\\n  }\\n  \\n  #appstle_subscription_widget0 .appstle_tooltip_wrapper {\\n  \\tfont-family: sans-serif;\\n      font-size: 13px;\\n  }\\n  </style>\\n  </div>{% endraw %}\"}",
  3991.            
  3992.            
  3993.              "bundle": {},
  3994.            
  3995.            
  3996.              "labels": `{\"appstle.subscription.wg.addToShipmentErrorTextV2\":\"Error\",\"appstle.subscription.wg.weeksFrequencyTextV2\":\"Weeks\",\"appstle.subscription.wg.weeklyLabelTextV2\":\"Weekly\",\"appstle.subscription.wg.displayAddToExistingSubscriptionButtonForNotLoggedInV2\":\"false\",\"appstle.subscription.wg.addToShipmentProcessingV2\":\"Processing...\",\"appstle.subscription.wg.subscribeAndSaveInitalV2\":\"Subscribe & save\",\"appstle.subscription.wg.deliveryEveryFrequencyTextV2\":\"Delivery Every\",\"appstle.subscription.wg.allowRefreshOnCartPageV2\":\"false\",\"appstle.subscription.wg.prepaidLabelTextV2\":\"Prepaid\",\"appstle.subscription.wg.daysFrequencyTextV2\":\"Days\",\"appstle.subscription.wg.monthlyLabelTextV2\":\"Monthly\",\"appstle.subscription.wg.subscribeAndSaveSuccessV2\":\"Subscribe success\",\"appstle.subscription.wg.addToShipmentSuccessTextV2\":\"Success\",\"appstle.subscription.wg.monthFrequencyTextV2\":\"Month\",\"appstle.subscription.wg.addToShipmentButtonTextV2\":\"Add to Shipment\",\"appstle.subscription.wg.displayAddToExistingSubscriptionButtonToSubscribersOnlyV2\":\"false\",\"appstle.subscription.wg.yearsFrequencyTextV2\":\"Years\",\"appstle.subscription.wg.addToShipmentTooltipTextV2\":\"Please avoid double delivery charges! Login to add this product to an upcoming delivery.\",\"appstle.subscription.wg.weekFrequencyTextV2\":\"Week\",\"appstle.subscription.wg.oneTimePurchaseTextV2\":\"One Time Purchase\",\"appstle.subscription.wg.loyaltyPerkDescriptionTextV2\":\"{{#isDiscountTypeFreeProduct}}<div style='display: flex;'><div style='height: 60px; width: 60px; flex-shrink: 0; margin-right: 10px;'><img style='width: 100%' src={{{featured_image}}}><\/img><\/div><div>After {{{billingCycleBlock}}} orders,<span style='color: #ffc000;font-weight: 700;';> get a FREE {{freeProductName}} <\/span><\/div><div>{{\/isDiscountTypeFreeProduct}}{{#isDiscountTypePercentage}}After <span class='appstle-loyalty-billing-cycle'><span class='appstle-loyalty-billing-cycle-count'>{{{billingCycleBlock}}}<\/span> order<\/span>, <span class='appstle-loyalty-discount'>get <span style='color: #ffc000;font-weight: 700;';>{{{discount}}}% OFF your entire order<\/span><\/span>.{{\/isDiscountTypePercentage}}{{#isDiscountTypeShipping}}After <span class='appstle-loyalty-billing-cycle'><span class='appstle-loyalty-billing-cycle-count'>{{{billingCycleBlock}}}<\/span> order<\/span>, <span class='appstle-loyalty-discount'>get <span style='color: #ffc000;font-weight: 700;';>shipping at {{{formatDiscountedPrice}}}<\/span><\/span>.{{\/isDiscountTypeShipping}}{{#isDiscountTypeFixed}}After <span class='appstle-loyalty-billing-cycle'><span class='appstle-loyalty-billing-cycle-count'>{{{billingCycleBlock}}}<\/span> order<\/span>, <span class='appstle-loyalty-discount'>get <span style='color: #ffc000;font-weight: 700;';>{{{formatDiscountedPrice}}} OFF your entire order<\/span><\/span>.{{\/isDiscountTypeFixed}}\",\"appstle.subscription.wg.unsubscribeFrequencyTextV2\":\"unsubscribe\",\"appstle.subscription.wg.oneTimeFrequencyTextV2\":\"One Time\",\"appstle.subscription.wg.dayFrequencyTextV2\":\"day\",\"appstle.subscription.wg.allowFulfilmentCountViaPropertiesV2\":\"true\",\"appstle.subscription.wg.monthsFrequencyTextV2\":\"Months\",\"appstle.subscription.wg.prepaidSaveBadgeTextV2\":\"SAVE {{selectedDiscountPercentage}}\",\"appstle.subscription.wg.manageSubscriptionButtonTextV2\":\"Manage Subscription\",\"appstle.subscription.wg.offFrequencyTextV2\":\"Off\",\"appstle.subscription.wg.yearFrequencyTextV2\":\"Year\",\"appstle.subscription.wg.prepayLabelTextV2\":\"Prepay\",\"appstle.subscription.wg.sellingPlanTitleTextNonPrepaid\":\"{{sellingPlanName}}\",\"appstle.subscription.wg.selectDeliverOptionV2\":\"select deliver option\",\"appstle.subscription.wg.yearlyLabelTextV2\":\"Yearly\"}`,
  3997.            
  3998.            "css": {
  3999.                "appstle_subscription_widget": {
  4000.                    "margin-top": "" ,
  4001.                    "margin-bottom": "",
  4002.                },
  4003.  
  4004.                "appstle_subscription_wrapper": {
  4005.                    "border-width": "5px",
  4006.                    "border-color": "#010346",
  4007.                },
  4008.  
  4009.                "appstle_circle": {
  4010.                    "border-color": "",
  4011.                },
  4012.  
  4013.                "appstle_dot": {
  4014.                    "background-color": "",
  4015.                },
  4016.  
  4017.                "appstle_select": {
  4018.                    "padding-top": "",
  4019.                    "padding-bottom": "",
  4020.                    "padding-left": "",
  4021.                    "padding-right": "",
  4022.                    "border-width": "",
  4023.                    "border-style": "",
  4024.                    "border-color": "",
  4025.                    "border-radius": "",
  4026.                },
  4027.  
  4028.                "tooltip_subscription_svg": {
  4029.                    "fill": "",
  4030.                },
  4031.  
  4032.                "appstle_tooltip": {
  4033.                    "color": "",
  4034.                    "background-color": "#010346",
  4035.                },
  4036.  
  4037.                "appstle_tooltip_border_top_color": {
  4038.                    "border-top-color": "#010346",
  4039.                },
  4040.  
  4041.                "appstle_subscription_final_price": {
  4042.                    "color": "",
  4043.                },
  4044.                "appstle_widget_text_color": {
  4045.                    "color": "",
  4046.                },
  4047.                "appstle_selected_background": {
  4048.                    "background": "transparent",
  4049.                },
  4050.                "elementCSS": "[]",
  4051.                "customCSS": "",
  4052.                "customerPortalCss": "",
  4053.                "externalStyleTag": "",
  4054.                "themeCss": "",
  4055.            }
  4056.          };
  4057.  
  4058.          window.AppstleSubscription = window.AppstleSubscription || JSON.parse(JSON.stringify(RS));
  4059.  
  4060.          sessionStorage['appstleSubscriptionConfig'] = JSON.stringify(RS.Config);
  4061.  
  4062.          var _RSConfig = _RSConfig || {};
  4063.  
  4064.          _RSConfig.shop = 'the-gin-store.myshopify.com';
  4065.  
  4066.          
  4067.  
  4068.          
  4069.  
  4070.            
  4071.            _RSConfig.shopMoneyFormat = '&lt;span class=transcy-money&gt;$ {{amount}}&lt;/span&gt;';
  4072.            _RSConfig.shopMoneyFormatWithCurrencyFormat = '&lt;span class=transcy-money&gt;$ {{amount}} USD&lt;/span&gt;';
  4073.            
  4074.  
  4075.            
  4076.  
  4077.        }
  4078.  
  4079. </script>
  4080.  
  4081. <style id="appstle-payment-button-override">
  4082.    .shopify-payment-button {display: none;}
  4083. </style>
  4084. <script>
  4085. let appstleCount = 0
  4086. function isAppstleJSInitiated() {
  4087.    appstleCount++;
  4088.    if (window?.["RSConfig"] || appstleCount > 20) {
  4089.        let appstleStyleElement = document.querySelector('#appstle-payment-button-override');
  4090.        if (appstleStyleElement) {
  4091.            appstleStyleElement.remove();
  4092.        }
  4093.    } else {
  4094.        setTimeout(isAppstleJSInitiated, 500)
  4095.    }
  4096. }
  4097. isAppstleJSInitiated();
  4098. </script>
  4099.  
  4100. <style>
  4101.  
  4102. </style>
  4103. <script>
  4104.    function pollAppstleInit() {
  4105.        if (window?.appstleInit) {
  4106.        window?.appstleInit()
  4107.        } else {
  4108.        setTimeout(pollAppstleInit, 30);
  4109.        }
  4110.    }
  4111. </script>
  4112.  
  4113.  
  4114.  
  4115.  
  4116.  
  4117.  
  4118.  
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124.  
  4125.  
  4126.  
  4127.    <script src="https://subscription-admin.appstle.com/assets/js/appstle-subscription.min.js?shop=the-gin-store.myshopify.com&v=1735698429741" defer ></script>
  4128.  
  4129.    
  4130.  
  4131.  
  4132.  
  4133. </div></body>
  4134. </html>
  4135.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda