{"cart-drawer":"<div id=\"shopify-section-cart-drawer\" class=\"shopify-section\"><div id=\"ajax-loading-cart\">\n  \n<div\n  id=\"CartDrawer\"\n  class=\"drawer text-[rgb(var(--colors-text))]\"\n  x-data=\"xCart\"\n  x-init=\"$store.xMiniCart.type = 'drawer';\"\n  x-show=\"$store.xMiniCart.open\"@keydown.escape=\"$store.xModal.removeFocus(); $store.xMiniCart.hideCart();\"\n  x-cloak\n>\n  <div class=\"drawer fixed z-20 md:z-20 typeDrawer md:fixed left-0 top-0 w-full h-full md:flex md:justify-end right-0 animate-goleft duration-300\">\n    <div id=\"CartDrawer-Overlay\" class=\"bg-black opacity-40 block md:block fixed top-0 right-0 bottom-0 left-0\" @click=\"$store.xMiniCart.hideCart()\"></div><div\n      id=\"update-cart\" \n      role=\"dialog\"\n      aria-modal=\"true\"\n      aria-label=\"Your cart\"\n      tabindex=\"-1\"\n      class=\"z-30 overflow-hidden flex flex-col fixed bottom-0 left-0 h-full max-h-screen md:max-h-[calc(100vh-20px)] w-full bg-[rgba(var(--background-color),1)] md:w-96 md:rounded-[10px] md:m-2.5 md:h-full md:z-auto md:relative lg:w-[32rem] md:left-auto\"\n      x-show=\"$store.xMiniCart.open\" \n      x-data=\"{ show: false, productCount: 0 }\"\n      x-intersect.full=\"$store.xModal.focus('CartDrawer', 'CloseCart'); $store.xCartAnalytics.viewCart();\"\n      \n      x-transition:enter=\"transition-all ease-in-out duration-500\"\n      x-transition:enter-start=\"opacity-0 transform translate-y-1/3 md:translate-y-0 md:translate-x-1/3\"\n      x-transition:enter-end=\"opacity-100 transform translate-y-0 md:translate-x-0\"\n      x-transition:leave=\"transition ease-in-out duration-500\"\n      x-transition:leave-end=\"opacity-0 transform translate-y-1/3 md:translate-y-0 md:translate-x-1/3\"\n    >\n      <div id=\"loading-cart-cart-drawer\" class=\"absolute top-0 bottom-0 h-full w-full\" x-show=\"$store.xMiniCart.loading\">\n        <div class=\"absolute top-0 right-0 w-full h-full opacity-20\"></div>\n        <div class=\"loading-cover\">\n          <span class=\"loading-bar absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2\"></span>\n        </div>\n      </div>\n      <button \n        id=\"CloseCart\"\n        class=\"cursor-pointer absolute w-11 h-11 pt-4 pr-4 pb-4 pl-4 z-10 top-1 lg:top-auto lg:end-10 right-3\"\n        @click=\"$store.xModal.removeFocus(); $store.xMiniCart.hideCart();\" \n      >\n        <svg width=\"100%\" height=\"100%\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n        <path d=\"M0.757812 8.75781L4.75782 4.75783M4.75782 4.75783L8.7578 0.757812M4.75782 4.75783L0.757812 0.757812M4.75782 4.75783L8.7578 8.75781\" stroke=\"currentcolor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n      </svg>\n      </button>\n      <h2 class=\"relative pl-5 pr-5 lg:pl-14 lg:pr-14 pt-4 pb-4 md:pt-3 md:pb-3 z-0 text-medium\">Your cart</h2>\n      <div class=\"flex-1 overflow-auto scrollbar-body grow lg:pl-14 lg:pr-14 pb-4\" :class=\"$store.xMiniCart.loading ? 'opacity-0': 'opacity-1'\">\n        <div class=\"border-t flex flex-col h-full relative justify-between\"><div class=\"pl-6 pr-6 flex flex-col justify-center text-center pt-14 pb-14 md:h-screen\">\n              <p class=\"mb-16\">Your cart is empty</p>\n              <div class=\"pt-6 pb-6 pl-12 pr-12 text-center\">\n                <a href=\"/collections/all\" class=\"nav-link relative cursor-pointer effect-inline\">\n                  Continue shopping\n                </a>\n              </div><p class=\"mt-16 mb-2\">Have an account?</p>\n                <p class=\"mt-3\"><a href=\"https://chalet-nursery.shop/customer_authentication/redirect?locale=en&region_country=US\" class=\"nav-link relative effect-inline\">Log in</a> to check out faster.</p></div></div>\n      </div>\n\n      \n<div>\n          <div x-show=\"$store.xCartHelper.openField == 'note'\" x-cloak class=\"absolute z-20 top-0 left-0 w-full h-full bg-black bg-opacity-20\"></div>\n          <div class=\"absolute bottom-0 left-0 w-full z-20 pt-10 pb-14 pr-5 pl-5 lg:pl-14 lg:pr-14 bg-[rgba(var(--colors-background),1)] rounded-t-[10px] md:rounded-[10px]\" \n            :class=\"show && 'lg:w-[57.33%]'\" \n            x-show=\"$store.xCartHelper.openField == 'note'\" x-cloak\n            @click.away=\"$store.xCartHelper.openField = false\"\n            x-transition:enter=\"transition-all ease-in-out duration-300\"\n            x-transition:enter-start=\"transform translate-y-full\"\n            x-transition:enter-end=\"transform translate-y-0\"\n            x-transition:leave=\"transition-all ease-in-out duration-300\"\n            x-transition:leave-end=\"transform translate-y-full\">\n            <div class=\"w-full flex items-center justify-between mb-6\">\n              <p class=\"h4 text-medium\">Order special instructions</p>\n              <button class=\"inline-block w-5 h-5 p-1\" @click=\"$store.xCartHelper.openField = false\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n        <path d=\"M0.757812 8.75781L4.75782 4.75783M4.75782 4.75783L8.7578 0.757812M4.75782 4.75783L0.757812 0.757812M4.75782 4.75783L8.7578 8.75781\" stroke=\"currentcolor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n      </svg></button>\n            </div>\n            <textarea\n              id=\"x-cart-note\"\n              rows=\"4\" \n              cols=\"50\" \n              class=\"w-full pl-4 pr-4 pt-4 pb-4 border border-solid bg-[rgba(var(--background-color),1)] focus-within:outline-none placeholder:text-current placeholder:opacity-60 !rounded-md\"\n              placeholder=\"Order special instructions\"\n              @change=\"$store.xCartHelper.updateCart({ note: $el.value})\"\n            ></textarea>\n          </div>\n        </div>\n<div class=\"md:hidden\" x-data=\"xCouponCode\">\n          <div x-show=\"$store.xCartHelper.openField == 'discount_field'\" x-cloak class=\"absolute z-20 top-0 left-0 w-full h-full bg-black bg-opacity-20\"></div>\n          <div class=\"absolute bottom-0 left-0 w-full z-20 pt-10 pb-14 pr-5 pl-5 lg:pl-14 lg:pr-14 bg-[rgba(var(--colors-background),1)] rounded-t-[10px] md:rounded-[10px]\" \n            :class=\"show && 'lg:w-[57.33%]'\" \n            x-show=\"$store.xCartHelper.openField == 'discount_field'\" x-cloak\n            @click.away=\"$store.xCartHelper.openField = false\"\n            x-transition:enter=\"transition-all ease-in-out duration-300\"\n            x-transition:enter-start=\"transform translate-y-full\"\n            x-transition:enter-end=\"transform translate-y-0\"\n            x-transition:leave=\"transition-all ease-in-out duration-300\"\n            x-transition:leave-end=\"transform translate-y-full\"\n          >\n            <div class=\"w-full flex items-center justify-between mb-6\">\n              <p class=\"h4 text-medium\">Discount</p>\n              <button class=\"inline-block w-5 h-5 p-1\" @click=\"$store.xCartHelper.openField = false\"><svg width=\"100%\" height=\"100%\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n        <path d=\"M0.757812 8.75781L4.75782 4.75783M4.75782 4.75783L8.7578 0.757812M4.75782 4.75783L0.757812 0.757812M4.75782 4.75783L8.7578 8.75781\" stroke=\"currentcolor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n      </svg></button>\n            </div>\n            <div\n              class=\"bg-[rgba(var(--background-color),1)] w-full z-20 pr-px pl-px\"\n              x-show=\"$store.xCartHelper.openField == 'discount_field'\"\n              @keydown.escape.stop=\"$store.xCartHelper.openField = false\"\n            >\n              <div class=\"flex p-1 border border-solid rounded-[var(--border-radius)]\">\n                <div class=\"grow\">\n                  <label class=\"hidden\" for=\"x-cart-discount-field\">Discount code</label>\n                  <input\n                    id=\"x-cart-discount-field\"\n                    type=\"text\"\n                    class=\"w-full pl-5 pr-5 pt-2.5 pb-2.5 focus:outline-none focus-within:outline-none focus:border-0 bg-transparent placeholder:text-current placeholder:opacity-60\"\n                    placeholder=\"Please enter discount code\"\n                    x-on:change=\"onChange()\"\n                    @keyup.enter=\"applyDiscountToCart()\"\n                  />\n                </div>\n                <button @click=\"applyDiscountToCart()\"\n                  class=\"button button-solid p-break-words border inline-block empty:hidden pl-4 pr-4 lg:pl-6 lg:pr-6 pt-2 pb-2 leading-normal cursor-pointer pointer-events-auto\"\n                >\n                  <span :class=\"{ 'lg:block opacity-0 is-focus-button' : loading }\">\n                    <span class=\"flex items-center justify-center\">\n                      \n                      \n\n  \n    <span class=\"button-text is-focus-button:opacity-0\">Apply</span>\n  \n\n\n                    </span>\n                  </span>\n                  <div class=\"lg:inline-block animate-spin w-4 h-4 md:w-5 md:h-5 absolute top-[calc(50%-8px)] left-[calc(50%-8px)] md:top-[calc(50%-10px)] md:left-[calc(50%-10px)]\" x-show=\"loading\" x-cloak>\n                    <svg version=\"1.0\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512.000000 512.000000\"  preserveAspectRatio=\"xMidYMid meet\">\n        <g transform=\"translate(0.000000,512.000000) scale(0.100000,-0.100000)\"\n          fill=\"currentcolor\" stroke=\"none\">\n          <path d=\"M2474 4676 c-43 -19 -101 -81 -115 -123 -18 -56 -7 -145 24 -190 52 -75 79 -85 262 -99 90 -7 207 -22 260 -33 436 -92 824 -352 1070 -721 521  -781 321 -1824 -453 -2358 -501 -345 -1172 -393 -1715 -121 -700 350 -1075  1118 -917 1876 37 180 86 305 209 536 51 96 54 147 15 226 -37 73 -86 104 -174 109 -105 6 -151 -24 -224 -145 -137 -230 -241 -543 -276 -833 -13 -110  -13 -355 1 -478 52 -475 268 -922 614 -1267 351 -352 787 -560 1284 -615 171  -19 442 -8 615 24 423 80 802 282 1111 591 407 407 625 931 625 1505 0 574  -218 1098 -625 1505 -296 296 -654 493 -1055 579 -210 45 -470 61 -536 32z\"/>\n        </g>\n      </svg>\n                  </div>\n                </button>\n              </div>\n              <p x-show=\"$store.xCouponCodeDetail.discountFaild\" x-cloak class=\"text-[rgba(var(--color-error))] mt-2\">Discount invalid. Please make sure the discount details are correct.</p>\n              <p x-show=\"$store.xCouponCodeDetail.discountApplied\" x-cloak class=\"text-[rgba(var(--color-success))] mt-2\">Discount code is already applied.</p>\n              <p x-show=\"$store.xCouponCodeDetail.discountCorrect\" x-cloak class=\"text-[rgba(var(--color-success))] mt-2\">Discount applied!</p>\n            </div>\n          </div>\n        </div>\n      \n       \n      \n      \n    </div></div>\n</div>\n\n</div></div>"}