301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: tlee.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><!--[--><title>Home</title><!----><link rel="icon" href="data:;base64,iVBORw0KGgo="><link rel="apple-touch-icon" href="data:;base64,iVBORw0KGgo="><meta content="https://tlee.com/" property="og:url"><link rel="canonical" href="https://tlee.com/"><meta content="Home" property="og:title"><meta name="twitter:title" content="Home"><meta content="website" property="og:type"><!----><!----><!----><!----><meta property="og:image"><meta name="twitter:image"><meta content="" property="og:image:alt"><meta content="" name="twitter:image:alt"><meta name="twitter:card" content="summary_large_image"><meta name="robots" content="noindex"><link rel="preconnect"><!----><!----><!----><!----><!--[--><link rel="alternate" hreflang="x-default" href="https://tlee.com/"><!--]--><link href="https://cdn.zyrosite.com/u1/google-fonts/font-faces?family=Poppins:wght@400;500&display=swap" rel="preconnect" crossorigin="true"><link href="https://cdn.zyrosite.com/u1/google-fonts/font-faces?family=Poppins:wght@400;500&display=swap" rel="preload" as="style"><link href="https://cdn.zyrosite.com/u1/google-fonts/font-faces?family=Poppins:wght@400;500&display=swap" rel="stylesheet" referrerpolicy="no-referrer"><!--]--><style></style><link rel="prefetch" href="https://assets.zyrosite.com/YleyngzOVzHelVVW/traffic.txt"><script>(function(){const publishDate = null; const currentDate = new Date().setHours(0, 0, 0, 0); if (publishDate && currentDate < publishDate) { window.location.replace('/') } })();</script><link rel="stylesheet" href="/_astro-1721658800736/_slug_.Cbh2bJqY.css" /> <style>#fb-root{position:relative;z-index:17}#fb-root .fb_dialog{left:-1000px}:root{--color-meteorite-dark: #2f1c6a;--color-meteorite: #8c85ff;--color-meteorite-light: #d5dfff;--color-primary-dark: #5025d1;--color-primary: #673de6;--color-primary-light: #ebe4ff;--color-danger-dark: #d63163;--color-danger: #fc5185;--color-danger-light: #ffe8ef;--color-warning-dark: #fea419;--color-warning-dark-2: #9F6000;--color-warning: #ffcd35;--color-warning-light: #fff8e2;--color-success-dark: #008361;--color-success: #00b090;--color-success-light: #def4f0;--color-dark: #1d1e20;--color-gray-dark: #36344d;--color-gray: #727586;--color-gray-border: #dadce0;--color-gray-light: #f2f3f6;--color-light: #fff;--color-azure: #357df9;--color-azure-light: #e3ebf9;--color-azure-dark: #265ab2}.whats-app-bubble{position:fixed;right:20px;bottom:24px;z-index:17;display:flex;cursor:pointer;border-radius:100px;box-shadow:#00000026 0 4px 12px}.whats-app-bubble--next-to-messenger{right:95px}.globalClass_2ebe{position:relative;z-index:17}#wtpQualitySign_fixedCSS,#wtpQualitySign_popupCSS{bottom:10px!important}#wtpQualitySign_fixedCSS{z-index:17!important}#wtpQualitySign_popupCSS{z-index:18!important} </style></head> <body> <div> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();;(()=>{var b=Object.defineProperty;var f=(c,o,i)=>o in c?b(c,o,{enumerable:!0,configurable:!0,writable:!0,value:i}):c[o]=i;var l=(c,o,i)=>(f(c,typeof o!="symbol"?o+"":o,i),i);var p;{let c={0:t=>m(t),1:t=>i(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(i(t)),5:t=>new Set(i(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t)},o=t=>{let[e,r]=t;return e in c?c[e](r):void 0},i=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([e,r])=>[e,o(r)]));customElements.get("astro-island")||customElements.define("astro-island",(p=class extends HTMLElement{constructor(){super(...arguments);l(this,"Component");l(this,"hydrator");l(this,"hydrate",async()=>{var d;if(!this.hydrator||!this.isConnected)return;let e=(d=this.parentElement)==null?void 0:d.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let r=this.querySelectorAll("astro-slot"),a={},h=this.querySelectorAll("template[data-astro-template]");for(let n of h){let s=n.closest(this.tagName);s!=null&&s.isSameNode(this)&&(a[n.getAttribute("data-astro-template")||"default"]=n.innerHTML,n.remove())}for(let n of r){let s=n.closest(this.tagName);s!=null&&s.isSameNode(this)&&(a[n.getAttribute("name")||"default"]=n.innerHTML)}let u;try{u=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(n){let s=this.getAttribute("component-url")||"<unknown>",y=this.getAttribute("component-export");throw y&&(s+=` (export ${y})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),n),n}await this.hydrator(this)(this.Component,u,a,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});l(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),r.disconnect(),this.childrenConnectedCallback()},r=new MutationObserver(()=>{var a;((a=this.lastChild)==null?void 0:a.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});r.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}start(){let e=JSON.parse(this.getAttribute("opts")),r=this.getAttribute("client");if(Astro[r]===void 0){window.addEventListener(`astro:${r}`,()=>this.start(),{once:!0});return}Astro[r](async()=>{let a=this.getAttribute("renderer-url"),[h,{default:u}]=await Promise.all([import(this.getAttribute("component-url")),a?import(a):()=>()=>{}]),d=this.getAttribute("component-export")||"default";if(!d.includes("."))this.Component=h[d];else{this.Component=h;for(let n of d.split("."))this.Component=this.Component[n]}return this.hydrator=u,this.hydrate},e,this)}attributeChangedCallback(){this.hydrate()}},l(p,"observedAttributes",["props"]),p))}})();</script><astro-island uid="ZXJjMP" component-url="/_astro-1721658800736/ClientHead.DPL_GTZx.js" component-export="default" renderer-url="/_astro-1721658800736/client.BzzvE6w3.js" props="{"page-noindex":[0,true],"canonical-url":[0,"https://tlee.com/"],"site-meta":[0,{"version":[0,153],"isLayout":[0,true],"template":[0,"minalite"],"buttonSetId":[0,"1"],"defaultLocale":[0,"system"],"ecommerceType":[0,"zyro"],"metaHtmlLanguage":[0,"en"],"isPrivateModeActive":[0,true],"demoEcommerceStoreId":[0,"store_01G0D7VX5QVK0XZ6QEZT6CQBMM"],"shouldAddWWWPrefixToDomain":[0,false]}],"domain":[0,"tlee.com"]}" ssr="" client="only" opts="{"name":"ClientHead","value":"vue"}"></astro-island> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><astro-island uid="Z1kwWCu" component-url="/_astro-1721658800736/Page.BKXE9AFH.js" component-export="default" renderer-url="/_astro-1721658800736/client.BzzvE6w3.js" props="{"page-data":[0,{"pages":[0,{"home":[0,{"meta":[0,{}],"name":[0,"Home"],"slug":[0,""],"type":[0,"default"],"blocks":[1,[[0,"z8GSRo"],[0,"HI7mb9Kr0XcX6xSBE6lQU"],[0,"ShZOd8A4YuJcbrPySRqUS"],[0,"zJ8teI"],[0,"Ua4Mz_fcncfec2gGLX_Fu"],[0,"ZKsHZ9r6zj-bMu5LXQpSe"],[0,"Wj99yB9cE21rDid2Owr-f"],[0,"cy1rAF4POw_dYbEENhJm1"]]]}],"z6V1tF":[0,{"meta":[0,{"ogImageAlt":[0,"'Bubble' Flowerpot"],"description":[0,"Beautiful hand-made flowerpot with the most gorgeous thick orange matte glaze. The flowerpot has a hole for drainage.\nThis piece is handmade in stoneware clay and one of a kind.\n\nMaterial: Stonewar..."],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649715684388-2339706864.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Bubble' Flowerpot"],"slug":[0,"bubble-flowerpot"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zc2fve"]]],"productId":[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"]}],"zILuff":[0,{"meta":[0,{"ogImageAlt":[0,"'Balance' Vase"],"description":[0,"Beautiful hand-made vase with the most gorgeous thick brown matte glaze.\nThis piece is handmade in stoneware clay and one of a kind.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Brown\nMeasurement..."],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649711986057-2339697136.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Balance' Vase"],"slug":[0,"balance-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zwzHcH"]]],"productId":[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"]}],"zJPjGN":[0,{"meta":[0,{"title":[0,""],"noindex":[0,false],"keywords":[1,[]],"ogImageAlt":[0,""],"description":[0,""],"ogImagePath":[0,null],"ogImageOrigin":[0,null]}],"name":[0,"New collection"],"slug":[0,"new-collection"],"type":[0,"default"],"blocks":[1,[[0,"z--4jm"],[0,"z7V0QS"],[0,"zq3tqB"]]]}],"zOneQU":[0,{"meta":[0,{"ogImageAlt":[0,"'Mango' Vase"],"description":[0,"Tall and sleek, this yellow vase will never go out of style. Handmade in stoneware clay with a matte finish.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Yellow\nMeasurements: 18x12 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649712627146-2339705905.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Mango' Vase"],"slug":[0,"mango-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zZvX5v"]]],"productId":[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"]}],"zP4YmT":[0,{"meta":[0,{"ogImageAlt":[0,"'Binocular' Vase"],"description":[0,"Striking sculptured vase with a gorgeous matte navy glaze. Each piece is handmade with slight variations.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Navy\nMeasurements: 32x8 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649715730311-2339709347.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Binocular' Vase"],"slug":[0,"binocular-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"z8ViwE"]]],"productId":[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"]}],"zZPETj":[0,{"meta":[0,{"ogImageAlt":[0,"'Drop' Vase"],"description":[0,"Gorgeous textured bud vase with a matte ivory glaze. Try using a few as a dining table centerpiece.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Ivory\nMeasurements: 18x12 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649715769695-2346701966.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Drop' Vase"],"slug":[0,"drop-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zBpxJT"]]],"productId":[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"]}],"zaB3c3":[0,{"meta":[0,{"ogImageAlt":[0,"'Bulb' Vase"],"description":[0,"A sweet bud vase that’s perfect for layering with other pieces. Handmade and finished in a soft purple-grey glaze.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Lavender\nMeasurements: 14x14 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649712045588-2339705788.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Bulb' Vase"],"slug":[0,"bulb-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zV9Kxb"]]],"productId":[0,"prod_01G0D80DGJP5537FD38PNK7NBE"]}],"zdPHJn":[0,{"meta":[0,{"ogImageAlt":[0,"'Candy' Flowerpot"],"description":[0,"Beautiful hand-made flowerpot with the most gorgeous thick yellow matte glaze. The flowerpot has a hole for drainage.\nThis piece is handmade in stoneware clay and one of a kind.\n\nMaterial: Stonewar..."],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649711935991-2339664459.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Candy' Flowerpot"],"slug":[0,"candy-flowerpot"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"z3bBZa"]]],"productId":[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"]}],"zoFE0z":[0,{"meta":[0,{"ogImageAlt":[0,"'Sun' Vase"],"description":[0,"Organic textured finish on a striking shape, this vase is one of a kind. Handmade and hand-textured in stoneware clay.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Yellow\nMeasurements: 15x10 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649715661532-2339708814.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Sun' Vase"],"slug":[0,"sun-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zMRtQM"]]],"productId":[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"]}],"zpkKLN":[0,{"meta":[0,{"ogImageAlt":[0,"'Wave' Vase"],"description":[0,"Inspired by the female figure, a beautiful vase for one or two stems. Finished in a soft purple-grey glaze.\n\nMaterial: Stoneware clay; matte glaze.\nColor: Lavender\nMeasurements: 30x18 cm"],"ogImagePath":[0,"https://cdn.zyrosite.com/cdn-ecommerce/store_01G0D7VX5QVK0XZ6QEZT6CQBMM%2Fassets%2F1649715621188-2339706636.png"],"ogImageOrigin":[0,"other"]}],"name":[0,"'Wave' Vase"],"slug":[0,"wave-vase"],"type":[0,"ecommerce-product"],"blocks":[1,[[0,"zSzgGm"]]],"productId":[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]}],"private":[0,{"meta":[0,{}],"name":[0,"Coming soon"],"slug":[0,""],"type":[0,"private"],"blocks":[1,[[0,"private-zp-WsA"]]],"footerSlotIsHidden":[0,true]}],"1g_oqCWFH7vxAj0nRd36A":[0,{"meta":[0,{}],"name":[0,"About"],"slug":[0,"sustainability"],"type":[0,"default"],"blocks":[1,[[0,"zId8U_"],[0,"TXY4tB3DyM75n-MbR5c5-"],[0,"ZgIo-rATphkqiZmXmySGW"],[0,"r0VAiHydCJ4FmK00wW1fy"],[0,"csgdYEvzTxW8w0MH33Wf3"]]]}],"LSXXzB-XO5aOGN2PN-0F7":[0,{"meta":[0,{"title":[0,""],"noindex":[0,false],"keywords":[1,[]],"ogImageAlt":[0,""],"description":[0,""],"ogImagePath":[0,null],"ogImageOrigin":[0,null]}],"name":[0,"All products"],"slug":[0,"all-products"],"type":[0,"default"],"blocks":[1,[[0,"zW43M8"],[0,"mhj2AKBIwBPs5RdbttTcA"],[0,"zrra5l"]]]}],"MjYENaSsFas75AJRf01sI":[0,{"meta":[0,{}],"name":[0,"Sustainability"],"slug":[0,"about-copy-yoQpgZ7LBE1w1eZ4rRwHb"],"type":[0,"default"],"blocks":[1,[[0,"zTDTTN"],[0,"3Jqa-n8EOuzGoOAjfHxZh"],[0,"z5tin7Uyfpcjr5nGj2rMO"],[0,"cYCLFYkosfv6-z5kphWCU"],[0,"FNmyEbEpwE1tHYCAioCpo"]]]}],"VdKJeJ65K-LwEi8xWpzzK":[0,{"meta":[0,{}],"name":[0,"Returns"],"slug":[0,"returns"],"type":[0,"default"],"blocks":[1,[[0,"zdavAw"],[0,"CzbyCrdSD_ULVfWnmkNYw"],[0,"zC0gGX"]]]}],"WqIlJBfv01rJAYGLwwgFo":[0,{"meta":[0,{}],"name":[0,"Contact"],"slug":[0,"contact"],"type":[0,"default"],"blocks":[1,[[0,"zzcMN5"],[0,"Feu76fQ1JX85UFTPKfbDL"],[0,"sAIrla8u2PCQFz0w2hpfs"]]]}],"ckDY0I8ql51fpEZaoZQl5":[0,{"meta":[0,{}],"name":[0,"Payments & Delivery"],"slug":[0,"payment-delivery"],"type":[0,"default"],"blocks":[1,[[0,"z9eNe1"],[0,"efASQLg3Zfc-OQn75x5Sc"],[0,"0gjwFqJRfiFokHTN06NTI"]]]}]}],"siteBlocks":[0,{"header":[0,{"type":[0,"BlockNavigation"],"mobile":[0,{"height":[0,50]}],"desktop":[0,{"height":[0,79]}],"settings":[0,{"styles":[0,{"width":[0,"1240px"],"padding":[0,"24px 16px 24px 16px"],"m-padding":[0,"24px 16px 24px 16px"],"logo-width":[0,"64px"],"cartIconSize":[0,"24px"],"link-spacing":[0,"40px"],"m-logo-width":[0,"70px"],"m-link-spacing":[0,"20px"],"element-spacing":[0,"64px"],"contrastBackgroundColor":[0,"rgb(220, 220, 220)"]}],"cartText":[0,"Cart"],"isSticky":[0,true],"showLogo":[0,true],"headerLayout":[0,"desktop-1"],"isCartVisible":[0,true],"logoImagePath":[0,"MINA-Yg2GZekJLlIEw2GR.png"],"mHeaderLayout":[0,"mobile-1"],"logoImageOrigin":[0,"assets"],"mobileLinksAlignment":[0,"right"]}],"zindexes":[1,[]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"],"isTransparent":[0,false]}],"components":[1,[]],"navLinkTextColor":[0,"rgb(26, 26, 26)"],"navLinkTextColorHover":[0,"rgb(26, 26, 26)"]}],"z--4jm":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"zSGlO1"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"zSGlO1"]]],"initialBlockId":[0,"zW43M8"],"shouldSnapToGuides":[0,false]}],"z3bBZa":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"z7V0QS":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,238]}],"desktop":[0,{"minHeight":[0,351]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"z2Bz12"]]],"background":[0,{"path":[0,"Rectangle-dJo73kDbN1i6M7yx.png"],"color":[0,null],"image":[0,"https://assets.zyrosite.com/AGBq0EjRLwt8pVq2/Rectangle-dJo73kDbN1i6M7yx.png"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"z2Bz12"]]],"initialBlockId":[0,"mhj2AKBIwBPs5RdbttTcA"]}],"z8GSRo":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"zKcmDd"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"zKcmDd"]]],"shouldSnapToGuides":[0,false]}],"z8ViwE":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"z9eNe1":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"zsI8D2"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"zsI8D2"]]],"initialBlockId":[0,"zdavAw"],"shouldSnapToGuides":[0,false]}],"zBpxJT":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zC0gGX":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,3112]}],"desktop":[0,{"minHeight":[0,1835]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"z2OobB"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"z2OobB"]]],"initialBlockId":[0,"zNQELg"]}],"zId8U_":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"zts5rU"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"zts5rU"]]],"initialBlockId":[0,"zTDTTN"],"shouldSnapToGuides":[0,false]}],"zJ8teI":[0,{"type":[0,"BlockEcommerceProductList"],"desktop":[0,{"columnCount":[0,4]}],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"80px 16px 80px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-font-size":[0,"14px"],"grid-button-primary-padding-x":[0,"32px"],"grid-button-primary-padding-y":[0,"14px"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-m-font-size":[0,"14px"],"grid-button-primary-m-padding-x":[0,"32px"],"grid-button-primary-m-padding-y":[0,"14px"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-primary-color-active":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color-hover":[0,"rgb(26, 26, 26)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-primary-background-color-active":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"isButtonEnabled":[0,false],"productsPerPage":[0,4],"buttonBorderWidth":[0,0],"productCategoryId":[0,""]}],"zMRtQM":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zSzgGm":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zTDTTN":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"z8OCFr"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"z8OCFr"]]],"initialBlockId":[0,"z8GSRo"],"shouldSnapToGuides":[0,false]}],"zV9Kxb":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D80DGJP5537FD38PNK7NBE"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zW43M8":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"z-qGwV"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"z-qGwV"]]],"initialBlockId":[0,"z8GSRo"],"shouldSnapToGuides":[0,false]}],"zZvX5v":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zc2fve":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zdavAw":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"zNPVRF"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"zNPVRF"]]],"initialBlockId":[0,"zW43M8"],"shouldSnapToGuides":[0,false]}],"zq3tqB":[0,{"type":[0,"BlockEcommerceProductList"],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"100px 46px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"path":[0,""],"color":[0,"rgb(255, 255, 255)"],"origin":[0,""],"current":[0,"color"]}],"components":[1,[]],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(76, 31, 89)"],"grid-button-secondary-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-secondary-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"initialBlockId":[0,"zrra5l"],"productsPerPage":[0,50],"buttonBorderWidth":[0,0],"productCategoryId":[0,""],"navigationArrowsColor":[0,"rgb(0, 0, 0)"]}],"zrra5l":[0,{"type":[0,"BlockEcommerceProductList"],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"100px 46px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"path":[0,""],"color":[0,"rgb(255, 255, 255)"],"origin":[0,""],"current":[0,"color"]}],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(76, 31, 89)"],"grid-button-secondary-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-secondary-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"productsPerPage":[0,50],"buttonBorderWidth":[0,0],"productCategoryId":[0,""],"navigationArrowsColor":[0,"rgb(0, 0, 0)"]}],"zwzHcH":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zzcMN5":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,64]}],"desktop":[0,{"minHeight":[0,60]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"ziY9p_"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(76, 31, 89)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"ziY9p_"]]],"initialBlockId":[0,"zId8U_"],"shouldSnapToGuides":[0,false]}],"private-zp-WsA":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,852]}],"desktop":[0,{"minHeight":[0,1272]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"private-zgfGWI"]]],"attachment":[0,"fixed"],"background":[0,{"alt":[0,"mountain range under blue sky"],"path":[0,"photo-1574195133041-e6eed8c424dc"],"image":[0,"https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?ixid=M3wzOTE5Mjl8MHwxfHNlYXJjaHw0M3x8bWluaW1hbGlzdGljfGVufDB8fHx8MTcxNjg5MTQ4M3ww&ixlib=rb-4.0.3?w=1366&q=70&auto=format"],"origin":[0,"unsplash"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"private-zgfGWI"]]]}],"0gjwFqJRfiFokHTN06NTI":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,809]}],"desktop":[0,{"minHeight":[0,542]}],"settings":[0,{"styles":[0,{"rows":[0,11],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"ipjn_R9lnMMoveBmj-l83"],[0,"mro8JHIOp0V8PIjKzFNOT"],[0,"BbTN0felHFRGOacNp9hq6"],[0,"xAWcOxk04DAj6fZ1uFhZA"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"ipjn_R9lnMMoveBmj-l83"],[0,"mro8JHIOp0V8PIjKzFNOT"],[0,"BbTN0felHFRGOacNp9hq6"],[0,"xAWcOxk04DAj6fZ1uFhZA"]]]}],"3Jqa-n8EOuzGoOAjfHxZh":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,278]}],"desktop":[0,{"minHeight":[0,404]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"KA_RbcD9msqDxJx0exgE6"]]],"background":[0,{"path":[0,"Frame-m6LKEnXEpDfX8lgk.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"KA_RbcD9msqDxJx0exgE6"]]]}],"BoDDpTb46q73lkBYlXR0o":[0,{"slot":[0,"footer"],"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,334]}],"desktop":[0,{"minHeight":[0,272]}],"settings":[0,{"styles":[0,{"cols":[0,"12"],"rows":[0,4],"width":[0,"1224px"],"m-rows":[0,"1"],"col-gap":[0,"24px"],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"40px 16px 40px 16px"],"oldContentWidth":[0,"1600px"]}]}],"zindexes":[1,[[0,"zxB2TA44y9z0BMfPRMPSi"],[0,"t8mKht9N2zpr5QED0U6LP"],[0,"vVZZsZXMN2TFMZ8DvTdxt"],[0,"RolAKC1Rt7USM6uftiK33"],[0,"8xq412_XRBMNvHGL-VBfz"]]],"background":[0,{"color":[0,"rgb(241, 241, 241)"],"current":[0,"color"]}],"components":[1,[[0,"zxB2TA44y9z0BMfPRMPSi"],[0,"t8mKht9N2zpr5QED0U6LP"],[0,"vVZZsZXMN2TFMZ8DvTdxt"],[0,"RolAKC1Rt7USM6uftiK33"],[0,"8xq412_XRBMNvHGL-VBfz"]]]}],"CzbyCrdSD_ULVfWnmkNYw":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,167]}],"desktop":[0,{"minHeight":[0,404]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"ejVFLDR42XIJnuQQeG1-e"]]],"background":[0,{"path":[0,"dd-d95eByKQX2CoQJ4L.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"ejVFLDR42XIJnuQQeG1-e"]]]}],"FNmyEbEpwE1tHYCAioCpo":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,816]}],"desktop":[0,{"minHeight":[0,720]}],"settings":[0,{"styles":[0,{"rows":[0,11],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"JoRdDKIHsVIcazVZTV_Kg"],[0,"snY862FgAgE2Qkb03YpOT"],[0,"UYP2SGZ-toQnaMmEUCCR-"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(255, 255, 255)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"JoRdDKIHsVIcazVZTV_Kg"],[0,"snY862FgAgE2Qkb03YpOT"],[0,"UYP2SGZ-toQnaMmEUCCR-"]]]}],"Feu76fQ1JX85UFTPKfbDL":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,167]}],"desktop":[0,{"minHeight":[0,404]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"yxf1gMRt0cb0fanhpfosj"]]],"background":[0,{"path":[0,"kk-AVLnvEyZ8ehlnGNB.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.15"]}],"components":[1,[[0,"yxf1gMRt0cb0fanhpfosj"]]]}],"HI7mb9Kr0XcX6xSBE6lQU":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,443]}],"desktop":[0,{"minHeight":[0,657]}],"settings":[0,{"styles":[0,{"rows":[0,12],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px 56px 16px"]}]}],"zindexes":[1,[[0,"VN633rDvPNFLwMFNF49tE"],[0,"dvLr6RK4IOhO0ZThiFsI7"],[0,"Olt1eqEUJA0aAUp5r26dG"]]],"background":[0,{"path":[0,"Rectangle-YZ9P6kWjMnUBNL6W.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"VN633rDvPNFLwMFNF49tE"],[0,"dvLr6RK4IOhO0ZThiFsI7"],[0,"Olt1eqEUJA0aAUp5r26dG"]]]}],"ShZOd8A4YuJcbrPySRqUS":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,107]}],"desktop":[0,{"minHeight":[0,141]}],"settings":[0,{"styles":[0,{"rows":[0,15],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"30px 0 30px 0"],"m-block-padding":[0,"55px 16px 56px 16px"]}]}],"zindexes":[1,[[0,"U31LBTBwdNFk-Ag5CLo2T"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"U31LBTBwdNFk-Ag5CLo2T"]]]}],"TXY4tB3DyM75n-MbR5c5-":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,172]}],"desktop":[0,{"minHeight":[0,394]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"c-fXLCkh3brO74uQ916ji"]]],"background":[0,{"path":[0,"Frame-YanWlX24wOIg2vwL.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.15"]}],"components":[1,[[0,"c-fXLCkh3brO74uQ916ji"]]]}],"Ua4Mz_fcncfec2gGLX_Fu":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,402]}],"desktop":[0,{"minHeight":[0,674]}],"settings":[0,{"styles":[0,{"rows":[0,13],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px 56px 16px"]}]}],"zindexes":[1,[[0,"Eyne1kEoXRcqb0MBi0U4O"],[0,"tYYwXp7IyIruwP1zfOCJ8"],[0,"9UgzDc4tD4OBhG9Srl7K6"]]],"background":[0,{"path":[0,"Untitled-AzGRJwMK6BHxZypJ.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.15"]}],"components":[1,[[0,"Eyne1kEoXRcqb0MBi0U4O"],[0,"tYYwXp7IyIruwP1zfOCJ8"],[0,"9UgzDc4tD4OBhG9Srl7K6"]]]}],"Wj99yB9cE21rDid2Owr-f":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,400]}],"desktop":[0,{"minHeight":[0,601]}],"settings":[0,{"styles":[0,{"rows":[0,10],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"JVoz3KvBivkTs6kEsWOlV"],[0,"8pFT_etxmKE8PPj-8RsKl"]]],"background":[0,{"path":[0,"Frame-AGBpDkZaG5cRpbaw.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.10"]}],"components":[1,[[0,"JVoz3KvBivkTs6kEsWOlV"],[0,"8pFT_etxmKE8PPj-8RsKl"]]]}],"ZKsHZ9r6zj-bMu5LXQpSe":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,978]}],"desktop":[0,{"minHeight":[0,824]}],"settings":[0,{"styles":[0,{"rows":[0,13],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"30px 0 30px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"t1ccxq8aTGdBlAqO-Cj8K"],[0,"EPar3XAiGpxas7cxcvYEA"],[0,"AqJfwpS9xmcRiV9cQO88N"],[0,"7uA5agqU20lRo9pHETWzS"],[0,"61Ui-R9uLEcjWIfIAo7PR"],[0,"fZE9QolOd3E3_rxGT3UgN"],[0,"VbUFmsXJ3TS7P3Ib9oH9T"],[0,"tFEnxLMamC2I-U9cYpdif"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"t1ccxq8aTGdBlAqO-Cj8K"],[0,"EPar3XAiGpxas7cxcvYEA"],[0,"AqJfwpS9xmcRiV9cQO88N"],[0,"7uA5agqU20lRo9pHETWzS"],[0,"61Ui-R9uLEcjWIfIAo7PR"],[0,"fZE9QolOd3E3_rxGT3UgN"],[0,"VbUFmsXJ3TS7P3Ib9oH9T"],[0,"tFEnxLMamC2I-U9cYpdif"]]]}],"ZgIo-rATphkqiZmXmySGW":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,268]}],"desktop":[0,{"minHeight":[0,308]}],"settings":[0,{"styles":[0,{"rows":[0,5],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"DLcQCaFtV3k6veGrNdV4V"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"DLcQCaFtV3k6veGrNdV4V"]]]}],"cYCLFYkosfv6-z5kphWCU":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,812]}],"desktop":[0,{"minHeight":[0,816]}],"settings":[0,{"styles":[0,{"rows":[0,13],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"dJZmX895Ok2zcmkjPjL7O"],[0,"EqMkOQD8Po7alFPyGl9Bz"],[0,"s4SvHV6bIc11fkwIes4dF"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(255, 255, 255)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"dJZmX895Ok2zcmkjPjL7O"],[0,"EqMkOQD8Po7alFPyGl9Bz"],[0,"s4SvHV6bIc11fkwIes4dF"]]]}],"csgdYEvzTxW8w0MH33Wf3":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,679]}],"desktop":[0,{"minHeight":[0,660]}],"settings":[0,{"styles":[0,{"rows":[0,10],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"Z2wEFHVJmIUELVbkX2zWo"],[0,"x_-GSRRcVARQKWpKIEV9O"],[0,"6VJk9su4G3NsLDkB66nlB"],[0,"nXZzcj4GXFrJuLzTe50dT"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(255, 255, 255)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"Z2wEFHVJmIUELVbkX2zWo"],[0,"x_-GSRRcVARQKWpKIEV9O"],[0,"6VJk9su4G3NsLDkB66nlB"],[0,"nXZzcj4GXFrJuLzTe50dT"]]]}],"cy1rAF4POw_dYbEENhJm1":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,429]}],"desktop":[0,{"minHeight":[0,774]}],"settings":[0,{"styles":[0,{"rows":[0,13],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"30px 0 30px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"aBaAkF9Tbj1Wvq82yX08f"],[0,"mTo8lRjHOsqxIveZqPvmP"],[0,"oQmVn2t8hkB6NGPfEb8t8"],[0,"E88DCzdy6GYsviTVM80qM"],[0,"zAP_mq"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"aBaAkF9Tbj1Wvq82yX08f"],[0,"mTo8lRjHOsqxIveZqPvmP"],[0,"oQmVn2t8hkB6NGPfEb8t8"],[0,"E88DCzdy6GYsviTVM80qM"],[0,"zAP_mq"]]]}],"efASQLg3Zfc-OQn75x5Sc":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,124]}],"desktop":[0,{"minHeight":[0,404]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"Zjx5oQGfRAEEir1qEsj3S"]]],"background":[0,{"path":[0,"aa-mP4D8eWy0BIV73rO.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"Zjx5oQGfRAEEir1qEsj3S"]]]}],"mhj2AKBIwBPs5RdbttTcA":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,168]}],"desktop":[0,{"minHeight":[0,351]}],"settings":[0,{"styles":[0,{"rows":[0,6],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"jFwx54OI3fS2SllKa83p-"]]],"background":[0,{"path":[0,"dd-d95eByKQX2CoQJ4L.png"],"color":[0,"rgb(255, 255, 255)"],"origin":[0,"assets"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"jFwx54OI3fS2SllKa83p-"]]]}],"r0VAiHydCJ4FmK00wW1fy":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,1063]}],"desktop":[0,{"minHeight":[0,1008]}],"settings":[0,{"styles":[0,{"rows":[0,16],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"0px 0 0px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"o6qscODETZYcEP9Em6EeW"],[0,"vnZFmI3WRcEhacqk1FSig"],[0,"jnL4HYFrVM9KKbVgNXfao"]]],"background":[0,{"path":[0,null],"color":[0,"rgb(255, 255, 255)"],"image":[0,null],"origin":[0,null],"current":[0,"color"]}],"components":[1,[[0,"o6qscODETZYcEP9Em6EeW"],[0,"vnZFmI3WRcEhacqk1FSig"],[0,"jnL4HYFrVM9KKbVgNXfao"]]]}],"sAIrla8u2PCQFz0w2hpfs":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,925]}],"desktop":[0,{"minHeight":[0,743]}],"settings":[0,{"styles":[0,{"rows":[0,12],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"BIp3-7Wpu_YHWEKcAOubW"],[0,"sMDPmeO6SdpO8kkcOC5ck"],[0,"jKdueJZhsD2iFA6LudAO_"],[0,"zcq-su-s8UjB9OHvhMBBZ"],[0,"2pOftTbFLrx9Gh86JPu9u"],[0,"TOeS6nNaES6uqUOcXmC1B"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"BIp3-7Wpu_YHWEKcAOubW"],[0,"sMDPmeO6SdpO8kkcOC5ck"],[0,"jKdueJZhsD2iFA6LudAO_"],[0,"zcq-su-s8UjB9OHvhMBBZ"],[0,"2pOftTbFLrx9Gh86JPu9u"],[0,"TOeS6nNaES6uqUOcXmC1B"]]]}],"z5tin7Uyfpcjr5nGj2rMO":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,301]}],"desktop":[0,{"minHeight":[0,393]}],"settings":[0,{"styles":[0,{"rows":[0,5],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[[0,"mj0B8CD6NtUmvdXAGBIxV"]]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[[0,"mj0B8CD6NtUmvdXAGBIxV"]]]}]}],"blocks":[0,{"header":[0,{"type":[0,"BlockNavigation"],"mobile":[0,{"height":[0,50]}],"desktop":[0,{"height":[0,79]}],"settings":[0,{"styles":[0,{"width":[0,"1240px"],"padding":[0,"24px 16px 24px 16px"],"m-padding":[0,"24px 16px 24px 16px"],"logo-width":[0,"64px"],"cartIconSize":[0,"24px"],"link-spacing":[0,"40px"],"m-logo-width":[0,"70px"],"m-link-spacing":[0,"20px"],"element-spacing":[0,"64px"],"contrastBackgroundColor":[0,"rgb(220, 220, 220)"]}],"cartText":[0,"Cart"],"isSticky":[0,true],"showLogo":[0,true],"headerLayout":[0,"desktop-1"],"isCartVisible":[0,true],"logoImagePath":[0,"MINA-Yg2GZekJLlIEw2GR.png"],"mHeaderLayout":[0,"mobile-1"],"logoImageOrigin":[0,"assets"],"mobileLinksAlignment":[0,"right"]}],"zindexes":[1,[]],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"],"isTransparent":[0,false]}],"components":[1,[]],"navLinkTextColor":[0,"rgb(26, 26, 26)"],"navLinkTextColorHover":[0,"rgb(26, 26, 26)"]}],"z3bBZa":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"z8ViwE":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zBpxJT":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zJ8teI":[0,{"type":[0,"BlockEcommerceProductList"],"desktop":[0,{"columnCount":[0,4]}],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"80px 16px 80px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-font-size":[0,"14px"],"grid-button-primary-padding-x":[0,"32px"],"grid-button-primary-padding-y":[0,"14px"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-m-font-size":[0,"14px"],"grid-button-primary-m-padding-x":[0,"32px"],"grid-button-primary-m-padding-y":[0,"14px"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-primary-color-active":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color-hover":[0,"rgb(26, 26, 26)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-primary-background-color-active":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"isButtonEnabled":[0,false],"productsPerPage":[0,4],"buttonBorderWidth":[0,0],"productCategoryId":[0,""]}],"zMRtQM":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zSzgGm":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zV9Kxb":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D80DGJP5537FD38PNK7NBE"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zZvX5v":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zc2fve":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"zq3tqB":[0,{"type":[0,"BlockEcommerceProductList"],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"100px 46px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"path":[0,""],"color":[0,"rgb(255, 255, 255)"],"origin":[0,""],"current":[0,"color"]}],"components":[1,[]],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(76, 31, 89)"],"grid-button-secondary-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-secondary-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"initialBlockId":[0,"zrra5l"],"productsPerPage":[0,50],"buttonBorderWidth":[0,0],"productCategoryId":[0,""],"navigationArrowsColor":[0,"rgb(0, 0, 0)"]}],"zrra5l":[0,{"type":[0,"BlockEcommerceProductList"],"settings":[0,{"styles":[0,{"textAlign":[0,"center"],"block-padding":[0,"100px 46px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"path":[0,""],"color":[0,"rgb(255, 255, 255)"],"origin":[0,""],"current":[0,"color"]}],"productIds":[1,[[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"],[0,"prod_01G0DBH80CHHT5019MVKW3AYP5"],[0,"prod_01G0DBFZYZ2H0Q6SHRYEJPDFRS"],[0,"prod_01G0D80DGJP5537FD38PNK7NBE"],[0,"prod_01G0D7Y4TZ77YTMPJ0BY2Z5EF0"],[0,"prod_01G0DBK6X7P0G5KGTM5WFNHDD4"],[0,"prod_01G0D8JZQMGQA7VSDZA5R6VB4G"],[0,"prod_01G0DBEN6HE52Q33GN8CT763BG"],[0,"prod_01G0DBDJ1Z9Q428A7HXHBV78XE"]]],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(76, 31, 89)"],"grid-button-secondary-color":[0,"rgb(76, 31, 89)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(77, 44, 87)"],"grid-button-secondary-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-hover":[0,"rgb(77, 44, 87)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(77, 44, 87)"],"grid-button-secondary-border-color-hover":[0,"rgba(0, 0, 0, 0)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(76, 31, 89)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"]}],"ribbonStyle":[0,{"ribbon-color":[0,"rgb(255, 255, 255)"],"ribbon-background-color":[0,"rgb(111, 23, 135)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"productsPerPage":[0,50],"buttonBorderWidth":[0,0],"productCategoryId":[0,""],"navigationArrowsColor":[0,"rgb(0, 0, 0)"]}],"zwzHcH":[0,{"type":[0,"BlockEcommerceProduct"],"product":[0,{"id":[0,"prod_01G0D7Z99NRQ6FS38B7YX54KV5"]}],"settings":[0,{"styles":[0,{"block-padding":[0,"100px 16px"],"content-width":[0,"1224px"],"m-block-padding":[0,"56px 16px"]}]}],"zindexes":[1,[]],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}],"background":[0,{"color":[0,"rgb(255, 255, 255)"],"current":[0,"color"]}],"components":[1,[]],"imageRatio":[0,"contain"],"buttonStyle":[0,{"grid-button-primary-color":[0,"rgb(255, 255, 255)"],"grid-button-secondary-color":[0,"rgb(46, 47, 49)"],"grid-button-primary-color-hover":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color":[0,"rgb(0, 0, 0)"],"grid-button-secondary-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-border-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color":[0,"rgb(0, 0, 0)"],"grid-button-primary-border-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-secondary-background-color":[0,"rgb(255, 255, 255)"],"grid-button-primary-border-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-border-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-border-color-active":[0,"rgb(255, 255, 255)"],"grid-button-primary-background-color-hover":[0,"rgb(29, 30, 32)"],"grid-button-primary-background-color-active":[0,"rgb(0, 0, 0)"],"grid-button-secondary-background-color-hover":[0,"rgb(241, 241, 241)"],"grid-button-secondary-background-color-active":[0,"rgb(255, 255, 255)"]}],"textColorVars":[0,{"h1-color":[0,"rgb(26, 26, 26)"],"h2-color":[0,"rgb(26, 26, 26)"],"h3-color":[0,"rgb(26, 26, 26)"],"h4-color":[0,"rgb(26, 26, 26)"],"h5-color":[0,"rgb(26, 26, 26)"],"h6-color":[0,"rgb(26, 26, 26)"],"body-color":[0,"rgb(26, 26, 26)"],"body-large-color":[0,"rgb(26, 26, 26)"]}],"galleryPlacement":[0,"bottom"],"imageBorderRadius":[0,"0%"],"navigationArrowsColor":[0,"rgb(0, 0, 0)"],"isQuantityPickerEnabled":[0,true],"navigationThumbnailArrowsColor":[0,"rgb(0, 0, 0)"]}],"private-zp-WsA":[0,{"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,852]}],"desktop":[0,{"minHeight":[0,1272]}],"settings":[0,{"styles":[0,{"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"16px"]}]}],"zindexes":[1,[[0,"private-zgfGWI"]]],"attachment":[0,"fixed"],"background":[0,{"alt":[0,"mountain range under blue sky"],"path":[0,"photo-1574195133041-e6eed8c424dc"],"image":[0,"https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?ixid=M3wzOTE5Mjl8MHwxfHNlYXJjaHw0M3x8bWluaW1hbGlzdGljfGVufDB8fHx8MTcxNjg5MTQ4M3ww&ixlib=rb-4.0.3?w=1366&q=70&auto=format"],"origin":[0,"unsplash"],"current":[0,"image"],"overlay-opacity":[0,"0.20"]}],"components":[1,[[0,"private-zgfGWI"]]]}],"BoDDpTb46q73lkBYlXR0o":[0,{"slot":[0,"footer"],"type":[0,"BlockLayout"],"mobile":[0,{"minHeight":[0,334]}],"desktop":[0,{"minHeight":[0,272]}],"settings":[0,{"styles":[0,{"cols":[0,"12"],"rows":[0,4],"width":[0,"1224px"],"m-rows":[0,"1"],"col-gap":[0,"24px"],"row-gap":[0,"16px"],"row-size":[0,"48px"],"column-gap":[0,"24px"],"block-padding":[0,"16px 0 16px 0"],"m-block-padding":[0,"40px 16px 40px 16px"],"oldContentWidth":[0,"1600px"]}]}],"zindexes":[1,[[0,"zxB2TA44y9z0BMfPRMPSi"],[0,"t8mKht9N2zpr5QED0U6LP"],[0,"vVZZsZXMN2TFMZ8DvTdxt"],[0,"RolAKC1Rt7USM6uftiK33"],[0,"8xq412_XRBMNvHGL-VBfz"]]],"background":[0,{"color":[0,"rgb(241, 241, 241)"],"current":[0,"color"]}],"components":[1,[[0,"zxB2TA44y9z0BMfPRMPSi"],[0,"t8mKht9N2zpr5QED0U6LP"],[0,"vVZZsZXMN2TFMZ8DvTdxt"],[0,"RolAKC1Rt7USM6uftiK33"],[0,"8xq412_XRBMNvHGL-VBfz"]]]}]}],"elements":[0,{"private-zgfGWI":[0,{"type":[0,"GridTextBox"],"mobile":[0,{"top":[0,144],"left":[0,0],"width":[0,328],"height":[0,150]}],"content":[0,"<h1 dir=\"auto\" style=\"color: rgb(255, 255, 255); --lineHeightMobile: 1.3; --lineHeightDesktop: 1.3; --fontSizeMobile: 44px; --fontSizeDesktop: 80px; margin-bottom: 32px\">Coming soon</h1><p dir=\"auto\" style=\"color: rgb(255, 255, 255); --lineHeightMobile: 1.3; --lineHeightDesktop: 1.3; --fontSizeMobile: 18px; --fontSizeDesktop: 18px\" class=\"body-large\">Our website is launching soon. Come back and check it out.</p>"],"desktop":[0,{"top":[0,200],"left":[0,206],"width":[0,812],"height":[0,159]}],"settings":[0,{"styles":[0,{"text":[0,"center"],"align":[0,"flex-start"],"justify":[0,"flex-start"],"m-element-margin":[0,"0 0 16px 0"]}]}]}],"8xq412_XRBMNvHGL-VBfz":[0,{"type":[0,"GridTextBox"],"mobile":[0,{"top":[0,258],"left":[0,0],"width":[0,328],"height":[0,29]}],"content":[0,"<p style=\"color: rgb(26, 26, 26)\" class=\"body\"><span style=\"color: rgb(26, 26, 26)\"><u><a target=\"_self\" href=\"/returns\" data-page-id=\"VdKJeJ65K-LwEi8xWpzzK\">Returns</a></u></span></p>"],"desktop":[0,{"top":[0,120],"left":[0,927],"width":[0,297],"height":[0,29]}],"settings":[0,{"styles":[0,{"text":[0,"left"],"align":[0,"flex-start"],"justify":[0,"center"],"m-element-margin":[0,"0 0 24px 0"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}]}],"RolAKC1Rt7USM6uftiK33":[0,{"type":[0,"GridTextBox"],"mobile":[0,{"top":[0,220],"left":[0,0],"width":[0,328],"height":[0,29]}],"content":[0,"<p style=\"color: rgb(26, 26, 26)\" class=\"body\"><span style=\"color: rgb(26, 26, 26)\"><u><a target=\"_self\" href=\"/contact\" data-page-id=\"WqIlJBfv01rJAYGLwwgFo\">Contact</a></u></span></p>"],"desktop":[0,{"top":[0,80],"left":[0,927],"width":[0,297],"height":[0,29]}],"settings":[0,{"styles":[0,{"text":[0,"left"],"align":[0,"flex-start"],"justify":[0,"center"],"m-element-margin":[0,"0 0 24px 0"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}]}],"t8mKht9N2zpr5QED0U6LP":[0,{"type":[0,"GridSocialIcons"],"links":[1,[[0,{"svg":[0,"<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.5331 7.11165C21.5483 7.32484 21.5483 7.53807 21.5483 7.75126C21.5483 14.2538 16.5991 21.7462 7.55333 21.7462C4.7665 21.7462 2.17768 20.9391 0 19.5381C0.395955 19.5838 0.776628 19.599 1.18782 19.599C3.48728 19.599 5.60407 18.8224 7.29444 17.4975C5.13199 17.4518 3.31979 16.0356 2.69542 14.0863C3.00001 14.132 3.30456 14.1624 3.62439 14.1624C4.066 14.1624 4.50766 14.1015 4.9188 13.9949C2.66499 13.538 0.974582 11.5584 0.974582 9.1675V9.10661C1.62938 9.47209 2.39087 9.70052 3.19792 9.73094C1.87304 8.84767 1.00505 7.34007 1.00505 5.63447C1.00505 4.72078 1.24866 3.88321 1.67508 3.15224C4.09642 6.13702 7.73605 8.08623 11.8172 8.29946C11.7411 7.93398 11.6954 7.55331 11.6954 7.17259C11.6954 4.46189 13.8883 2.25378 16.6142 2.25378C18.0304 2.25378 19.3096 2.84769 20.2081 3.80709C21.3198 3.5939 22.3858 3.18271 23.33 2.61927C22.9644 3.76143 22.1878 4.72082 21.1675 5.32992C22.1574 5.22337 23.1168 4.9492 24 4.56853C23.3301 5.54311 22.4924 6.4111 21.5331 7.11165Z\" fill=\"currentColor\"/></svg>"],"icon":[0,"twitter"],"link":[0,"https://twitter.com"]}],[0,{"svg":[0,"<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24 12.0726C24 5.44354 18.629 0.0725708 12 0.0725708C5.37097 0.0725708 0 5.44354 0 12.0726C0 18.0619 4.38823 23.0264 10.125 23.9274V15.5414H7.07661V12.0726H10.125V9.4287C10.125 6.42144 11.9153 4.76031 14.6574 4.76031C15.9706 4.76031 17.3439 4.99451 17.3439 4.99451V7.94612H15.8303C14.34 7.94612 13.875 8.87128 13.875 9.82015V12.0726H17.2031L16.6708 15.5414H13.875V23.9274C19.6118 23.0264 24 18.0619 24 12.0726Z\" fill=\"currentColor\"/></svg>"],"icon":[0,"facebook"],"link":[0,"https://www.facebook.com"]}],[0,{"svg":[0,"<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.0027 5.84808C8.59743 5.84808 5.85075 8.59477 5.85075 12C5.85075 15.4053 8.59743 18.1519 12.0027 18.1519C15.4079 18.1519 18.1546 15.4053 18.1546 12C18.1546 8.59477 15.4079 5.84808 12.0027 5.84808ZM12.0027 15.9996C9.80212 15.9996 8.00312 14.2059 8.00312 12C8.00312 9.7941 9.79677 8.00046 12.0027 8.00046C14.2086 8.00046 16.0022 9.7941 16.0022 12C16.0022 14.2059 14.2032 15.9996 12.0027 15.9996ZM19.8412 5.59644C19.8412 6.39421 19.1987 7.03135 18.4062 7.03135C17.6085 7.03135 16.9713 6.38885 16.9713 5.59644C16.9713 4.80402 17.6138 4.16153 18.4062 4.16153C19.1987 4.16153 19.8412 4.80402 19.8412 5.59644ZM23.9157 7.05277C23.8247 5.13063 23.3856 3.42801 21.9775 2.02522C20.5747 0.622429 18.8721 0.183388 16.9499 0.0870135C14.9689 -0.0254238 9.03112 -0.0254238 7.05008 0.0870135C5.1333 0.178034 3.43068 0.617075 2.02253 2.01986C0.614389 3.42265 0.180703 5.12527 0.0843279 7.04742C-0.0281093 9.02845 -0.0281093 14.9662 0.0843279 16.9472C0.175349 18.8694 0.614389 20.572 2.02253 21.9748C3.43068 23.3776 5.12794 23.8166 7.05008 23.913C9.03112 24.0254 14.9689 24.0254 16.9499 23.913C18.8721 23.822 20.5747 23.3829 21.9775 21.9748C23.3803 20.572 23.8193 18.8694 23.9157 16.9472C24.0281 14.9662 24.0281 9.03381 23.9157 7.05277ZM21.3564 19.0728C20.9388 20.1223 20.1303 20.9307 19.0755 21.3537C17.496 21.9802 13.7481 21.8356 12.0027 21.8356C10.2572 21.8356 6.50396 21.9748 4.92984 21.3537C3.88042 20.9361 3.07195 20.1276 2.64897 19.0728C2.02253 17.4934 2.16709 13.7455 2.16709 12C2.16709 10.2546 2.02789 6.50129 2.64897 4.92717C3.06659 3.87776 3.87507 3.06928 4.92984 2.6463C6.50931 2.01986 10.2572 2.16443 12.0027 2.16443C13.7481 2.16443 17.5014 2.02522 19.0755 2.6463C20.1249 3.06392 20.9334 3.8724 21.3564 4.92717C21.9828 6.50665 21.8383 10.2546 21.8383 12C21.8383 13.7455 21.9828 17.4987 21.3564 19.0728Z\" fill=\"currentColor\"/></svg>"],"icon":[0,"instagram"],"link":[0,"https://www.instagram.com"]}]]],"mobile":[0,{"top":[0,109],"left":[0,0],"width":[0,103],"height":[0,24]}],"desktop":[0,{"top":[0,148],"left":[0,0],"width":[0,138],"height":[0,24]}],"settings":[0,{"styles":[0,{"icon-size":[0,"24px"],"icon-color":[0,"rgb(26, 26, 26)"],"icon-spacing":[0,"space-between"],"icon-direction":[0,"row"],"icon-color-hover":[0,"rgb(58, 58, 58)"],"space-between-icons":[0,"40px"]}],"useBrandColors":[0,false]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}]}],"vVZZsZXMN2TFMZ8DvTdxt":[0,{"type":[0,"GridTextBox"],"mobile":[0,{"top":[0,181],"left":[0,0],"width":[0,328],"height":[0,29]}],"content":[0,"<p style=\"color: rgb(26, 26, 26)\" class=\"body\"><span style=\"color: rgb(26, 26, 26)\"><u><a target=\"_self\" href=\"/payment-delivery\" data-page-id=\"ckDY0I8ql51fpEZaoZQl5\">Payments &amp; Delivery</a></u></span></p>"],"desktop":[0,{"top":[0,160],"left":[0,927],"width":[0,297],"height":[0,29]}],"settings":[0,{"styles":[0,{"text":[0,"left"],"align":[0,"flex-start"],"justify":[0,"center"],"m-element-margin":[0,"0 0 24px 0"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}]}],"zxB2TA44y9z0BMfPRMPSi":[0,{"type":[0,"GridTextBox"],"mobile":[0,{"top":[0,56],"left":[0,0],"width":[0,328],"height":[0,35]}],"content":[0,"<h5><span style=\"color: rgb(26, 26, 26)\"><strong>MINA</strong></span></h5>"],"desktop":[0,{"top":[0,80],"left":[0,0],"width":[0,400],"height":[0,40]}],"settings":[0,{"styles":[0,{"text":[0,"left"],"align":[0,"flex-start"],"justify":[0,"center"],"m-element-margin":[0,"0 0 24px 0"]}]}],"animation":[0,{"name":[0,"slide"],"type":[0,"global"]}]}]}],"nav":[1,[[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"MjYENaSsFas75AJRf01sI"],"linkedPageId":[0,"MjYENaSsFas75AJRf01sI"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"WqIlJBfv01rJAYGLwwgFo"],"linkedPageId":[0,"WqIlJBfv01rJAYGLwwgFo"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"1g_oqCWFH7vxAj0nRd36A"],"linkedPageId":[0,"1g_oqCWFH7vxAj0nRd36A"]}],[0,{"name":[0,"Shop"],"isHidden":[0,true],"linkType":[0,"Folder"],"subItems":[1,[[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"LSXXzB-XO5aOGN2PN-0F7"],"linkedPageId":[0,"LSXXzB-XO5aOGN2PN-0F7"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"zcL9HZ"],"linkedPageId":[0,"zJPjGN"]}]]],"navItemId":[0,"zN1r05"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"home"],"linkedPageId":[0,"home"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"VdKJeJ65K-LwEi8xWpzzK"],"linkedPageId":[0,"VdKJeJ65K-LwEi8xWpzzK"]}],[0,{"isHidden":[0,true],"linkType":[0,"Page"],"subItems":[1,[]],"navItemId":[0,"ckDY0I8ql51fpEZaoZQl5"],"linkedPageId":[0,"ckDY0I8ql51fpEZaoZQl5"]}]]],"currentLocale":[0,"system"],"homePageId":[0,"home"],"isNavHidden":[0,true],"cookieBannerAcceptText":[0],"cookieBannerDisclaimer":[0],"cookieBannerDeclineText":[0],"blogReadingTimeText":[0],"metaTitle":[0],"meta":[0,{"version":[0,153],"isLayout":[0,true],"template":[0,"minalite"],"buttonSetId":[0,"1"],"defaultLocale":[0,"system"],"ecommerceType":[0,"zyro"],"metaHtmlLanguage":[0,"en"],"isPrivateModeActive":[0,true],"demoEcommerceStoreId":[0,"store_01G0D7VX5QVK0XZ6QEZT6CQBMM"],"shouldAddWWWPrefixToDomain":[0,false]}],"forms":[0,{"Contact form":[0,{"token":[0,"mp89Mgz1rNS0oaPeR7X4AonbJj8mwy6B"]}],"Subscribe form":[0,{"token":[0,"mk39lg0kRWSpZDpmOobLAG2yM0vma26N"]}]}],"styles":[0,{"h1":[0,{"font-size":[0,"88px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"50px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"h2":[0,{"font-size":[0,"64px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"44px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"h3":[0,{"font-size":[0,"48px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"38px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"h4":[0,{"font-size":[0,"40px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"32px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"h5":[0,{"font-size":[0,"32px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"28px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"h6":[0,{"font-size":[0,"24px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-primary)"],"font-weight":[0,500],"line-height":[0,"1.24"],"m-font-size":[0,"24px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"body":[0,{"font-size":[0,"18px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-secondary)"],"font-weight":[0,400],"line-height":[0,"1.6"],"m-font-size":[0,"18px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"font":[0,{"primary":[0,"'Poppins', sans-serif"],"secondary":[0,"'Poppins', sans-serif"]}],"nav-link":[0,{"font-size":[0,"16px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-secondary)"],"font-weight":[0,400],"line-height":[0,"1.6"],"m-font-size":[0,"16px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"body-large":[0,{"font-size":[0,"20px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-secondary)"],"font-weight":[0,400],"line-height":[0,"1.6"],"m-font-size":[0,"20px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"body-small":[0,{"font-size":[0,"16px"],"font-style":[0,"normal"],"font-family":[0,"var(--font-secondary)"],"font-weight":[0,400],"line-height":[0,"1.6"],"m-font-size":[0,"16px"],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"text-decoration":[0,"none"]}],"grid-button-primary":[0,{"font-size":[0,"16px"],"padding-x":[0,"40px"],"padding-y":[0,"14px"],"font-style":[0,"normal"],"border-null":[0,""],"font-family":[0,"var(--font-primary)"],"font-weight":[0,400],"line-height":[0,"normal"],"m-font-size":[0,"16px"],"m-padding-x":[0,"36px"],"m-padding-y":[0,"14px"],"box-shadow-x":[0,"0px"],"box-shadow-y":[0,"0px"],"border-radius":[0,8],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"box-shadow-blur":[0,"0px"],"box-shadow-null":[0,""],"text-decoration":[0,"none"],"box-shadow-color":[0,"rgba(0, 0, 0, 0)"],"border-null-hover":[0,""],"box-shadow-spread":[0,"0px"],"box-shadow-x-hover":[0,"0px"],"box-shadow-y-hover":[0,"0px"],"transition-duration":[0,"0.2s"],"background-color-null":[0,"rgba(0, 0, 0, 0)"],"box-shadow-blur-hover":[0,"0px"],"box-shadow-null-hover":[0,""],"box-shadow-color-hover":[0,"0px"],"box-shadow-spread-hover":[0,"0px"],"transition-timing-function":[0,"ease"],"background-color-null-hover":[0,""]}],"grid-button-secondary":[0,{"font-size":[0,"16px"],"padding-x":[0,"40px"],"padding-y":[0,"14px"],"font-style":[0,"normal"],"border-null":[0,""],"font-family":[0,"var(--font-primary)"],"font-weight":[0,400],"line-height":[0,"normal"],"m-font-size":[0,"16px"],"m-padding-x":[0,"36px"],"m-padding-y":[0,"14px"],"box-shadow-x":[0,"0px"],"box-shadow-y":[0,"0px"],"border-radius":[0,8],"letter-spacing":[0,"normal"],"text-transform":[0,"none"],"box-shadow-blur":[0,"0px"],"box-shadow-null":[0,"none"],"text-decoration":[0,"none"],"box-shadow-color":[0,"rgba(0, 0, 0, 0)"],"border-null-hover":[0,""],"box-shadow-spread":[0,"0px"],"box-shadow-x-hover":[0,"0px"],"box-shadow-y-hover":[0,"0px"],"transition-duration":[0,"0.2s"],"background-color-null":[0,""],"box-shadow-blur-hover":[0,"0px"],"box-shadow-null-hover":[0,""],"box-shadow-color-hover":[0,"0px"],"box-shadow-spread-hover":[0,"0px"],"transition-timing-function":[0,"ease"],"background-color-null-hover":[0,""]}]}],"domain":[0,"tlee.com"],"siteId":[0,"YleyngzOVzHelVVW"],"ecommerceShoppingCart":[0,{"lang":[0,"en"],"translations":[0,{"book":[0,"Book"],"from":[0,"From"],"close":[0,"Close"],"gotIt":[0,"Got it"],"cancel":[0,"Cancel"],"sortBy":[0,"Sort by"],"bookNow":[0,"Book now"],"default":[0,"Default"],"inStock":[0,"in stock"],"product":[0,"product"],"soldOut":[0,"Sold out"],"addToBag":[0,"Add to bag"],"browseBy":[0,"Browse by"],"checkout":[0,"Checkout"],"priceHTL":[0,"Price (high to low)"],"priceLTH":[0,"Price (low to high)"],"products":[0,"products"],"subtotal":[0,"Subtotal"],"hourShort":[0,"h"],"mostRecent":[0,"Most recent"],"outOfStock":[0,"Out of stock"],"allProducts":[0,"All products"],"minuteShort":[0,"min"],"moreDetails":[0,"More Details"],"shoppingBag":[0,"Shopping bag"],"quantityShort":[0,"Qty"],"shoppingBagEmpty":[0,"Shopping bag is empty"],"selectDateAndTime":[0,"Select date & time"],"onlineStoreNoProducts":[0,"No publicly visible products"],"checkoutModalOutOfStock":[0,"Not enough stock for one or more items in your cart"],"checkoutModalTryOrChoose":[0,"Please try again later or choose a different item."],"checkoutModalOrderReceived":[0,"Your order has been received."],"checkoutModalPleaseContact":[0,"Please contact us to complete your purchase."],"checkoutModalThanksForOrder":[0,"Thank you for your order"],"checkoutModalDisabledPreview":[0,"Checkout is disabled in preview mode"],"checkoutModalCantAcceptOrders":[0,"We can't accept online orders right now"],"checkoutModalDonationReceived":[0,"Your donation has been received."],"checkoutModalThanksForDonation":[0,"Thank you for your donation"],"checkoutModalBookingUnavailable":[0,"Appointment time is not available"],"checkoutModalSuccessfullyBooked":[0,"You have successfully booked our service."],"checkoutModalChooseDifferentTime":[0,"Please try again later or choose a different appointment time"]}]}],"blogCategories":[0,{}],"languageSwitcherLanguages":[1,[]],"currentPageId":[0,"private"],"productId":[0],"languageKeys":[1,[[0,"system"]]]}]}" ssr="" client="load" opts="{"name":"Page","value":true}" await-children=""><!--[--><main style="--h1-font-size:88px;--h1-font-style:normal;--h1-font-family:var(--font-primary);--h1-font-weight:500;--h1-line-height:1.24;--h1-m-font-size:50px;--h1-letter-spacing:normal;--h1-text-transform:none;--h1-text-decoration:none;--h2-font-size:64px;--h2-font-style:normal;--h2-font-family:var(--font-primary);--h2-font-weight:500;--h2-line-height:1.24;--h2-m-font-size:44px;--h2-letter-spacing:normal;--h2-text-transform:none;--h2-text-decoration:none;--h3-font-size:48px;--h3-font-style:normal;--h3-font-family:var(--font-primary);--h3-font-weight:500;--h3-line-height:1.24;--h3-m-font-size:38px;--h3-letter-spacing:normal;--h3-text-transform:none;--h3-text-decoration:none;--h4-font-size:40px;--h4-font-style:normal;--h4-font-family:var(--font-primary);--h4-font-weight:500;--h4-line-height:1.24;--h4-m-font-size:32px;--h4-letter-spacing:normal;--h4-text-transform:none;--h4-text-decoration:none;--h5-font-size:32px;--h5-font-style:normal;--h5-font-family:var(--font-primary);--h5-font-weight:500;--h5-line-height:1.24;--h5-m-font-size:28px;--h5-letter-spacing:normal;--h5-text-transform:none;--h5-text-decoration:none;--h6-font-size:24px;--h6-font-style:normal;--h6-font-family:var(--font-primary);--h6-font-weight:500;--h6-line-height:1.24;--h6-m-font-size:24px;--h6-letter-spacing:normal;--h6-text-transform:none;--h6-text-decoration:none;--body-font-size:18px;--body-font-style:normal;--body-font-family:var(--font-secondary);--body-font-weight:400;--body-line-height:1.6;--body-m-font-size:18px;--body-letter-spacing:normal;--body-text-transform:none;--body-text-decoration:none;--font-primary:'Poppins', sans-serif;--font-secondary:'Poppins', sans-serif;--nav-link-font-size:16px;--nav-link-font-style:normal;--nav-link-font-family:var(--font-secondary);--nav-link-font-weight:400;--nav-link-line-height:1.6;--nav-link-m-font-size:16px;--nav-link-letter-spacing:normal;--nav-link-text-transform:none;--nav-link-text-decoration:none;--body-large-font-size:20px;--body-large-font-style:normal;--body-large-font-family:var(--font-secondary);--body-large-font-weight:400;--body-large-line-height:1.6;--body-large-m-font-size:20px;--body-large-letter-spacing:normal;--body-large-text-transform:none;--body-large-text-decoration:none;--body-small-font-size:16px;--body-small-font-style:normal;--body-small-font-family:var(--font-secondary);--body-small-font-weight:400;--body-small-line-height:1.6;--body-small-m-font-size:16px;--body-small-letter-spacing:normal;--body-small-text-transform:none;--body-small-text-decoration:none;--grid-button-primary-font-size:16px;--grid-button-primary-padding-x:40px;--grid-button-primary-padding-y:14px;--grid-button-primary-font-style:normal;--grid-button-primary-border-null:;--grid-button-primary-font-family:var(--font-primary);--grid-button-primary-font-weight:400;--grid-button-primary-line-height:normal;--grid-button-primary-m-font-size:16px;--grid-button-primary-m-padding-x:36px;--grid-button-primary-m-padding-y:14px;--grid-button-primary-box-shadow-x:0px;--grid-button-primary-box-shadow-y:0px;--grid-button-primary-border-radius:8px;--grid-button-primary-letter-spacing:normal;--grid-button-primary-text-transform:none;--grid-button-primary-box-shadow-blur:0px;--grid-button-primary-box-shadow-null:;--grid-button-primary-text-decoration:none;--grid-button-primary-box-shadow-color:rgba(0, 0, 0, 0);--grid-button-primary-border-null-hover:;--grid-button-primary-box-shadow-spread:0px;--grid-button-primary-box-shadow-x-hover:0px;--grid-button-primary-box-shadow-y-hover:0px;--grid-button-primary-transition-duration:0.2s;--grid-button-primary-background-color-null:rgba(0, 0, 0, 0);--grid-button-primary-box-shadow-blur-hover:0px;--grid-button-primary-box-shadow-null-hover:;--grid-button-primary-box-shadow-color-hover:0px;--grid-button-primary-box-shadow-spread-hover:0px;--grid-button-primary-transition-timing-function:ease;--grid-button-primary-background-color-null-hover:;--grid-button-secondary-font-size:16px;--grid-button-secondary-padding-x:40px;--grid-button-secondary-padding-y:14px;--grid-button-secondary-font-style:normal;--grid-button-secondary-border-null:;--grid-button-secondary-font-family:var(--font-primary);--grid-button-secondary-font-weight:400;--grid-button-secondary-line-height:normal;--grid-button-secondary-m-font-size:16px;--grid-button-secondary-m-padding-x:36px;--grid-button-secondary-m-padding-y:14px;--grid-button-secondary-box-shadow-x:0px;--grid-button-secondary-box-shadow-y:0px;--grid-button-secondary-border-radius:8px;--grid-button-secondary-letter-spacing:normal;--grid-button-secondary-text-transform:none;--grid-button-secondary-box-shadow-blur:0px;--grid-button-secondary-box-shadow-null:none;--grid-button-secondary-text-decoration:none;--grid-button-secondary-box-shadow-color:rgba(0, 0, 0, 0);--grid-button-secondary-border-null-hover:;--grid-button-secondary-box-shadow-spread:0px;--grid-button-secondary-box-shadow-x-hover:0px;--grid-button-secondary-box-shadow-y-hover:0px;--grid-button-secondary-transition-duration:0.2s;--grid-button-secondary-background-color-null:;--grid-button-secondary-box-shadow-blur-hover:0px;--grid-button-secondary-box-shadow-null-hover:;--grid-button-secondary-box-shadow-color-hover:0px;--grid-button-secondary-box-shadow-spread-hover:0px;--grid-button-secondary-transition-timing-function:ease;--grid-button-secondary-background-color-null-hover:;--7f3d5b3d:50px;" class="page"><div class="sticky-trigger"></div><!----><div class="top-blocks--sticky top-blocks"><!----><!----></div><div class="blocks"><!--[--><section id="private-zp-WsA" class="block block--desktop-first-visible block--mobile-first-visible" style="--block-padding-top:16px;--block-padding:16px 0 16px 0;--block-padding-right:0;--block-padding-bottom:16px;--block-padding-left:0;--m-block-padding:16px;" data-v-e8cefd05><div class="block-background block-background--fixed" data-v-e8cefd05 style="--595a5996:transparent;--6f6ae15c:50%;--6c01301e:0%;--70174fcb:50%;--fd391e70:0.20;"><img alt="mountain range under blue sky" src="https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=1920" srcset="https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=360 360w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=720 720w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=945 945w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=1080 1080w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=1440 1440w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=2880 2880w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=1920 1920w,https://images.unsplash.com/photo-1574195133041-e6eed8c424dc?auto=format&fit=crop&w=3840 3840w" width="100vw" sizes="(max-width: 500px) 800px, 100vw" loading="eager" class="block-background__image--fixed block-background__image" style=""><!----><div class="block-background__overlay--fixed block-background__overlay"></div></div><div class="block-layout block-layout--layout" style="--m-grid-template-rows:40vw auto 558px;--t-grid-template-rows:minmax(144px, auto) minmax(150px, auto) 1fr;--small-desktop-grid-template-rows:16.33986928104575vw auto 913px;--grid-template-rows:minmax(200px, auto) minmax(159px, auto) 1fr;--m-grid-template-columns:100%;--grid-template-columns:16.830065359477125% 66.33986928104575% 16.830065359477125%;--m-block-min-height:auto;--t-block-min-height:852px;--small-desktop-block-min-height:auto;--block-min-height:1272px;--c467b54c:1224px;--2c660f9c:360px;--6ced7b1e:0 4.444444444444445vw;--1f9bbfe2:0 16px;" data-v-e8cefd05><!--[--><!--[--><div class="layout-element layout-element--layout layout-element transition transition--undefined" style="--text:center;--align:flex-start;--justify:flex-start;--m-element-margin:0 0 16px 0;--z-index:1;--grid-row:2/3;--grid-column:2/3;--m-grid-row:2/3;--m-grid-column:1/2;--11a26299:159px;--5ac4fa85:150px;" data-v-9ddc5313><!--[--><!----><!----><!----><!----><!----><div class="text-box layout-element__component layout-element__component--GridTextBox" id="private-zgfGWI" data-v-9ddc5313 style="--6ce2bb40:break-spaces;--a82e6ffc:break-spaces;"><h1 dir="auto" style="color: rgb(255, 255, 255); --lineHeightMobile: 1.3; --lineHeightDesktop: 1.3; --fontSizeMobile: 44px; --fontSizeDesktop: 80px; margin-bottom: 32px">Coming soon</h1><p dir="auto" style="color: rgb(255, 255, 255); --lineHeightMobile: 1.3; --lineHeightDesktop: 1.3; --fontSizeMobile: 18px; --fontSizeDesktop: 18px" class="body-large">Our website is launching soon. Come back and check it out.</p></div><!----><!----><!----><!----><!----><!----><!----><!----><!--[--><!--]--><!--]--></div><!--]--><!--]--></div><!----><!----><!----><!----><!----></section><!--]--></div><!----><div style="--image-width:90px;" header-height="0" data-v-688c363e data-v-12672165><!----><!----></div><!----></main><!----><!--]--><!--astro:end--></astro-island> </div> </body></html>