{
  "settings": {
    "productionUrl": "",
    "probability": 1,
    "enableProductionKey": "",
    "pro": true,
    "dev": true,
    "orgId": null
  },
  "styles": {
    "brandVariables": {
      "brand-color-primary": "",
      "brand-color-secondary": ""
    },
    "customCss": ""
  },
  "tracking": {
    "dataLayerEvents": [
      "begin_checkout",
      "add_to_cart",
      "checkout_initiated",
      "purchase"
    ],
    "gaEvents": {
      "enabled": "helium_enabled",
      "disabled": "helium_disabled"
    },
    "sessionStorageKey": "helium_session_event",
    "cartAttributes": {
      "enabled": "_helium_enabled",
      "session": "_helium_session",
      "user": "_helium_user"
    }
  },
  "componentConfigs": {
    "curated_picks": {},
    "tag_recommendations": {
      "maxPricePremiumAllowed": 10000,
      "minimumPricePremiumAllowed": 10000,
      "minimumProductsInEachList": 0,
      "sorting": "none"
    }
  },
  "attributeAttachmentConfig": {
    "product": {
      "top": {
        "querySelector": "",
        "elements": [],
        "placement": "below"
      },
      "bottom": {
        "querySelector": "[data-helium-name='product-bottom']",
        "elements": [
          {
            "name": "memory-recommendations",
            "config": {
              "style": "'margin-top: 18px;'"
            }
          },
          {
            "name": "tag-recommendations",
            "dependencies": [
              "product-handle"
            ],
            "config": {
              "filterBasedSize": false
            }
          },
          {
            "name": "inline-block",
            "config": {
              "data-helium-inline-block-type": "faq"
            },
            "dependencies": [
              "product-handle"
            ]
          }
        ],
        "placement": "below"
      },
      "floating": {
        "querySelector": "body",
        "elements": [
          {
            "name": "recommendation-without-drawer",
            "config": {
              "style": "'bottom: 200px;'"
            }
          }
        ]
      }
    },
    "collection": {
      "top": {
        "querySelector": "",
        "elements": [],
        "placement": "above"
      },
      "bottom": {
        "querySelector": "",
        "elements": [],
        "placement": "below",
        "editExistingElements": [
          {
            "name": "product-list",
            "querySelector": "#product-grid",
            "dependencies": [
              "collection-handle"
            ]
          },
          {
            "name": "product-item",
            "querySelectorAll": "#product-grid > li",
            "dependencies": [
              "product-handle"
            ]
          }
        ]
      },
      "floating": {
        "querySelector": "",
        "elements": []
      }
    },
    "other": {
      "top": {
        "querySelector": "",
        "elements": [],
        "placement": "above"
      },
      "bottom": {
        "querySelector": "",
        "elements": [],
        "placement": "below"
      },
      "floating": {
        "querySelector": "",
        "elements": []
      }
    }
  },
  "dataAttributesToRemoveOnPageChange": [],
  "heliumConfig": {
    "brandData": {
      "apiKey": "",
      "orgId": "pair-ie-tales.myshopify.com",
      "storeId": "",
      "helium": {
        "apiKey": "",
        "version": 2
      },
      "shopify": {
        "shop": null,
        "storefrontAccessToken": "6f38e576393d2058a7995e837afaedb5"
      },
      "pro": {
        "featureFlags": {
          "faqs": true,
          "tag-recommendations": true,
          "inline-block": true,
          "inferred-filters": false,
          "because-viewed": false,
          "product-list": true,
          "low-ticket-size-recommendation": true,
          "description-badges-static": true,
          "recommendation-without-drawer": true
        }
      },
      "isPro": true
    },
    "runtimeConfig": {
      "classesToRemove": []
    },
    "productCardDefaults": {
      "productListClasses": "product-list",
      "productGridQuerySelector": ".grid__item",
      "drawerClasses": "drawer"
    },
    "templates": {
      "productCard": "<div style=\"background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); border: 1px solid #e5e7eb; overflow: hidden; max-width: 320px; width: 100%; transition: box-shadow 0.3s ease; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\"><div style=\"overflow: hidden;\"><img src=\"{{{featuredImage.url}}}\" alt=\"{{{title}}}\" style=\"width: 100%; height: 256px; object-fit: cover; transition: transform 0.3s ease;\"></div><div style=\"padding: 16px;\"><h3 style=\"font-size: 16px; font-weight: 500; color: #111827; margin-bottom: 4px; line-height: 1.4; margin: 0 0 4px 0;\">{{{title}}}</h3><div style=\"display: flex; align-items: center; gap: 8px;\"><span style=\"font-size: 18px; font-weight: bold; color: #111827;\">${{{priceRange.minVariantPrice.amount}}}</span><span style=\"font-size: 14px; color: #6b7280; text-decoration: line-through;\">${{{compareAtPriceRange.minVariantPrice.amount}}}</span><span style=\"font-size: 12px; background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 16px; font-weight: 500;\">{{{discountAmount}}} OFF</span></div></div></div>",
      "pairItWithCheckoutIcon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-grid2x2-plus h-4 w-4\"><path d=\"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3\"></path><path d=\"M16 19h6\"></path><path d=\"M19 22v-6\"></path></svg>"
    }
  },
  "paths": {
    "jsResourcePath": "/pulse/index.js",
    "cssResourcePath": "/pulse/ui.css",
    "cartUpdateUrl": "/cart/update.js"
  }
}