<!doctype html> <html class="no-js" lang="en"> <head> <!-- Gokwik theme code start --> <link rel="dns-prefetch" href="https://pdp.gokwik.co/"> <link rel="dns-prefetch" href="https://api.gokwik.co"> <script> window.gaTag = {ga4: ""} window.merchantInfo = { mid: "19ewmjf9k0bo", environment: "production", type: "merchantInfo", storeId: "12694785", fbpixel: "2101287463443867", } var productFormSelector = ''; var cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"INR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0} var templateName = 'article' </script> <script src="https://pdp.gokwik.co/merchant-integration/build/merchant.integration.js?v4" defer></script> <script> if ('$' && '$' !== 'undefined') { const script = document.createElement('script'); script.src = "https://www.googletagmanager.com/gtag/js?id="+ window.gaTag.ga4; script.defer = true; document.head.appendChild(script); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', window.gaTag.ga4 ,{ 'groups': 'GA4','debug_mode':true }); } </script> <script> window.addEventListener('gokwikLoaded', e => { var buyNowButton = document.getElementById('gokwik-buy-now'); if (buyNowButton) { buyNowButton.disabled = false; buyNowButton.classList.remove('disabled'); } var gokwikCheckoutButtons = document.querySelectorAll('.gokwik-checkout button'); gokwikCheckoutButtons.forEach(function(button) { button.disabled = false; button.classList.remove('disabled'); }); //Do Not Touch This Line let clicked = false; let gokwikAdsID = ""; const gokwikCheckoutEnable = (arrayOfElement) => { if (arrayOfElement.length === 0) return null; if (arrayOfElement.length > 1) { arrayOfElement.forEach(data => { if (data) { let targetElement = document.querySelectorAll(data); if (targetElement.length >= 1) { targetElement.forEach(element => { element.addEventListener("click", () => { if (!clicked && gokwikAdsID) { clicked = true; gtag('event', 'conversion', { 'send_to': gokwikAdsID.toString().trim(), 'value': 0.0, 'currency': '', 'transaction_id': '' }); } }); }); } } }); } }; gokwikCheckoutEnable(["#gokwik-buy-now",".gokwik-checkout button"]) gokwikSdk.on('modal_closed', ()=>{ clicked = false; }) const targetElement = document.querySelector("body"); function debounce(func, delay) { let timeoutId; return function () { const context = this; const args = arguments; clearTimeout(timeoutId); timeoutId = setTimeout(function () { func.apply(context, args); }, delay); }; } const observer = new MutationObserver(() => { const addToCartButton = document.querySelector(".product-form__payment-container .product-form__add-button"); const gokwikBuyNowButton = document.getElementById('gokwik-buy-now'); if (addToCartButton && addToCartButton.disabled) { gokwikBuyNowButton?.setAttribute('disabled', 'disabled'); } else { gokwikBuyNowButton?.removeAttribute('disabled'); } debouncedMyTimer(); }); const debouncedMyTimer = debounce(() => { observer.disconnect(); //Do Not Touch this function gokwikCheckoutEnable(["#gokwik-buy-now",".gokwik-checkout button"]) var gokwikCheckoutButtons = document.querySelectorAll('.gokwik-checkout button'); gokwikCheckoutButtons.forEach(function(button) { button.disabled = false; button.classList.remove('disabled'); }); observer.observe(targetElement, { childList: true, subtree: true }); }, 700); const config = { childList: true, subtree: true }; observer.observe(targetElement, config); }); </script> <style> .gokwik-checkout { width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: end; margin-bottom: 0px; } .gokwik-checkout button { max-width:100%; width: 100%; border: none; display: flex; justify-content: center; align-items: center; background: #000000; position: relative; cursor: pointer; height: 54px; border-radius: 2px; } #gokwik-buy-now.disabled, .gokwik-disabled{ opacity:0.5; cursor: not-allowed; } .gokwik-checkout button:focus { outline: none; } .gokwik-checkout button > span { display: flex; } .gokwik-checkout button > span.btn-text { display: flex; flex-direction: column; color: #ffffff; align-items: center; } .gokwik-checkout button > span.btn-text > span:last-child { padding-top: 3px; font-size: 9px; letter-spacing: 1px; line-height: 10px; } .gokwik-checkout button > span.btn-text > span:first-child { font-size: 16px; font-family: "Playfair Display"; text-transform: uppercase; line-height: 16px; } .gokwik-checkout button > span.pay-opt-icon img:first-child { margin-right: 10px; margin-left: 10px; height:18px; } /* Additional */ .gokwik-checkout button.disabled{ opacity:0.5; cursor: not-allowed; } .gokwik-checkout button.disabled .addloadr#btn-loader{ display: flex!important; } #gokwik-buy-now.disabled .addloadr#btn-loader{ display: flex!important; } #gokwik-buy-now:disabled{ cursor: not-allowed; } #gokwik-buy-now { background: #e7c16d; width: calc(50% - 18px); color: #FFFFFF; cursor: pointer; line-height: 1; border: none; padding: 14px 10px; font-size: 16px; margin-top: 0; position: relative; font-family: "Playfair Display"; text-transform: uppercase; font-weight: 700; border-radius: 2px; margin-top: 9px; margin-right: 0px; } @media(max-width:640px){ #gokwik-buy-now { width: 100%; } } /* Loader CSS */ #btn-loader{ display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; justify-content: center; align-items: center; background:#000000; border-radius: 2px; } .cir-loader, .cir-loader:after { border-radius: 50%; width: 35px; height: 35px; } .cir-loader { margin: 6px auto; font-size: 10px; position: relative; text-indent: -9999em; border-top: 0.5em solid rgba(255, 255, 255, 0.2); border-right: 0.5em solid rgba(255, 255, 255, 0.2); border-bottom: 0.5em solid rgba(255, 255, 255, 0.2); border-left: 0.5em solid #ffffff; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: load8 1.1s infinite linear; animation: load8 1.1s infinite linear; } @-webkit-keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes load8 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } </style> <!-- Gokwik theme code End --> <script> let count = 0; function wigzoEventListener(e) { try { if (e.type === 'address_added_zecpe') { let identifyData = { phone: `${e.detail.mobileNumber}`, email: e.detail.email, }; window.wigzo('identify', identifyData); console.log('Identify event sent to wigzo'); let checkoutStartedData = { cart_token: e.detail.cartDetails.token, buyer_accepts_marketing: e.detail.cartDetails.marketingConsent || true, phone: `${e.detail.mobileNumber}`, line_items: e.detail.cartDetails.items, billing_address: { first_name: e.detail.firstName, last_name: e.detail.lastName, phone: `+91${e.detail.mobileNumber}`, city: e.detail.city, zip: e.detail.pincode, province: e.detail.state, country: 'IN', }, shipping_address: { first_name: e.detail.firstName, last_name: e.detail.lastName, phone: `+91${e.detail.mobileNumber}`, city: e.detail.city, zip: e.detail.pincode, province: e.detail.state, country: 'IN', }, customer: { accepts_marketing: e.detail.cartDetails.marketingConsent, first_name: e.detail.cartDetails.firstName, last_name: e.detail.cartDetails.lastName, state: e.detail.state, phone: `+91${e.detail.mobileNumber}`, default_address: { first_name: e.detail.firstName, last_name: e.detail.lastName, phone: `+91${e.detail.mobileNumber}`, city: e.detail.city, zip: e.detail.pincode, province: e.detail.state, country: 'IN', }, }, }; window.wigzo('track', 'checkoutstarted', checkoutStartedData); console.log('checkoutstarted event sent to wigzo'); } } catch (error) { console.log(error); } } function addWigzoEventListeners() { try { let zecpeEvents = ['user_verified_zecpe', 'address_added_zecpe']; if (typeof window.wigzo === 'function') { zecpeEvents.forEach((event) => { window.addEventListener(event, wigzoEventListener); }); } else { if (count++ < 7) { console.log('Zecpe :: Wigzo not initialized checking again'); setTimeout(addWigzoEventListeners, 2000); } else { console.log('Zepce :: Wigzo is not initialized on this store.'); } } } catch (error) { console.log(error); if (window?.triggerSentry && typeof window?.triggerSentry === 'function') { window.triggerSentry(`[zecpe-wigzo] error while firing wigzo event :: ${JSON.stringify(error)}`); } } } setTimeout(addWigzoEventListeners, 2000); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KW8WDL5');</script> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="Z6O_81xZM0or4NvXYeSDRMnaxc3sZPNS2GT3H1K8D-k" /> <meta name="facebook-domain-verification" content="65kg7niq2n9wkf8m5i3hd0nv3sj5yw" /> <!-- Snap Pixel Code --> <script type='text/javascript'> (function(e,t,n){if(e.snaptr)return;var a=e.snaptr=function() {a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)}; a.queue=[];var s='script';r=t.createElement(s);r.async=!0; r.src=n;var u=t.getElementsByTagName(s)[0]; u.parentNode.insertBefore(r,u);})(window,document, 'https://sc-static.net/scevent.min.js'); snaptr('init', '805326ce-b98b-4dbd-9fe7-5944e42779e3', { 'user_email': '__INSERT_USER_EMAIL__' }); snaptr('track', 'PAGE_VIEW'); </script> <!-- End Snap Pixel Code --> <!-- Clarity --> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "kih0bm2js2"); </script> <!-- End Clarity --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0, maximum-scale=1.0"> <meta name="theme-color" content="#000000"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <title>The Art of Gifting: Selecting the Perfect Home Decor Items</title><meta name="description" content="Discover the secrets to choosing the best home decor gifts. From understanding decor styles to finding budget-friendly options, transform gifting into an art."><link rel="canonical" href="https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items"><link rel="shortcut icon" href="//www.themaevastore.com/cdn/shop/files/logo-removebg-preview_96x96.png?v=1714743283" type="image/png"><link rel="preload" as="style" href="//www.themaevastore.com/cdn/shop/t/113/assets/theme.css?v=54278637211444571941743143146"> <link href="//www.themaevastore.com/cdn/shop/t/113/assets/custom.css?v=59309611587316729561743055062" rel="stylesheet" type="text/css"> <link href="//www.themaevastore.com/cdn/shop/t/113/assets/responsive.css?v=84131035625781055701742475238" rel="stylesheet" type="text/css"> <!-- This links for marquee --> <link href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" rel="stylesheet" type="text/css"> <script src="https://code.jquery.com/jquery-1.11.0.min.js" defer></script> <script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js" defer></script> <!-- End links for marquee --> <link rel="preload" as="script" href="//www.themaevastore.com/cdn/shop/t/113/assets/theme.js?v=175488396412700377531742475238"> <link rel="preconnect" href="https://cdn.shopify.com"> <link rel="preconnect" href="https://fonts.shopifycdn.com"> <link rel="dns-prefetch" href="https://productreviews.shopifycdn.com"> <link rel="dns-prefetch" href="https://ajax.googleapis.com"> <link rel="dns-prefetch" href="https://maps.googleapis.com"> <link rel="dns-prefetch" href="https://maps.gstatic.com"> <meta property="og:type" content="article"> <meta property="og:title" content="The Art of Gifting: Selecting the Perfect Home Decor Items"><meta property="og:image" content="http://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832"> <meta property="og:image:secure_url" content="https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832"> <meta property="og:image:width" content="1267"> <meta property="og:image:height" content="1265"><meta property="og:description" content="Discover the secrets to choosing the best home decor gifts. From understanding decor styles to finding budget-friendly options, transform gifting into an art."><meta property="og:url" content="https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items"> <meta property="og:site_name" content="The Maeva Store "><meta name="twitter:card" content="summary"><meta name="twitter:title" content="The Art of Gifting: Selecting the Perfect Home Decor Items"> <meta name="twitter:description" content="Introduction In a world where every gift tells a story, the selection of home decor gifts becomes a narrative of thoughtfulness and elegance. These treasured items have the power to transform spaces, evoke feelings, and create lasting impressions. Choosing the right home decor products is akin to curating an exhibition in the heart of the recipient's sanctuary. It involves an understanding of their personal style, the function of their space, and the gentle balance between taste and trend. By meticulously selecting the best home decor items, one can offer gifts that not only adorn a home but elevate the soul who inhabits it. Section 1: Assessing Recipient's Tastes Embarking on the quest to find impeccable home decor gifts begins with a deep dive into the world of the recipient's tastes. Their home is a canvas painted with elements of their"><meta name="twitter:image" content="https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat_600x600_crop_center.jpg?v=1737695832"> <link rel="preload" href="//www.themaevastore.com/cdn/fonts/pt_serif/ptserif_n4.fd0456bc6921cb59cbc84902bc88673986e44f6c.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=eae4ff725b3928faf0547ab14ee0025bc4867a5c7b3b3d9e4ebdd92c5643e3f0" as="font" type="font/woff2" crossorigin><link rel="preload" href="//www.themaevastore.com/cdn/fonts/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=657828538e14abf1959b1544ebcb056e2cb039f2f8ad8140c4f8ede855354f44" as="font" type="font/woff2" crossorigin><style> @font-face { font-family: "PT Serif"; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/pt_serif/ptserif_n4.fd0456bc6921cb59cbc84902bc88673986e44f6c.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=eae4ff725b3928faf0547ab14ee0025bc4867a5c7b3b3d9e4ebdd92c5643e3f0") format("woff2"), url("//www.themaevastore.com/cdn/fonts/pt_serif/ptserif_n4.17e4b35390e29165ba0345f0fb7b617f96ab09d0.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=3438e1d1874b185c68ece9014699fe86d958720d6c2798a20b98c03e93098916") format("woff"); } @font-face { font-family: Lato; font-weight: 400; font-style: normal; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=657828538e14abf1959b1544ebcb056e2cb039f2f8ad8140c4f8ede855354f44") format("woff2"), url("//www.themaevastore.com/cdn/fonts/lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=79f83c4c8472c400e8f99042a670166da80e850531b84ef0d37e7fdf68100999") format("woff"); } @font-face { font-family: Lato; font-weight: 600; font-style: normal; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/lato/lato_n6.8f129fde40f203553b1c63523c8c34e59550404e.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=ae63713cb7e406ce7a8b8f495b0881969a7a676ce7ed8d1a57e5524d30e5fb53") format("woff2"), url("//www.themaevastore.com/cdn/fonts/lato/lato_n6.822b168fbb902b52be8d60ec7a9fd5122a4894fe.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6f0b92453f0ca11613b66b4d930c930fc2d02c8b0c0f800bcf90ec5203bc3909") format("woff"); } @font-face { font-family: "PT Serif"; font-weight: 400; font-style: italic; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/pt_serif/ptserif_i4.3bb7f32772fab64b8f51575235b11d643662a081.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1572e5fc41f5b51ba9d34a3e4aab2a4be4648f7e9cc9697a16023f57439aef92") format("woff2"), url("//www.themaevastore.com/cdn/fonts/pt_serif/ptserif_i4.6b54f8ca20055710cc6ed0c56ca4cf8d3bfa8042.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=87103a003681a6889dafdbc44a14ed3c82b8c76c5692c98b806e7957b4921a58") format("woff"); } @font-face { font-family: Lato; font-weight: 700; font-style: normal; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=db32ec7f5d8384121ee0c07846346693cb4d4f18c6a78cf363e47f196061f78f") format("woff2"), url("//www.themaevastore.com/cdn/fonts/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d07625868bd0b092b46cecfdbeaf031c1850f984e0bf0e2fe6542ae34252a4ff") format("woff"); } @font-face { font-family: Lato; font-weight: 400; font-style: italic; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/lato/lato_i4.7307831c0d06d264a76f2f7310f8a29d0507d6d0.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=ff2178ebc8f75413e47a270954408f85c4afd047c47ad4f0d0be7d2e1d535246") format("woff2"), url("//www.themaevastore.com/cdn/fonts/lato/lato_i4.fb695d0d68d5b174347edaf543726b1903b57796.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=716b7c94fee1a276635fa6c042c0befafbd2db01e81b94259d5fe11fd8a58869") format("woff"); } @font-face { font-family: Lato; font-weight: 700; font-style: italic; font-display: swap; src: url("//www.themaevastore.com/cdn/fonts/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=6c74c5ee32f223a5ace2e9cb79d5b8a8c30ee9830b87492c5c3434df132615e9") format("woff2"), url("//www.themaevastore.com/cdn/fonts/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?h1=dGhlbWFldmFzdG9yZS5jb20&h2=dGhlLW1hZXZhLXN0b3JlLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f1f853880c427e208619f4ae3c4e11c044d453c52e0660db257d6d932f900552") format("woff"); } :root { --default-text-font-size : 15px; --base-text-font-size : 16px; --heading-font-family : "PT Serif", serif; --heading-font-weight : 400; --heading-font-style : normal; --text-font-family : Lato, sans-serif; --text-font-weight : 400; --text-font-style : normal; --text-font-bolder-weight: 600; --text-link-decoration : underline; --text-color : #677279; --text-color-rgb : 103, 114, 121; --heading-color : #000000; --border-color : #f6eadc; --border-color-rgb : 246, 234, 220; --form-border-color : #f1dec8; --accent-color : #000000; --accent-color-rgb : 0, 0, 0; --link-color : #00badb; --link-color-hover : #00798e; --background : #ffffff; --secondary-background : #ffffff; --secondary-background-rgb : 255, 255, 255; --accent-background : rgba(0, 0, 0, 0.08); --input-background: #ffffff; --error-color : #ff0000; --error-background : rgba(255, 0, 0, 0.07); --success-color : #00aa00; --success-background: rgba(0, 170, 0, 0.11); --primary-button-background : #324435; --primary-button-background-rgb : 50, 68, 53; --primary-button-text-color : #ffffff; --secondary-button-background : #e7c16d; --secondary-button-background-rgb: 231, 193, 109; --secondary-button-text-color : #ffffff; --header-background : #324435; --header-text-color : #ffffff; --header-light-text-color: #ffffff; --header-border-color : rgba(255, 255, 255, 0.3); --header-accent-color : #d2ab66; --footer-background-color: #324435; --footer-heading-text-color: #ffffff; --footer-body-text-color: #ffffff; --footer-body-text-color-rgb: 255, 255, 255; --footer-accent-color: #d2ab66; --footer-accent-color-rgb: 210, 171, 102; --footer-border: none; --flickity-arrow-color: #e1b98b;--product-on-sale-accent : #683b28; --product-on-sale-accent-rgb : 104, 59, 40; --product-on-sale-color : #ffffff; --product-in-stock-color : #008a00; --product-low-stock-color : #683b28; --product-sold-out-color : #8a9297; --product-custom-label-1-background: #008a00; --product-custom-label-1-color : #ffffff; --product-custom-label-2-background: #00a500; --product-custom-label-2-color : #ffffff; --product-review-star-color : #ffbd00; --mobile-container-gutter : 20px; --desktop-container-gutter: 40px; /* Shopify related variables */ --payment-terms-background-color: #ffffff; } </style> <script> // IE11 does not have support for CSS variables, so we have to polyfill them if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) { const script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2'; script.onload = function() { cssVars({}); }; document.getElementsByTagName('head')[0].appendChild(script); } </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="q766Tg4WyzEzD7UQrBTDZOFA8fqgu4S-UQKEe2ZMpWw"> <meta name="google-site-verification" content="4BzwJx3YWWQdQ8QLGQAPwUjZ9q2OAwnzkGIOyHwOzvc"> <meta name="facebook-domain-verification" content="fvwouwkz70kif0d10sbrnz4xb44v7s"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/12694785/digital_wallets/dialog"> <link rel="alternate" type="application/atom+xml" title="Feed" href="/blogs/home-decor.atom" /> <script async="async" src="/checkouts/internal/preloads.js?locale=en-IN"></script> <script id="shopify-features" type="application/json">{"accessToken":"f9d9e697f3e4b9d2f70b8a3737d7d822","betas":["rich-media-storefront-analytics"],"domain":"www.themaevastore.com","predictiveSearch":true,"shopId":12694785,"locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "the-maeva-store.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"INR","rate":"1.0"}; Shopify.country = "IN"; Shopify.theme = {"name":"Shivani Development","id":132903632983,"schema_name":"Warehouse","schema_version":"5.1.0","theme_store_id":871,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "www.themaevastore.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script id="shop-js-analytics" type="application/json">{"pageType":"article"}</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn-stamped-io.azureedge.net\/files\/shopify.min.js?shop=the-maeva-store.myshopify.com","https:\/\/cdn1.stamped.io\/files\/shopify.min.js?shop=the-maeva-store.myshopify.com","https:\/\/intg.snapchat.com\/shopify\/shopify-scevent-init.js?id=805326ce-b98b-4dbd-9fe7-5944e42779e3\u0026shop=the-maeva-store.myshopify.com","https:\/\/egw-app.herokuapp.com\/get_script\/6648ee7c405d11ec9bc79e8a11d13346.js?v=320394\u0026shop=the-maeva-store.myshopify.com","https:\/\/zipcode.ens.enterprises\/server?shop=the-maeva-store.myshopify.com","https:\/\/cdn.zecpe.com\/payModal\/checkout.js?shop=the-maeva-store.myshopify.com","https:\/\/cdn.zecpe.com\/payModal\/events-embed.js?shop=the-maeva-store.myshopify.com","https:\/\/restock.semget.com\/\/scripttags\/semget.js?shop=the-maeva-store.myshopify.com","https:\/\/cdn.s3.pop-convert.com\/pcjs.production.min.js?unique_id=the-maeva-store.myshopify.com\u0026shop=the-maeva-store.myshopify.com","https:\/\/script.pop-convert.com\/new-micro\/production.pc.min.js?unique_id=the-maeva-store.myshopify.com\u0026shop=the-maeva-store.myshopify.com","https:\/\/marketing.contlo.com\/js\/contlo_messaging_v3.js?v=3\u0026shop_id=a69f98b4dd2f7ed3b5adceef7e69a619\u0026shop=the-maeva-store.myshopify.com","https:\/\/wishlist.kaktusapp.com\/storage\/js\/kaktus_wishlist-the-maeva-store.myshopify.com.js?ver=90\u0026shop=the-maeva-store.myshopify.com","https:\/\/sr-cdn.shiprocket.in\/sr-promise\/static\/uc.js?channel_id=4\u0026sr_company_id=4702320\u0026shop=the-maeva-store.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":12694785,"offset":19800,"reqid":"606f8ae1-8725-4dbd-a6b8-06a74fb00e9b-1746807544","pageurl":"www.themaevastore.com\/blogs\/home-decor\/the-art-of-gifting-selecting-the-perfect-home-decor-items","s":"articles-563581911127","u":"0cd5aabd3c58","p":"article","rtyp":"article","rid":563581911127};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-w1TMG8bx+vw+BuOfT7Dh2avfdjByyjlNYGyp9vJB5oo=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.themaevastore.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-c354cc1bc6f1fafc3e06e39f4fb0e1d9abdf763072ca394d606ca9f6f241e68a.js" crossorigin="anonymous"></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <link rel="stylesheet" href="//www.themaevastore.com/cdn/shop/t/113/assets/theme.css?v=54278637211444571941743143146"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BlogPosting", "mainEntityOfPage": "/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items", "articleSection": "Home Decor", "keywords": "", "headline": "The Art of Gifting: Selecting the Perfect Home Decor Items", "description": "Introduction In a world where every gift tells a story, the selection of home decor gifts becomes a narrative of thoughtfulness and elegance. These treasured...", "dateCreated": "2025-01-24T10:45:56", "datePublished": "2025-01-24T10:46:06", "dateModified": "2025-01-24T10:46:06", "image": { "@type": "ImageObject", "url": "https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1024", "image": "https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1024", "name": "The Art of Gifting: Selecting the Perfect Home Decor Items", "width": "1024", "height": "1024" }, "author": { "@type": "Person", "name": "Maeva Candles & Fragrances", "givenName": "Maeva", "familyName": "Candles \u0026 Fragrances" }, "publisher": { "@type": "Organization", "name": "The Maeva Store " }, "commentCount": 0, "comment": [] } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.themaevastore.com" },{ "@type": "ListItem", "position": 2, "name": "Home Decor", "item": "https://www.themaevastore.com/blogs/home-decor" }, { "@type": "ListItem", "position": 3, "name": "Home Decor", "item": "https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" }] } </script> <script> // This allows to expose several variables to the global scope, to be used in scripts window.theme = { pageType: "article", cartCount: 0, moneyFormat: "\u003cspan class=money\u003eRs. {{amount}}\u003c\/span\u003e", moneyWithCurrencyFormat: "\u003cspan class=money\u003eRs. {{amount}}\u003c\/span\u003e", currencyCodeEnabled: true, showDiscount: false, discountMode: "percentage", cartType: "page" }; window.routes = { rootUrl: "\/", rootUrlWithoutSlash: '', cartUrl: "\/cart", cartAddUrl: "\/cart\/add", cartChangeUrl: "\/cart\/change", searchUrl: "\/search", productRecommendationsUrl: "\/recommendations\/products" }; window.languages = { productRegularPrice: "Regular price", productSalePrice: "Sale price", collectionOnSaleLabel: "Save {{savings}}", productFormUnavailable: "Unavailable", productFormAddToCart: "Add to cart", productFormPreOrder: "Pre-order", productFormSoldOut: "Sold out", productAdded: "Product has been added to your cart", productAddedShort: "Added!", shippingEstimatorNoResults: "No shipping could be found for your address.", shippingEstimatorOneResult: "There is one shipping rate for your address:", shippingEstimatorMultipleResults: "There are {{count}} shipping rates for your address:", shippingEstimatorErrors: "There are some errors:" }; document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); </script><script src="//www.themaevastore.com/cdn/shop/t/113/assets/theme.js?v=175488396412700377531742475238" defer></script> <script src="//www.themaevastore.com/cdn/shop/t/113/assets/custom.js?v=102476495355921946141742475238" defer></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script><script> (function () { window.onpageshow = function() { // We force re-freshing the cart content onpageshow, as most browsers will serve a cache copy when hitting the // back button, which cause staled data document.documentElement.dispatchEvent(new CustomEvent('cart:refresh', { bubbles: true, detail: {scrollToTop: false} })); }; })(); </script><!-- Begin Simpl Checkout --> <script> window.selectedOrFirstAvailableVariant = ''; const temp = ` `; const temp_2 = ` `; const temp_3 = ` `; const temp_4 = ` ` window.productDetailsObject = temp.split("\n").map(i => i.replace(/ /g, '')).reduce((acc, str) => { if (str) { const [key, value] = str.split(":"); acc[key] = value; return acc; } return acc; }, {}); window.productInventoryObject = temp_2.split("\n").map(i => i.replace(/ /g, '')).reduce((acc, str) => { if (str) { const [key, value] = str.split(":"); acc[key] = value; return acc; } return acc; }, {}); window.productQtyObject = temp_3.split("\n").map(i => i.replace(/ /g, '')).reduce((acc, str) => { if (str) { const [key, value] = str.split(":"); acc[key] = value; return acc; } return acc; }, {}); window.productInventoryManagement = temp_4.split("\n").map(i => i.replace(/ /g, '')).reduce((acc, str) => { if (str) { const [key, value] = str.split(":"); acc[key] = value; return acc; } return acc; }, {}); </script> <script> try { var simplXHR1 = new XMLHttpRequest(); simplXHR1.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { eval(simplXHR1.responseText) } } simplXHR1.open('GET', "https://cdn.getsimpl.com/widget-script-v2/shopify/widget-script.js") simplXHR1.send(); simplXHR1.onerror = function(e) { console.log('Error occured while loading simpl widget -> ', e) } } catch (e) { console.log('Error occured while loading simpl widget -> ', e) } </script> <script> try { var simplsessionid = localStorage.getItem('simplsessionid'); var siimplXHR2 = new XMLHttpRequest(); siimplXHR2.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { window.SimplMasterConfig = JSON.parse(siimplXHR2.responseText) var sessionId = siimplXHR2.getResponseHeader("Simpl-Widget-Session-Token"); window.simplSessionId = sessionId localStorage.setItem('simplsessionid', sessionId); } } siimplXHR2.open('GET', "https://pi3-backend.getsimpl.com/api/v3/app/custom-checkout/widget/master-config?shop=the-maeva-store.myshopify.com"); siimplXHR2.setRequestHeader( "Simpl-Widget-Session-Token", simplsessionid == 'null' ? "" : simplsessionid ); siimplXHR2.send(); siimplXHR2.onerror = function(e) { console.log('Error occured while loading simpl widget -> ', e) } } catch (e) { console.log(e); } </script> <!-- End Simpl Checkout --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-HVLPP6JZGJ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', {'domains': ['checkout.getsimpl.com']}); gtag('js', new Date()); gtag('config', 'G-HVLPP6JZGJ'); </script> <!-- BEGIN app block: shopify://apps/essential-announcer/blocks/app-embed/93b5429f-c8d6-4c33-ae14-250fd84f361b --><script> window.essentialAnnouncementConfigs = [{"id":"8f2bb5fb-4e5e-4f14-acbb-a61af8e9846b","createdAt":"2024-07-06T16:46:53.421+00:00","name":"Free Bar","title":"Enjoy a 20% discount on all our products!","subheading":"","style":{"icon":{"size":32,"originalColor":true,"color":{"hex":"#333333"},"background":{"hex":"#ffffff","alpha":0,"rgba":"rgba(255, 255, 255, 0)"},"cornerRadius":4},"selectedTemplate":"custom","position":"top-page","stickyBar":true,"backgroundType":"singleBackground","singleColor":"#f4dcc0","gradientTurn":"90","gradientStart":"#DDDDDD","gradientEnd":"#FFFFFF","borderRadius":"0","borderSize":"0","borderColor":"#c5c8d1","titleSize":"16","titleColor":"#324435","font":"","subheadingSize":"14","subheadingColor":"#394867","buttonBackgroundColor":"#202223","buttonFontSize":"14","buttonFontColor":"#FFFFFF","buttonBorderRadius":"4","couponCodeButtonOutlineColor":"#202223","couponCodeButtonIconColor":"#202223","couponCodeButtonFontColor":"#202223","couponCodeButtonFontSize":"14","couponCodeButtonBorderRadius":"4","closeIconColor":"#6d7175","arrowIconColor":"#6d7175","spacing":{"insideTop":10,"insideBottom":10,"outsideTop":0,"outsideBottom":10}},"announcementType":"rotating","announcementPlacement":"","published":true,"showOnProducts":[],"showOnCollections":[],"updatedAt":"2025-05-02T11:02:18.253+00:00","CTAType":"button","CTALink":"https://the-maeva-store.myshopify.com","closeButton":false,"buttonText":"Shop now!","announcements":[{"title":"Mother's Day Sale: 25% OFF All Items in Collection – Use Code: YAYMOM25","subheading":"","couponCode":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":763},{"title":"Get 20% off on purchases above ₹3000 using the code CART20","subheading":"","couponCode":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":748},{"title":"Get 15% off on purchases above ₹1500 using the code CART15","subheading":"","couponCode":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":428},{"title":"Enjoy 10% off on your first order with code: FIRST10","subheading":"","couponCode":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":449},{"title":"Free Shipping On Orders Above 650/-","subheading":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":170,"couponCode":""},{"title":"Enjoy Delivery in 3- 7 Business Days","subheading":"","CTAType":"","buttonText":"Shop now!","CTALink":"","icon":"","id":634,"couponCode":""}],"shop":"the-maeva-store.myshopify.com","animationSpeed":59,"rotateDuration":2,"translations":[],"startDate":null,"endDate":null,"icon":"","locationType":"","showInCountries":[],"showOnProductsInCollections":[],"type":"","couponCode":""}]; window.essentialAnnouncementMeta = { productCollections: null, productData: null, templateName: "article", collectionId: null, }; </script> <style type="text/css"> .essential_annoucement_bar_glide{position:relative;width:100%;box-sizing:border-box}.essential_annoucement_bar_glide *{box-sizing:inherit}.essential_annoucement_bar_glide__track{overflow:hidden}.essential_annoucement_bar_glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.essential_annoucement_bar_glide__slides--dragging{user-select:none}.essential_annoucement_bar_glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.essential_annoucement_bar_glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.essential_annoucement_bar_glide__arrows{-webkit-touch-callout:none;user-select:none}.essential_annoucement_bar_glide__bullets{-webkit-touch-callout:none;user-select:none}.essential_annoucement_bar_lide--rtl{direction:rtl} </style> <script src="https://cdn.shopify.com/extensions/1cc5d70a-c3e1-4702-9177-2fadae3cc55d/essential-announcer-62/assets/glide.min.js" defer></script> <script src="https://cdn.shopify.com/extensions/1cc5d70a-c3e1-4702-9177-2fadae3cc55d/essential-announcer-62/assets/announcement-bar-essential-apps.js" defer></script> <!-- END app block --><!-- BEGIN app block: shopify://apps/super-gift-wrap-gift-message/blocks/app-embed/d9b137c5-9d50-4342-a6ed-bbb1ebfb63ce --> <script async src="https://app.supergiftoptions.com/get_script/?shop_url=the-maeva-store.myshopify.com"></script> <!-- END app block --><!-- BEGIN app block: shopify://apps/oxi-social-login/blocks/social-login-embed/24ad60bc-8f09-42fa-807e-e5eda0fdae17 --> <script> var vt='1719310895';var oxi_data_scheme='light';if(document.querySelector('html').hasAttribute('data-scheme')){oxi_data_scheme=document.querySelector('html').getAttribute('data-scheme')}function wfete(selector){return new Promise(resolve=>{if(document.querySelector(selector)){return resolve(document.querySelector(selector))}const observer=new MutationObserver(()=>{if(document.querySelector(selector)){resolve(document.querySelector(selector));observer.disconnect()}});observer.observe(document.body,{subtree:true,childList:true,})})}async function oxi_init(){const data=await getOConfig()}function getOConfig(){var script=document.createElement('script');script.src='//social-login.oxiapps.com/init.json?shop=the-maeva-store.myshopify.com&vt='+vt+'&callback=jQuery111004090950169811405_1543664809199';script.setAttribute('rel','nofollow');document.head.appendChild(script)}function jQuery111004090950169811405_1543664809199(p){var shop_locale="";if(typeof Shopify!=='undefined'&&typeof Shopify.locale!=='undefined'){shop_locale="&locale="+Shopify.locale}if(p.m=="1"){if(typeof oxi_initialized==='undefined'){var oxi_initialized=true;vt=parseInt(vt);var elem=document.createElement("link");elem.setAttribute("type","text/css");elem.setAttribute("rel","stylesheet");elem.setAttribute("href","https://cdn.shopify.com/extensions/4f1f655f-3b04-49f5-b92d-4c30c87d6a40/oxi-social-login-27/assets/remodal.css");document.getElementsByTagName("head")[0].appendChild(elem);var newScript=document.createElement('script');newScript.type='text/javascript';newScript.src='https://cdn.shopify.com/extensions/4f1f655f-3b04-49f5-b92d-4c30c87d6a40/oxi-social-login-27/assets/osl.min.js';document.getElementsByTagName('head')[0].appendChild(newScript)}}else{const intervalID=setInterval(()=>{if(document.querySelector('body')){clearInterval(intervalID);opa=['form[action*="account/login"]','form[action$="account"]'];opa.forEach(e=>{wfete(e).then(element=>{if(typeof oxi_initialized==='undefined'){var oxi_initialized=true;console.log("Oxi Social Login Initialized");if(p.i=='y'){var list=document.querySelectorAll(e);var oxi_list_length=0;if(list.length>0){oxi_list_length=list.length}for(var osli1=0;osli1<oxi_list_length;osli1++){if(list[osli1].querySelector('[value="guest_login"]')){}else{if(list[osli1].querySelectorAll('.oxi-social-login').length<=0&&list[osli1].querySelectorAll('.oxi_social_wrapper').length<=0){var osl_checkout_url='';if(list[osli1].querySelector('[name="checkout_url"]')!==null){osl_checkout_url='&osl_checkout_url='+list[osli1].querySelector('[name="checkout_url"]').value}list[osli1].insertAdjacentHTML(p.p,'<div class="oxi_social_wrapper" style="'+p.c+'"><iframe id="social_login_frame" class="social_login_frame" title="Social Login" src="https://social-login.oxiapps.com/widget?site='+p.s+'&vt='+vt+shop_locale+osl_checkout_url+'&scheme='+oxi_data_scheme+'" style="width:100%;max-width:100%;padding-top:0px;margin-bottom:5px;border:0px;height:'+p.h+'px;" scrolling=no></iframe></div>')}}}}}})});wfete('#oxi-social-login').then(element=>{document.getElementById('oxi-social-login').innerHTML="<iframe id='social_login_frame' class='social_login_frame' title='Social Login' src='https://social-login.oxiapps.com/widget?site="+p.s+"&vt="+vt+shop_locale+"&scheme="+oxi_data_scheme+"' style='width:100%;max-width:100%;padding-top:0px;margin-bottom:5px;border:0px;height:"+p.h+"px;' scrolling=no></iframe>"});wfete('.oxi-social-login').then(element=>{var oxi_elms=document.querySelectorAll(".oxi-social-login");oxi_elms.forEach((oxi_elm)=>{oxi_elm.innerHTML="<iframe id='social_login_frame' class='social_login_frame' title='Social Login' src='https://social-login.oxiapps.com/widget?site="+p.s+"&vt="+vt+shop_locale+"&scheme="+oxi_data_scheme+"' style='width:100%;max-width:100%;padding-top:0px;margin-bottom:5px;border:0px;height:"+p.h+"px;' scrolling=no></iframe>"})})}},100)}var o_resized=false;var oxi_response=function(event){if(event.origin+'/'=="https://social-login.oxiapps.com/"){if(event.data.action=="loaded"){event.source.postMessage({action:'getParentUrl',parentUrl:window.location.href+''},"*")}var message=event.data+'';var key=message.split(':')[0];var value=message.split(':')[1];if(key=="height"){var oxi_iframe=document.getElementById('social_login_frame');if(oxi_iframe&&!o_resized){o_resized=true;oxi_iframe.style.height=value+"px"}}}};if(window.addEventListener){window.addEventListener('message',oxi_response,false)}else{window.attachEvent("onmessage",oxi_response)}}oxi_init(); </script> <!-- END app block --><!-- BEGIN app block: shopify://apps/shop-the-look/blocks/lookbook_embed/8d05c3f6-99a3-43bd-97e0-52c1d0c73ffc --><meta name="ampword-lookbook-shop-id" content="12694785" /> <!-- END app block --><!-- BEGIN app block: shopify://apps/xb-sticky-add-to-cart/blocks/core_script/e9179814-5d2a-40d0-a03d-245bcb819e73 --><!-- BEGIN app snippet: current-product-data --><div class="xb-upsell-data" id="xb-cart-data" style="display: none;" data-xb-token="e6cf58bbc4687dbf04cb7c3d459c7d01" > <input type="hidden" id="current-p-id" value=""><input type="hidden" id="current-p-collections" value=""> <input type="hidden" id="current-shop-id" value="12694785"> <input type="hidden" id="current-shop-domain" value="www.themaevastore.com"> <input type="hidden" id="current-customer-id" value=""> <input type="hidden" id="current-collection-id" value=""> <input type="hidden" id="current-page-name" value="article"> <input type="hidden" id="cart-line-items" value="" > </div> <script> window.xb_cart_money_format = '<span class="money">\$\{\{amount\}\}</span>'; window.xb_cart_money_with_currency_format = '<span class="money">\$\{\{amount\}\}</span>'; </script> <script> window.xb_cart_money_format = "<span class=money>Rs. {{amount}}</span>"; </script> <script> window.xb_cart_money_format = '<span class=money>Rs. {{amount}}</span>'; </script> <script> window.xb_cart_money_with_currency_format = "<span class=money>Rs. {{amount}}</span>"; </script> <script> window.xb_cart_money_with_currency_format = '<span class=money>Rs. {{amount}}</span>'; </script><!-- END app snippet --> <!-- BEGIN app snippet: offer --> <script> window.xbc_cart_upsells = []; </script> <script> window.xbc_filtered_offers = []; </script> <!-- END app snippet --> <div id="xboost-upsell-slide-cart-root"></div> <div id="xboost-upsell-sticky-cart-root"></div> <div id="xboost-upsell-sticky-add-to-cart-root"></div> <div id="xboost-root-event-controller"></div> <link href="//cdn.shopify.com/extensions/5d9691df-c739-4bb3-bf33-f5723c6e33e6/xb-cart-upsell-334/assets/core.css" rel="stylesheet" type="text/css" media="all" /> <script> window.xboost_billing_plan = {"name":"FREE_FOREVER","status":"ACTIVE","current_period_end":"2028-05-02T04:41:13.135Z","visible_current_period_end":"2028-05-03T04:41:13.135Z","subscription_id":"free-forever"}; window.is_active_billing = true; console.log('xboost_billing_plan xboost_billing_plan', xboost_billing_plan, {is_active_billing}); </script> <script type="module" src="https://cdn.shopify.com/extensions/5d9691df-c739-4bb3-bf33-f5723c6e33e6/xb-cart-upsell-334/assets/core_script.js"></script> <style> .xboost-cart-slide { background: rgba(0, 0, 0, 0.5); position: fixed; right: 0; top: 0; bottom: 0; left: 0; z-index: 2000; justify-content: flex-end; } </style> <input type="hidden" value="" id="xboost-cart-enabled"> <input type="hidden" value="Xboost Cart Drawer" id="xboost-cart-title"> <input type="hidden" value="" id="xboost-product-reviews-color" > <input type="hidden" value="" id="xboost-product-reviews-icon" > <input type="hidden" value="" id="xboost-product-num-reviews" > <input type="hidden" value="" id="xboost-product-average-rating" > <input type="hidden" id="current-code" value="en"> <script> window.cartSettings = {"data":"eyJnbG9iYWxfd2lkZ2V0X3RoZW1lX2NvbG9yIjoiI0U5NUM1QSIsImdsb2JhbF93aWRnZXRfc2Vjb25kYXJ5X2J1dHRvbl9iZ19ob3Zlcl9jb2xvciI6IiNmZmZmZmYiLCJzdGlja3lfY2FydF9pY29uX2NvbG9yIjoiI0ZBRjVGNSIsInN0aWNreV9jYXJ0X3F1YW50aXR5X2JnX2NvbG9yIjoiI0ZBRjVGNSIsInN0aWNreV9jYXJ0X3F1YW50aXR5X3RleHRfY29sb3IiOiIjMTExMTExIiwic3RpY2t5X2NhcnRfcG9zaXRpb24iOiJib3R0b21fcmlnaHQiLCJzdGlja3lfY2FydF9zaG93X29uX2RldmljZSI6ImFsbCIsInN0aWNreV9jYXJ0X2N1c3RvbV9jc3MiOiIiLCJnbG9iYWxfd2lkZ2V0X3NlY29uZGFyeV9idXR0b25fdHh0X2hvdmVyX2NvbG9yIjoiIzA0MTUwRiIsImdsb2JhbF93aWRnZXRfcmFkaXVzX2Nvcm5lciI6InNsaWdodGx5X3JvdW5kZWQiLCJnbG9iYWxfd2lkZ2V0X2ZvbnRfZmFtaWx5IjoidGhlbWUiLCJnbG9iYWxfd2lkZ2V0X2JvcmRlcl9jb2xvciI6IiNkZGQiLCJnbG9iYWxfd2lkZ2V0X2JvcmRlcl93aWR0aCI6IjAiLCJnbG9iYWxfd2lkZ2V0X3Nob3dfcmV2aWV3X3JhdGluZyI6IlRSVUUiLCJnbG9iYWxfd2lkZ2V0X2N1c3RvbV9jc3MiOiIiLCJnbG9iYWxfd2lkZ2V0X3RvZ2dsZV9jb2xvciI6IiMwNDE1MEYiLCJpc19zaG93X3hib29zdF9icmFuZGluZyI6IkZhbHNlIiwiZ2xvYmFsX3dpZGdldF9wcmltYXJ5X2J1dHRvbl9iZ19jb2xvciI6IiMwNDE1MEYiLCJ0aHVtYm5haWxfY3JlYXRlX29mZmVyX3N0aWNreV9hdF90b19jYXJ0X3VybCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9jcmVhdF9vZmZlcl9zdGlja2V5X2FkZDJjYXJ0LnBuZz92PTE3MjkzMTM1MzQmd2lkdGg9MzAwIiwidGh1bWJuYWlsX3dpZGdldF9kZXNpZ25fc3RpY2t5X2F0X3RvX2NhcnRfdXJsIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL3dpZGdldF9kZXNpZ25fc3RpY2tleV9hZGRfdG9jYXJ0LnBuZz92PTE3MjkzMTM1NDkmd2lkdGg9MzAwIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19pbWFnZV9vcHRpb24iOiJkZWZhdWx0Iiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9iZWhhdmlvciI6ImRpc2FwcGVhciIsInNsaWRlY2FydF90cnVzdF9iYWRnZXNfb3B0aW9uIjoic2VsZWN0X2ljb24iLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW5kb3duX3RpbWUiOiI1OjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X3ZhcmlhbnRfdGV4dF9zaXplIjoiMTQiLCJzdGlja3lfYWRkX3RvX2NhcnRfdmFyaWFudF90ZXh0X2NvbG9yIjoiIzRENEQ0RCIsInN0aWNreV9hZGRfdG9fY2FydF9lbmFibGVfY29tcGFyZV9wcmljZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X29uX21vYmlsZV9kZXZpY2UiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9jb21iaW5lX3ZhcmlhbnRfb3B0aW9uIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9iZ19jb2xvciI6IiNGRkZGRkYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2JnX2NvbG9yIjoiIzAwMDAwMCIsInN0aWNreV9hZGRfdG9fY2FydF9hbm5vdW5jZW1lbnRfdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X3RleHRfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3Bvc2l0aW9uIjoiYm90dG9tIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfb25fZGV2aWNlIjoiYWxsIiwic3RpY2t5X2FkZF90b19jYXJ0X2N1c3RvbV9jc3MiOiIiLCJzdGlja3lfYWRkX3RvX2NhcnRfcHJvZHVjdF9uYW1lX3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X3ByaWNlX3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X2NvbXBhcmVfcHJpY2Vfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfY29tcGFyZV9wcmljZV9jb2xvciI6IiM5OTk5OTkiLCJzdGlja3lfY2FydF9lbmFibGVkIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lIjoiNTowMCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X25hbWVfY29sb3IiOiIjMzMzMzMzIiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfcHJpY2VfY29sb3IiOiIjMzMzMzMzIiwic3RpY2t5X2FkZF90b19jYXJ0X2VuYWJsZWQiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9jb3VudGRvd25fdGltZV9zaXplIjoiMTYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX2NvbG9yIjoiI0ZGRkZGRiIsInNsaWRlY2FydF93aWRnZXRfZW5hYmxlZCI6IkZBTFNFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9iZWhhdmlvciI6InN0b3BfYXRfemVybyIsInNsaWRlY2FydF93aWRnZXRfcG9zaXRpb24iOiJmcm9tX3JpZ2h0IiwiYWRkaXRpb25hbF9hZGRfdG9fY2FydF9zZWxlY3RvciI6IiIsImFkZGl0aW9uYWxfcXVhbnRpdHlfc2VjdGlvbl9zZWxlY3RvciI6IiIsImFkZGl0aW9uYWxfcXVhbnRpdHlfaW5wdXRfc2VsZWN0b3IiOiJpbnB1dFtuYW1lPSdxdWFudGl0eSddIiwiYWRkaXRpb25hbF92YXJpYW50X3NlY3Rpb25fc2VsZWN0b3IiOiIiLCJhZGRpdGlvbmFsX29wZW5fY2FydF9pY29uX3NlbGVjdG9yIjoiIiwiYWRkaXRpb25hbF9wcm9kdWN0X3NlY3Rpb25fc2VsZWN0b3IiOiIiLCJhZGRpdGlvbmFsX3JlZnJlc2hfY2FydF9ldmVudCI6IiIsImFkZGl0aW9uYWxfcmVmcmVzaF9mdW5jdGlvbiI6IiIsImFkZGl0aW9uYWxfY3VzdG9tX3NjcmlwdCI6IiIsImN1cnJlbmN5X3Rob3VzYW5kX3NlcGFyYXRvciI6IiIsImN1cnJlbmN5X2RlY2ltYWxfc2VwYXJhdG9yIjoiIiwiY3VycmVuY3lfcmF0ZSI6IiIsInNsaWRlY2FydF9hZGRvbl9zaGlwcGluZ19wcm9kdWN0X2lkIjoiIiwic2xpZGVjYXJ0X2FkZG9uX3Byb2R1Y3RfaWQiOiIiLCJzbGlkZWNhcnRfdHJ1c3RfYmFkZ2VzX2xpc3RfaW1hZ2VzX3VybCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy92aXNhXzFfY29sb3Iuc3ZnO2h0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9tYXN0ZXJjYXJkX2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvcGF5cGFsXzFfY29sb3Iuc3ZnO2h0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9hbWV4X2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvZ29vZ2xlcGF5X2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvYXBwbGVwYXlfY29sb3Iuc3ZnIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19kZWZhdWx0X2ltYWdlX3VybCI6IiIsInNsaWRlY2FydF91cHNlbGxfZGVmYXVsdF9vZmZlcl9pZCI6ImE4NWQyOGIzMzg2NDRlOTg5ZjM1MzIyZmIxNDk2ZmI0Iiwic2xpZGVjYXJ0X3Vwc2VsbF9vZmZlcl90eXBlIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9zaG93X3ByaWNlIjoiVFJVRSIsInNsaWRlY2FydF93aWRnZXRfc2hvd19jb21wYXJlX3ByaWNlIjoiVFJVRSIsInNsaWRlY2FydF93aWRnZXRfYWNjZW50X2NvbG9yIjoiIzExMTExMSIsInNsaWRlY2FydF93aWRnZXRfYmdfY29sb3IiOiIjZmZmIiwic2xpZGVjYXJ0X3dpZGdldF90aXRsZV9jb2xvciI6IiMxQTFBMUEiLCJzbGlkZWNhcnRfd2lkZ2V0X3RpdGxlX3NpemUiOiIyMiIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF90aXRsZV9jb2xvciI6IiMzMzMzMzMiLCJzbGlkZWNhcnRfd2lkZ2V0X3Byb2R1Y3RfdGl0bGVfc2l6ZSI6IjE0Iiwic2xpZGVjYXJ0X3dpZGdldF9waG90b19zaXplIjoibWVkaXVtIiwic2xpZGVjYXJ0X3dpZGdldF9jdXN0b21fY3NzIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9wcmljZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaWNlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF93aWRnZXRfY29tcGFyZV9wcmljZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NvbXBhcmVfcHJpY2VfY29sb3IiOiIjOTk5OTk5Iiwic2xpZGVjYXJ0X3dpZGdldF9xdWFudGl0eV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X3F1YW50aXR5X2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfZW5hYmxlZCI6IkZBTFNFIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9jb3VudGRvd25fdGltZSI6IjA1OjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfc2F2ZWRfbW9uZXlfZWFjaF9pdGVtIjoiRkFMU0UiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X3Bvc2l0aW9uIjoidG9wIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcHJvZHVjdF9pbWFnZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X25hbWUiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcHJvZHVjdF9wcmljZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X3N0YXJfcmF0aW5nIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3ZhcmlhbnRfc2VsZWN0b3IiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcXVhbnRpdHlfc2VsZWN0b3IiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9hbm5vdW5jZW1lbnRfZW5hYmxlZF9vbl9tb2JpbGUiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9wb3NpdGlvbl9vbl9tb2JpbGUiOiJib3R0b20iLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X2ltYWdlX29uX21vYmlsZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X25hbWVfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3Byb2R1Y3RfcHJpY2Vfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3Byb2R1Y3Rfc3Rhcl9yYXRpbmdfb25fbW9iaWxlIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfZW5hYmxlX2NvbXBhcmVfcHJpY2Vfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3ZhcmlhbnRfc2VsZWN0b3Jfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9jb21iaW5lX3ZhcmlhbnRfb3B0aW9uX29uX21vYmlsZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19xdWFudGl0eV9zZWxlY3Rvcl9vbl9tb2JpbGUiOiJGQUxTRSIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfdGV4dF9zaXplIjoiMTYiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X3RleHRfY29sb3IiOiIjNEQ0RDREIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9iZ19jb2xvciI6IiNGMEYwRjAiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX3NpemUiOiIxNiIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfY291bnRkb3duX3RpbWVfY29sb3IiOiJyZWQiLCJzbGlkZWNhcnRfcmV3YXJkc19lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc19iYXJfYmdfY29sb3IiOiIjZjBmMGYwIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX2ZvcmVncm91bmRfY29sb3IiOiIjMzMzMzMzIiwic2xpZGVjYXJ0X3Jld2FyZHNfdGV4dF9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NvbnRpbnVlX3Nob3BwaW5nX2J1dHRvbl9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc190ZXh0X2NvbG9yIjoiIzExMTExMSIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYWN0aW9uIjoibm9uZSIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYWN0aW9uX29uX21vYmlsZSI6Im5vbmUiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9jb25kaXRpb24iOiJwYWdlX3Njcm9sbCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNwbGF5X2NvbmRpdGlvbl9zY3JvbGxfcGVyY2VudGFnZSI6IjEwIiwic3RpY2t5X2FkZF90b19jYXJ0X2Rpc3BsYXlfY29uZGl0aW9uX29uX21vYmlsZSI6ImRlZmF1bHRfYXRjX2dvbmUiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9jb25kaXRpb25fc2Nyb2xsX3BlcmNlbnRhZ2Vfb25fbW9iaWxlIjoiMTAiLCJzbGlkZWNhcnRfdXBzZWxsX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF9jdXN0b21faHRtbF9hYm92ZV9hbm5vdW5jZW1lbnRzX3Jld2FyZHMiOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfYmVsb3dfaGVhZGVyX2Fubm91bmNlbWVudHNfcmV3YXJkcyI6IiIsInNsaWRlY2FydF9jdXN0b21faHRtbF9iZXR3ZWVuX2VhY2hfbGluZV9pdGVtIjoiIiwic2xpZGVjYXJ0X2N1c3RvbV9odG1sX2Fib3ZlX2Zvb3Rlcl9hZGRfb25zIjoiIiwic2xpZGVjYXJ0X2N1c3RvbV9odG1sX2Fib3ZlX2NoZWNrb3V0X2J1dHRvbiI6IiIsInNsaWRlY2FydF9jdXN0b21faHRtbF9iZWxvd19jaGVja291dF9idXR0b24iOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfYm90dG9tX29mX2NhcnQiOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfb25fZW1wdHlfY2FydF9zY3JlZW4iOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfc2NyaXB0c19iZWZvcmVfbG9hZCI6IiIsInNsaWRlY2FydF9yZXdhcmRzX2Jhcl9hY2hpdmVkX2ljb25fY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX3VuYWNoaXZlZF9pY29uX2NvbG9yIjoiIzExMTExMSIsInNsaWRlY2FydF91cHNlbGxfbGF5b3V0IjoiaG9yaXpvbnRhbCIsInNsaWRlY2FydF91cHNlbGxfcG9zaXRpb24iOiJ0b3AiLCJzdGlja3lfY2FydF9pY29uX3NpemUiOiI0OCIsImdsb2JhbF93aWRnZXRfcHJpbWFyeV9idXR0b25fdHh0X2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF91cHNlbGxfYmFyX2ZvcmVncm91bmRfY29sb3IiOiIjZjZmNmY3Iiwic2xpZGVjYXJ0X3Vwc2VsbF90aXRsZV9zaXplIjoiMTYiLCJzbGlkZWNhcnRfdXBzZWxsX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hZGRvbl9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfYWRkb25fdGl0bGVfc2l6ZSI6IjE0Iiwic2xpZGVjYXJ0X2FkZG9uX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hZGRvbl9kZXNjcmlwdGlvbl9zaXplIjoiMTIiLCJzbGlkZWNhcnRfYWRkb25fZGVzY3JpcHRpb25fY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X2FkZG9uX2ltYWdlX3NpemUiOiJtZWRpdW0iLCJzbGlkZWNhcnRfYWRkb25fYWNjZXB0X29mZmVyX2J5X2RlZmF1bHQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl9pbmNsdWRlX2luX2NhcnRfaXRlbV9jb3VudCI6IkZBTFNFIiwic2xpZGVjYXJ0X2FkZG9uX2F1dG9fZnVsZmlsbF9zaGlwcGluZ19wcm90ZWN0aW9uIjoiRkFMU0UiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRpdGlvbmFsX25vdGVfY29udGVudF90ZXh0X3NpemUiOiIxNCIsInNsaWRlY2FydF93aWRnZXRfYXV0b19jaGVja190ZXJtX29mX3NlcnZpY2UiOiJUUlVFIiwic2xpZGVjYXJ0X3Jld2FyZHNfZW5hYmxlZF9lbXB0eV9jYXJ0IjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc19zaG93X2Jhcl9wcm9ncmVzc190YWciOiJUUlVFIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX3Byb2dyZXNzX3RhZ19iZ19jb2xvciI6IiMxMTExMTEiLCJzbGlkZWNhcnRfcmV3YXJkc19iYXJfcHJvZ3Jlc3NfdGFnX3RleHRfY29sb3IiOiIjMTExMTExIiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9zaGlwcGluZyI6InNoaXBwaW5nIiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9kaXNjb3VudCI6ImRpc2NvdW50Iiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9wcm9kdWN0IjoicHJvZHVjdCIsInNsaWRlY2FydF9hZGRvbl9wcm9kdWN0IjoiIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfYXBwbHlfYnRuX3RleHRfY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfc2l6ZSI6IjExIiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV9wb3NpdGlvbiI6InRvcF9vZl9mb290ZXIiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb190YWdfYmdfY29sb3IiOiIjODA4MDgwIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX2ljb24iOiJkaXNjb3VudCIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3Nob3dfdG90YWxfZGlzY291bnRfdGV4dCI6IlRSVUUiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb190b3RhbF9kaXNjb3VudF90ZXh0X2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3Nob3dfbGluZV9pdGVtIjoiVFJVRSIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX2xpbmVfaXRlbV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb19wb3NpdGlvbiI6ImFib3ZlX2Rpc2NvdW50X2NvZGUiLCJzbGlkZWNhcnRfd2lkZ2V0X2NoZWNrb3V0X2J1dHRvbl9zaG93X2ljb24iOiJUUlVFIiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV90aXRsZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NoZWNrb3V0X2J1dHRvbl9pY29uIjoibG9jayIsInNsaWRlY2FydF93aWRnZXRfZW1wdHlfY29udGludWVfc2hvcHBpbmdfYnV0dG9uX3Nob3ciOiJUUlVFIiwic2xpZGVjYXJ0X3dpZGdldF9jYW5jZWxfYnV0dG9uX2JnX2NvbG9yIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfY2FuY2VsX2J1dHRvbl9iZ19jb2xvcl9ob3ZlciI6IiNGRjAwRkYiLCJzbGlkZWNhcnRfd2lkZ2V0X2NhbmNlbF9idXR0b25fY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3dpZGdldF9jYW5jZWxfYnV0dG9uX2NvbG9yX2hvdmVyIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfY2hlY2tvdXRfYnV0dG9uX3Nob3ciOiJUUlVFIiwic2xpZGVjYXJ0X3dpZGdldF9kZWxldGVfYnV0dG9uX2JnX2NvbG9yIjoiI0YyRjJGMiIsInNsaWRlY2FydF9hZGRpdGlvbmFsX25vdGVfdGl0bGVfY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X3dpZGdldF9kZWxldGVfYnV0dG9uX2JnX2NvbG9yX2hvdmVyIjoiIzExMTExMSIsInNsaWRlY2FydF93aWRnZXRfZGVsZXRlX2J1dHRvbl9jb2xvciI6IiM0RDRENEQiLCJzbGlkZWNhcnRfd2lkZ2V0X2RlbGV0ZV9idXR0b25fY29sb3JfaG92ZXIiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3dpZGdldF9kaXNhYmxlX3N0aWNreV9mb290ZXIiOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF92YXJpYW50X2NvbG9yIjoiIzY2NjY2NiIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF92YXJpYW50X3NpemUiOiIxMiIsInNsaWRlY2FydF93aWRnZXRfcmVtb3ZlX2J1dHRvbl9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfd2lkZ2V0X3JlbW92ZV9idXR0b25fYmdfY29sb3JfaG92ZXIiOiIjNEQ0RDREIiwic2xpZGVjYXJ0X3dpZGdldF9yZW1vdmVfYnV0dG9uX2NvbG9yIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfcmVtb3ZlX2J1dHRvbl9jb2xvcl9ob3ZlciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfZGVsZXRlX2J1dHRvbiI6IlRSVUUiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfZGV0YWlsX3ZhcmlhbnRfb3B0aW9uIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfcmVtb3ZlX2NvbmZpcm0iOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfc2hvd190ZXJtX29mX3NlcnZpY2UiOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfc3VidG90YWxfbGluZV9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9pbnB1dF9iZyI6IiNmZmYiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9ib3JkZXJfY29sb3IiOiIjMTExMTExIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfYXBwbHlfYnRuX2JnIjoiI2ZmZiIsInNsaWRlY2FydF9kaXNjb3VudF9jb2RlX3JhZGl1c19jb3JuZXIiOiJzbGlnaHRseV9yb3VuZGVkIiwiZGVmYXVsdF9zdG9yZWZyb250X2xhbmciOiJlbiIsInNsaWRlY2FydF9zdWJzY3JpcHRpb25fdXBncmFkZXNfZW5hYmxlZCI6IkZBTFNFIiwicHJpbWFyeV9sYW5ndWFnZSI6ImVuIiwiaW50ZWdyYXRlX3Byb2R1Y3RfcmV2aWV3IjoiRkFMU0UiLCJzbGlkZWNhcnRfc3Vic2NyaXB0aW9uX3VwZ3JhZGVzX3ByZXZlbnRfZG93bmdyYWRlcyI6IkZBTFNFIiwic2xpZGVjYXJ0X3N1YnNjcmlwdGlvbl91cGdyYWRlc19hbGxvd19vdmVycmlkZSI6IlRSVUUiLCJzbGlkZWNhcnRfdHJ1c3RfYmFkZ2VzX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF90cnVzdF9iYWRnZXNfaW1hZ2VzIjoiIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19wb3NpdGlvbiI6ImJvdHRvbSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfZW5hYmxlZCI6IkZBTFNFIiwic2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9nYXRld2F5X2tleXMiOiJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3Nob3BfcGF5LFxuc2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9hcHBsZV9wYXksXG5zbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3BheXBhbCxcbnNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfbWV0YV9wYXksXG5zbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X2FtYXpvbl9wYXkiLCJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3Nob3BfcGF5IjoiRkFMU0UiLCJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X2FwcGxlX3BheSI6IkZBTFNFIiwic2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9wYXlwYWwiOiJGQUxTRSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfbWV0YV9wYXkiOiJGQUxTRSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfYW1hem9uX3BheSI6IkZBTFNFIiwic2xpZGVjYXJ0X2dsb2JhbF9icmFuZGluZ19lbmFibGVkIjoiVFJVRSIsImdsb2JhbF9jdXJyZW5jeV9sb2NhbGUiOiIiLCJnbG9iYWxfd2lkZ2V0X3ByaW1hcnlfYnV0dG9uX3R4dF9zaXplIjoiMTYiLCJ0aHVtYm5haWxfZGFzaGJvYXJkX2Fvdl94Ym9vc3RfcmV2aWV3IjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL3hib29zdF9yZXZpZXcuc3ZnP3Y9MTczNTg4MDcxMCIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3Byb2R1Y3RfYnVuZGxlIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL2NhcnRfYnVuZGxlX3Byb2R1Y3Quc3ZnP3Y9MTczNTg4ODYwMyIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3F1YW50aXR5X2JyZWFrIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL2NhcnRfcXVhbnRpdHlfYnJlYWsuc3ZnP3Y9MTczNTg4MDcxMCIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3NsaWRlY2FydCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9idW5kbGVfY2FydC5zdmc/dj0xNzM1ODgwNzEwIiwidGh1bWJuYWlsX2Rhc2hib2FyZF9hb3Zfc3RpY2t5X2F0YyI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9idW5kbGVfc2F0Yy5zdmc/dj0xNzM1ODgwNzEwIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y190b2FzdF90ZXh0X3NpemUiOiIxNiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdG9hc3RfYmdfY29sb3IiOiIjMjFjNzIxIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y190b2FzdF90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInNsaWRlY2FydF9jaGVja291dF9idXR0b25fYmdfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl90eHRfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl90eHRfc2l6ZSI6IjE2Iiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl9iZ19ob3Zlcl9jb2xvciI6IiMwNDE1MEYiLCJzbGlkZWNhcnRfY2hlY2tvdXRfYnV0dG9uX3R4dF9ob3Zlcl9jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfcHJvZHVjdF9xdWFudGl0eV9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfcHJvZHVjdF9xdWFudGl0eV9pY29uX2NvbG9yIjoiIzA0MTUwRiIsInNsaWRlY2FydF9wcm9kdWN0X2RlbGV0ZV9pY29uX2NvbG9yIjoiIzk5OTk5OSIsInNsaWRlY2FydF91cHNlbGxfYnV0dG9uX2JnX2NvbG9yIjoiIzA0MTUwRiIsInNsaWRlY2FydF91cHNlbGxfYnV0dG9uX3R4dF9jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfdXBzZWxsX2J1dHRvbl90eHRfc2l6ZSI6IjE2Iiwic2xpZGVjYXJ0X3Vwc2VsbF9idXR0b25fYmdfaG92ZXJfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X3Vwc2VsbF9idXR0b25fdHh0X2hvdmVyX2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF91cHNlbGxfdmFyaWFudF9zZWxlY3RfYmdfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2FkZG9uX3RvZ2dsZV9jb2xvciI6IiMwNDE1MEYiLCJzbGlkZWNhcnRfY2hlY2tib3hfVENfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X3JhZGl1c19jb3JuZXIiOiJzbGlnaHRfcm91bmRlZCIsInNsaWRlY2FydF9ib2R5X2JnX2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF9mb290ZXJfYmdfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2hlYWRlcl9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfbGluZV9pdGVtX2JnX2NvbG9yIjoiI2ZmZmZmZjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y19iZ19jb2xvciI6IiMzMjQ0MzVmZiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X3NpemUiOiIxNiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X2hvdmVyX2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYmdfaG92ZXJfY29sb3IiOiIjMDAwMDAwIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2ljb25fY29sb3IiOiIjNEQ0RDREIiwic3RpY2t5X2FkZF90b19jYXJ0X3ZhcmlhbnRfc2VsZWN0X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9xdWFudGl0eV9iZ19jb2xvciI6IiNGRkZGRkYwMCIsInN0aWNreV9hZGRfdG9fY2FydF9yYWRpdXNfY29ybmVyIjoic2xpZ2h0X3JvdW5kZWQiLCJzdGlja3lfYWRkX3RvX2NhcnRfcXVhbnRpdHlfaW5wdXRfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2lucHV0X2NvbG9yIjoiIzMzMzMzMyIsInN0aWNreV9hZGRfdG9fY2FydF9xdWFudGl0eV9pbnB1dF9iZ19jb2xvciI6IiMwMDAwMDAwMCIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfcmFkaXVzX2Nvcm5lcl9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X21hcmdpbiI6IjgiLCJzbGlkZWNhcnRfYm94X3NoYWRvdyI6IiIsInNsaWRlY2FydF9wcm9kdWN0X2RlbGV0ZV9pY29uIjoibm9ybWFsIiwic2xpZGVjYXJ0X3Byb2R1Y3RfcXVhbnRpdHlfaW5wdXRfc3R5bGUiOiJub3JtYWwiLCJzbGlkZWNhcnRfcmV3YXJkc190b29sdGlwX3Nob3ciOiJGQUxTRSIsInNsaWRlY2FydF9yZXdhcmRzX3N0eWxlIjoibm9ybWFsIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19pY29uX2JvcmRlcl9jb2xvciI6IiMwMDAwMDAwMCIsInNsaWRlY2FydF9ib3JkZXJfd2lkdGgiOiIxIiwic2xpZGVjYXJ0X2FkZG9uX2JnX2NvbG9yIjoiIzAwMDAwMDAwIiwic2xpZGVjYXJ0X2hvdmVyX3N0YXRlIjoiIiwic2xpZGVjYXJ0X3dpZGdldF90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X3dpZGdldF9wcm9kdWN0X3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfd2lkZ2V0X3Byb2R1Y3RfdmFyaWFudF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X3dpZGdldF9wcmljZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X3dpZGdldF9jb21wYXJlX3ByaWNlX2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfd2lkZ2V0X3F1YW50aXR5X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfY2hlY2tvdXRfYnV0dG9uX3R4dF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF90ZXh0X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfcmV3YXJkc190ZXh0X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfdXBzZWxsX3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfdXBzZWxsX2J1dHRvbl90eHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInNsaWRlY2FydF9hZGRvbl90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X2FkZG9uX2Rlc2NyaXB0aW9uX2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX2NvbnRlbnRfdGV4dF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3RpdGxlX2NvbG9yIjoiIzFBMUExQSIsInNsaWRlY2FydF93aWRnZXRfdGVybV9vZl9zZXJ2aWNlX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9wcm9kdWN0X3F1YW50aXR5X2JvcmRlcl9jb2xvciI6IiM5OTk5OTkiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV90aXRsZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV90aXRsZV9jb2xvciI6IiMzMzMzMzMiLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaW9yaXRpc2VfY29tcGFyZV9wcmljZV9vdmVyX2Jhc2VfcHJpY2UiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ190ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ190ZXh0X3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ19iZ19jb2xvciI6IiMwMDAwMDAiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzY291bnRfaW5mb190YWdfaWNvbiI6ImRpc2NvdW50Iiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2lucHV0X3N0eWxlIjoibm9ybWFsIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2JvcmRlcl9jb2xvciI6IiM5OTk5OTkiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X3RleHRfY29tYmluZWRfc3R5bGVzIjoibGlnaHQiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90ZXh0X2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzdGlja3lfYWRkX3RvX2NhcnRfcHJvZHVjdF90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfcHJpY2VfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X2NvbXBhcmVfcHJpY2VfY29tYmluZWRfc3R5bGVzIjoibGlnaHQiLCJzdGlja3lfYWRkX3RvX2NhcnRfYm94X3NoYWRvdyI6IiIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ19zaG93IjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzY291bnRfaW5mb190YWdfc2hvd19vbl9tb2JpbGUiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2ljb25fYmdfY29sb3IiOiIjRkZGRkZGIiwic3RpY2t5X2FkZF90b19jYXJ0X2hvbWVfcGFnZV9lbmFibGVkIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfaG9tZV9wYWdlX3Byb2R1Y3QiOiIiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9iZWxvd19BVENfYnV0dG9uX29ubHkiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9hbmltYXRpb24iOiJzbGlkZS1pbiIsInN0aWNreV9hZGRfdG9fY2FydF9hbmltYXRpb25fb25fbW9iaWxlIjoic2xpZGUtaW4iLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaW9yaXRpc2VfY29tcGFyZV9wcmljZV9vdmVyX2Jhc2VfcHJpY2VfYXRfdG90YWwiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl9jb250cmlidXRlX2NhcnRfaXRlbXNfY291bnQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl91c2luZ19wcmVfZGlzY291bnRlZF9wcmljZSI6IkZBTFNFIiwic2xpZGVjYXJ0X3Jld2FyZHNfdXNpbmdfcHJlX2Rpc2NvdW50ZWRfcHJpY2UiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X291dF9vZl9zdG9ja192YXJpYW50IjoiVFJVRSIsInNsaWRlY2FydF9zaG93X2l0ZW1fcHJvcGVydGllcyI6IlRSVUUiLCJzbGlkZWNhcnRfaGlkZV9pdGVtX3Byb3BlcnRpZXNfc3RhcnRfd2l0aF91bmRlcnNjb3JlIjoiVFJVRSIsInNsaWRlY2FydF9kaXNjb3VudF90YWdfc2hvd193aGVuX3plcm8iOiJUUlVFIiwic2xpZGVjYXJ0X3JlcGxhY2VfemVyb19wcmljZV90b19mcmVlX3RhZyI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfcmVwbGFjZV96ZXJvX3ByaWNlX3RvX2ZyZWVfdGFnIjoiVFJVRSIsInNsaWRlY2FydF9oYW5kbGVfdGhlbWVfc3VibWl0X2F0YyI6IlRSVUUiLCJzbGlkZWNhcnRfdXBzZWxsX2Nhcm91c2VsX2RvdF9iZyI6IiM2NjY2NjYiLCJzbGlkZWNhcnRfZmFzdF91cGRhdGVfY2FydF91aSI6IlRSVUUiLCJzbGlkZWNhcnRfdXBzZWxsX2ZpbHRlcl9jYXJ0X2l0ZW1zIjoiVFJVRSIsInNsaWRlY2FydF91cHNlbGxfZmlsdGVyX2NhcnRfdmFyaWFudHMiOiJUUlVFIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2VuYWJsZV9uYW1lIjoiRkFMU0UiLCJzbGlkZWNhcnRfbWF4X2ltZ19sb2FkX3dpZHRoIjoiMzAwIiwic2xpZGVjYXJ0X2FkZG9uX3ByZXZlbnRfY2xpY2tfc2hpcHBpbmdfcHJvdGVjdGlvbiI6IlRSVUUiLCJzbGlkZWNhcnRfcmV3YXJkX3ByZXZlbnRfY2xpY2tfcHJvZHVjdCI6IkZBTFNFIiwic2xpZGVjYXJ0X3dpZGdldF9lbXB0eV9jb250aW51ZV9zaG9wcGluZ19idXR0b25fdXJsIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9lbXB0eV9jb250aW51ZV9zaG9wcGluZ19idXR0b25fcmVkaXJlY3QiOiJGQUxTRSIsImdsb2JhbF93aWRnZXRfcHJpbWFyeV9idXR0b25fYmdfaG92ZXJfY29sb3IiOiIjZmZmZmZmIiwiZ2xvYmFsX3dpZGdldF9wcmltYXJ5X2J1dHRvbl90eHRfaG92ZXJfY29sb3IiOiIjMDQxNTBGIiwiZ2xvYmFsX3dpZGdldF9zZWNvbmRhcnlfYnV0dG9uX2JnX2NvbG9yIjoiI2ZmZmZmZiIsImdsb2JhbF93aWRnZXRfc2Vjb25kYXJ5X2J1dHRvbl90eHRfY29sb3IiOiIjMDQxNTBGIiwiZ2xvYmFsX3dpZGdldF9zZWNvbmRhcnlfYnV0dG9uX3R4dF9zaXplIjoiMTQiLCJzdGlja3lfY2FydF9pY29uIjoiY2FydE1ham9yIiwic3RpY2t5X2NhcnRfYmdfY29sb3IiOiIjMTExMTExIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF90ZXh0IjoiSHVycnkhIE9mZmVyIHdpbGwgZXhwaXJlIHNvb24ge3t0aW1lcn19Iiwic3RpY2t5X2FkZF90b19jYXJ0X2J1dHRvbl90ZXh0IjoiQWRkIHRvIGNhcnQiLCJzbGlkZWNhcnRfd2lkZ2V0X3RpdGxlIjoiWW91ciBDYXJ0IOKAoiAoe3t0b3RhbF9pdGVtc319KSIsInNsaWRlY2FydF93aWRnZXRfY2hlY2tvdXRfYnV0dG9uX3RpdGxlIjoiQ2hlY2tvdXQg4oCiIHt7dG90YWxfcHJpY2V9fSIsInNsaWRlY2FydF93aWRnZXRfY29udGludWVfc2hvcHBpbmdfYnV0dG9uIjoiQ29udGludWUgc2hvcHBpbmciLCJzbGlkZWNhcnRfd2lkZ2V0X2VtcHR5X2xhYmVsIjoiWW91ciBjYXJ0IGlzIGVtcHR5Iiwic2xpZGVjYXJ0X3dpZGdldF90b3RhbF9kaXNjb3VudCI6IlRvdGFsIGRpc2NvdW50cyIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfdGV4dCI6IllvdXIgcHJvZHVjdHMgYXJlIHJlc2VydmVkIGZvciB7e3RpbWVyfX0gbWludXRlcyEiLCJzbGlkZWNhcnRfcmV3YXJkc19hZnRlcl90aXRsZSI6IkZyZWUgc2hpcHBpbmcgdW5sb2NrZWQhIiwic2xpZGVjYXJ0X3Vwc2VsbF90aXRsZSI6IllvdSBtaWdodCBhbHNvIGxpa2UgdGhlc2UiLCJzbGlkZWNhcnRfdXBzZWxsX2FkZDJjYXJ0X3RpdGxlIjoiQWRkIiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV90aXRsZSI6IkFkZCBzcGVjaWFsIGluc3RydWN0aW9ucyIsInNsaWRlY2FydF93aWRnZXRfdGVybV9vZl9zZXJ2aWNlX3RpdGxlIjoiSSBhY2NlcHQgdGhlIDxhIGhyZWY9XCJwYXN0ZSB5b3VyIGxpbmsgaGVyZVwiIHRhcmdldD1cIl9ibGFua1wiIHN0eWxlPVwiY29sb3I6ICMxMTExMTE7XCI+VGVybXMgYW5kIENvbmRpdGlvbnM8L2E+Iiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV9wbGFjZWhvbGRlciI6IlNwZWNpYWwgaW5zdHJ1Y3Rpb25zIGZvciB5b3VyIG9yZGVyIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fbGluZV9pdGVtX3RleHQiOiIoU2F2ZSB7e2Ftb3VudH19KSIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3RpdGxlIjoiRGlzY291bnQiLCJzbGlkZWNhcnRfd2lkZ2V0X2VtcHR5X2NvbnRpbnVlX3Nob3BwaW5nX2J1dHRvbl90aXRsZSI6IkNvbnRpbnVlIHNob3BwaW5nIiwic2xpZGVjYXJ0X3dpZGdldF9jYW5jZWxfYnV0dG9uX3RpdGxlIjoiQ2FuY2VsIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfcGxhY2Vob2xkZXIiOiJEaXNjb3VudCBjb2RlIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfYXBwbHlfYnRuX3RleHQiOiJBcHBseSIsInNsaWRlY2FydF9zdWJzY3JpcHRpb25fdXBncmFkZXNfYnV0dG9uX3RleHQiOiJVcGdyYWRlIHRvIHt7c2VsbGluZ19wbGFuX2dyb3VwX25hbWV9fSIsInNsaWRlY2FydF9zdWJzY3JpcHRpb25fdXBncmFkZXNfcGxhbl9vcHRpb25zX3RleHQiOiJ7e3NlbGxpbmdfcGxhbl9ncm91cF9uYW1lfX0gLyB7e3NlbGxpbmdfcGxhbl9uYW1lfX0iLCJzbGlkZWNhcnRfc3Vic2NyaXB0aW9uX3VwZ3JhZGVzX3BsYW5fb3B0aW9uc19vbmVfdGltZV90ZXh0IjoiT25lLXRpbWUgcHVyY2hhc2UiLCJzdGlja3lfYWRkX3RvX2NhcnRfYXRjX3RvYXN0X3RleHQiOiJBZGRlZCB0byB5b3VyIGNhcnQiLCJzdGlja3lfYWRkX3RvX2NhcnRfYXRjX291dF9vZl9zdG9ja190aXRsZSI6Ik91dCBvZiBzdG9jayIsInNsaWRlY2FydF9jaGVja291dF9ub3RlX3RpdGxlIjoiVGF4ZXMgYW5kIHNoaXBwaW5nIGNhbGN1bGF0ZWQgYXQgY2hlY2tvdXQiLCJzbGlkZWNhcnRfc2F2ZV9hbW91bnRfdGV4dCI6IlNhdmUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2F2ZV9hbW91bnRfdGV4dCI6IlNhdmUiLCJzbGlkZWNhcnRfemVyb19wcmljZV9mcmVlX3RhZ190ZXh0IjoiRnJlZSIsInN0aWNreV9hZGRfdG9fY2FydF96ZXJvX3ByaWNlX2ZyZWVfdGFnX3RleHQiOiJGcmVlIiwic2xpZGVjYXJ0X3dpZGdldF9zdWJ0b3RhbF9saW5lX3RpdGxlIjoiU3VidG90YWwiLCJzbGlkZWNhcnRfd2lkZ2V0X3JlbW92ZV9idXR0b25fdGl0bGUiOiJSZW1vdmUifQ=="}; </script> <script> window.cartSettingsDefault = {"data":"eyJnbG9iYWxfd2lkZ2V0X3RoZW1lX2NvbG9yIjoiI0U5NUM1QSIsImdsb2JhbF93aWRnZXRfc2Vjb25kYXJ5X2J1dHRvbl9iZ19ob3Zlcl9jb2xvciI6IiNmZmZmZmYiLCJzdGlja3lfY2FydF9pY29uX2NvbG9yIjoiI0ZBRjVGNSIsInN0aWNreV9jYXJ0X3F1YW50aXR5X2JnX2NvbG9yIjoiI0ZBRjVGNSIsInN0aWNreV9jYXJ0X3F1YW50aXR5X3RleHRfY29sb3IiOiIjMTExMTExIiwic3RpY2t5X2NhcnRfcG9zaXRpb24iOiJib3R0b21fcmlnaHQiLCJzdGlja3lfY2FydF9zaG93X29uX2RldmljZSI6ImFsbCIsInN0aWNreV9jYXJ0X2N1c3RvbV9jc3MiOiIiLCJnbG9iYWxfd2lkZ2V0X3NlY29uZGFyeV9idXR0b25fdHh0X2hvdmVyX2NvbG9yIjoiIzA0MTUwRiIsImdsb2JhbF93aWRnZXRfcmFkaXVzX2Nvcm5lciI6InNsaWdodGx5X3JvdW5kZWQiLCJnbG9iYWxfd2lkZ2V0X2ZvbnRfZmFtaWx5IjoidGhlbWUiLCJnbG9iYWxfd2lkZ2V0X2JvcmRlcl9jb2xvciI6IiNkZGQiLCJnbG9iYWxfd2lkZ2V0X2JvcmRlcl93aWR0aCI6IjAiLCJnbG9iYWxfd2lkZ2V0X3Nob3dfcmV2aWV3X3JhdGluZyI6IlRSVUUiLCJnbG9iYWxfd2lkZ2V0X2N1c3RvbV9jc3MiOiIiLCJnbG9iYWxfd2lkZ2V0X3RvZ2dsZV9jb2xvciI6IiMwNDE1MEYiLCJpc19zaG93X3hib29zdF9icmFuZGluZyI6IkZhbHNlIiwiZ2xvYmFsX3dpZGdldF9wcmltYXJ5X2J1dHRvbl9iZ19jb2xvciI6IiMwNDE1MEYiLCJ0aHVtYm5haWxfY3JlYXRlX29mZmVyX3N0aWNreV9hdF90b19jYXJ0X3VybCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9jcmVhdF9vZmZlcl9zdGlja2V5X2FkZDJjYXJ0LnBuZz92PTE3MjkzMTM1MzQmd2lkdGg9MzAwIiwidGh1bWJuYWlsX3dpZGdldF9kZXNpZ25fc3RpY2t5X2F0X3RvX2NhcnRfdXJsIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL3dpZGdldF9kZXNpZ25fc3RpY2tleV9hZGRfdG9jYXJ0LnBuZz92PTE3MjkzMTM1NDkmd2lkdGg9MzAwIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19pbWFnZV9vcHRpb24iOiJkZWZhdWx0Iiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9iZWhhdmlvciI6ImRpc2FwcGVhciIsInNsaWRlY2FydF90cnVzdF9iYWRnZXNfb3B0aW9uIjoic2VsZWN0X2ljb24iLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW5kb3duX3RpbWUiOiI1OjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X3ZhcmlhbnRfdGV4dF9zaXplIjoiMTQiLCJzdGlja3lfYWRkX3RvX2NhcnRfdmFyaWFudF90ZXh0X2NvbG9yIjoiIzRENEQ0RCIsInN0aWNreV9hZGRfdG9fY2FydF9lbmFibGVfY29tcGFyZV9wcmljZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X29uX21vYmlsZV9kZXZpY2UiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9jb21iaW5lX3ZhcmlhbnRfb3B0aW9uIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9iZ19jb2xvciI6IiNGRkZGRkYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2JnX2NvbG9yIjoiIzAwMDAwMCIsInN0aWNreV9hZGRfdG9fY2FydF9hbm5vdW5jZW1lbnRfdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X3RleHRfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3Bvc2l0aW9uIjoiYm90dG9tIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfb25fZGV2aWNlIjoiYWxsIiwic3RpY2t5X2FkZF90b19jYXJ0X2N1c3RvbV9jc3MiOiIiLCJzdGlja3lfYWRkX3RvX2NhcnRfcHJvZHVjdF9uYW1lX3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X3ByaWNlX3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X2NvbXBhcmVfcHJpY2Vfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfY29tcGFyZV9wcmljZV9jb2xvciI6IiM5OTk5OTkiLCJzdGlja3lfY2FydF9lbmFibGVkIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lIjoiNTowMCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X25hbWVfY29sb3IiOiIjMzMzMzMzIiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfcHJpY2VfY29sb3IiOiIjMzMzMzMzIiwic3RpY2t5X2FkZF90b19jYXJ0X2VuYWJsZWQiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9jb3VudGRvd25fdGltZV9zaXplIjoiMTYiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX2NvbG9yIjoiI0ZGRkZGRiIsInNsaWRlY2FydF93aWRnZXRfZW5hYmxlZCI6IkZBTFNFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9iZWhhdmlvciI6InN0b3BfYXRfemVybyIsInNsaWRlY2FydF93aWRnZXRfcG9zaXRpb24iOiJmcm9tX3JpZ2h0IiwiYWRkaXRpb25hbF9hZGRfdG9fY2FydF9zZWxlY3RvciI6IiIsImFkZGl0aW9uYWxfcXVhbnRpdHlfc2VjdGlvbl9zZWxlY3RvciI6IiIsImFkZGl0aW9uYWxfcXVhbnRpdHlfaW5wdXRfc2VsZWN0b3IiOiJpbnB1dFtuYW1lPSdxdWFudGl0eSddIiwiYWRkaXRpb25hbF92YXJpYW50X3NlY3Rpb25fc2VsZWN0b3IiOiIiLCJhZGRpdGlvbmFsX29wZW5fY2FydF9pY29uX3NlbGVjdG9yIjoiIiwiYWRkaXRpb25hbF9wcm9kdWN0X3NlY3Rpb25fc2VsZWN0b3IiOiIiLCJhZGRpdGlvbmFsX3JlZnJlc2hfY2FydF9ldmVudCI6IiIsImFkZGl0aW9uYWxfcmVmcmVzaF9mdW5jdGlvbiI6IiIsImFkZGl0aW9uYWxfY3VzdG9tX3NjcmlwdCI6IiIsImN1cnJlbmN5X3Rob3VzYW5kX3NlcGFyYXRvciI6IiIsImN1cnJlbmN5X2RlY2ltYWxfc2VwYXJhdG9yIjoiIiwiY3VycmVuY3lfcmF0ZSI6IiIsInNsaWRlY2FydF9hZGRvbl9zaGlwcGluZ19wcm9kdWN0X2lkIjoiIiwic2xpZGVjYXJ0X2FkZG9uX3Byb2R1Y3RfaWQiOiIiLCJzbGlkZWNhcnRfdHJ1c3RfYmFkZ2VzX2xpc3RfaW1hZ2VzX3VybCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy92aXNhXzFfY29sb3Iuc3ZnO2h0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9tYXN0ZXJjYXJkX2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvcGF5cGFsXzFfY29sb3Iuc3ZnO2h0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9hbWV4X2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvZ29vZ2xlcGF5X2NvbG9yLnN2ZztodHRwczovL2Nkbi5zaG9waWZ5LmNvbS9zL2ZpbGVzLzEvMDY0OC85NTg0LzQ1NDgvZmlsZXMvYXBwbGVwYXlfY29sb3Iuc3ZnIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19kZWZhdWx0X2ltYWdlX3VybCI6IiIsInNsaWRlY2FydF91cHNlbGxfZGVmYXVsdF9vZmZlcl9pZCI6ImE4NWQyOGIzMzg2NDRlOTg5ZjM1MzIyZmIxNDk2ZmI0Iiwic2xpZGVjYXJ0X3Vwc2VsbF9vZmZlcl90eXBlIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9zaG93X3ByaWNlIjoiVFJVRSIsInNsaWRlY2FydF93aWRnZXRfc2hvd19jb21wYXJlX3ByaWNlIjoiVFJVRSIsInNsaWRlY2FydF93aWRnZXRfYWNjZW50X2NvbG9yIjoiIzExMTExMSIsInNsaWRlY2FydF93aWRnZXRfYmdfY29sb3IiOiIjZmZmIiwic2xpZGVjYXJ0X3dpZGdldF90aXRsZV9jb2xvciI6IiMxQTFBMUEiLCJzbGlkZWNhcnRfd2lkZ2V0X3RpdGxlX3NpemUiOiIyMiIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF90aXRsZV9jb2xvciI6IiMzMzMzMzMiLCJzbGlkZWNhcnRfd2lkZ2V0X3Byb2R1Y3RfdGl0bGVfc2l6ZSI6IjE0Iiwic2xpZGVjYXJ0X3dpZGdldF9waG90b19zaXplIjoibWVkaXVtIiwic2xpZGVjYXJ0X3dpZGdldF9jdXN0b21fY3NzIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9wcmljZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaWNlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF93aWRnZXRfY29tcGFyZV9wcmljZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NvbXBhcmVfcHJpY2VfY29sb3IiOiIjOTk5OTk5Iiwic2xpZGVjYXJ0X3dpZGdldF9xdWFudGl0eV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X3F1YW50aXR5X2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfZW5hYmxlZCI6IkZBTFNFIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9jb3VudGRvd25fdGltZSI6IjA1OjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X2Fubm91bmNlbWVudF9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfc2F2ZWRfbW9uZXlfZWFjaF9pdGVtIjoiRkFMU0UiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X3Bvc2l0aW9uIjoidG9wIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcHJvZHVjdF9pbWFnZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X25hbWUiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcHJvZHVjdF9wcmljZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X3N0YXJfcmF0aW5nIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3ZhcmlhbnRfc2VsZWN0b3IiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3Nob3dfcXVhbnRpdHlfc2VsZWN0b3IiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9hbm5vdW5jZW1lbnRfZW5hYmxlZF9vbl9tb2JpbGUiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9wb3NpdGlvbl9vbl9tb2JpbGUiOiJib3R0b20iLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X2ltYWdlX29uX21vYmlsZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19wcm9kdWN0X25hbWVfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3Byb2R1Y3RfcHJpY2Vfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3Byb2R1Y3Rfc3Rhcl9yYXRpbmdfb25fbW9iaWxlIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfZW5hYmxlX2NvbXBhcmVfcHJpY2Vfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X3ZhcmlhbnRfc2VsZWN0b3Jfb25fbW9iaWxlIjoiVFJVRSIsInN0aWNreV9hZGRfdG9fY2FydF9jb21iaW5lX3ZhcmlhbnRfb3B0aW9uX29uX21vYmlsZSI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfc2hvd19xdWFudGl0eV9zZWxlY3Rvcl9vbl9tb2JpbGUiOiJGQUxTRSIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfdGV4dF9zaXplIjoiMTYiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X3RleHRfY29sb3IiOiIjNEQ0RDREIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF9iZ19jb2xvciI6IiNGMEYwRjAiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX3NpemUiOiIxNiIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfY291bnRkb3duX3RpbWVfY29sb3IiOiJyZWQiLCJzbGlkZWNhcnRfcmV3YXJkc19lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc19iYXJfYmdfY29sb3IiOiIjZjBmMGYwIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX2ZvcmVncm91bmRfY29sb3IiOiIjMzMzMzMzIiwic2xpZGVjYXJ0X3Jld2FyZHNfdGV4dF9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NvbnRpbnVlX3Nob3BwaW5nX2J1dHRvbl9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc190ZXh0X2NvbG9yIjoiIzExMTExMSIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYWN0aW9uIjoibm9uZSIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYWN0aW9uX29uX21vYmlsZSI6Im5vbmUiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9jb25kaXRpb24iOiJwYWdlX3Njcm9sbCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNwbGF5X2NvbmRpdGlvbl9zY3JvbGxfcGVyY2VudGFnZSI6IjEwIiwic3RpY2t5X2FkZF90b19jYXJ0X2Rpc3BsYXlfY29uZGl0aW9uX29uX21vYmlsZSI6ImRlZmF1bHRfYXRjX2dvbmUiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9jb25kaXRpb25fc2Nyb2xsX3BlcmNlbnRhZ2Vfb25fbW9iaWxlIjoiMTAiLCJzbGlkZWNhcnRfdXBzZWxsX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF9jdXN0b21faHRtbF9hYm92ZV9hbm5vdW5jZW1lbnRzX3Jld2FyZHMiOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfYmVsb3dfaGVhZGVyX2Fubm91bmNlbWVudHNfcmV3YXJkcyI6IiIsInNsaWRlY2FydF9jdXN0b21faHRtbF9iZXR3ZWVuX2VhY2hfbGluZV9pdGVtIjoiIiwic2xpZGVjYXJ0X2N1c3RvbV9odG1sX2Fib3ZlX2Zvb3Rlcl9hZGRfb25zIjoiIiwic2xpZGVjYXJ0X2N1c3RvbV9odG1sX2Fib3ZlX2NoZWNrb3V0X2J1dHRvbiI6IiIsInNsaWRlY2FydF9jdXN0b21faHRtbF9iZWxvd19jaGVja291dF9idXR0b24iOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfYm90dG9tX29mX2NhcnQiOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfb25fZW1wdHlfY2FydF9zY3JlZW4iOiIiLCJzbGlkZWNhcnRfY3VzdG9tX2h0bWxfc2NyaXB0c19iZWZvcmVfbG9hZCI6IiIsInNsaWRlY2FydF9yZXdhcmRzX2Jhcl9hY2hpdmVkX2ljb25fY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX3VuYWNoaXZlZF9pY29uX2NvbG9yIjoiIzExMTExMSIsInNsaWRlY2FydF91cHNlbGxfbGF5b3V0IjoiaG9yaXpvbnRhbCIsInNsaWRlY2FydF91cHNlbGxfcG9zaXRpb24iOiJ0b3AiLCJzdGlja3lfY2FydF9pY29uX3NpemUiOiI0OCIsImdsb2JhbF93aWRnZXRfcHJpbWFyeV9idXR0b25fdHh0X2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF91cHNlbGxfYmFyX2ZvcmVncm91bmRfY29sb3IiOiIjZjZmNmY3Iiwic2xpZGVjYXJ0X3Vwc2VsbF90aXRsZV9zaXplIjoiMTYiLCJzbGlkZWNhcnRfdXBzZWxsX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hZGRvbl9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfYWRkb25fdGl0bGVfc2l6ZSI6IjE0Iiwic2xpZGVjYXJ0X2FkZG9uX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9hZGRvbl9kZXNjcmlwdGlvbl9zaXplIjoiMTIiLCJzbGlkZWNhcnRfYWRkb25fZGVzY3JpcHRpb25fY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X2FkZG9uX2ltYWdlX3NpemUiOiJtZWRpdW0iLCJzbGlkZWNhcnRfYWRkb25fYWNjZXB0X29mZmVyX2J5X2RlZmF1bHQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl9pbmNsdWRlX2luX2NhcnRfaXRlbV9jb3VudCI6IkZBTFNFIiwic2xpZGVjYXJ0X2FkZG9uX2F1dG9fZnVsZmlsbF9zaGlwcGluZ19wcm90ZWN0aW9uIjoiRkFMU0UiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRpdGlvbmFsX25vdGVfY29udGVudF90ZXh0X3NpemUiOiIxNCIsInNsaWRlY2FydF93aWRnZXRfYXV0b19jaGVja190ZXJtX29mX3NlcnZpY2UiOiJUUlVFIiwic2xpZGVjYXJ0X3Jld2FyZHNfZW5hYmxlZF9lbXB0eV9jYXJ0IjoiRkFMU0UiLCJzbGlkZWNhcnRfcmV3YXJkc19zaG93X2Jhcl9wcm9ncmVzc190YWciOiJUUlVFIiwic2xpZGVjYXJ0X3Jld2FyZHNfYmFyX3Byb2dyZXNzX3RhZ19iZ19jb2xvciI6IiMxMTExMTEiLCJzbGlkZWNhcnRfcmV3YXJkc19iYXJfcHJvZ3Jlc3NfdGFnX3RleHRfY29sb3IiOiIjMTExMTExIiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9zaGlwcGluZyI6InNoaXBwaW5nIiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9kaXNjb3VudCI6ImRpc2NvdW50Iiwic2xpZGVjYXJ0X3Jld2FyZHNfaWNvbl9wcm9kdWN0IjoicHJvZHVjdCIsInNsaWRlY2FydF9hZGRvbl9wcm9kdWN0IjoiIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfYXBwbHlfYnRuX3RleHRfY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfc2l6ZSI6IjExIiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV9wb3NpdGlvbiI6InRvcF9vZl9mb290ZXIiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb190YWdfYmdfY29sb3IiOiIjODA4MDgwIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX2ljb24iOiJkaXNjb3VudCIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3Nob3dfdG90YWxfZGlzY291bnRfdGV4dCI6IlRSVUUiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb190b3RhbF9kaXNjb3VudF90ZXh0X2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3Nob3dfbGluZV9pdGVtIjoiVFJVRSIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX2xpbmVfaXRlbV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb19wb3NpdGlvbiI6ImFib3ZlX2Rpc2NvdW50X2NvZGUiLCJzbGlkZWNhcnRfd2lkZ2V0X2NoZWNrb3V0X2J1dHRvbl9zaG93X2ljb24iOiJUUlVFIiwic2xpZGVjYXJ0X2FkZGl0aW9uYWxfbm90ZV90aXRsZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfd2lkZ2V0X2NoZWNrb3V0X2J1dHRvbl9pY29uIjoibG9jayIsInNsaWRlY2FydF93aWRnZXRfZW1wdHlfY29udGludWVfc2hvcHBpbmdfYnV0dG9uX3Nob3ciOiJUUlVFIiwic2xpZGVjYXJ0X3dpZGdldF9jYW5jZWxfYnV0dG9uX2JnX2NvbG9yIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfY2FuY2VsX2J1dHRvbl9iZ19jb2xvcl9ob3ZlciI6IiNGRjAwRkYiLCJzbGlkZWNhcnRfd2lkZ2V0X2NhbmNlbF9idXR0b25fY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3dpZGdldF9jYW5jZWxfYnV0dG9uX2NvbG9yX2hvdmVyIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfY2hlY2tvdXRfYnV0dG9uX3Nob3ciOiJUUlVFIiwic2xpZGVjYXJ0X3dpZGdldF9kZWxldGVfYnV0dG9uX2JnX2NvbG9yIjoiI0YyRjJGMiIsInNsaWRlY2FydF9hZGRpdGlvbmFsX25vdGVfdGl0bGVfY29sb3IiOiIjNjY2NjY2Iiwic2xpZGVjYXJ0X3dpZGdldF9kZWxldGVfYnV0dG9uX2JnX2NvbG9yX2hvdmVyIjoiIzExMTExMSIsInNsaWRlY2FydF93aWRnZXRfZGVsZXRlX2J1dHRvbl9jb2xvciI6IiM0RDRENEQiLCJzbGlkZWNhcnRfd2lkZ2V0X2RlbGV0ZV9idXR0b25fY29sb3JfaG92ZXIiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X3dpZGdldF9kaXNhYmxlX3N0aWNreV9mb290ZXIiOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF92YXJpYW50X2NvbG9yIjoiIzY2NjY2NiIsInNsaWRlY2FydF93aWRnZXRfcHJvZHVjdF92YXJpYW50X3NpemUiOiIxMiIsInNsaWRlY2FydF93aWRnZXRfcmVtb3ZlX2J1dHRvbl9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfd2lkZ2V0X3JlbW92ZV9idXR0b25fYmdfY29sb3JfaG92ZXIiOiIjNEQ0RDREIiwic2xpZGVjYXJ0X3dpZGdldF9yZW1vdmVfYnV0dG9uX2NvbG9yIjoiIzRENEQ0RCIsInNsaWRlY2FydF93aWRnZXRfcmVtb3ZlX2J1dHRvbl9jb2xvcl9ob3ZlciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfZGVsZXRlX2J1dHRvbiI6IlRSVUUiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfZGV0YWlsX3ZhcmlhbnRfb3B0aW9uIjoiRkFMU0UiLCJzbGlkZWNhcnRfd2lkZ2V0X3Nob3dfcmVtb3ZlX2NvbmZpcm0iOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfc2hvd190ZXJtX29mX3NlcnZpY2UiOiJGQUxTRSIsInNsaWRlY2FydF93aWRnZXRfc3VidG90YWxfbGluZV9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9pbnB1dF9iZyI6IiNmZmYiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9ib3JkZXJfY29sb3IiOiIjMTExMTExIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2NvZGVfYXBwbHlfYnRuX2JnIjoiI2ZmZiIsInNsaWRlY2FydF9kaXNjb3VudF9jb2RlX3JhZGl1c19jb3JuZXIiOiJzbGlnaHRseV9yb3VuZGVkIiwiZGVmYXVsdF9zdG9yZWZyb250X2xhbmciOiJlbiIsInNsaWRlY2FydF9zdWJzY3JpcHRpb25fdXBncmFkZXNfZW5hYmxlZCI6IkZBTFNFIiwicHJpbWFyeV9sYW5ndWFnZSI6ImVuIiwiaW50ZWdyYXRlX3Byb2R1Y3RfcmV2aWV3IjoiRkFMU0UiLCJzbGlkZWNhcnRfc3Vic2NyaXB0aW9uX3VwZ3JhZGVzX3ByZXZlbnRfZG93bmdyYWRlcyI6IkZBTFNFIiwic2xpZGVjYXJ0X3N1YnNjcmlwdGlvbl91cGdyYWRlc19hbGxvd19vdmVycmlkZSI6IlRSVUUiLCJzbGlkZWNhcnRfdHJ1c3RfYmFkZ2VzX2VuYWJsZWQiOiJGQUxTRSIsInNsaWRlY2FydF90cnVzdF9iYWRnZXNfaW1hZ2VzIjoiIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19wb3NpdGlvbiI6ImJvdHRvbSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfZW5hYmxlZCI6IkZBTFNFIiwic2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9nYXRld2F5X2tleXMiOiJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3Nob3BfcGF5LFxuc2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9hcHBsZV9wYXksXG5zbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3BheXBhbCxcbnNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfbWV0YV9wYXksXG5zbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X2FtYXpvbl9wYXkiLCJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X3Nob3BfcGF5IjoiRkFMU0UiLCJzbGlkZWNhcnRfZXhwcmVzc19wYXltZW50X2FwcGxlX3BheSI6IkZBTFNFIiwic2xpZGVjYXJ0X2V4cHJlc3NfcGF5bWVudF9wYXlwYWwiOiJGQUxTRSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfbWV0YV9wYXkiOiJGQUxTRSIsInNsaWRlY2FydF9leHByZXNzX3BheW1lbnRfYW1hem9uX3BheSI6IkZBTFNFIiwic2xpZGVjYXJ0X2dsb2JhbF9icmFuZGluZ19lbmFibGVkIjoiVFJVRSIsImdsb2JhbF9jdXJyZW5jeV9sb2NhbGUiOiIiLCJnbG9iYWxfd2lkZ2V0X3ByaW1hcnlfYnV0dG9uX3R4dF9zaXplIjoiMTYiLCJ0aHVtYm5haWxfZGFzaGJvYXJkX2Fvdl94Ym9vc3RfcmV2aWV3IjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL3hib29zdF9yZXZpZXcuc3ZnP3Y9MTczNTg4MDcxMCIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3Byb2R1Y3RfYnVuZGxlIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL2NhcnRfYnVuZGxlX3Byb2R1Y3Quc3ZnP3Y9MTczNTg4ODYwMyIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3F1YW50aXR5X2JyZWFrIjoiaHR0cHM6Ly9jZG4uc2hvcGlmeS5jb20vcy9maWxlcy8xLzA2NDgvOTU4NC80NTQ4L2ZpbGVzL2NhcnRfcXVhbnRpdHlfYnJlYWsuc3ZnP3Y9MTczNTg4MDcxMCIsInRodW1ibmFpbF9kYXNoYm9hcmRfYW92X3NsaWRlY2FydCI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9idW5kbGVfY2FydC5zdmc/dj0xNzM1ODgwNzEwIiwidGh1bWJuYWlsX2Rhc2hib2FyZF9hb3Zfc3RpY2t5X2F0YyI6Imh0dHBzOi8vY2RuLnNob3BpZnkuY29tL3MvZmlsZXMvMS8wNjQ4Lzk1ODQvNDU0OC9maWxlcy9idW5kbGVfc2F0Yy5zdmc/dj0xNzM1ODgwNzEwIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y190b2FzdF90ZXh0X3NpemUiOiIxNiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdG9hc3RfYmdfY29sb3IiOiIjMjFjNzIxIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y190b2FzdF90ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInNsaWRlY2FydF9jaGVja291dF9idXR0b25fYmdfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl90eHRfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl90eHRfc2l6ZSI6IjE2Iiwic2xpZGVjYXJ0X2NoZWNrb3V0X2J1dHRvbl9iZ19ob3Zlcl9jb2xvciI6IiMwNDE1MEYiLCJzbGlkZWNhcnRfY2hlY2tvdXRfYnV0dG9uX3R4dF9ob3Zlcl9jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfcHJvZHVjdF9xdWFudGl0eV9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfcHJvZHVjdF9xdWFudGl0eV9pY29uX2NvbG9yIjoiIzA0MTUwRiIsInNsaWRlY2FydF9wcm9kdWN0X2RlbGV0ZV9pY29uX2NvbG9yIjoiIzk5OTk5OSIsInNsaWRlY2FydF91cHNlbGxfYnV0dG9uX2JnX2NvbG9yIjoiIzA0MTUwRiIsInNsaWRlY2FydF91cHNlbGxfYnV0dG9uX3R4dF9jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfdXBzZWxsX2J1dHRvbl90eHRfc2l6ZSI6IjE2Iiwic2xpZGVjYXJ0X3Vwc2VsbF9idXR0b25fYmdfaG92ZXJfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X3Vwc2VsbF9idXR0b25fdHh0X2hvdmVyX2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF91cHNlbGxfdmFyaWFudF9zZWxlY3RfYmdfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2FkZG9uX3RvZ2dsZV9jb2xvciI6IiMwNDE1MEYiLCJzbGlkZWNhcnRfY2hlY2tib3hfVENfY29sb3IiOiIjMDQxNTBGIiwic2xpZGVjYXJ0X3JhZGl1c19jb3JuZXIiOiJzbGlnaHRfcm91bmRlZCIsInNsaWRlY2FydF9ib2R5X2JnX2NvbG9yIjoiI2ZmZmZmZiIsInNsaWRlY2FydF9mb290ZXJfYmdfY29sb3IiOiIjZmZmZmZmIiwic2xpZGVjYXJ0X2hlYWRlcl9iZ19jb2xvciI6IiNmZmZmZmYiLCJzbGlkZWNhcnRfbGluZV9pdGVtX2JnX2NvbG9yIjoiI2ZmZmZmZjAwIiwic3RpY2t5X2FkZF90b19jYXJ0X2F0Y19iZ19jb2xvciI6IiMzMjQ0MzVmZiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X3NpemUiOiIxNiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdHh0X2hvdmVyX2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfYmdfaG92ZXJfY29sb3IiOiIjMDAwMDAwIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2ljb25fY29sb3IiOiIjNEQ0RDREIiwic3RpY2t5X2FkZF90b19jYXJ0X3ZhcmlhbnRfc2VsZWN0X2JnX2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9xdWFudGl0eV9iZ19jb2xvciI6IiNGRkZGRkYwMCIsInN0aWNreV9hZGRfdG9fY2FydF9yYWRpdXNfY29ybmVyIjoic2xpZ2h0X3JvdW5kZWQiLCJzdGlja3lfYWRkX3RvX2NhcnRfcXVhbnRpdHlfaW5wdXRfc2l6ZSI6IjE0Iiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2lucHV0X2NvbG9yIjoiIzMzMzMzMyIsInN0aWNreV9hZGRfdG9fY2FydF9xdWFudGl0eV9pbnB1dF9iZ19jb2xvciI6IiMwMDAwMDAwMCIsInNsaWRlY2FydF9hbm5vdW5jZW1lbnRfcmFkaXVzX2Nvcm5lcl9zaG93IjoiRkFMU0UiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X21hcmdpbiI6IjgiLCJzbGlkZWNhcnRfYm94X3NoYWRvdyI6IiIsInNsaWRlY2FydF9wcm9kdWN0X2RlbGV0ZV9pY29uIjoibm9ybWFsIiwic2xpZGVjYXJ0X3Byb2R1Y3RfcXVhbnRpdHlfaW5wdXRfc3R5bGUiOiJub3JtYWwiLCJzbGlkZWNhcnRfcmV3YXJkc190b29sdGlwX3Nob3ciOiJGQUxTRSIsInNsaWRlY2FydF9yZXdhcmRzX3N0eWxlIjoibm9ybWFsIiwic2xpZGVjYXJ0X3RydXN0X2JhZGdlc19pY29uX2JvcmRlcl9jb2xvciI6IiMwMDAwMDAwMCIsInNsaWRlY2FydF9ib3JkZXJfd2lkdGgiOiIxIiwic2xpZGVjYXJ0X2FkZG9uX2JnX2NvbG9yIjoiIzAwMDAwMDAwIiwic2xpZGVjYXJ0X2hvdmVyX3N0YXRlIjoiIiwic2xpZGVjYXJ0X3dpZGdldF90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X3dpZGdldF9wcm9kdWN0X3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfd2lkZ2V0X3Byb2R1Y3RfdmFyaWFudF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X3dpZGdldF9wcmljZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X3dpZGdldF9jb21wYXJlX3ByaWNlX2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfd2lkZ2V0X3F1YW50aXR5X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfY2hlY2tvdXRfYnV0dG9uX3R4dF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF90ZXh0X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90aW1lX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfcmV3YXJkc190ZXh0X2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfdXBzZWxsX3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfdXBzZWxsX2J1dHRvbl90eHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInNsaWRlY2FydF9hZGRvbl90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic2xpZGVjYXJ0X2FkZG9uX2Rlc2NyaXB0aW9uX2NvbWJpbmVkX3N0eWxlcyI6InJlZ3VsYXIiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX3RpdGxlX2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX2NvbnRlbnRfdGV4dF9jb21iaW5lZF9zdHlsZXMiOiJyZWd1bGFyIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInNsaWRlY2FydF9kaXNjb3VudF9pbmZvX3RpdGxlX2NvbG9yIjoiIzFBMUExQSIsInNsaWRlY2FydF93aWRnZXRfdGVybV9vZl9zZXJ2aWNlX3RpdGxlX2NvbG9yIjoiIzMzMzMzMyIsInNsaWRlY2FydF9wcm9kdWN0X3F1YW50aXR5X2JvcmRlcl9jb2xvciI6IiM5OTk5OTkiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV9lbmFibGVkIjoiRkFMU0UiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV90aXRsZV9zaXplIjoiMTQiLCJzbGlkZWNhcnRfY2hlY2tvdXRfbm90ZV90aXRsZV9jb2xvciI6IiMzMzMzMzMiLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaW9yaXRpc2VfY29tcGFyZV9wcmljZV9vdmVyX2Jhc2VfcHJpY2UiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X2Rpc2NvdW50X2luZm9fdGFnX3RleHRfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ190ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ190ZXh0X3NpemUiOiIxNCIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ19iZ19jb2xvciI6IiMwMDAwMDAiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzY291bnRfaW5mb190YWdfaWNvbiI6ImRpc2NvdW50Iiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2lucHV0X3N0eWxlIjoibm9ybWFsIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2JvcmRlcl9jb2xvciI6IiM5OTk5OTkiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X3RleHRfY29tYmluZWRfc3R5bGVzIjoibGlnaHQiLCJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X2NvdW50ZG93bl90ZXh0X2NvbWJpbmVkX3N0eWxlcyI6ImJvbGQiLCJzdGlja3lfYWRkX3RvX2NhcnRfcHJvZHVjdF90aXRsZV9jb21iaW5lZF9zdHlsZXMiOiJib2xkIiwic3RpY2t5X2FkZF90b19jYXJ0X3Byb2R1Y3RfcHJpY2VfY29tYmluZWRfc3R5bGVzIjoiYm9sZCIsInN0aWNreV9hZGRfdG9fY2FydF9wcm9kdWN0X2NvbXBhcmVfcHJpY2VfY29tYmluZWRfc3R5bGVzIjoibGlnaHQiLCJzdGlja3lfYWRkX3RvX2NhcnRfYm94X3NoYWRvdyI6IiIsInN0aWNreV9hZGRfdG9fY2FydF9kaXNjb3VudF9pbmZvX3RhZ19zaG93IjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzY291bnRfaW5mb190YWdfc2hvd19vbl9tb2JpbGUiOiJUUlVFIiwic3RpY2t5X2FkZF90b19jYXJ0X3F1YW50aXR5X2ljb25fYmdfY29sb3IiOiIjRkZGRkZGIiwic3RpY2t5X2FkZF90b19jYXJ0X2hvbWVfcGFnZV9lbmFibGVkIjoiRkFMU0UiLCJzdGlja3lfYWRkX3RvX2NhcnRfaG9tZV9wYWdlX3Byb2R1Y3QiOiIiLCJzdGlja3lfYWRkX3RvX2NhcnRfZGlzcGxheV9iZWxvd19BVENfYnV0dG9uX29ubHkiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9hbmltYXRpb24iOiJzbGlkZS1pbiIsInN0aWNreV9hZGRfdG9fY2FydF9hbmltYXRpb25fb25fbW9iaWxlIjoic2xpZGUtaW4iLCJzbGlkZWNhcnRfd2lkZ2V0X3ByaW9yaXRpc2VfY29tcGFyZV9wcmljZV9vdmVyX2Jhc2VfcHJpY2VfYXRfdG90YWwiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl9jb250cmlidXRlX2NhcnRfaXRlbXNfY291bnQiOiJGQUxTRSIsInNsaWRlY2FydF9hZGRvbl91c2luZ19wcmVfZGlzY291bnRlZF9wcmljZSI6IkZBTFNFIiwic2xpZGVjYXJ0X3Jld2FyZHNfdXNpbmdfcHJlX2Rpc2NvdW50ZWRfcHJpY2UiOiJGQUxTRSIsInN0aWNreV9hZGRfdG9fY2FydF9zaG93X291dF9vZl9zdG9ja192YXJpYW50IjoiVFJVRSIsInNsaWRlY2FydF9zaG93X2l0ZW1fcHJvcGVydGllcyI6IlRSVUUiLCJzbGlkZWNhcnRfaGlkZV9pdGVtX3Byb3BlcnRpZXNfc3RhcnRfd2l0aF91bmRlcnNjb3JlIjoiVFJVRSIsInNsaWRlY2FydF9kaXNjb3VudF90YWdfc2hvd193aGVuX3plcm8iOiJUUlVFIiwic2xpZGVjYXJ0X3JlcGxhY2VfemVyb19wcmljZV90b19mcmVlX3RhZyI6IlRSVUUiLCJzdGlja3lfYWRkX3RvX2NhcnRfcmVwbGFjZV96ZXJvX3ByaWNlX3RvX2ZyZWVfdGFnIjoiVFJVRSIsInNsaWRlY2FydF9oYW5kbGVfdGhlbWVfc3VibWl0X2F0YyI6IlRSVUUiLCJzbGlkZWNhcnRfdXBzZWxsX2Nhcm91c2VsX2RvdF9iZyI6IiM2NjY2NjYiLCJzbGlkZWNhcnRfZmFzdF91cGRhdGVfY2FydF91aSI6IlRSVUUiLCJzbGlkZWNhcnRfdXBzZWxsX2ZpbHRlcl9jYXJ0X2l0ZW1zIjoiVFJVRSIsInNsaWRlY2FydF91cHNlbGxfZmlsdGVyX2NhcnRfdmFyaWFudHMiOiJUUlVFIiwic2xpZGVjYXJ0X2NoZWNrb3V0X2VuYWJsZV9uYW1lIjoiRkFMU0UiLCJzbGlkZWNhcnRfbWF4X2ltZ19sb2FkX3dpZHRoIjoiMzAwIiwic2xpZGVjYXJ0X2FkZG9uX3ByZXZlbnRfY2xpY2tfc2hpcHBpbmdfcHJvdGVjdGlvbiI6IlRSVUUiLCJzbGlkZWNhcnRfcmV3YXJkX3ByZXZlbnRfY2xpY2tfcHJvZHVjdCI6IkZBTFNFIiwic2xpZGVjYXJ0X3dpZGdldF9lbXB0eV9jb250aW51ZV9zaG9wcGluZ19idXR0b25fdXJsIjoiIiwic2xpZGVjYXJ0X3dpZGdldF9lbXB0eV9jb250aW51ZV9zaG9wcGluZ19idXR0b25fcmVkaXJlY3QiOiJGQUxTRSIsImdsb2JhbF93aWRnZXRfcHJpbWFyeV9idXR0b25fYmdfaG92ZXJfY29sb3IiOiIjZmZmZmZmIiwiZ2xvYmFsX3dpZGdldF9wcmltYXJ5X2J1dHRvbl90eHRfaG92ZXJfY29sb3IiOiIjMDQxNTBGIiwiZ2xvYmFsX3dpZGdldF9zZWNvbmRhcnlfYnV0dG9uX2JnX2NvbG9yIjoiI2ZmZmZmZiIsImdsb2JhbF93aWRnZXRfc2Vjb25kYXJ5X2J1dHRvbl90eHRfY29sb3IiOiIjMDQxNTBGIiwiZ2xvYmFsX3dpZGdldF9zZWNvbmRhcnlfYnV0dG9uX3R4dF9zaXplIjoiMTQiLCJzdGlja3lfY2FydF9pY29uIjoiY2FydE1ham9yIiwic3RpY2t5X2NhcnRfYmdfY29sb3IiOiIjMTExMTExIn0="}; </script> <script> window.cartSettingsLanguage = {"data":"eyJzdGlja3lfYWRkX3RvX2NhcnRfYW5ub3VuY2VtZW50X3RleHQiOiJIdXJyeSEgT2ZmZXIgd2lsbCBleHBpcmUgc29vbiB7e3RpbWVyfX0iLCJzdGlja3lfYWRkX3RvX2NhcnRfYnV0dG9uX3RleHQiOiJBZGQgdG8gY2FydCIsInNsaWRlY2FydF93aWRnZXRfdGl0bGUiOiJZb3VyIENhcnQg4oCiICh7e3RvdGFsX2l0ZW1zfX0pIiwic2xpZGVjYXJ0X3dpZGdldF9jaGVja291dF9idXR0b25fdGl0bGUiOiJDaGVja291dCDigKIge3t0b3RhbF9wcmljZX19Iiwic2xpZGVjYXJ0X3dpZGdldF9jb250aW51ZV9zaG9wcGluZ19idXR0b24iOiJDb250aW51ZSBzaG9wcGluZyIsInNsaWRlY2FydF93aWRnZXRfZW1wdHlfbGFiZWwiOiJZb3VyIGNhcnQgaXMgZW1wdHkiLCJzbGlkZWNhcnRfd2lkZ2V0X3RvdGFsX2Rpc2NvdW50IjoiVG90YWwgZGlzY291bnRzIiwic2xpZGVjYXJ0X2Fubm91bmNlbWVudF90ZXh0IjoiWW91ciBwcm9kdWN0cyBhcmUgcmVzZXJ2ZWQgZm9yIHt7dGltZXJ9fSBtaW51dGVzISIsInNsaWRlY2FydF9yZXdhcmRzX2FmdGVyX3RpdGxlIjoiRnJlZSBzaGlwcGluZyB1bmxvY2tlZCEiLCJzbGlkZWNhcnRfdXBzZWxsX3RpdGxlIjoiWW91IG1pZ2h0IGFsc28gbGlrZSB0aGVzZSIsInNsaWRlY2FydF91cHNlbGxfYWRkMmNhcnRfdGl0bGUiOiJBZGQiLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX3RpdGxlIjoiQWRkIHNwZWNpYWwgaW5zdHJ1Y3Rpb25zIiwic2xpZGVjYXJ0X3dpZGdldF90ZXJtX29mX3NlcnZpY2VfdGl0bGUiOiJJIGFjY2VwdCB0aGUgPGEgaHJlZj1cInBhc3RlIHlvdXIgbGluayBoZXJlXCIgdGFyZ2V0PVwiX2JsYW5rXCIgc3R5bGU9XCJjb2xvcjogIzExMTExMTtcIj5UZXJtcyBhbmQgQ29uZGl0aW9uczwvYT4iLCJzbGlkZWNhcnRfYWRkaXRpb25hbF9ub3RlX3BsYWNlaG9sZGVyIjoiU3BlY2lhbCBpbnN0cnVjdGlvbnMgZm9yIHlvdXIgb3JkZXIiLCJzbGlkZWNhcnRfZGlzY291bnRfaW5mb19saW5lX2l0ZW1fdGV4dCI6IihTYXZlIHt7YW1vdW50fX0pIiwic2xpZGVjYXJ0X2Rpc2NvdW50X2luZm9fdGl0bGUiOiJEaXNjb3VudCIsInNsaWRlY2FydF93aWRnZXRfZW1wdHlfY29udGludWVfc2hvcHBpbmdfYnV0dG9uX3RpdGxlIjoiQ29udGludWUgc2hvcHBpbmciLCJzbGlkZWNhcnRfd2lkZ2V0X2NhbmNlbF9idXR0b25fdGl0bGUiOiJDYW5jZWwiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9wbGFjZWhvbGRlciI6IkRpc2NvdW50IGNvZGUiLCJzbGlkZWNhcnRfZGlzY291bnRfY29kZV9hcHBseV9idG5fdGV4dCI6IkFwcGx5Iiwic2xpZGVjYXJ0X3N1YnNjcmlwdGlvbl91cGdyYWRlc19idXR0b25fdGV4dCI6IlVwZ3JhZGUgdG8ge3tzZWxsaW5nX3BsYW5fZ3JvdXBfbmFtZX19Iiwic2xpZGVjYXJ0X3N1YnNjcmlwdGlvbl91cGdyYWRlc19wbGFuX29wdGlvbnNfdGV4dCI6Int7c2VsbGluZ19wbGFuX2dyb3VwX25hbWV9fSAvIHt7c2VsbGluZ19wbGFuX25hbWV9fSIsInNsaWRlY2FydF9zdWJzY3JpcHRpb25fdXBncmFkZXNfcGxhbl9vcHRpb25zX29uZV90aW1lX3RleHQiOiJPbmUtdGltZSBwdXJjaGFzZSIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfdG9hc3RfdGV4dCI6IkFkZGVkIHRvIHlvdXIgY2FydCIsInN0aWNreV9hZGRfdG9fY2FydF9hdGNfb3V0X29mX3N0b2NrX3RpdGxlIjoiT3V0IG9mIHN0b2NrIiwic2xpZGVjYXJ0X2NoZWNrb3V0X25vdGVfdGl0bGUiOiJUYXhlcyBhbmQgc2hpcHBpbmcgY2FsY3VsYXRlZCBhdCBjaGVja291dCIsInNsaWRlY2FydF9zYXZlX2Ftb3VudF90ZXh0IjoiU2F2ZSIsInN0aWNreV9hZGRfdG9fY2FydF9zYXZlX2Ftb3VudF90ZXh0IjoiU2F2ZSIsInNsaWRlY2FydF96ZXJvX3ByaWNlX2ZyZWVfdGFnX3RleHQiOiJGcmVlIiwic3RpY2t5X2FkZF90b19jYXJ0X3plcm9fcHJpY2VfZnJlZV90YWdfdGV4dCI6IkZyZWUiLCJzbGlkZWNhcnRfd2lkZ2V0X3N1YnRvdGFsX2xpbmVfdGl0bGUiOiJTdWJ0b3RhbCIsInNsaWRlY2FydF93aWRnZXRfcmVtb3ZlX2J1dHRvbl90aXRsZSI6IlJlbW92ZSJ9"}; </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/eeabd48f-40f0-4acb-8369-aa26542dbbec/shop-the-look-8/assets/ampword-lookbook.js" type="text/javascript" defer="defer"></script> <link href="https://cdn.shopify.com/extensions/eeabd48f-40f0-4acb-8369-aa26542dbbec/shop-the-look-8/assets/ampword-lookbook.css" rel="stylesheet" type="text/css" media="all"> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 12694785,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "article"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 12694785,storefrontBaseUrl: "https://www.themaevastore.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"634781783","configuration":"{\"accountID\":\"wp_2430576\", \"storeID\":\"12694785\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"8ecd90e3ddee8e97fd8fb2f140b444aa","type":"APP","apiClientId":6762325,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"632127575","configuration":"{\"accountID\": \"123\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"7f52b62ecfd05818e906bfb3b34a87bb","type":"APP","apiClientId":172874334209,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"517505111","configuration":"{\"accountID\":\"123\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"92d967c85d0f3ab6ba9bb44ba688eab9","type":"APP","apiClientId":47242248193,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"402194519","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-HVLPP6JZGJ\\\",\\\"target_country\\\":\\\"IN\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/bu0gCMyN5LYZEKzsiek9\\\"]},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/qn31CNKN5LYZEKzsiek9\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/tCJWCMmN5LYZEKzsiek9\\\",\\\"MC-R7JY8F1HTF\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/-ncnCMON5LYZEKzsiek9\\\",\\\"MC-R7JY8F1HTF\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/q6W4CMaN5LYZEKzsiek9\\\",\\\"MC-R7JY8F1HTF\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/T0mYCNWN5LYZEKzsiek9\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-HVLPP6JZGJ\\\",\\\"AW-16594925100\\/jUWNCM-N5LYZEKzsiek9\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"08b22f5daf51b34bfe87b14f6c38657d","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"180551767","configuration":"{\"pixel_id\":\"2101287463443867\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"3539031","configuration":"{\"pixelId\":\"805326ce-b98b-4dbd-9fe7-5944e42779e3\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22f8c536e7873873f3de636ed467f321","type":"APP","apiClientId":2556259,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "com",initData: {"shop":{"name":"The Maeva Store ","paymentSettings":{"currencyCode":"INR"},"myshopifyDomain":"the-maeva-store.myshopify.com","countryCode":"IN","storefrontUrl":"https://www.themaevastore.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://www.themaevastore.com/cdn","9b2f9678w4ccc2fa6p256f9d63m3776d03c",{"modern":"","legacy":""},{"shopId":"12694785","storefrontBaseUrl":"https://www.themaevastore.com","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"9b2f9678w4ccc2fa6p256f9d63m3776d03c"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'INR'; var meta = {"page":{"pageType":"article","resourceType":"article","resourceId":563581911127}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 12694785, theme_id: 132903632983, app_name: "storefront", context_url: window.location.href, source_url: "//www.themaevastore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//www.themaevastore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//www.themaevastore.com/cdn/s/trekkie.storefront.7dd5a1f776e0762aa90f8d934b8ac8a05d3d42a2.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":12694785,"isMerchantRequest":null,"themeId":132903632983,"themeCityHash":"14832110620921508196","contentLanguage":"en","currency":"INR"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"article","resourceType":"article","resourceId":563581911127,"shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//www.themaevastore.com/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script> if (!window.ga || (window.ga && typeof window.ga !== 'function')) { window.ga = function ga() { (window.ga.q = window.ga.q || []).push(arguments); Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"}); console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information."); }; Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"}); } </script> <script defer src="https://www.themaevastore.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.6.2.min.js" data-application="storefront-renderer" data-shop-id="12694785" data-render-region="gcp-europe-west1" data-page-type="article" data-theme-instance-id="132903632983" data-theme-name="Warehouse" data-theme-version="5.1.0" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" data-shs="true" ></script> </head> <body class="the-art-of-gifting-selecting-the-perfect-home-decor-items article warehouse--v4 features--animate-zoom template-article" data-instant-intensity="viewport"><svg class="visually-hidden"> <lineargradient id="rating-star-gradient-half"> <stop offset="50%" stop-color="var(--product-review-star-color)" /> <stop offset="50%" stop-color="rgba(var(--text-color-rgb), .4)" stop-opacity="0.4" /> </lineargradient> </svg> <a href="#main" class="visually-hidden skip-to-content">Skip to content</a> <span class="loading-bar"></span><!-- BEGIN sections: header-group --> <div id="shopify-section-sections--16656766697559__header" class="shopify-section shopify-section-group-header-group shopify-section__header"><section data-section-id="sections--16656766697559__header" data-section-type="header" data-section-settings='{ "navigationLayout": "inline", "desktopOpenTrigger": "hover", "useStickyHeader": true}'> <header class="header header--inline" role="banner"> <div class="container"> <div class="header__inner"><nav class="header__mobile-nav hidden-lap-and-up"> <button class="header__mobile-nav-toggle icon-state touch-area" data-action="toggle-menu" aria-expanded="false" aria-haspopup="true" aria-controls="mobile-menu" aria-label="Open menu"> <span class="icon-state__primary"><svg focusable="false" class="icon icon--hamburger-mobile" viewbox="0 0 20 16" role="presentation"> <path d="M0 14h20v2H0v-2zM0 0h20v2H0V0zm0 7h20v2H0V7z" fill="currentColor" fill-rule="evenodd"></path> </svg></span> <span class="icon-state__secondary"><svg focusable="false" class="icon icon--close" viewbox="0 0 19 19" role="presentation"> <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path> </svg></span> </button><div id="mobile-menu" class="mobile-menu" aria-hidden="true"><svg focusable="false" class="icon icon--nav-triangle-borderless" viewbox="0 0 20 9" role="presentation"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> </svg><div class="mobile-menu__inner"> <div class="mobile-menu__panel"> <div class="mobile-menu__section"> <ul class="mobile-menu__nav" data-type="menu" role="list"><li class="mobile-menu__nav-item item-number--1"><a href="/collections/newly-launched" class="mobile-menu__nav-link" data-type="menuitem">Newly Launched</a></li><li class="mobile-menu__nav-item item-number--2"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-1" data-action="open-panel">Home Decor<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></button></li><li class="mobile-menu__nav-item item-number--3"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-2" data-action="open-panel">Home Fragrances<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></button></li><li class="mobile-menu__nav-item item-number--4"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-3" data-action="open-panel">Candles<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></button></li><li class="mobile-menu__nav-item item-number--5"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-4" data-action="open-panel">Accessories<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></button></li><li class="mobile-menu__nav-item item-number--6"><button class="mobile-menu__nav-link" data-type="menuitem" aria-haspopup="true" aria-expanded="false" aria-controls="mobile-panel-5" data-action="open-panel">Shop By Occasion<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></button></li><li class="mobile-menu__nav-item item-number--7"><a href="/collections/buy-one-get-one" class="mobile-menu__nav-link" data-type="menuitem">Buy 1 Get 1</a></li><li class="mobile-menu__nav-item item-number--8"><a href="/collections/all" class="mobile-menu__nav-link" data-type="menuitem">Shop All</a></li><li class="mobile-menu__nav-item item-number--9"><a href="/collections/gift-card" class="mobile-menu__nav-link" data-type="menuitem">Gift Card</a></li></ul> </div><div class="mobile-menu__section mobile-menu__section--loose"> <p class="mobile-menu__section-title heading h5">Need help?</p><div class="mobile-menu__help-wrapper"><svg focusable="false" class="icon icon--bi-phone" viewbox="0 0 24 24" role="presentation"> <g stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M17 15l-3 3-8-8 3-3-5-5-3 3c0 9.941 8.059 18 18 18l3-3-5-5z" stroke="#000000"></path> <path d="M14 1c4.971 0 9 4.029 9 9m-9-5c2.761 0 5 2.239 5 5" stroke="#000000"></path> </g> </svg><span>Call us +91 73977 04430</span> </div><div class="mobile-menu__help-wrapper"><svg focusable="false" class="icon icon--bi-email" viewbox="0 0 22 22" role="presentation"> <g fill="none" fill-rule="evenodd"> <path stroke="#000000" d="M.916667 10.08333367l3.66666667-2.65833334v4.65849997zm20.1666667 0L17.416667 7.42500033v4.65849997z"></path> <path stroke="#000000" stroke-width="2" d="M4.58333367 7.42500033L.916667 10.08333367V21.0833337h20.1666667V10.08333367L17.416667 7.42500033"></path> <path stroke="#000000" stroke-width="2" d="M4.58333367 12.1000003V.916667H17.416667v11.1833333m-16.5-2.01666663L21.0833337 21.0833337m0-11.00000003L11.0000003 15.5833337"></path> <path d="M8.25000033 5.50000033h5.49999997M8.25000033 9.166667h5.49999997" stroke="#000000" stroke-width="2" stroke-linecap="square"></path> </g> </svg><a href="mailto:sales@themaevastore.com">sales@themaevastore.com</a> </div></div><div class="mobile-menu__section mobile-menu__section--loose"> <p class="mobile-menu__section-title heading h5">Follow Us</p><ul class="social-media__item-list social-media__item-list--stack list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Facebook"><svg focusable="false" class="icon icon--facebook" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path> </svg>Facebook</a> </li> <li class="social-media__item social-media__item--twitter"> <a href="https://twitter.com/themaevastore?lang=en" target="_blank" rel="noopener" aria-label="Follow us on Twitter"><svg focusable="false" fill="none" class="icon icon--twitter" role="presentation" viewbox="0 0 30 30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15Zm-8.427-7h-2.375l-3.914 4.473L11.901 8H7l5.856 7.657L7.306 22h2.376l4.284-4.894L17.709 22h4.78l-6.105-8.07L21.573 8ZM19.68 20.578h-1.316L9.774 9.347h1.412l8.494 11.231Z" fill="currentColor"/> </svg>Twitter</a> </li> <li class="social-media__item social-media__item--instagram"> <a href="https://www.instagram.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Instagram"><svg focusable="false" class="icon icon--instagram" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm.0000159-23.03571429c-2.1823849 0-2.4560363.00925037-3.3131306.0483571-.8553081.03901103-1.4394529.17486384-1.9505835.37352345-.52841925.20532625-.9765517.48009406-1.42331254.926823-.44672894.44676084-.72149675.89489329-.926823 1.42331254-.19865961.5111306-.33451242 1.0952754-.37352345 1.9505835-.03910673.8570943-.0483571 1.1307457-.0483571 3.3131306 0 2.1823531.00925037 2.4560045.0483571 3.3130988.03901103.8553081.17486384 1.4394529.37352345 1.9505835.20532625.5284193.48009406.9765517.926823 1.4233125.44676084.446729.89489329.7214968 1.42331254.9268549.5111306.1986278 1.0952754.3344806 1.9505835.3734916.8570943.0391067 1.1307457.0483571 3.3131306.0483571 2.1823531 0 2.4560045-.0092504 3.3130988-.0483571.8553081-.039011 1.4394529-.1748638 1.9505835-.3734916.5284193-.2053581.9765517-.4801259 1.4233125-.9268549.446729-.4467608.7214968-.8948932.9268549-1.4233125.1986278-.5111306.3344806-1.0952754.3734916-1.9505835.0391067-.8570943.0483571-1.1307457.0483571-3.3130988 0-2.1823849-.0092504-2.4560363-.0483571-3.3131306-.039011-.8553081-.1748638-1.4394529-.3734916-1.9505835-.2053581-.52841925-.4801259-.9765517-.9268549-1.42331254-.4467608-.44672894-.8948932-.72149675-1.4233125-.926823-.5111306-.19865961-1.0952754-.33451242-1.9505835-.37352345-.8570943-.03910673-1.1307457-.0483571-3.3130988-.0483571zm0 1.44787387c2.1456068 0 2.3997686.00819774 3.2471022.04685789.7834742.03572556 1.2089592.1666342 1.4921162.27668167.3750864.14577303.6427729.31990322.9239522.60111439.2812111.28117926.4553413.54886575.6011144.92395217.1100474.283157.2409561.708642.2766816 1.4921162.0386602.8473336.0468579 1.1014954.0468579 3.247134 0 2.1456068-.0081977 2.3997686-.0468579 3.2471022-.0357255.7834742-.1666342 1.2089592-.2766816 1.4921162-.1457731.3750864-.3199033.6427729-.6011144.9239522-.2811793.2812111-.5488658.4553413-.9239522.6011144-.283157.1100474-.708642.2409561-1.4921162.2766816-.847206.0386602-1.1013359.0468579-3.2471022.0468579-2.1457981 0-2.3998961-.0081977-3.247134-.0468579-.7834742-.0357255-1.2089592-.1666342-1.4921162-.2766816-.37508642-.1457731-.64277291-.3199033-.92395217-.6011144-.28117927-.2811793-.45534136-.5488658-.60111439-.9239522-.11004747-.283157-.24095611-.708642-.27668167-1.4921162-.03866015-.8473336-.04685789-1.1014954-.04685789-3.2471022 0-2.1456386.00819774-2.3998004.04685789-3.247134.03572556-.7834742.1666342-1.2089592.27668167-1.4921162.14577303-.37508642.31990322-.64277291.60111439-.92395217.28117926-.28121117.54886575-.45534136.92395217-.60111439.283157-.11004747.708642-.24095611 1.4921162-.27668167.8473336-.03866015 1.1014954-.04685789 3.247134-.04685789zm0 9.26641182c-1.479357 0-2.6785873-1.1992303-2.6785873-2.6785555 0-1.479357 1.1992303-2.6785873 2.6785873-2.6785873 1.4793252 0 2.6785555 1.1992303 2.6785555 2.6785873 0 1.4793252-1.1992303 2.6785555-2.6785555 2.6785555zm0-6.8050167c-2.2790034 0-4.1264612 1.8474578-4.1264612 4.1264612 0 2.2789716 1.8474578 4.1264294 4.1264612 4.1264294 2.2789716 0 4.1264294-1.8474578 4.1264294-4.1264294 0-2.2790034-1.8474578-4.1264612-4.1264294-4.1264612zm5.2537621-.1630297c0-.532566-.431737-.96430298-.964303-.96430298-.532534 0-.964271.43173698-.964271.96430298 0 .5325659.431737.964271.964271.964271.532566 0 .964303-.4317051.964303-.964271z" fill="currentColor" fill-rule="evenodd"></path> </svg>Instagram</a> </li> <li class="social-media__item social-media__item--pinterest"> <a href="https://pl.pinterest.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Pinterest"><svg focusable="false" class="icon icon--pinterest" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm-.4492946-22.49876954c-.3287968.04238918-.6577148.08477836-.9865116.12714793-.619603.15784625-1.2950238.30765013-1.7959124.60980792-1.3367356.80672832-2.26284291 1.74754848-2.88355361 3.27881599-.1001431.247352-.10374313.4870343-.17702448.7625149-.47574032 1.7840923.36779138 3.6310327 1.39120339 4.2696951.1968419.1231267.6448551.3405257.8093833.0511377.0909873-.1603963.0706852-.3734014.1265202-.5593764.036883-.1231267.1532436-.3547666.1263818-.508219-.0455542-.260514-.316041-.4256572-.4299438-.635367-.230748-.4253041-.2421365-.8027267-.3541701-1.3723228.0084116-.0763633.0168405-.1527266.0253733-.2290899.0340445-.6372108.1384107-1.0968422.3287968-1.5502554.5593198-1.3317775 1.4578212-2.07273488 2.9088231-2.5163011.324591-.09899963 1.2400541-.25867013 1.7200175-.1523539.2867042.05078464.5734084.10156927.8600087.1523539 1.0390064.33760307 1.7953931.9602003 2.2007079 1.9316992.252902.6061594.3275507 1.7651044.1517724 2.5415071-.0833199.3679287-.0705641.6832289-.1770418 1.0168107-.3936666 1.2334841-.9709174 2.3763639-2.2765854 2.6942337-.8613761.2093567-1.5070793-.3321303-1.7200175-.8896824-.0589159-.1545509-.1598205-.4285603-.1011297-.6865243.2277711-1.0010987.5562045-1.8969797.8093661-2.8969995.24115-.9528838-.2166421-1.7048063-.9358863-1.8809146-.8949186-.2192233-1.585328.6350139-1.8211644 1.1943903-.1872881.4442919-.3005678 1.2641823-.1517724 1.8557085.0471811.1874265.2666617.689447.2276672.8640842-.1728187.7731269-.3685356 1.6039823-.5818373 2.3635745-.2219729.7906632-.3415527 1.5999416-.5564641 2.3639276-.098793.3507651-.0955738.7263439-.1770244 1.092821v.5337977c-.0739045.3379758-.0194367.9375444.0505042 1.2703809.0449484.2137505-.0261175.4786388.0758948.6357396.0020943.1140055.0159752.1388388.0506254.2031582.3168026-.0095136.7526829-.8673992.9106342-1.118027.3008274-.477913.5797431-.990879.8093833-1.5506281.2069844-.5042174.2391769-1.0621226.4046917-1.60104.1195798-.3894861.2889369-.843272.328918-1.2707535h.0252521c.065614.2342095.3033024.403727.4805692.5334446.5563429.4077482 1.5137774.7873678 2.5547742.5337977 1.1769151-.2868184 2.1141687-.8571599 2.7317812-1.702982.4549537-.6225776.7983583-1.3445472 1.0624066-2.1600633.1297394-.4011574.156982-.8454494.2529193-1.2711066.2405269-1.0661438-.0797199-2.3511383-.3794396-3.0497261-.9078995-2.11694836-2.8374975-3.32410832-5.918897-3.27881604z" fill="currentColor" fill-rule="evenodd"></path> </svg>Pinterest</a> </li> </ul></div></div><div id="mobile-panel-1" class="mobile-menu__panel is-nested"> <div class="mobile-menu__section is-sticky"> <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg> Back</button> </div> <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list"> <li class="mobile-menu__nav-item"> <a href="/collections/home-decor" class="mobile-menu__nav-link text--strong">Home Decor</a> </li><li class="mobile-menu__nav-item"><a href="/collections/botanical-bunches" class="mobile-menu__nav-link" data-type="menuitem">Botanical Bunches</a></li><li class="mobile-menu__nav-item"><a href="/collections/botanical-stems" class="mobile-menu__nav-link" data-type="menuitem">Botanical Stems</a></li><li class="mobile-menu__nav-item"><a href="/collections/bouquet" class="mobile-menu__nav-link" data-type="menuitem">Bouquet</a></li><li class="mobile-menu__nav-item"><a href="/collections/door-hangings" class="mobile-menu__nav-link" data-type="menuitem">Door Hangings</a></li><li class="mobile-menu__nav-item"><a href="/collections/floral-frame" class="mobile-menu__nav-link" data-type="menuitem">Floral Frame</a></li><li class="mobile-menu__nav-item"><a href="/collections/floral-strings" class="mobile-menu__nav-link" data-type="menuitem">Floral Strings</a></li><li class="mobile-menu__nav-item"><a href="/collections/greeting-card" class="mobile-menu__nav-link" data-type="menuitem">Greeting Card</a></li><li class="mobile-menu__nav-item"><a href="/collections/pooja-decor-essentials" class="mobile-menu__nav-link" data-type="menuitem">Pooja Essentials</a></li><li class="mobile-menu__nav-item"><a href="/collections/rangoli-mats" class="mobile-menu__nav-link" data-type="menuitem">Rangoli Mats</a></li><li class="mobile-menu__nav-item"><a href="/collections/table-decors" class="mobile-menu__nav-link" data-type="menuitem">Table Decor</a></li><li class="mobile-menu__nav-item"><a href="/collections/torans" class="mobile-menu__nav-link" data-type="menuitem">Toran</a></li><li class="mobile-menu__nav-item"><a href="/collections/tree-decor" class="mobile-menu__nav-link" data-type="menuitem">Tree Decor</a></li><li class="mobile-menu__nav-item"><a href="/collections/vases-1" class="mobile-menu__nav-link" data-type="menuitem">Vases</a></li><li class="mobile-menu__nav-item"><a href="/collections/wall-decor" class="mobile-menu__nav-link" data-type="menuitem">Wall Decor</a></li></ul></div> </div><div id="mobile-panel-2" class="mobile-menu__panel is-nested"> <div class="mobile-menu__section is-sticky"> <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg> Back</button> </div> <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list"> <li class="mobile-menu__nav-item"> <a href="/collections/home-fragrances" class="mobile-menu__nav-link text--strong">Home Fragrances</a> </li><li class="mobile-menu__nav-item"><a href="/collections/aromatherapy-essential-oils" class="mobile-menu__nav-link" data-type="menuitem">Essential Oils</a></li><li class="mobile-menu__nav-item"><a href="/collections/mood-elevators" class="mobile-menu__nav-link" data-type="menuitem">Mood Elevators</a></li><li class="mobile-menu__nav-item"><a href="/collections/pooja-decor-essentials" class="mobile-menu__nav-link" data-type="menuitem">Pooja Essentials</a></li><li class="mobile-menu__nav-item"><a href="/collections/potpourri" class="mobile-menu__nav-link" data-type="menuitem">Potpourri</a></li><li class="mobile-menu__nav-item"><a href="/collections/reed-diffusers" class="mobile-menu__nav-link" data-type="menuitem">Reed Diffuser</a></li><li class="mobile-menu__nav-item"><a href="/collections/smudge-bundles" class="mobile-menu__nav-link" data-type="menuitem">Smudge Bundles</a></li></ul></div> </div><div id="mobile-panel-3" class="mobile-menu__panel is-nested"> <div class="mobile-menu__section is-sticky"> <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg> Back</button> </div> <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list"> <li class="mobile-menu__nav-item"> <a href="/collections/candles" class="mobile-menu__nav-link text--strong">Candles</a> </li><li class="mobile-menu__nav-item"><a href="/collections/botanical-candles" class="mobile-menu__nav-link" data-type="menuitem">Botanical Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/cupcake-candles" class="mobile-menu__nav-link" data-type="menuitem">Cupcake Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/floater-candles" class="mobile-menu__nav-link" data-type="menuitem">Floater Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/glass-candles" class="mobile-menu__nav-link" data-type="menuitem">Glass Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/jar-candles" class="mobile-menu__nav-link" data-type="menuitem">Jar Candle</a></li><li class="mobile-menu__nav-item"><a href="/collections/metallic-glass-candles" class="mobile-menu__nav-link" data-type="menuitem">Metallic Glass Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/pillar-candles" class="mobile-menu__nav-link" data-type="menuitem">Pillar Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/shot-glass-candles" class="mobile-menu__nav-link" data-type="menuitem">Shot Glass Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/taper-candles" class="mobile-menu__nav-link" data-type="menuitem">Taper Candles</a></li><li class="mobile-menu__nav-item"><a href="/collections/tea-lights-candles" class="mobile-menu__nav-link" data-type="menuitem">Tea-lights</a></li></ul></div> </div><div id="mobile-panel-4" class="mobile-menu__panel is-nested"> <div class="mobile-menu__section is-sticky"> <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg> Back</button> </div> <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list"> <li class="mobile-menu__nav-item"> <a href="/collections/accessories" class="mobile-menu__nav-link text--strong">Accessories</a> </li><li class="mobile-menu__nav-item"><a href="/collections/aromatherapy-set" class="mobile-menu__nav-link" data-type="menuitem">Aromatherapy Set</a></li><li class="mobile-menu__nav-item"><a href="/collections/candle-holders" class="mobile-menu__nav-link" data-type="menuitem">Candle Holders</a></li><li class="mobile-menu__nav-item"><a href="/collections/x-mas-ornaments" class="mobile-menu__nav-link" data-type="menuitem">X-mas Ornaments</a></li></ul></div> </div><div id="mobile-panel-5" class="mobile-menu__panel is-nested"> <div class="mobile-menu__section is-sticky"> <button class="mobile-menu__back-button" data-action="close-panel"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg> Back</button> </div> <div class="mobile-menu__section"><ul class="mobile-menu__nav" data-type="menu" role="list"> <li class="mobile-menu__nav-item"> <a href="/" class="mobile-menu__nav-link text--strong">Shop By Occasion</a> </li><li class="mobile-menu__nav-item"><a href="/collections/birthday" class="mobile-menu__nav-link" data-type="menuitem">Birthday</a></li><li class="mobile-menu__nav-item"><a href="/collections/christmas-under-the-mistletoe" class="mobile-menu__nav-link" data-type="menuitem">Christmas </a></li><li class="mobile-menu__nav-item"><a href="https://www.themaevastore.com/collections/festive-corner" class="mobile-menu__nav-link" data-type="menuitem">Festive Decor</a></li><li class="mobile-menu__nav-item"><a href="/collections/festive-gifting-corporate-bulk-orders" class="mobile-menu__nav-link" data-type="menuitem">Festive gifting : Corporate/Bulk Orders</a></li><li class="mobile-menu__nav-item"><a href="/collections/mothers-day" class="mobile-menu__nav-link" data-type="menuitem">Mother's Day</a></li><li class="mobile-menu__nav-item"><a href="/collections/heartfelt-hues" class="mobile-menu__nav-link" data-type="menuitem">Party Favour</a></li><li class="mobile-menu__nav-item"><a href="/collections/rakhi" class="mobile-menu__nav-link" data-type="menuitem">Rakhi</a></li><li class="mobile-menu__nav-item"><a href="/collections/valentine-special" class="mobile-menu__nav-link" data-type="menuitem">Valentine’s💞</a></li><li class="mobile-menu__nav-item"><a href="/collections/wedding" class="mobile-menu__nav-link" data-type="menuitem">Wedding & Anniversary</a></li></ul></div> </div></div> </div></nav><div class="header__logo"><a href="/" class="header__logo-link"><span class="visually-hidden">The Maeva Store </span> <img class="header__logo-image" style="max-width: 50px" width="117" height="169" src="//www.themaevastore.com/cdn/shop/files/Mask_group_2dba738b-9ec0-42e2-a0cd-bee14b043eda_50x@2x.png?v=1713518108" alt="The Maeva Store "></a></div><div class="header__search-bar-wrapper"> <form action="/search" method="get" role="search" class="search-bar"><div class="search-bar__top-wrapper"> <div class="search-bar__top"> <input type="hidden" name="type" value="product"> <div class="search-bar__input-wrapper"> <input class="search-bar__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Search..." placeholder="Search..."> <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input"> <span class="visually-hidden">Clear</span> <svg focusable="false" class="icon icon--close" viewbox="0 0 19 19" role="presentation"> <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path> </svg> </button> </div><div class="search-bar__filter"> <label for="search-product-type" class="search-bar__filter-label"> <span class="search-bar__filter-active">All categories</span><svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg></label> <select id="search-product-type"> <option value="" selected="selected">All categories</option><option value="BOUQUET">BOUQUET</option><option value="Candle">Candle</option><option value="Candle Holder">Candle Holder</option><option value="Ceramic Burner">Ceramic Burner</option><option value="Deco tray / Wall frame">Deco tray / Wall frame</option><option value="Diffuser">Diffuser</option><option value="Diwali Decor">Diwali Decor</option><option value="Door Hanging">Door Hanging</option><option value="Embellishment">Embellishment</option><option value="Essential Oil">Essential Oil</option><option value="Gift Boxes">Gift Boxes</option><option value="Gift Card">Gift Card</option><option value="Gift Wrap">Gift Wrap</option><option value="Greeting Card">Greeting Card</option><option value="Incense Sticks">Incense Sticks</option><option value="Mood Elevator">Mood Elevator</option><option value="Pooja Essentials">Pooja Essentials</option><option value="Potpourri">Potpourri</option><option value="Rakhi">Rakhi</option><option value="Rangoli Mat">Rangoli Mat</option><option value="Reed Diffuser">Reed Diffuser</option><option value="Smudge Bundle">Smudge Bundle</option><option value="Table Decor">Table Decor</option><option value="Toran">Toran</option><option value="Wall Decor">Wall Decor</option><option value="wreath">wreath</option><option value="X-mas Ornaments">X-mas Ornaments</option></select> </div><button type="submit" class="search-bar__submit" aria-label="Search"><svg focusable="false" class="icon icon--search" viewbox="0 0 21 21" role="presentation"> <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd"> <path d="M19 19l-5-5" stroke-linecap="square"></path> <circle cx="8.5" cy="8.5" r="7.5"></circle> </g> </svg><svg focusable="false" class="icon icon--search-loader" viewbox="0 0 64 64" role="presentation"> <path opacity=".4" d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z"></path> <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path> </svg></button> </div> <button type="button" class="search-bar__close-button hidden-tablet-and-up" data-action="unfix-search"> <span class="search-bar__close-text">Close</span> </button> </div> <div class="search-bar__inner"> <div class="search-bar__results" aria-hidden="true"> <div class="skeleton-container"><div class="search-bar__result-item search-bar__result-item--skeleton"> <div class="search-bar__image-container"> <div class="aspect-ratio aspect-ratio--square"> <div class="skeleton-image"></div> </div> </div> <div class="search-bar__item-info"> <div class="skeleton-paragraph"> <div class="skeleton-text"></div> <div class="skeleton-text"></div> </div> </div> </div><div class="search-bar__result-item search-bar__result-item--skeleton"> <div class="search-bar__image-container"> <div class="aspect-ratio aspect-ratio--square"> <div class="skeleton-image"></div> </div> </div> <div class="search-bar__item-info"> <div class="skeleton-paragraph"> <div class="skeleton-text"></div> <div class="skeleton-text"></div> </div> </div> </div><div class="search-bar__result-item search-bar__result-item--skeleton"> <div class="search-bar__image-container"> <div class="aspect-ratio aspect-ratio--square"> <div class="skeleton-image"></div> </div> </div> <div class="search-bar__item-info"> <div class="skeleton-paragraph"> <div class="skeleton-text"></div> <div class="skeleton-text"></div> </div> </div> </div></div> <div class="search-bar__results-inner"></div> </div><div class="search-bar__menu-wrapper" aria-hidden="true"><p class="search-bar__menu-title heading">Accessories</p><ul class="search-bar__menu-linklist list--unstyled" role="list"><li> <a href="/collections/aromatherapy-set" class="search-bar__menu-link">Aromatherapy Set</a> </li><li> <a href="/collections/candle-holders" class="search-bar__menu-link">Candle Holders</a> </li><li> <a href="/collections/x-mas-ornaments" class="search-bar__menu-link">X-mas Ornaments</a> </li></ul> </div></div> </form> </div><div class="header__action-list"><div class="header__action-item hidden-tablet-and-up"> <a class="header__action-item-link" href="/search" data-action="toggle-search" aria-expanded="false" aria-label="Open search"><svg focusable="false" class="icon icon--search" viewbox="0 0 21 21" role="presentation"> <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd"> <path d="M19 19l-5-5" stroke-linecap="square"></path> <circle cx="8.5" cy="8.5" r="7.5"></circle> </g> </svg></a> </div><div class="header__action-item header__action-item--cart"> <a class="header__action-item-link header__cart-toggle" href="/cart" data-no-instant> <div class="header__action-item-content"> <div class="header__cart-icon icon-state" aria-expanded="false"> <span class="icon-state__primary"><svg focusable="false" class="icon icon--cart" viewbox="0 0 27 24" role="presentation"> <g transform="translate(0 1)" stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd"> <circle stroke-linecap="square" cx="11" cy="20" r="2"></circle> <circle stroke-linecap="square" cx="22" cy="20" r="2"></circle> <path d="M7.31 5h18.27l-1.44 10H9.78L6.22 0H0"></path> </g> </svg><span class="header__cart-count">0</span> </span> <span class="icon-state__secondary"><svg focusable="false" class="icon icon--close" viewbox="0 0 19 19" role="presentation"> <path d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z" fill="currentColor" fill-rule="evenodd"></path> </svg></span> </div> <span class="hidden-pocket hidden-lap">Cart</span> </div> </a></div><div class="header__action-item header__action-item--account"><span class="header__action-item-title hidden-pocket hidden-lap">Login / Signup</span><div class="header__action-item-content"> <a href="/account/login" class="header__action-item-link header__account-icon icon-state hidden-desk" aria-label="My account"> <span class="icon-state__primary"><svg focusable="false" class="icon icon--account" viewbox="0 0 20 22" role="presentation"> <path d="M10 13c2.82 0 5.33.64 6.98 1.2A3 3 0 0 1 19 17.02V21H1v-3.97a3 3 0 0 1 2.03-2.84A22.35 22.35 0 0 1 10 13zm0 0c-2.76 0-5-3.24-5-6V6a5 5 0 0 1 10 0v1c0 2.76-2.24 6-5 6z" stroke="currentColor" stroke-width="2" fill="none"></path> </svg></span> </a> <a href="/account/login" class="header__action-item-link hidden-pocket hidden-lap">My account</a> </div> </div></div> </div> </div> </header><nav class="nav-bar"> <div class="nav-bar__inner"> <div class="container"> <ul class="nav-bar__linklist list--unstyled" data-type="menu" role="list"><li class="nav-bar__item item-number--1"><a href="/collections/newly-launched" class="nav-bar__link link" data-type="menuitem">Newly Launched</a></li><li class="nav-bar__item item-number--2"><a href="/collections/home-decor" class="nav-bar__link link" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-2" aria-haspopup="true">Home Decor<svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg><svg focusable="false" class="icon icon--nav-triangle" viewbox="0 0 20 9" role="presentation"> <g fill="none" fill-rule="evenodd"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#f6eadc"></path> </g> </svg></a><ul id="desktop-menu-0-2" class="nav-dropdown nav-dropdown--restrict" data-type="menu" aria-hidden="true" role="list"><li class="nav-dropdown__item"><a href="/collections/botanical-bunches" class="nav-dropdown__link link" data-type="menuitem">Botanical Bunches</a></li><li class="nav-dropdown__item"><a href="/collections/botanical-stems" class="nav-dropdown__link link" data-type="menuitem">Botanical Stems</a></li><li class="nav-dropdown__item"><a href="/collections/bouquet" class="nav-dropdown__link link" data-type="menuitem">Bouquet</a></li><li class="nav-dropdown__item"><a href="/collections/door-hangings" class="nav-dropdown__link link" data-type="menuitem">Door Hangings</a></li><li class="nav-dropdown__item"><a href="/collections/floral-frame" class="nav-dropdown__link link" data-type="menuitem">Floral Frame</a></li><li class="nav-dropdown__item"><a href="/collections/floral-strings" class="nav-dropdown__link link" data-type="menuitem">Floral Strings</a></li><li class="nav-dropdown__item"><a href="/collections/greeting-card" class="nav-dropdown__link link" data-type="menuitem">Greeting Card</a></li><li class="nav-dropdown__item"><a href="/collections/pooja-decor-essentials" class="nav-dropdown__link link" data-type="menuitem">Pooja Essentials</a></li><li class="nav-dropdown__item"><a href="/collections/rangoli-mats" class="nav-dropdown__link link" data-type="menuitem">Rangoli Mats</a></li><li class="nav-dropdown__item"><a href="/collections/table-decors" class="nav-dropdown__link link" data-type="menuitem">Table Decor</a></li><li class="nav-dropdown__item"><a href="/collections/torans" class="nav-dropdown__link link" data-type="menuitem">Toran</a></li><li class="nav-dropdown__item"><a href="/collections/tree-decor" class="nav-dropdown__link link" data-type="menuitem">Tree Decor</a></li><li class="nav-dropdown__item"><a href="/collections/vases-1" class="nav-dropdown__link link" data-type="menuitem">Vases</a></li><li class="nav-dropdown__item"><a href="/collections/wall-decor" class="nav-dropdown__link link" data-type="menuitem">Wall Decor</a></li></ul></li><li class="nav-bar__item item-number--3"><a href="/collections/home-fragrances" class="nav-bar__link link" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-3" aria-haspopup="true">Home Fragrances<svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg><svg focusable="false" class="icon icon--nav-triangle" viewbox="0 0 20 9" role="presentation"> <g fill="none" fill-rule="evenodd"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#f6eadc"></path> </g> </svg></a><ul id="desktop-menu-0-3" class="nav-dropdown nav-dropdown--restrict" data-type="menu" aria-hidden="true" role="list"><li class="nav-dropdown__item"><a href="/collections/aromatherapy-essential-oils" class="nav-dropdown__link link" data-type="menuitem">Essential Oils</a></li><li class="nav-dropdown__item"><a href="/collections/mood-elevators" class="nav-dropdown__link link" data-type="menuitem">Mood Elevators</a></li><li class="nav-dropdown__item"><a href="/collections/pooja-decor-essentials" class="nav-dropdown__link link" data-type="menuitem">Pooja Essentials</a></li><li class="nav-dropdown__item"><a href="/collections/potpourri" class="nav-dropdown__link link" data-type="menuitem">Potpourri</a></li><li class="nav-dropdown__item"><a href="/collections/reed-diffusers" class="nav-dropdown__link link" data-type="menuitem">Reed Diffuser</a></li><li class="nav-dropdown__item"><a href="/collections/smudge-bundles" class="nav-dropdown__link link" data-type="menuitem">Smudge Bundles</a></li></ul></li><li class="nav-bar__item item-number--4"><a href="/collections/candles" class="nav-bar__link link" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-4" aria-haspopup="true">Candles<svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg><svg focusable="false" class="icon icon--nav-triangle" viewbox="0 0 20 9" role="presentation"> <g fill="none" fill-rule="evenodd"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#f6eadc"></path> </g> </svg></a><ul id="desktop-menu-0-4" class="nav-dropdown nav-dropdown--restrict" data-type="menu" aria-hidden="true" role="list"><li class="nav-dropdown__item"><a href="/collections/botanical-candles" class="nav-dropdown__link link" data-type="menuitem">Botanical Candles</a></li><li class="nav-dropdown__item"><a href="/collections/cupcake-candles" class="nav-dropdown__link link" data-type="menuitem">Cupcake Candles</a></li><li class="nav-dropdown__item"><a href="/collections/floater-candles" class="nav-dropdown__link link" data-type="menuitem">Floater Candles</a></li><li class="nav-dropdown__item"><a href="/collections/glass-candles" class="nav-dropdown__link link" data-type="menuitem">Glass Candles</a></li><li class="nav-dropdown__item"><a href="/collections/jar-candles" class="nav-dropdown__link link" data-type="menuitem">Jar Candle</a></li><li class="nav-dropdown__item"><a href="/collections/metallic-glass-candles" class="nav-dropdown__link link" data-type="menuitem">Metallic Glass Candles</a></li><li class="nav-dropdown__item"><a href="/collections/pillar-candles" class="nav-dropdown__link link" data-type="menuitem">Pillar Candles</a></li><li class="nav-dropdown__item"><a href="/collections/shot-glass-candles" class="nav-dropdown__link link" data-type="menuitem">Shot Glass Candles</a></li><li class="nav-dropdown__item"><a href="/collections/taper-candles" class="nav-dropdown__link link" data-type="menuitem">Taper Candles</a></li><li class="nav-dropdown__item"><a href="/collections/tea-lights-candles" class="nav-dropdown__link link" data-type="menuitem">Tea-lights</a></li></ul></li><li class="nav-bar__item item-number--5"><a href="/collections/accessories" class="nav-bar__link link" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-5" aria-haspopup="true">Accessories<svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg><svg focusable="false" class="icon icon--nav-triangle" viewbox="0 0 20 9" role="presentation"> <g fill="none" fill-rule="evenodd"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#f6eadc"></path> </g> </svg></a><ul id="desktop-menu-0-5" class="nav-dropdown nav-dropdown--restrict" data-type="menu" aria-hidden="true" role="list"><li class="nav-dropdown__item"><a href="/collections/aromatherapy-set" class="nav-dropdown__link link" data-type="menuitem">Aromatherapy Set</a></li><li class="nav-dropdown__item"><a href="/collections/candle-holders" class="nav-dropdown__link link" data-type="menuitem">Candle Holders</a></li><li class="nav-dropdown__item"><a href="/collections/x-mas-ornaments" class="nav-dropdown__link link" data-type="menuitem">X-mas Ornaments</a></li></ul></li><li class="nav-bar__item item-number--6"><a href="/" class="nav-bar__link link" data-type="menuitem" aria-expanded="false" aria-controls="desktop-menu-0-6" aria-haspopup="true">Shop By Occasion<svg focusable="false" class="icon icon--arrow-bottom" viewbox="0 0 12 8" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M10 2L6 6 2 2" fill="none" stroke-linecap="square"></path> </svg><svg focusable="false" class="icon icon--nav-triangle" viewbox="0 0 20 9" role="presentation"> <g fill="none" fill-rule="evenodd"> <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path> <path d="M-.00922471 9C1.38887087 7.61849126 4.26661926 4.80337304 8.62402045.5546454c.75993175-.7409708 1.98812015-.7393145 2.74596565.0037073L19.9800494 9h-1.3748787l-7.9226239-7.7676545c-.3789219-.3715101-.9930172-.3723389-1.3729808-.0018557-3.20734177 3.1273507-5.6127118 5.4776841-7.21584193 7.05073579C1.82769633 8.54226204 1.58379521 8.7818599 1.36203986 9H-.00922471z" fill="#f6eadc"></path> </g> </svg></a><ul id="desktop-menu-0-6" class="nav-dropdown nav-dropdown--restrict" data-type="menu" aria-hidden="true" role="list"><li class="nav-dropdown__item"><a href="/collections/birthday" class="nav-dropdown__link link" data-type="menuitem">Birthday</a></li><li class="nav-dropdown__item"><a href="/collections/christmas-under-the-mistletoe" class="nav-dropdown__link link" data-type="menuitem">Christmas </a></li><li class="nav-dropdown__item"><a href="https://www.themaevastore.com/collections/festive-corner" class="nav-dropdown__link link" data-type="menuitem">Festive Decor</a></li><li class="nav-dropdown__item"><a href="/collections/festive-gifting-corporate-bulk-orders" class="nav-dropdown__link link" data-type="menuitem">Festive gifting : Corporate/Bulk Orders</a></li><li class="nav-dropdown__item"><a href="/collections/mothers-day" class="nav-dropdown__link link" data-type="menuitem">Mother's Day</a></li><li class="nav-dropdown__item"><a href="/collections/heartfelt-hues" class="nav-dropdown__link link" data-type="menuitem">Party Favour</a></li><li class="nav-dropdown__item"><a href="/collections/rakhi" class="nav-dropdown__link link" data-type="menuitem">Rakhi</a></li><li class="nav-dropdown__item"><a href="/collections/valentine-special" class="nav-dropdown__link link" data-type="menuitem">Valentine’s💞</a></li><li class="nav-dropdown__item"><a href="/collections/wedding" class="nav-dropdown__link link" data-type="menuitem">Wedding & Anniversary</a></li></ul></li><li class="nav-bar__item item-number--7"><a href="/collections/buy-one-get-one" class="nav-bar__link link" data-type="menuitem">Buy 1 Get 1</a></li><li class="nav-bar__item item-number--8"><a href="/collections/all" class="nav-bar__link link" data-type="menuitem">Shop All</a></li><li class="nav-bar__item item-number--9"><a href="/collections/gift-card" class="nav-bar__link link" data-type="menuitem">Gift Card</a></li></ul> </div> </div> </nav></section> <style> :root { --header-is-sticky: 1; --header-inline-navigation: 1; } #shopify-section-sections--16656766697559__header { position: relative; display: flow-root; z-index: 5;position: -webkit-sticky; position: sticky; top: 0;}.header__logo-image { max-width: 50px !important; } @media screen and (min-width: 641px) { .header__logo-image { max-width: 50px !important; } }@media screen and (min-width: 1000px) { .search-bar.is-expanded .search-bar__top { box-shadow: 0 -1px var(--border-color) inset; } }</style> <script> document.documentElement.style.setProperty('--header-height', document.getElementById('shopify-section-sections--16656766697559__header').clientHeight + 'px'); </script> <style> #shopify-section-sections--16656766697559__header ul.nav-bar__linklist.list--unstyled {text-align: center;} #shopify-section-sections--16656766697559__header header, #shopify-section-sections--16656766697559__header nav {font-family: "PT Serif", serif;} #shopify-section-sections--16656766697559__header option[value*="Gift Wrap"] {display: none;} #shopify-section-sections--16656766697559__header ul.mobile-menu__nav {display: grid;} </style></div> <!-- END sections: header-group --><!-- BEGIN sections: overlay-group --> <div id="shopify-section-sections--16656767746135__popups" class="shopify-section shopify-section-group-overlay-group"><div data-section-id="sections--16656767746135__popups" data-section-type="popups"></div> </div><div id="shopify-section-sections--16656767746135__privacy-banner" class="shopify-section shopify-section-group-overlay-group"><privacy-banner class="cookie-bar" aria-hidden="true"> <div class="container"> <div class="cookie-bar__inner"> <div class="cookie-bar__text rte"><p>Use this bar to show information about your cookie policy.</p></div> <div class="cookie-bar__choice-container"> <div class="button-group button-group--fit"> <button type="button" class="cookie-bar__button button button--primary" data-action="accept-terms">Accept</button> <button type="button" class="cookie-bar__button button button--secondary" data-action="decline-terms">Decline</button> </div> </div> </div> </div> </privacy-banner> </div> <!-- END sections: overlay-group --><main id="main" role="main"> <div id="shopify-section-template--16656769744983__main" class="shopify-section"><article data-section-id="template--16656769744983__main" data-section-type="blog-post"> <div class="container"> <header class="page__header page__header--stack"> <h1 class="page__title heading h1">The Art of Gifting: Selecting the Perfect Home Decor Items</h1><div class="page__meta"> <span class="page__meta-item page__meta-item--author">Maeva Candles & Fragrances</span><time class="page__meta-item page__meta-item--date">Jan 24, 2025</time> </div></header> <div class="blog-container"> <div class="blog-post"><div class="article__image-wrapper"><img src="//www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1267" alt="The Art of Gifting: Selecting the Perfect Home Decor Items" srcset="//www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=300 300w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=400 400w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=500 500w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=600 600w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=700 700w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=800 800w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=900 900w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1000 1000w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1100 1100w, //www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat.jpg?v=1737695832&width=1200 1200w" width="1267" height="1265" loading="lazy" sizes="min(100vw, 980px)"></div><div class="card hidden-phone"> <div class="card__section card__section--tight"> <div class="article__toolbar"><div class="article__toolbar-item"> <span class="article__share-label">Share</span><ul class="social-media__item-list list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/sharer.php?u=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" target="_blank" rel="noopener" aria-label="Share on Facebook"><svg focusable="false" class="icon icon--facebook" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--pinterest"> <a href="https://pinterest.com/pin/create/button/?url=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items&media=https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat_large.jpg?v=1737695832&description=Introduction%20In%20a%20world%20where%20every%20gift%20tells%20a%20story,%20the%20selection%20of%20home%20decor..." target="_blank" rel="noopener" aria-label="Pin on Pinterest"><svg focusable="false" class="icon icon--pinterest" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm-.4492946-22.49876954c-.3287968.04238918-.6577148.08477836-.9865116.12714793-.619603.15784625-1.2950238.30765013-1.7959124.60980792-1.3367356.80672832-2.26284291 1.74754848-2.88355361 3.27881599-.1001431.247352-.10374313.4870343-.17702448.7625149-.47574032 1.7840923.36779138 3.6310327 1.39120339 4.2696951.1968419.1231267.6448551.3405257.8093833.0511377.0909873-.1603963.0706852-.3734014.1265202-.5593764.036883-.1231267.1532436-.3547666.1263818-.508219-.0455542-.260514-.316041-.4256572-.4299438-.635367-.230748-.4253041-.2421365-.8027267-.3541701-1.3723228.0084116-.0763633.0168405-.1527266.0253733-.2290899.0340445-.6372108.1384107-1.0968422.3287968-1.5502554.5593198-1.3317775 1.4578212-2.07273488 2.9088231-2.5163011.324591-.09899963 1.2400541-.25867013 1.7200175-.1523539.2867042.05078464.5734084.10156927.8600087.1523539 1.0390064.33760307 1.7953931.9602003 2.2007079 1.9316992.252902.6061594.3275507 1.7651044.1517724 2.5415071-.0833199.3679287-.0705641.6832289-.1770418 1.0168107-.3936666 1.2334841-.9709174 2.3763639-2.2765854 2.6942337-.8613761.2093567-1.5070793-.3321303-1.7200175-.8896824-.0589159-.1545509-.1598205-.4285603-.1011297-.6865243.2277711-1.0010987.5562045-1.8969797.8093661-2.8969995.24115-.9528838-.2166421-1.7048063-.9358863-1.8809146-.8949186-.2192233-1.585328.6350139-1.8211644 1.1943903-.1872881.4442919-.3005678 1.2641823-.1517724 1.8557085.0471811.1874265.2666617.689447.2276672.8640842-.1728187.7731269-.3685356 1.6039823-.5818373 2.3635745-.2219729.7906632-.3415527 1.5999416-.5564641 2.3639276-.098793.3507651-.0955738.7263439-.1770244 1.092821v.5337977c-.0739045.3379758-.0194367.9375444.0505042 1.2703809.0449484.2137505-.0261175.4786388.0758948.6357396.0020943.1140055.0159752.1388388.0506254.2031582.3168026-.0095136.7526829-.8673992.9106342-1.118027.3008274-.477913.5797431-.990879.8093833-1.5506281.2069844-.5042174.2391769-1.0621226.4046917-1.60104.1195798-.3894861.2889369-.843272.328918-1.2707535h.0252521c.065614.2342095.3033024.403727.4805692.5334446.5563429.4077482 1.5137774.7873678 2.5547742.5337977 1.1769151-.2868184 2.1141687-.8571599 2.7317812-1.702982.4549537-.6225776.7983583-1.3445472 1.0624066-2.1600633.1297394-.4011574.156982-.8454494.2529193-1.2711066.2405269-1.0661438-.0797199-2.3511383-.3794396-3.0497261-.9078995-2.11694836-2.8374975-3.32410832-5.918897-3.27881604z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--twitter"> <a href="https://twitter.com/intent/tweet?text=The%20Art%20of%20Gifting:%20Selecting%20the%20Perfect%20Home%20Decor%20Items&url=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" target="_blank" rel="noopener" aria-label="Tweet on Twitter"><svg focusable="false" fill="none" class="icon icon--twitter" role="presentation" viewbox="0 0 30 30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15Zm-8.427-7h-2.375l-3.914 4.473L11.901 8H7l5.856 7.657L7.306 22h2.376l4.284-4.894L17.709 22h4.78l-6.105-8.07L21.573 8ZM19.68 20.578h-1.316L9.774 9.347h1.412l8.494 11.231Z" fill="currentColor"/> </svg></a> </li> <li class="social-media__item"> <a href="mailto:?&subject=The Art of Gifting: Selecting the Perfect Home Decor Items&body=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" aria-label="Share by email"><svg focusable="false" class="icon icon--email" role="presentation" viewbox="0 0 28 28"> <path d="M14 28C6.2680135 28 0 21.7319865 0 14S6.2680135 0 14 0s14 6.2680135 14 14-6.2680135 14-14 14zm-3.2379501-18h6.4759002L14 12.6982917 10.7620499 10zM19 11.1350416V18H9v-6.8649584l5 4.1666667 5-4.1666667zM21 8H7v12h14V8z"></path> </svg></a> </li> </ul></div><div class="article__toolbar-item"> <svg focusable="false" class="icon icon--bi-comment" viewbox="0 0 24 23" role="presentation"> <g stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square"> <path d="M20.4 15.8C22 14.2 23 12.2 23 10c0-5-4.9-9-11-9S1 5 1 10s4.9 9 11 9c1.1 0 2.1-.1 3.1-.4L21 21l-.6-5.2z" stroke="#000000"></path> <path d="M8 8h8m-8 4h5" stroke="#000000"></path> </g> </svg> <a href="#comments" class="article__comments-count link">0 comments</a> </div></div> </div> </div><div class="article__inner"> <div class="article__content rte"> <h4 dir="ltr"><span>Introduction</span></h4> <p dir="ltr"><span>In a world where every gift tells a story, the selection of </span><span>home decor gifts</span><span> becomes a narrative of thoughtfulness and elegance. These treasured items have the power to transform spaces, evoke feelings, and create lasting impressions. Choosing the right </span><span>home decor products</span><span> is akin to curating an exhibition in the heart of the recipient's sanctuary. It involves an understanding of their personal style, the function of their space, and the gentle balance between taste and trend. By meticulously selecting the</span><span> </span><span>best home decor items</span><span>, one can offer gifts that not only adorn a home but elevate the soul who inhabits it.</span></p> <h4 dir="ltr"><span>Section 1: Assessing Recipient's Tastes</span></h4> <p dir="ltr"><span>Embarking on the quest to find impeccable </span><span>home decor gifts</span><span> begins with a deep dive into the world of the recipient's tastes. Their home is a canvas painted with elements of their personality, culture, and dreams.</span></p> <p dir="ltr"><strong>How to Observe and Understand the Recipient’s Home Decor Style</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Visit and Visualize:</span><span> Spend time in their home environment to glean insights into their preferred style. Is it minimalist and sleek, or does it echo traditional charm? Maybe there's a touch of bohemian flair with eclectic patterns and textiles. Observing their choice of furniture, the layout of rooms, and even the books on their shelves can offer subtle hints about their design ethos.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Personality Reflections:</span><span> Notice the color palettes, the shapes, and recurring motifs. Are they drawn to the bold and vibrant, or do they prefer the muted sophistication of pastel hues? Are there dominant elements like geometric patterns or floral designs? Each detail is a note in the symphony that is their home's aesthetic.</span></p> </li> </ul> <p dir="ltr"><strong>Tips for Noticing the Details That Matter</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Textures and Materials:</span><span> Pay attention to the materials used in their home, such as wood, metal, or fabric. This can guide you in choosing similar textures for your </span><span>home decor gifts</span><span>. Perhaps a woven basket complements their love for natural elements, or a metallic frame resonates with their industrial vibes.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Functional Spaces:</span><span> Observe how they utilize spaces. Those who treasure functionality may appreciate </span><span>home decor products</span><span> like elegant storage solutions. Open shelves filled with curated decor vignettes may indicate a love for display, while hidden storage speaks to a predilection for tidy, streamlined spaces.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Cultural Influences:</span><span> Consider any cultural artifacts or themed decor which could provide a meaningful base for your gift. A bust of Apollo might indicate an appreciation for classical art and mythology, while Asian motifs might suggest an inclination toward Zen-inspired aesthetics.</span></p> </li> </ul> <h4 dir="ltr"><span>Section 2: Types of Home Decor Gifts</span></h4> <p dir="ltr"><span>In the realm of home beautification, the possibilities are as boundless as one's imagination. Here's an exploration of exquisite choices to consider:</span></p> <div align="left" dir="ltr"> <table> <colgroup> <col width="128"> <col width="260"> </colgroup> <tbody> <tr> <td> <p dir="ltr"><span>Category</span></p> </td> <td> <p dir="ltr"><span>Examples</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Wall Art</span></p> </td> <td> <p dir="ltr"><span>Artistic paintings, framed prints</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Table Decor</span></p> </td> <td> <p dir="ltr"><span>Themed tablecloths, centerpiece vases</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Soft Furnishings</span></p> </td> <td> <p dir="ltr"><span>Comfy throws, decorative pillows</span></p> </td> </tr> </tbody> </table> </div> <p dir="ltr"><strong>Wall Art</strong></p> <p dir="ltr"><span>Graceful and evocative, wall art offers an instant splash of personality to any space. Whether it's a serene landscape, an abstract arc of color, or a framed family photograph, each piece tells its own tale and stands as a testament to the </span><span>best home decor items</span><span>. Art can stir sentiments and start conversations, making it an ever-cherished gift.</span></p> <p dir="ltr"><strong>Table Decor</strong></p> <p dir="ltr"><span>Table decor can range from the timeless elegance of a crystal vase to the playful sophistication of patterned tablecloths. These </span><span>home decor products</span><span> effortlessly blend function with aesthetic appeal. Imagine a table set for dinner adorned with a centerpiece that catches the light, casting soft reflections and creating an intimate atmosphere.</span></p> <p dir="ltr"><strong>Soft Furnishings</strong></p> <p dir="ltr"><span>These are the swathes of comfort that whisper a warm welcome—pillows lined with fine embroidery or a blanket woven from the softest yarn imaginable. Soft furnishings not only add color and pattern but a rich texture that can change the feel of a room, making them ideal for creating an inviting ambiance.</span></p> <p dir="ltr"><strong>Section 3: Functional Yet Stylish Decor</strong></p> <p dir="ltr"><span>Functionality need not compromise style. There are </span><span>home decor products</span><span> that seamlessly integrate utility with aesthetics, perfect for an elegantly appointed home.</span></p> <div align="left" dir="ltr"> <table> <colgroup> <col width="111"> <col width="255"> </colgroup> <tbody> <tr> <td> <p dir="ltr"><span>Item</span></p> </td> <td> <p dir="ltr"><span>Functionality</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Storage Boxes</span></p> </td> <td> <p dir="ltr"><span>Tidy up space with sophistication</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Bookends</span></p> </td> <td> <p dir="ltr"><span>Keep books in order despite grandeur</span></p> </td> </tr> </tbody> </table> </div> <p dir="ltr"><strong>Examples of Functional Yet Stylish Decor</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Elegant Storage Boxes:</span><span> These can conceal clutter while adding a dash of luxe to any shelf or tabletop, proving to be among the </span><span>best home decor items</span><span>. Choose boxes with patterns that echo the recipient's taste or colors that contrast beautifully with their existing decor.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Stylish Bookends:</span><span> These offer both support for literary collections and a visual anchor that complements the room's aesthetic flow. Consider bookends in sleek marble for a touch of opulence or rustic wood for a more organic feel.</span></p> </li> </ul> <p dir="ltr"><strong>Section 4: The Psychology Behind Colors and Themes</strong></p> <p dir="ltr"><span>Color has a profound influence on mood and can alter the perception of a space. When selecting </span><span>home decor gifts</span><span>, consider the emotional resonance of hues and themes.</span></p> <p dir="ltr"><strong>Insight Into Color Choices and Themes</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Warm and Inviting:</span><span> Reds, oranges, and yellows evoke warmth and energy—ideal for entryways or family spaces. These hues can create an atmosphere of welcome and vibrancy, perfect for homes where lively gatherings are cherished.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Calm and Serene:</span><span> Blues, greens, and lavenders imbue an area with calm, perfect for bedrooms or reading nooks. These colors are reminiscent of nature, promoting feelings of peace and tranquility. Consider gifts that incorporate these tones, like a serene seascape painting or verdant throw pillow.</span></p> </li> </ul> <p dir="ltr"><strong>How to Match Decor Items with Existing Home Themes</strong></p> <p dir="ltr"><span>By understanding the psychological undertone of colors, one can weave new </span><span>home decor items</span><span> into the existing tapestry of the recipient's home. Choose tones that amplify or complement the ambiance of various spaces, ensuring the </span><span>home decor products</span><span> resonate personally. Perhaps a cool-toned vase complements a room's relaxed vibe or a bold rug adds a splash of excitement.</span></p> <p dir="ltr"><strong>Section 5: Best Home Decor Items Under a Budget</strong></p> <p dir="ltr"><span>Gifts that echo opulence don't always have to bear a hefty price tag. Here are suggestions for elegant yet budget-friendly </span><span>home decor gifts</span><span>.</span></p> <div align="left" dir="ltr"> <table> <colgroup> <col width="120"> <col width="186"> </colgroup> <tbody> <tr> <td> <p dir="ltr"><span>Item</span></p> </td> <td> <p dir="ltr"><span>Cost-Effective Solution</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>DIY Decor</span></p> </td> <td> <p dir="ltr"><span>Personalize with creativity</span></p> </td> </tr> <tr> <td> <p dir="ltr"><span>Upcycled Items</span></p> </td> <td> <p dir="ltr"><span>Transform old into gold</span></p> </td> </tr> </tbody> </table> </div> <p dir="ltr"><strong>Examples:</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>DIY Gift Options:</span><span> Homemade crafts infused with sentiment, such as hand-painted vases or custom photo frames, can deliver as much, if not more, joy than the pricier alternatives, cementing their place among the </span><span>best home decor items</span><span>. These gifts carry the personal touch, bearing the maker’s intention and care.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Upcycled Decor Items:</span><span> Breathing new life into pre-loved items by adding personal touches rejuvenates their charm and demonstrates the uniqueness of your chosen </span><span>home decor products</span><span>. Consider a vintage mirror refashioned with a new ornate frame or a repurposed art piece that stands out as an eco-friendly statement.</span></p> </li> </ul> <p dir="ltr"><strong>Section 6: Seasonal and Holiday-Themed Decor</strong></p> <p dir="ltr"><span>Seasonal and holiday-themed decor items are a delightful way to celebrate the time of year or festive occasion. When chosen carefully, these gifts can become cherished fixtures that resurface during special times, adding warmth and joy to celebratory moments.</span></p> <p dir="ltr"><strong>Seasonal Inspiration and Occasions</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Winter Wonderland:</span><span> Think of cozy blankets, snowflake motifs, and candle holders that cast a warm glow. Winter gifts are an invitation to cocoon with loved ones, surrounded by comforting shades of white, silver, and deep reds or greens.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Spring Fresh:</span><span> Floral arrangements, pastel-hued decorative pieces, and light, airy curtains. These evoke the rebirth and renewal of spring, encouraging the recipient to refresh their home with pops of bright and gentle color palettes.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Autumn Comfort:</span><span> Earth-toned cushions, rustic table runners, and pumpkin-themed centerpieces. Embrace the coziness of fall with decor items that celebrate nature’s bounty and bring the outdoors inside through warm hues.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Holiday Cheer:</span><span> Ornaments, wreaths, and bespoke holiday-themed decor that captures the essence of the season, embodying the</span><span> </span><span>best home decor items</span><span>. These may include intricately carved wood pieces or ornaments adorned with shimmering accents.</span></p> </li> </ul> <p dir="ltr"><strong>Section 7: Personalized Home Decor Gifts</strong></p> <p dir="ltr"><span>Adding a personal touch to a gift can show an extra level of thoughtfulness and care. Personalized </span><span>home decor items</span><span> resonate deeply with the recipient as they reflect a considered gesture.</span></p> <p dir="ltr"><strong>Examples:</strong></p> <ul> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Engraved Items:</span><span> Picture frames, cutting boards, or decorative plaques with special dates or names. A personalized item stands as a testament to a momentous occasion or significant relationship, earmarking the gift as a treasured keepsake.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Custom Art:</span><span> Commissioning a piece of artwork that holds sentimental value, making it a part of the </span><span>best home decor items</span><span> collection. Consider incorporating the recipient’s favorite colors, places, or motifs to make this gift truly unique.</span></p> </li> <li aria-level="1" dir="ltr"> <p role="presentation" dir="ltr"><span>Tailored Textiles:</span><span> Monogrammed towels, bespoke cushion covers, or personalized blankets. These items not only carry the recipient’s initials or meaningful symbols but also infuse their home with recognizable comfort and charm.</span></p> </li> </ul> <p><b><br></b></p> <p dir="ltr"><strong>In a Nutshell</strong></p> <p dir="ltr"><span>The pursuit of selecting the </span><span>best home decor gifts</span><span> is an enchanting journey of discovery and creativity. It is about identifying personal touches that will resonate with the recipient—not merely filling spaces but enhancing them with intention and delight. By thoughtfully observing the tastes, embracing functionality, and respecting budget constraints while staying true to colors and themes, one sets the stage for gifting that inspires joy and connection. As you embark on the delightful task of selecting </span><span>home decor products</span><span>, remember that the true essence of gifting lies in the thoughtfulness behind each choice, ensuring that the item will be cherished for years to come.</span></p> <p dir="ltr"><span>May your gifts be more than just decor—may they be cherished tokens of love and elegance that enrich the recipient's everyday life.</span></p> <p dir="ltr"><span>By following these comprehensive guidelines, you'll be well on your way to mastering the art of gifting perfect </span><span>home decor items</span><span>. From assessing personal tastes to understanding the nuances of color psychology, each step ensures your gifts are meaningful and memorable. Happy gifting!</span><span></span></p> </div><div class="article__aside"><div class="article__aside-item"> <span class="article__share-label">Share</span> <ul class="social-media__item-list list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/sharer.php?u=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" target="_blank" rel="noopener" aria-label="Share on Facebook"><svg focusable="false" class="icon icon--facebook" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--pinterest"> <a href="https://pinterest.com/pin/create/button/?url=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items&media=https://www.themaevastore.com/cdn/shop/articles/Shubhada_Rangoli_Mat_large.jpg?v=1737695832&description=Introduction%20In%20a%20world%20where%20every%20gift%20tells%20a%20story,%20the%20selection%20of%20home%20decor..." target="_blank" rel="noopener" aria-label="Pin on Pinterest"><svg focusable="false" class="icon icon--pinterest" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm-.4492946-22.49876954c-.3287968.04238918-.6577148.08477836-.9865116.12714793-.619603.15784625-1.2950238.30765013-1.7959124.60980792-1.3367356.80672832-2.26284291 1.74754848-2.88355361 3.27881599-.1001431.247352-.10374313.4870343-.17702448.7625149-.47574032 1.7840923.36779138 3.6310327 1.39120339 4.2696951.1968419.1231267.6448551.3405257.8093833.0511377.0909873-.1603963.0706852-.3734014.1265202-.5593764.036883-.1231267.1532436-.3547666.1263818-.508219-.0455542-.260514-.316041-.4256572-.4299438-.635367-.230748-.4253041-.2421365-.8027267-.3541701-1.3723228.0084116-.0763633.0168405-.1527266.0253733-.2290899.0340445-.6372108.1384107-1.0968422.3287968-1.5502554.5593198-1.3317775 1.4578212-2.07273488 2.9088231-2.5163011.324591-.09899963 1.2400541-.25867013 1.7200175-.1523539.2867042.05078464.5734084.10156927.8600087.1523539 1.0390064.33760307 1.7953931.9602003 2.2007079 1.9316992.252902.6061594.3275507 1.7651044.1517724 2.5415071-.0833199.3679287-.0705641.6832289-.1770418 1.0168107-.3936666 1.2334841-.9709174 2.3763639-2.2765854 2.6942337-.8613761.2093567-1.5070793-.3321303-1.7200175-.8896824-.0589159-.1545509-.1598205-.4285603-.1011297-.6865243.2277711-1.0010987.5562045-1.8969797.8093661-2.8969995.24115-.9528838-.2166421-1.7048063-.9358863-1.8809146-.8949186-.2192233-1.585328.6350139-1.8211644 1.1943903-.1872881.4442919-.3005678 1.2641823-.1517724 1.8557085.0471811.1874265.2666617.689447.2276672.8640842-.1728187.7731269-.3685356 1.6039823-.5818373 2.3635745-.2219729.7906632-.3415527 1.5999416-.5564641 2.3639276-.098793.3507651-.0955738.7263439-.1770244 1.092821v.5337977c-.0739045.3379758-.0194367.9375444.0505042 1.2703809.0449484.2137505-.0261175.4786388.0758948.6357396.0020943.1140055.0159752.1388388.0506254.2031582.3168026-.0095136.7526829-.8673992.9106342-1.118027.3008274-.477913.5797431-.990879.8093833-1.5506281.2069844-.5042174.2391769-1.0621226.4046917-1.60104.1195798-.3894861.2889369-.843272.328918-1.2707535h.0252521c.065614.2342095.3033024.403727.4805692.5334446.5563429.4077482 1.5137774.7873678 2.5547742.5337977 1.1769151-.2868184 2.1141687-.8571599 2.7317812-1.702982.4549537-.6225776.7983583-1.3445472 1.0624066-2.1600633.1297394-.4011574.156982-.8454494.2529193-1.2711066.2405269-1.0661438-.0797199-2.3511383-.3794396-3.0497261-.9078995-2.11694836-2.8374975-3.32410832-5.918897-3.27881604z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--twitter"> <a href="https://twitter.com/intent/tweet?text=The%20Art%20of%20Gifting:%20Selecting%20the%20Perfect%20Home%20Decor%20Items&url=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" target="_blank" rel="noopener" aria-label="Tweet on Twitter"><svg focusable="false" fill="none" class="icon icon--twitter" role="presentation" viewbox="0 0 30 30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15Zm-8.427-7h-2.375l-3.914 4.473L11.901 8H7l5.856 7.657L7.306 22h2.376l4.284-4.894L17.709 22h4.78l-6.105-8.07L21.573 8ZM19.68 20.578h-1.316L9.774 9.347h1.412l8.494 11.231Z" fill="currentColor"/> </svg></a> </li> <li class="social-media__item"> <a href="mailto:?&subject=The Art of Gifting: Selecting the Perfect Home Decor Items&body=https://www.themaevastore.com/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items" aria-label="Share by email"><svg focusable="false" class="icon icon--email" role="presentation" viewbox="0 0 28 28"> <path d="M14 28C6.2680135 28 0 21.7319865 0 14S6.2680135 0 14 0s14 6.2680135 14 14-6.2680135 14-14 14zm-3.2379501-18h6.4759002L14 12.6982917 10.7620499 10zM19 11.1350416V18H9v-6.8649584l5 4.1666667 5-4.1666667zM21 8H7v12h14V8z"></path> </svg></a> </li> </ul> </div></div><div class="article__navigation"><a href="/blogs/home-decor/from-local-charm-to-luxurious-comfort-discovering-home-decor-items-near-me" class="article__navigation-item article__navigation-item--prev text--strong link" rel="prev"><svg focusable="false" class="icon icon--arrow-left" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M6 10L2 6l4-4" fill="none" stroke-linecap="square"></path> </svg>Previous article</a><a href="/blogs/home-decor/budget-friendly-home-decor-style-without-breaking-the-bank" class="article__navigation-item article__navigation-item--next text--strong link" rel="next">Next article<svg focusable="false" class="icon icon--arrow-right" viewbox="0 0 8 12" role="presentation"> <path stroke="currentColor" stroke-width="2" d="M2 2l4 4-4 4" fill="none" stroke-linecap="square"></path> </svg></a></div><span id="comments" class="anchor"></span><form method="post" action="/blogs/home-decor/the-art-of-gifting-selecting-the-perfect-home-decor-items/comments#comment_form" id="comment_form" accept-charset="UTF-8" class="article__comment-form form"><input type="hidden" name="form_type" value="new_comment" /><input type="hidden" name="utf8" value="✓" /><p class="article__comment-form-title heading h2">Leave a comment</p><div class="article__comment-form-wrapper"><div class="form__input-row"> <div class="form__input-wrapper form__input-wrapper--labelled"><input id="comment-form-name" type="text" class="form__field form__field--text" name="comment[author]" value="" required="required"> <label for="comment-form-name" class="form__floating-label">Name</label> </div> <div class="form__input-wrapper form__input-wrapper--labelled"><input id="comment-form-email" type="email" class="form__field form__field--text" name="comment[email]" value="" required="required"> <label for="comment-form-email" class="form__floating-label">Email</label> </div> </div> <div class="form__input-wrapper form__input-wrapper--labelled"> <textarea id="comment-form-body" name="comment[body]" rows="5" class="form__field form__field--textarea" required="required"></textarea> <label for="comment-form-body" class="form__floating-label">Content</label> </div> <button type="submit" class="form__submit button button--primary button--min-width">Post comment</button> </div></form></div> </div><div class="blog-sidebar hidden-tablet"><div class="blog-sidebar__item blog-sidebar__item--newsletter" id="block-newsletter" > <style> #block-newsletter { background: #324435; color: #ffffff; } </style><h2 class="heading h3">Join Us</h2><div class="rte"> <p>A short sentence describing what someone will receive by subscribing</p> </div><div class="newsletter newsletter--compact"><form method="post" action="/contact#newsletter-newsletter" id="newsletter-newsletter" accept-charset="UTF-8" class="form newsletter__form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter"> <div class="form__input-wrapper form__input-wrapper--labelled"> <input type="email" name="contact[email]" class="form__field form__field--text form__field--borderless" aria-label="Your email" required> <label for="newsletter[contact][email]" class="form__floating-label">Your email</label> </div> <button type="submit" class="form__submit form__submit--tight button button--primary button--full">Subscribe</button></form><p class="newsletter__text">100% free, Unsubscribe any time!</p></div> </div><div class="blog-sidebar__item blog-sidebar__item--social" id="block-social-media" ><p class="blog-sidebar__block-title heading h3">Follow us</p><div class="blog-sidebar__social-list"> <ul class="social-media__item-list list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Facebook"><svg focusable="false" class="icon icon--facebook" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--twitter"> <a href="https://twitter.com/themaevastore?lang=en" target="_blank" rel="noopener" aria-label="Follow us on Twitter"><svg focusable="false" fill="none" class="icon icon--twitter" role="presentation" viewbox="0 0 30 30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15Zm-8.427-7h-2.375l-3.914 4.473L11.901 8H7l5.856 7.657L7.306 22h2.376l4.284-4.894L17.709 22h4.78l-6.105-8.07L21.573 8ZM19.68 20.578h-1.316L9.774 9.347h1.412l8.494 11.231Z" fill="currentColor"/> </svg></a> </li> <li class="social-media__item social-media__item--instagram"> <a href="https://www.instagram.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Instagram"><svg focusable="false" class="icon icon--instagram" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm.0000159-23.03571429c-2.1823849 0-2.4560363.00925037-3.3131306.0483571-.8553081.03901103-1.4394529.17486384-1.9505835.37352345-.52841925.20532625-.9765517.48009406-1.42331254.926823-.44672894.44676084-.72149675.89489329-.926823 1.42331254-.19865961.5111306-.33451242 1.0952754-.37352345 1.9505835-.03910673.8570943-.0483571 1.1307457-.0483571 3.3131306 0 2.1823531.00925037 2.4560045.0483571 3.3130988.03901103.8553081.17486384 1.4394529.37352345 1.9505835.20532625.5284193.48009406.9765517.926823 1.4233125.44676084.446729.89489329.7214968 1.42331254.9268549.5111306.1986278 1.0952754.3344806 1.9505835.3734916.8570943.0391067 1.1307457.0483571 3.3131306.0483571 2.1823531 0 2.4560045-.0092504 3.3130988-.0483571.8553081-.039011 1.4394529-.1748638 1.9505835-.3734916.5284193-.2053581.9765517-.4801259 1.4233125-.9268549.446729-.4467608.7214968-.8948932.9268549-1.4233125.1986278-.5111306.3344806-1.0952754.3734916-1.9505835.0391067-.8570943.0483571-1.1307457.0483571-3.3130988 0-2.1823849-.0092504-2.4560363-.0483571-3.3131306-.039011-.8553081-.1748638-1.4394529-.3734916-1.9505835-.2053581-.52841925-.4801259-.9765517-.9268549-1.42331254-.4467608-.44672894-.8948932-.72149675-1.4233125-.926823-.5111306-.19865961-1.0952754-.33451242-1.9505835-.37352345-.8570943-.03910673-1.1307457-.0483571-3.3130988-.0483571zm0 1.44787387c2.1456068 0 2.3997686.00819774 3.2471022.04685789.7834742.03572556 1.2089592.1666342 1.4921162.27668167.3750864.14577303.6427729.31990322.9239522.60111439.2812111.28117926.4553413.54886575.6011144.92395217.1100474.283157.2409561.708642.2766816 1.4921162.0386602.8473336.0468579 1.1014954.0468579 3.247134 0 2.1456068-.0081977 2.3997686-.0468579 3.2471022-.0357255.7834742-.1666342 1.2089592-.2766816 1.4921162-.1457731.3750864-.3199033.6427729-.6011144.9239522-.2811793.2812111-.5488658.4553413-.9239522.6011144-.283157.1100474-.708642.2409561-1.4921162.2766816-.847206.0386602-1.1013359.0468579-3.2471022.0468579-2.1457981 0-2.3998961-.0081977-3.247134-.0468579-.7834742-.0357255-1.2089592-.1666342-1.4921162-.2766816-.37508642-.1457731-.64277291-.3199033-.92395217-.6011144-.28117927-.2811793-.45534136-.5488658-.60111439-.9239522-.11004747-.283157-.24095611-.708642-.27668167-1.4921162-.03866015-.8473336-.04685789-1.1014954-.04685789-3.2471022 0-2.1456386.00819774-2.3998004.04685789-3.247134.03572556-.7834742.1666342-1.2089592.27668167-1.4921162.14577303-.37508642.31990322-.64277291.60111439-.92395217.28117926-.28121117.54886575-.45534136.92395217-.60111439.283157-.11004747.708642-.24095611 1.4921162-.27668167.8473336-.03866015 1.1014954-.04685789 3.247134-.04685789zm0 9.26641182c-1.479357 0-2.6785873-1.1992303-2.6785873-2.6785555 0-1.479357 1.1992303-2.6785873 2.6785873-2.6785873 1.4793252 0 2.6785555 1.1992303 2.6785555 2.6785873 0 1.4793252-1.1992303 2.6785555-2.6785555 2.6785555zm0-6.8050167c-2.2790034 0-4.1264612 1.8474578-4.1264612 4.1264612 0 2.2789716 1.8474578 4.1264294 4.1264612 4.1264294 2.2789716 0 4.1264294-1.8474578 4.1264294-4.1264294 0-2.2790034-1.8474578-4.1264612-4.1264294-4.1264612zm5.2537621-.1630297c0-.532566-.431737-.96430298-.964303-.96430298-.532534 0-.964271.43173698-.964271.96430298 0 .5325659.431737.964271.964271.964271.532566 0 .964303-.4317051.964303-.964271z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--pinterest"> <a href="https://pl.pinterest.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Pinterest"><svg focusable="false" class="icon icon--pinterest" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm-.4492946-22.49876954c-.3287968.04238918-.6577148.08477836-.9865116.12714793-.619603.15784625-1.2950238.30765013-1.7959124.60980792-1.3367356.80672832-2.26284291 1.74754848-2.88355361 3.27881599-.1001431.247352-.10374313.4870343-.17702448.7625149-.47574032 1.7840923.36779138 3.6310327 1.39120339 4.2696951.1968419.1231267.6448551.3405257.8093833.0511377.0909873-.1603963.0706852-.3734014.1265202-.5593764.036883-.1231267.1532436-.3547666.1263818-.508219-.0455542-.260514-.316041-.4256572-.4299438-.635367-.230748-.4253041-.2421365-.8027267-.3541701-1.3723228.0084116-.0763633.0168405-.1527266.0253733-.2290899.0340445-.6372108.1384107-1.0968422.3287968-1.5502554.5593198-1.3317775 1.4578212-2.07273488 2.9088231-2.5163011.324591-.09899963 1.2400541-.25867013 1.7200175-.1523539.2867042.05078464.5734084.10156927.8600087.1523539 1.0390064.33760307 1.7953931.9602003 2.2007079 1.9316992.252902.6061594.3275507 1.7651044.1517724 2.5415071-.0833199.3679287-.0705641.6832289-.1770418 1.0168107-.3936666 1.2334841-.9709174 2.3763639-2.2765854 2.6942337-.8613761.2093567-1.5070793-.3321303-1.7200175-.8896824-.0589159-.1545509-.1598205-.4285603-.1011297-.6865243.2277711-1.0010987.5562045-1.8969797.8093661-2.8969995.24115-.9528838-.2166421-1.7048063-.9358863-1.8809146-.8949186-.2192233-1.585328.6350139-1.8211644 1.1943903-.1872881.4442919-.3005678 1.2641823-.1517724 1.8557085.0471811.1874265.2666617.689447.2276672.8640842-.1728187.7731269-.3685356 1.6039823-.5818373 2.3635745-.2219729.7906632-.3415527 1.5999416-.5564641 2.3639276-.098793.3507651-.0955738.7263439-.1770244 1.092821v.5337977c-.0739045.3379758-.0194367.9375444.0505042 1.2703809.0449484.2137505-.0261175.4786388.0758948.6357396.0020943.1140055.0159752.1388388.0506254.2031582.3168026-.0095136.7526829-.8673992.9106342-1.118027.3008274-.477913.5797431-.990879.8093833-1.5506281.2069844-.5042174.2391769-1.0621226.4046917-1.60104.1195798-.3894861.2889369-.843272.328918-1.2707535h.0252521c.065614.2342095.3033024.403727.4805692.5334446.5563429.4077482 1.5137774.7873678 2.5547742.5337977 1.1769151-.2868184 2.1141687-.8571599 2.7317812-1.702982.4549537-.6225776.7983583-1.3445472 1.0624066-2.1600633.1297394-.4011574.156982-.8454494.2529193-1.2711066.2405269-1.0661438-.0797199-2.3511383-.3794396-3.0497261-.9078995-2.11694836-2.8374975-3.32410832-5.918897-3.27881604z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> </ul> </div></div></div></div> </div> </article> <style> #shopify-section-template--16656769744983__main input.form__field.form__field--text.form__field--borderless {margin-bottom: 10px; border-radius: 11px;} #shopify-section-template--16656769744983__main button.form__submit.form__submit--tight.button.button--primary.button--full {border-radius: 11px; text-transform: uppercase; font-family: "PT Serif", serif;} #shopify-section-template--16656769744983__main button.form__submit.form__submit--tight.button.button--primary.button--full {border-radius: 11px; text-transform: uppercase; font-family: "PT Serif", serif; background: #d2ab66;} </style></div> </main><!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--16656766566487__footer" class="shopify-section shopify-section-group-footer-group"><footer class="footer" data-section-id="sections--16656766566487__footer" data-section-type="footer" role="contentinfo"> <div class="container"> <div class="footer__wrapper"><div class="footer__block-list"><div class="footer__block-item footer__block-item--text" > <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-text_XzTJG8" data-action="toggle-collapsible"> <span>Shop with Confidence</span> <span class="plus-button"></span> </button> <div id="block-text_XzTJG8" class="footer__collapsible"> <div class="footer__collapsible-content"> <div class="rte"> <p><strong>Shop with Confidence</strong></p> <div class="easy-return-content"> <p>Easy Returns & Exchanges: We want you to love your new home decor, so we offer hassle-free returns and exchanges. Secure Payment Options: Your transactions are always protected when shopping online with us.</p> </div> </div> </div> </div> </div><div class="footer__block-item footer__block-2 footer__block-item--links" > <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-footer-1" data-action="toggle-collapsible"> <span>About</span> <span class="plus-button"></span> </button> <div id="block-footer-1" class="footer__collapsible"> <div class="footer__collapsible-content"> <ul class="footer__linklist list--unstyled" role="list"><li> <a href="/pages/about-us" class="footer__link-item link">Our Story</a> </li><li> <a href="/blogs/blog-posts" class="footer__link-item link">Blog</a> </li><li> <a href="/pages/bulk-order" class="footer__link-item link">Custom Request & Bulk Order</a> </li></ul> </div> </div> </div><div class="footer__block-item footer__block-3 footer__block-item--links" > <button class="footer__title heading h6" disabled aria-expanded="false" aria-controls="block-links_QkGKqU" data-action="toggle-collapsible"> <span>Support</span> <span class="plus-button"></span> </button> <div id="block-links_QkGKqU" class="footer__collapsible"> <div class="footer__collapsible-content"> <ul class="footer__linklist list--unstyled" role="list"><li> <a href="/pages/contact-us" class="footer__link-item link">Contact Us</a> </li><li> <a href="/pages/faq" class="footer__link-item link">FAQ</a> </li><li> <a href="/policies/shipping-policy" class="footer__link-item link">Shipping and Delivery</a> </li><li> <a href="/policies/refund-policy" class="footer__link-item link">Return, Refund and Cancellation</a> </li><li> <a href="/policies/terms-of-service" class="footer__link-item link">Terms of Service</a> </li></ul> </div> </div> </div><div class="footer__block-item footer__block-item--newsletter" > <p class="footer__title heading h6">Newsletter</p> <div class="footer__newsletter-wrapper"><div class="footer__newsletter-text rte"><p>Experience a world of tranquillity, love, and joy with exclusive offers delivered directly to your inbox. </p></div><form method="post" action="/contact#footer-newsletter" id="footer-newsletter" accept-charset="UTF-8" class="footer__newsletter-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="contact[tags]" value="newsletter"> <div class="form__input-wrapper form__input-wrapper--labelled"> <input type="email" id="footer[sections--16656766566487__footer][contact][email]" name="contact[email]" class="form__field form__field--text" required=""> <label for="footer[sections--16656766566487__footer][contact][email]" class="form__floating-label">Your email</label> </div> <button type="submit" class="form__submit form__submit--tight button button--primary">Subscribe</button></form></div> </div></div><aside class="footer__aside"><div class="footer__aside-item footer__aside-item--social"><ul class="social-media__item-list list--unstyled" role="list"> <li class="social-media__item social-media__item--facebook"> <a href="https://www.facebook.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Facebook"><svg focusable="false" class="icon icon--facebook" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm3.2142857-17.1429611h-2.1428678v-2.1425646c0-.5852979.8203285-1.07160109 1.0714928-1.07160109h1.071375v-2.1428925h-2.1428678c-2.3564786 0-3.2142536 1.98610393-3.2142536 3.21449359v2.1425646h-1.0714822l.0032143 2.1528011 1.0682679-.0099086v7.499969h3.2142536v-7.499969h2.1428678v-2.1428925z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--twitter"> <a href="https://twitter.com/themaevastore?lang=en" target="_blank" rel="noopener" aria-label="Follow us on Twitter"><svg focusable="false" fill="none" class="icon icon--twitter" role="presentation" viewbox="0 0 30 30"> <path fill-rule="evenodd" clip-rule="evenodd" d="M30 15c0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15Zm-8.427-7h-2.375l-3.914 4.473L11.901 8H7l5.856 7.657L7.306 22h2.376l4.284-4.894L17.709 22h4.78l-6.105-8.07L21.573 8ZM19.68 20.578h-1.316L9.774 9.347h1.412l8.494 11.231Z" fill="currentColor"/> </svg></a> </li> <li class="social-media__item social-media__item--instagram"> <a href="https://www.instagram.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Instagram"><svg focusable="false" class="icon icon--instagram" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm.0000159-23.03571429c-2.1823849 0-2.4560363.00925037-3.3131306.0483571-.8553081.03901103-1.4394529.17486384-1.9505835.37352345-.52841925.20532625-.9765517.48009406-1.42331254.926823-.44672894.44676084-.72149675.89489329-.926823 1.42331254-.19865961.5111306-.33451242 1.0952754-.37352345 1.9505835-.03910673.8570943-.0483571 1.1307457-.0483571 3.3131306 0 2.1823531.00925037 2.4560045.0483571 3.3130988.03901103.8553081.17486384 1.4394529.37352345 1.9505835.20532625.5284193.48009406.9765517.926823 1.4233125.44676084.446729.89489329.7214968 1.42331254.9268549.5111306.1986278 1.0952754.3344806 1.9505835.3734916.8570943.0391067 1.1307457.0483571 3.3131306.0483571 2.1823531 0 2.4560045-.0092504 3.3130988-.0483571.8553081-.039011 1.4394529-.1748638 1.9505835-.3734916.5284193-.2053581.9765517-.4801259 1.4233125-.9268549.446729-.4467608.7214968-.8948932.9268549-1.4233125.1986278-.5111306.3344806-1.0952754.3734916-1.9505835.0391067-.8570943.0483571-1.1307457.0483571-3.3130988 0-2.1823849-.0092504-2.4560363-.0483571-3.3131306-.039011-.8553081-.1748638-1.4394529-.3734916-1.9505835-.2053581-.52841925-.4801259-.9765517-.9268549-1.42331254-.4467608-.44672894-.8948932-.72149675-1.4233125-.926823-.5111306-.19865961-1.0952754-.33451242-1.9505835-.37352345-.8570943-.03910673-1.1307457-.0483571-3.3130988-.0483571zm0 1.44787387c2.1456068 0 2.3997686.00819774 3.2471022.04685789.7834742.03572556 1.2089592.1666342 1.4921162.27668167.3750864.14577303.6427729.31990322.9239522.60111439.2812111.28117926.4553413.54886575.6011144.92395217.1100474.283157.2409561.708642.2766816 1.4921162.0386602.8473336.0468579 1.1014954.0468579 3.247134 0 2.1456068-.0081977 2.3997686-.0468579 3.2471022-.0357255.7834742-.1666342 1.2089592-.2766816 1.4921162-.1457731.3750864-.3199033.6427729-.6011144.9239522-.2811793.2812111-.5488658.4553413-.9239522.6011144-.283157.1100474-.708642.2409561-1.4921162.2766816-.847206.0386602-1.1013359.0468579-3.2471022.0468579-2.1457981 0-2.3998961-.0081977-3.247134-.0468579-.7834742-.0357255-1.2089592-.1666342-1.4921162-.2766816-.37508642-.1457731-.64277291-.3199033-.92395217-.6011144-.28117927-.2811793-.45534136-.5488658-.60111439-.9239522-.11004747-.283157-.24095611-.708642-.27668167-1.4921162-.03866015-.8473336-.04685789-1.1014954-.04685789-3.2471022 0-2.1456386.00819774-2.3998004.04685789-3.247134.03572556-.7834742.1666342-1.2089592.27668167-1.4921162.14577303-.37508642.31990322-.64277291.60111439-.92395217.28117926-.28121117.54886575-.45534136.92395217-.60111439.283157-.11004747.708642-.24095611 1.4921162-.27668167.8473336-.03866015 1.1014954-.04685789 3.247134-.04685789zm0 9.26641182c-1.479357 0-2.6785873-1.1992303-2.6785873-2.6785555 0-1.479357 1.1992303-2.6785873 2.6785873-2.6785873 1.4793252 0 2.6785555 1.1992303 2.6785555 2.6785873 0 1.4793252-1.1992303 2.6785555-2.6785555 2.6785555zm0-6.8050167c-2.2790034 0-4.1264612 1.8474578-4.1264612 4.1264612 0 2.2789716 1.8474578 4.1264294 4.1264612 4.1264294 2.2789716 0 4.1264294-1.8474578 4.1264294-4.1264294 0-2.2790034-1.8474578-4.1264612-4.1264294-4.1264612zm5.2537621-.1630297c0-.532566-.431737-.96430298-.964303-.96430298-.532534 0-.964271.43173698-.964271.96430298 0 .5325659.431737.964271.964271.964271.532566 0 .964303-.4317051.964303-.964271z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> <li class="social-media__item social-media__item--pinterest"> <a href="https://pl.pinterest.com/themaevastore/" target="_blank" rel="noopener" aria-label="Follow us on Pinterest"><svg focusable="false" class="icon icon--pinterest" role="presentation" viewbox="0 0 30 30"> <path d="M15 30C6.71572875 30 0 23.2842712 0 15 0 6.71572875 6.71572875 0 15 0c8.2842712 0 15 6.71572875 15 15 0 8.2842712-6.7157288 15-15 15zm-.4492946-22.49876954c-.3287968.04238918-.6577148.08477836-.9865116.12714793-.619603.15784625-1.2950238.30765013-1.7959124.60980792-1.3367356.80672832-2.26284291 1.74754848-2.88355361 3.27881599-.1001431.247352-.10374313.4870343-.17702448.7625149-.47574032 1.7840923.36779138 3.6310327 1.39120339 4.2696951.1968419.1231267.6448551.3405257.8093833.0511377.0909873-.1603963.0706852-.3734014.1265202-.5593764.036883-.1231267.1532436-.3547666.1263818-.508219-.0455542-.260514-.316041-.4256572-.4299438-.635367-.230748-.4253041-.2421365-.8027267-.3541701-1.3723228.0084116-.0763633.0168405-.1527266.0253733-.2290899.0340445-.6372108.1384107-1.0968422.3287968-1.5502554.5593198-1.3317775 1.4578212-2.07273488 2.9088231-2.5163011.324591-.09899963 1.2400541-.25867013 1.7200175-.1523539.2867042.05078464.5734084.10156927.8600087.1523539 1.0390064.33760307 1.7953931.9602003 2.2007079 1.9316992.252902.6061594.3275507 1.7651044.1517724 2.5415071-.0833199.3679287-.0705641.6832289-.1770418 1.0168107-.3936666 1.2334841-.9709174 2.3763639-2.2765854 2.6942337-.8613761.2093567-1.5070793-.3321303-1.7200175-.8896824-.0589159-.1545509-.1598205-.4285603-.1011297-.6865243.2277711-1.0010987.5562045-1.8969797.8093661-2.8969995.24115-.9528838-.2166421-1.7048063-.9358863-1.8809146-.8949186-.2192233-1.585328.6350139-1.8211644 1.1943903-.1872881.4442919-.3005678 1.2641823-.1517724 1.8557085.0471811.1874265.2666617.689447.2276672.8640842-.1728187.7731269-.3685356 1.6039823-.5818373 2.3635745-.2219729.7906632-.3415527 1.5999416-.5564641 2.3639276-.098793.3507651-.0955738.7263439-.1770244 1.092821v.5337977c-.0739045.3379758-.0194367.9375444.0505042 1.2703809.0449484.2137505-.0261175.4786388.0758948.6357396.0020943.1140055.0159752.1388388.0506254.2031582.3168026-.0095136.7526829-.8673992.9106342-1.118027.3008274-.477913.5797431-.990879.8093833-1.5506281.2069844-.5042174.2391769-1.0621226.4046917-1.60104.1195798-.3894861.2889369-.843272.328918-1.2707535h.0252521c.065614.2342095.3033024.403727.4805692.5334446.5563429.4077482 1.5137774.7873678 2.5547742.5337977 1.1769151-.2868184 2.1141687-.8571599 2.7317812-1.702982.4549537-.6225776.7983583-1.3445472 1.0624066-2.1600633.1297394-.4011574.156982-.8454494.2529193-1.2711066.2405269-1.0661438-.0797199-2.3511383-.3794396-3.0497261-.9078995-2.11694836-2.8374975-3.32410832-5.918897-3.27881604z" fill="currentColor" fill-rule="evenodd"></path> </svg></a> </li> </ul></div><div class="footer__aside-item footer__aside-item--copyright hidden-lap-and-up"> <p></p> </div> </aside> </div> </div> </footer> <style> ul.social-media__item-list.list--unstyled { padding-top: 10px; } .footer__newsletter-text.rte p { font-family: Inter; } @media (max-width: 640px) { footer p.footer__title.heading.h6 { font-size: 21px; } } </style><style> #shopify-section-sections--16656766566487__footer .footer__collapsible-content p {font-size: 15px;} @media only screen and (min-width: 641px) {#shopify-section-sections--16656766566487__footer .footer__block-item {padding: 20px 17px 0px 17px; } #shopify-section-sections--16656766566487__footer .footer__collapsible-content p {width: 100%; max-width: 1100px; margin: auto; font-size: 20px; font-family: "PT Serif", serif; line-height: 28px; margin-bottom: 0px; }} #shopify-section-sections--16656766566487__footer .footer__block-item.footer__block-3.footer__block-item--links {padding-top: 5px !important;} #shopify-section-sections--16656766566487__footer .footer__collapsible-content .easy-return-content p {margin-bottom: 20px !important; font-size: 15px;} </style></div> <!-- END sections: footer-group --><ul hidden> <li id="a11y-new-window-message">Opens in a new window.</li> </ul> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KW8WDL5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script></script> <script async type="text/javascript" id="stamped-script-widget" data-api-key="pubkey-O2f0Sg07OSb7cm7066xAJb2dV8pvDb" src="https://cdn1.stamped.io/files/widget.min.js"></script> <div id="shopify-block-AaUY3TDlOK3J2UVAyQ__4015264832934714879" class="shopify-block shopify-app-block"> <link rel="stylesheet" href="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/style.css" media="print" onload="this.media='all'"> <script> function createEcomSendMainStyleEle() { const ele = document.createElement("link") ele.rel = "stylesheet" ele.href = 'https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/style.css' ele.dataset.ecomsendTag = "load-alternate-css" return ele } if (window.EcomSendApps?.enableAlternateCSSLoading ?? false) { document.head.appendChild(createEcomSendMainStyleEle()) } function createEcomSendMainJSEle() { const ele = document.createElement("script") ele.defer = true ele.id = "ecomsend-main-js" ele.src = 'https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/ecomsend.js' if (null === document.getElementById(ele.id)) { document.head.appendChild(ele) } } </script> <style id="ecomsend-custom-style"></style> <div id="ecomsend-widget"></div> <!-- BEGIN app snippet: ecomsend-app --><script type="text/javascript"> //EcomSend APPS COMMON JS CODE window.EcomSendApps = window.EcomSendApps || {} window.EcomSendApps.design_mode = false window.EcomSendApps.common = window.EcomSendApps.common || {} window.EcomSendApps.common.shop = { permanent_domain: 'the-maeva-store.myshopify.com', currency: "INR", money_format: "\u003cspan class=money\u003eRs. {{amount}}\u003c\/span\u003e", id: 12694785, } window.EcomSendApps.common.template = 'article' </script> <!-- END app snippet --> <script>window.shopLocale = 'en'</script> <script defer="defer" src="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/react_react-dom.min.js"></script> <script defer="defer" src="https://cdn.shopify.com/extensions/cc5ba926-8425-4f98-a770-9b38ff0cea37/ecomsend-popups-32/assets/mobx_react-custom-roulette.min.js" onload="createEcomSendMainJSEle()"></script> </div><div id="shopify-block-AR3cwMzc1Sk9GK0RGR__8813254906777318544" class="shopify-block shopify-app-block"><script> window.kaktusAppData = { customerId: null, customerTags: ''.split(',') || [], product: null } </script> <script async src="https://wishlist.kaktusapp.com/storage/js/kaktus_wishlist-the-maeva-store.myshopify.com.js?ver=1746807544&shop=the-maeva-store.myshopify.com"></script> </div><div id="shopify-block-Ab2pZNGJKaDhUZ1RwY__17659611278521957763" class="shopify-block shopify-app-block"><input type="hidden" id="pop-club-iframe-url" value="https://floaters.popclub.co.in/?brand=the-maeva-store&shop=the-maeva-store.myshopify.com" > <!-- Load jQuery only if not already present --> <script preload> if (typeof jQuery === 'undefined') { var script = document.createElement('script'); script.src = "https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/jquery-3.6.3.min.js"; script.preload = true; document.head.appendChild(script); } const popBaseUrl = `https://brand-loyalty.popclub.co.in`; </script> <script preload > sessionStorage.setItem('popCartData',JSON.stringify({"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"INR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0})); const popShopifyDomain = `the-maeva-store.myshopify.com`; const popTemplateName = `article`; const popCollectionJSON = undefined; const isPopCustomer = false; const isBottomBar = false; const popCurrency = `<span class=money>Rs. 0.00</span>`; </script> <link href="https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/floating-popcoin.css" rel="preload" as="style" type="text/css" media="all" importance="low" fetchpriority="low" > <link href="https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/floating-popcoin.css" rel="stylesheet" type="text/css" media="all" fetchpriority="low"> <script src="https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/pop-club-embed.js" defer></script> <link href="https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/pop-custom-theme.css" rel="preload" as="style" type="text/css" media="all" importance="low" fetchpriority="low" > <link href="https://cdn.shopify.com/extensions/117156cd-b3d5-4531-b3aa-40b5a8579d03/popcoins-loyalty-maevastore-34/assets/pop-custom-theme.css" rel="stylesheet" type="text/css" media="all" fetchpriority="low" > <script preload> const popBrandMetafieldsDetails = {"mid":"THE-MAEVA-STORE","redemption_rate":20,"issuance_rate":5,"color_email":"#324435","color_icon":"#000000","color_text":"#FFFFFF","loyalty_program_name":"Maevastore Rewards","popcoins_icon":"https://ecomapp-dev-v2.s3.ap-south-1.amazonaws.com/Coin.png","popcoins_text":"POPCoins","basket_discount":{},"basket_products":{},"third_party_requesters":["gokwik"],"membership_tiers":{}}; if(popBrandMetafieldsDetails.third_party_requesters.indexOf('kwikpass')>=0){ sessionStorage.setItem('pop-kwikpass-enabled',true); } sessionStorage.setItem('popMetafieldsBrandData',popBrandMetafieldsDetails); </script> <style> :root{ --btmClr: #324435; --fontClr: #FFFFFF; } </style> </div><div id="shopify-block-ANTkyS3l0MW9jQ3Rud__9675881000081521311" class="shopify-block shopify-app-block"><script id="qikify-quickview-config" type="text/javascript"> window._QV = { entries: [{"id":315484,"priority":0,"type":null,"data":{"layout":"left","thumbnail_position":"bottom","gallery_arrows":true,"gallery_dots":true,"popup_size":"md","image_size":"md","image_ratio":"4-5","popup_animation":"none","enable_full_description":true,"show_sku":true,"show_type":true,"show_vendor":true,"text_addtocart":"Add to Cart","title_fontsize":"24","price_fontsize":"22","action_button_size":"14","button_icon":"eye-solid","show_button_icon":false,"button_position":"bottom_center","show_overlay":true,"button_mobile_visibility":"always_show","button_mobile_position":"bottom_right","button_background":"#324435","button_color":"#ffffff","button_radius_size":"medium","variant_type":"dropdown","text_addedcart":"This item has been added to cart! <a\n href=\"/cart\">View cart</a> or <a href=\"/collections/all\">Continue shopping</a>","text_button_outofstock":"Out of stock","text_button_unavailable":"Unavailable","page":"all","colorswatch_colors":[{"name":"Red","style":"one","color":"#b00000","id":813814},{"name":"Black","style":"one","color":"#222222","id":107010}],"show_description":false,"enable_description_mobile":false,"goto_cart":false,"show_button_text":true,"button_text":"QUICK BUY"},"status":1,"created_at":"2024-01-30 05:26:57","updated_at":"2024-07-18 06:51:54"}], subscription: {"name":"quickview-free","kind":"subscription"}, config: null, moneyFormat: "\u003cspan class=money\u003eRs. {{amount}}\u003c\/span\u003e", }; </script> <script src="https://cdn.shopify.com/extensions/47e72477-4512-4589-8fed-ab4bb540f822/qikify-quick-view-14/assets/quickview-v1.js" defer="defer"></script> <style id="qikify-quickview-custom-style"></style> <script id="qikify-quickview-custom-script"></script> </div><div id="shopify-block-AVFIySTFEaVpmWUFPS__144831480468751239" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: vite-tag --> <script src="https://cdn.shopify.com/extensions/bdc4112b-e24a-419f-88ff-d7132e182f95/essential-upsell-162/assets/app-embed-Y4s2RQ6r.js" type="module" crossorigin="anonymous"></script> <link rel="modulepreload" href="https://cdn.shopify.com/extensions/bdc4112b-e24a-419f-88ff-d7132e182f95/essential-upsell-162/assets/stylex-Bra6SUi4.js" crossorigin="anonymous"> <link href="//cdn.shopify.com/extensions/bdc4112b-e24a-419f-88ff-d7132e182f95/essential-upsell-162/assets/stylex-DFEZgduC.css" rel="stylesheet" type="text/css" media="all" /> <!-- END app snippet --> <essential-upsell-app-embed upsell-app-data="{"funnels":[{"id":"b9d3366f-1cab-42c6-ae39-88c5f30dab52","content":{"titleText":"You may also like","buttonText":"Add"},"upsell":{"productsType":"RECOMMENDATIONS_API","discountType":"NONE","discountValue":null,"specificProducts":[]},"design":{"backgroundType":"MONOCHROME","monochromeBackgroundColor":"#ffffff","gradientBackgroundStartColor":null,"gradientBackgroundEndColor":null,"gradientBackgroundAngle":null,"borderRadius":8,"borderSize":0,"borderColor":"#ffffff","insideTopSpacing":20,"insideBottomSpacing":20,"outsideTopSpacing":20,"outsideBottomSpacing":20,"font":"INHERIT","titleSize":16,"titleColor":"#000000","productTitleSize":14,"productTitleColor":"#000000","productVariantSize":14,"productVariantColor":"#000000","productPriceSize":14,"productPriceColor":"#000000","discountedPriceSize":14,"discountedPriceColor":"#E84545","buttonBackgroundColor":"#000000","buttonTextSize":14,"buttonTextColor":"#ffffff","buttonBorderRadius":4,"navigationIconColor":"#000000"},"placement":{"type":"CART_PAGE","productPageProductsType":null,"cartPagePositionType":"BOTTOM_OF_THE_CART","specificProducts":[]}}]}" product-page-product="null" product-page-collection-ids="[]" cart-product-ids="[]" first-shop-product-id="288058245161" shop-money-format="<span class=money>Rs. {{amount}}</span>" cart-items='[]' ></essential-upsell-app-embed> </div></body> </html>