{
  "captchaResult": "CAPTCHA_NOT_NEEDED",
  "kind": "pagespeedonline#result",
  "id": "https://hellon.earth/",
  "loadingExperience": {
    "initial_url": "https://hellon.earth/"
  },
  "lighthouseResult": {
    "requestedUrl": "https://hellon.earth/",
    "finalUrl": "https://hellon.earth/",
    "mainDocumentUrl": "https://hellon.earth/",
    "finalDisplayedUrl": "https://hellon.earth/",
    "lighthouseVersion": "13.4.0",
    "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
    "fetchTime": "2026-07-20T15:35:56.121Z",
    "environment": {
      "networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36",
      "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/149.0.7827.155 Safari/537.36",
      "benchmarkIndex": 1088.5,
      "credits": {
        "axe-core": "4.12.0"
      }
    },
    "runWarnings": [],
    "configSettings": {
      "emulatedFormFactor": "mobile",
      "formFactor": "mobile",
      "locale": "en-US",
      "onlyCategories": [
        "performance",
        "accessibility",
        "best-practices",
        "seo"
      ],
      "channel": "lr"
    },
    "audits": {
      "has-hsts": {
        "id": "has-hsts",
        "title": "Use a strong HSTS policy",
        "description": "Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. [Learn more about using a strong HSTS policy.](https://developer.chrome.com/docs/lighthouse/best-practices/has-hsts)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "directive": "max-age",
              "severity": "High",
              "description": "`max-age` is too low"
            },
            {
              "description": "No `includeSubDomains` directive found",
              "severity": "Medium",
              "directive": "includeSubDomains"
            },
            {
              "severity": "Medium",
              "description": "No `preload` directive found",
              "directive": "preload"
            }
          ],
          "type": "table",
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "code",
              "key": "directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "label": "Directive"
            },
            {
              "valueType": "text",
              "label": "Severity",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity"
            }
          ]
        }
      },
      "total-byte-weight": {
        "id": "total-byte-weight",
        "title": "Avoid enormous network payloads",
        "description": "Large network payloads cost users real money and are highly correlated with long load times. [Learn how to reduce payload sizes](https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Total size was 5,447 KiB",
        "details": {
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size"
            }
          ],
          "sortedBy": [
            "totalBytes"
          ],
          "type": "table",
          "items": [
            {
              "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
              "totalBytes": 468636
            },
            {
              "url": "https://hellon.earth/cdn/shop/files/25-0411_HOE_rainforest-shore.jpg?v=1744389234&width=1800",
              "totalBytes": 336639
            },
            {
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hydrate.B3iUOdvs.js",
              "totalBytes": 211015
            },
            {
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "totalBytes": 206701
            },
            {
              "url": "https://hellon.earth/cdn/shop/files/25-0617.2_Bens-symbols-info.gif?v=1750188196&width=535",
              "totalBytes": 188093
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "totalBytes": 163095
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
              "totalBytes": 151600
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922&cx=c&gtm=4e67f0",
              "totalBytes": 151526
            },
            {
              "totalBytes": 150666,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base"
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS&cx=c&gtm=4e67f0",
              "totalBytes": 149540
            }
          ]
        },
        "numericValue": 5578056,
        "numericUnit": "byte"
      },
      "paste-preventing-inputs": {
        "id": "paste-preventing-inputs",
        "title": "Allows users to paste into input fields",
        "description": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "label": "Failing Elements"
            }
          ]
        }
      },
      "meta-refresh": {
        "id": "meta-refresh",
        "title": "The document does not use `\u003cmeta http-equiv=\"refresh\"\u003e`",
        "description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-refresh).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "geolocation-on-start": {
        "id": "geolocation-on-start",
        "title": "Avoids requesting the geolocation permission on page load",
        "description": "Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. [Learn more about the geolocation permission](https://developer.chrome.com/docs/lighthouse/best-practices/geolocation-on-start/). Also consider using the [`\u003cgeolocation\u003e` element](https://developer.chrome.com/blog/geolocation-html-element).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "source-location",
              "label": "Source",
              "key": "source"
            }
          ]
        }
      },
      "duplicate-id-aria": {
        "id": "duplicate-id-aria",
        "title": "ARIA IDs are unique",
        "description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.12/duplicate-id-aria).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "form-field-multiple-labels": {
        "id": "form-field-multiple-labels",
        "title": "No form fields have multiple labels",
        "description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.12/form-field-multiple-labels).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "frame-title": {
        "id": "frame-title",
        "title": "`\u003cframe\u003e` or `\u003ciframe\u003e` elements have a title",
        "description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.12/frame-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ]
        }
      },
      "listitem": {
        "id": "listitem",
        "title": "List items (`\u003cli\u003e`) are contained within `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` parent elements",
        "description": "Screen readers require list items (`\u003cli\u003e`) to be contained within a parent `\u003cul\u003e`, `\u003col\u003e` or `\u003cmenu\u003e` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/listitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "aria-roles": {
        "id": "aria-roles",
        "title": "`[role]` values are valid",
        "description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-roles).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "definition-list": {
        "id": "definition-list",
        "title": "`\u003cdl\u003e`'s contain only properly-ordered `\u003cdt\u003e` and `\u003cdd\u003e` groups, `\u003cscript\u003e`, `\u003ctemplate\u003e` or `\u003cdiv\u003e` elements.",
        "description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/definition-list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "redirects": {
        "id": "redirects",
        "title": "Avoid multiple page redirects",
        "description": "Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects](https://developer.chrome.com/docs/lighthouse/performance/redirects/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 0,
          "headings": [],
          "type": "opportunity",
          "items": []
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "http-status-code": {
        "id": "http-status-code",
        "title": "Page has successful HTTP status code",
        "description": "Pages with unsuccessful HTTP status codes may not be indexed properly. [Learn more about HTTP status codes](https://developer.chrome.com/docs/lighthouse/seo/http-status-code/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "image-redundant-alt": {
        "id": "image-redundant-alt",
        "title": "Image elements do not have `[alt]` attributes that are redundant text.",
        "description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-redundant-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "unminified-javascript": {
        "id": "unminified-javascript",
        "title": "Minify JavaScript",
        "description": "Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 0,
          "headings": [],
          "debugData": {
            "metricSavings": {
              "LCP": 0,
              "FCP": 0
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 0,
          "type": "opportunity",
          "sortedBy": [
            "wastedBytes"
          ],
          "items": []
        },
        "warnings": [],
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "offscreen-content-hidden": {
        "id": "offscreen-content-hidden",
        "title": "Offscreen content is hidden from assistive technology",
        "description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "logical-tab-order": {
        "id": "logical-tab-order",
        "title": "The page has a logical tab order",
        "description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "max-potential-fid": {
        "id": "max-potential-fid",
        "title": "Max Potential First Input Delay",
        "description": "The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).",
        "score": 0.91,
        "scoreDisplayMode": "numeric",
        "displayValue": "120 ms",
        "numericValue": 124,
        "numericUnit": "millisecond"
      },
      "csp-xss": {
        "id": "csp-xss",
        "title": "Ensure CSP is effective against XSS attacks",
        "description": "A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. [Learn how to use a CSP to prevent XSS](https://developer.chrome.com/docs/lighthouse/best-practices/csp-xss/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "directive": "script-src",
              "description": "`script-src` directive is missing. This can allow the execution of unsafe scripts.",
              "severity": "High"
            },
            {
              "severity": "High",
              "description": "Missing `object-src` allows the injection of plugins that execute unsafe scripts. Consider setting `object-src` to `'none'` if you can.",
              "directive": "object-src"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description"
            },
            {
              "key": "directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "label": "Directive",
              "valueType": "code"
            },
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "label": "Severity"
            }
          ]
        }
      },
      "legacy-javascript-insight": {
        "id": "legacy-javascript-insight",
        "title": "Legacy JavaScript",
        "description": "Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile [Baseline](https://web.dev/articles/baseline-and-polyfills) features, unless you know you must support older browsers. [Learn why most sites can deploy ES6+ code without transpiling](https://developer.chrome.com/docs/performance/insights/legacy-javascript)",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 30 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "signal": "Array.prototype.flat",
                    "location": {
                      "column": 57482,
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location"
                    }
                  },
                  {
                    "signal": "Array.prototype.flatMap",
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "column": 57226,
                      "urlProvider": "network"
                    }
                  },
                  {
                    "signal": "Array.prototype.sort",
                    "location": {
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "column": 58570,
                      "urlProvider": "network",
                      "type": "source-location",
                      "line": 0
                    }
                  },
                  {
                    "location": {
                      "type": "source-location",
                      "line": 0,
                      "urlProvider": "network",
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "column": 59199
                    },
                    "signal": "Object.fromEntries"
                  },
                  {
                    "signal": "Promise.allSettled",
                    "location": {
                      "column": 59413,
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "urlProvider": "network",
                      "line": 0,
                      "type": "source-location"
                    }
                  },
                  {
                    "signal": "String.prototype.replaceAll",
                    "location": {
                      "line": 0,
                      "type": "source-location",
                      "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                      "column": 62840,
                      "urlProvider": "network"
                    }
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 18185,
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2"
            },
            {
              "subItems": {
                "items": [
                  {
                    "location": {
                      "line": 23,
                      "type": "source-location",
                      "column": 6382,
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "urlProvider": "network"
                    },
                    "signal": "@babel/plugin-transform-classes"
                  },
                  {
                    "location": {
                      "urlProvider": "network",
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 2819,
                      "type": "source-location",
                      "line": 23
                    },
                    "signal": "@babel/plugin-transform-regenerator"
                  },
                  {
                    "signal": "@babel/plugin-transform-spread",
                    "location": {
                      "urlProvider": "network",
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 5990,
                      "type": "source-location",
                      "line": 23
                    }
                  },
                  {
                    "signal": "Array.from",
                    "location": {
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 15837,
                      "urlProvider": "network",
                      "line": 299,
                      "type": "source-location"
                    }
                  },
                  {
                    "location": {
                      "type": "source-location",
                      "line": 299,
                      "urlProvider": "network",
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 2722
                    },
                    "signal": "Array.prototype.filter"
                  },
                  {
                    "signal": "Array.prototype.find",
                    "location": {
                      "urlProvider": "network",
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 21490,
                      "type": "source-location",
                      "line": 299
                    }
                  },
                  {
                    "location": {
                      "type": "source-location",
                      "line": 299,
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 19706,
                      "urlProvider": "network"
                    },
                    "signal": "Array.prototype.includes"
                  },
                  {
                    "signal": "Array.prototype.map",
                    "location": {
                      "urlProvider": "network",
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 2905,
                      "type": "source-location",
                      "line": 299
                    }
                  },
                  {
                    "signal": "String.prototype.startsWith",
                    "location": {
                      "url": "https://connect.facebook.net/en_US/fbevents.js",
                      "column": 6104,
                      "urlProvider": "network",
                      "type": "source-location",
                      "line": 299
                    }
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 12797,
              "url": "https://connect.facebook.net/en_US/fbevents.js"
            }
          ],
          "type": "table",
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "subItemsHeading": {
                "valueType": "source-location",
                "key": "location"
              },
              "key": "url"
            },
            {
              "valueType": "code",
              "subItemsHeading": {
                "key": "signal"
              },
              "key": null
            },
            {
              "valueType": "bytes",
              "label": "Wasted bytes",
              "key": "wastedBytes"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 30982
          }
        }
      },
      "unminified-css": {
        "id": "unminified-css",
        "title": "Minify CSS",
        "description": "Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS](https://developer.chrome.com/docs/lighthouse/performance/unminified-css/).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 13 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 0,
          "type": "opportunity",
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "key": "totalBytes",
              "label": "Transfer Size",
              "valueType": "bytes"
            },
            {
              "valueType": "bytes",
              "key": "wastedBytes",
              "label": "Est Savings"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 0,
              "FCP": 0
            }
          },
          "overallSavingsBytes": 13091,
          "items": [
            {
              "wastedPercent": 10.512908952253175,
              "totalBytes": 76260,
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
              "wastedBytes": 8017
            },
            {
              "wastedBytes": 5074,
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
              "wastedPercent": 10.347168450417389,
              "totalBytes": 49038
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ]
        },
        "numericValue": 0,
        "numericUnit": "millisecond"
      },
      "link-in-text-block": {
        "id": "link-in-text-block",
        "title": "Links are distinguishable without relying on color.",
        "description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.12/link-in-text-block).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "clickjacking-mitigation": {
        "id": "clickjacking-mitigation",
        "title": "Mitigate clickjacking with XFO or CSP",
        "description": "The `X-Frame-Options` (XFO) header or the `frame-ancestors` directive in the `Content-Security-Policy` (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. [Learn more about mitigating clickjacking](https://developer.chrome.com/docs/lighthouse/best-practices/clickjacking-mitigation).",
        "score": null,
        "scoreDisplayMode": "notApplicable",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "label": "Description",
              "valueType": "text"
            },
            {
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "label": "Severity",
              "valueType": "text"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "aria-tooltip-name": {
        "id": "aria-tooltip-name",
        "title": "ARIA `tooltip` elements have accessible names",
        "description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.12/aria-tooltip-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "label-content-name-mismatch": {
        "id": "label-content-name-mismatch",
        "title": "Elements with visible text labels do not have matching accessible names.",
        "description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.12/label-content-name-mismatch).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "node": {
                "lhId": "1-8-A",
                "explanation": "Fix any of the following:\n  Text inside the element is not included in the accessible name",
                "selector": "div.header__column \u003e div.header__icons \u003e div.header__cart \u003e a#cart-icon-bubble",
                "snippet": "\u003ca href=\"/cart\" class=\" header__icon header__icon--cart focus-inset\" id=\"cart-icon-bubble\" aria-label=\"View Cart\" role=\"button\" aria-haspopup=\"dialog\"\u003e",
                "boundingRect": {
                  "bottom": 99,
                  "left": 360,
                  "right": 392,
                  "height": 32,
                  "width": 32,
                  "top": 67
                },
                "path": "1,HTML,1,BODY,3,DIV,4,STICKY-HEADER,0,HEADER,2,DIV,0,DIV,1,DIV,0,A",
                "type": "node",
                "nodeLabel": "View Cart\n0\n0 items"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "impact": "serious",
            "type": "debugdata",
            "tags": [
              "cat.semantics",
              "wcag21a",
              "wcag253",
              "EN-301-549",
              "EN-9.2.5.3",
              "RGAAv4",
              "RGAA-6.1.5",
              "experimental"
            ]
          },
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "crawlable-anchors": {
        "id": "crawlable-anchors",
        "title": "Links are crawlable",
        "description": "Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. [Learn how to make links crawlable](https://support.google.com/webmasters/answer/9112205)",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "label": "Uncrawlable Link",
              "valueType": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "script-treemap-data": {
        "id": "script-treemap-data",
        "title": "Script Treemap Data",
        "description": "Used for treemap app",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "treemap-data",
          "nodes": [
            {
              "resourceBytes": 43536,
              "unusedBytes": 9392,
              "name": "https://hellon.earth/",
              "encodedBytes": 5765,
              "children": [
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.performa…",
                  "resourceBytes": 109
                },
                {
                  "name": "(inline) var Shopify = S…",
                  "unusedBytes": 0,
                  "resourceBytes": 771
                },
                {
                  "resourceBytes": 191,
                  "unusedBytes": 60,
                  "name": "(inline) !function(o){fu…"
                },
                {
                  "resourceBytes": 137,
                  "unusedBytes": 0,
                  "name": "(inline) window.ShopifyP…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.Shopify …",
                  "resourceBytes": 231
                },
                {
                  "resourceBytes": 1707,
                  "name": "(inline) window.Shopify …",
                  "unusedBytes": 0
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) (function() {\n …",
                  "resourceBytes": 692
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) var __st={\"a\":6…",
                  "resourceBytes": 158
                },
                {
                  "resourceBytes": 48,
                  "unusedBytes": 0,
                  "name": "(inline) window.ShopifyP…"
                },
                {
                  "resourceBytes": 3377,
                  "unusedBytes": 1707,
                  "name": "(inline) !function(){'us…"
                },
                {
                  "unusedBytes": 654,
                  "name": "(inline) (function () {v…",
                  "resourceBytes": 2586
                },
                {
                  "unusedBytes": 235,
                  "name": "(inline) var Shopify=Sho…",
                  "resourceBytes": 344
                },
                {
                  "resourceBytes": 723,
                  "name": "(inline) function portab…",
                  "unusedBytes": 530
                },
                {
                  "resourceBytes": 352,
                  "unusedBytes": 0,
                  "name": "(inline) document.addEve…"
                },
                {
                  "resourceBytes": 59,
                  "unusedBytes": 0,
                  "name": "(inline) !function(o){(o…"
                },
                {
                  "name": "(inline) await import(\"/…",
                  "unusedBytes": 0,
                  "resourceBytes": 266
                },
                {
                  "resourceBytes": 106,
                  "unusedBytes": 0,
                  "name": "(inline) await import(\"/…"
                },
                {
                  "resourceBytes": 107,
                  "unusedBytes": 0,
                  "name": "(inline) window.performa…"
                },
                {
                  "resourceBytes": 218,
                  "name": "(inline) document.docume…",
                  "unusedBytes": 0
                },
                {
                  "name": "(inline) let cscoDarkMod…",
                  "unusedBytes": 1344,
                  "resourceBytes": 3450
                },
                {
                  "unusedBytes": 124,
                  "name": "(inline) !function(){if(…",
                  "resourceBytes": 577
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.klaviyoR…",
                  "resourceBytes": 54
                },
                {
                  "name": "(inline) (function(){if …",
                  "unusedBytes": 729,
                  "resourceBytes": 1338
                },
                {
                  "resourceBytes": 68,
                  "unusedBytes": 0,
                  "name": "(inline) window.__TREKKI…"
                },
                {
                  "unusedBytes": 452,
                  "name": "(inline) (function(){var…",
                  "resourceBytes": 13411
                },
                {
                  "resourceBytes": 367,
                  "unusedBytes": 0,
                  "name": "(inline) window.ShopifyA…"
                },
                {
                  "unusedBytes": 2456,
                  "name": "(inline) (function () {\n…",
                  "resourceBytes": 6117
                },
                {
                  "resourceBytes": 985,
                  "unusedBytes": 290,
                  "name": "(inline) const calcHeade…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) this.media='all…",
                  "resourceBytes": 16
                },
                {
                  "resourceBytes": 667,
                  "name": "(inline) document.addEve…",
                  "unusedBytes": 72
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.routes =…",
                  "resourceBytes": 1204
                },
                {
                  "resourceBytes": 887,
                  "unusedBytes": 0,
                  "name": "(inline) if (window.Shop…"
                },
                {
                  "name": "(inline) function initFo…",
                  "unusedBytes": 739,
                  "resourceBytes": 2063
                },
                {
                  "resourceBytes": 111,
                  "unusedBytes": 0,
                  "name": "(inline) await import(\"/…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.__shopif…",
                  "resourceBytes": 39
                }
              ]
            },
            {
              "encodedBytes": 294,
              "resourceBytes": 884,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
              "unusedBytes": 0
            },
            {
              "unusedBytes": 203,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CoS_AWFc.en.esm.js",
              "encodedBytes": 726,
              "resourceBytes": 1819
            },
            {
              "unusedBytes": 129,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "encodedBytes": 320,
              "resourceBytes": 672
            },
            {
              "encodedBytes": 176,
              "resourceBytes": 537,
              "unusedBytes": 68,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js"
            },
            {
              "encodedBytes": 393,
              "resourceBytes": 1270,
              "unusedBytes": 494,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js"
            },
            {
              "unusedBytes": 1566,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_DrRgS7ox.en.esm.js",
              "encodedBytes": 2013,
              "resourceBytes": 5501
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
              "unusedBytes": 47,
              "resourceBytes": 1428,
              "encodedBytes": 506
            },
            {
              "unusedBytes": 21921,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
              "encodedBytes": 20964,
              "resourceBytes": 73768
            },
            {
              "encodedBytes": 4318,
              "resourceBytes": 11353,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
              "unusedBytes": 1182
            },
            {
              "unusedBytes": 129,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "encodedBytes": 198,
              "resourceBytes": 451
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
              "unusedBytes": 85,
              "encodedBytes": 125,
              "resourceBytes": 360
            },
            {
              "encodedBytes": 414,
              "resourceBytes": 950,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "unusedBytes": 467
            },
            {
              "encodedBytes": 2844,
              "resourceBytes": 9328,
              "unusedBytes": 6922,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js"
            },
            {
              "resourceBytes": 143,
              "encodedBytes": 63,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "unusedBytes": 0
            },
            {
              "unusedBytes": 123,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js",
              "encodedBytes": 189,
              "resourceBytes": 570
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_CPxox-Yu.esm.js",
              "unusedBytes": 0,
              "encodedBytes": 237,
              "resourceBytes": 579
            },
            {
              "encodedBytes": 657,
              "resourceBytes": 1460,
              "unusedBytes": 564,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_CsfXCZ2S.esm.js"
            },
            {
              "encodedBytes": 417,
              "resourceBytes": 1058,
              "unusedBytes": 734,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js"
            },
            {
              "unusedBytes": 545,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_JZOruJXg.esm.js",
              "encodedBytes": 327,
              "resourceBytes": 786
            },
            {
              "encodedBytes": 115,
              "resourceBytes": 290,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js"
            },
            {
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
              "encodedBytes": 361,
              "resourceBytes": 1058
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "unusedBytes": 10189,
              "resourceBytes": 58098,
              "encodedBytes": 17824
            },
            {
              "unusedBytes": 19713,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
              "encodedBytes": 10858,
              "resourceBytes": 30634
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js",
              "unusedBytes": 2937,
              "resourceBytes": 6666,
              "encodedBytes": 2630
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "unusedBytes": 0,
              "resourceBytes": 1174,
              "encodedBytes": 530
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "unusedBytes": 0,
              "encodedBytes": 282,
              "resourceBytes": 606
            },
            {
              "encodedBytes": 349,
              "resourceBytes": 692,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "unusedBytes": 74
            },
            {
              "encodedBytes": 1350,
              "resourceBytes": 3583,
              "unusedBytes": 310,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js"
            },
            {
              "encodedBytes": 103,
              "resourceBytes": 243,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js"
            },
            {
              "encodedBytes": 381,
              "resourceBytes": 1234,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js"
            },
            {
              "encodedBytes": 1314,
              "resourceBytes": 3308,
              "unusedBytes": 1203,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js"
            },
            {
              "encodedBytes": 1060,
              "resourceBytes": 2365,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js"
            },
            {
              "encodedBytes": 326,
              "resourceBytes": 808,
              "unusedBytes": 542,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js"
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "unusedBytes": 0,
              "resourceBytes": 834,
              "encodedBytes": 379
            },
            {
              "encodedBytes": 68652,
              "resourceBytes": 230690,
              "unusedBytes": 97654,
              "name": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js"
            },
            {
              "encodedBytes": 27393,
              "resourceBytes": 109975,
              "unusedBytes": 44945,
              "name": "https://hellon.earth/cdn/s/trekkie.storefront.51e77662fd67e0d47c7238acfeab529dafb90214.min.js"
            },
            {
              "encodedBytes": 3283,
              "resourceBytes": 13482,
              "unusedBytes": 8221,
              "name": "https://hellon.earth/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js"
            },
            {
              "encodedBytes": 49252,
              "children": [
                {
                  "unusedBytes": 0,
                  "name": "(inline) if ('undefined'…",
                  "resourceBytes": 108
                },
                {
                  "resourceBytes": 134,
                  "name": "(inline) if (document.fo…",
                  "unusedBytes": 0
                },
                {
                  "unusedBytes": 476,
                  "name": "(inline) var ytcsi={gt:f…",
                  "resourceBytes": 2084
                },
                {
                  "resourceBytes": 76725,
                  "unusedBytes": 51,
                  "name": "(inline) var ytcfg={d:fu…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) window.ytAtP = …",
                  "resourceBytes": 145
                },
                {
                  "resourceBytes": 1033,
                  "unusedBytes": 950,
                  "name": "(inline) window.yterr=wi…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) var yterr = yte…",
                  "resourceBytes": 26
                },
                {
                  "resourceBytes": 760,
                  "unusedBytes": 0,
                  "name": "(inline) window.WIZ_glob…"
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) var setMessage=…",
                  "resourceBytes": 10376
                },
                {
                  "unusedBytes": 0,
                  "name": "(inline) writeEmbed();…",
                  "resourceBytes": 13
                },
                {
                  "name": "(inline) (function() {if…",
                  "unusedBytes": 0,
                  "resourceBytes": 35612
                },
                {
                  "resourceBytes": 62,
                  "unusedBytes": 0,
                  "name": "(inline) if (window.ytcs…"
                }
              ],
              "resourceBytes": 127078,
              "unusedBytes": 1477,
              "name": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG"
            },
            {
              "unusedBytes": 9648,
              "name": "https://cdn.shopify.com/storefront/standard-actions.js",
              "encodedBytes": 4304,
              "resourceBytes": 10869
            },
            {
              "encodedBytes": 75,
              "resourceBytes": 193,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/constants.js?v=57430444635880596041752466284"
            },
            {
              "name": "https://hellon.earth/cdn/shop/t/8/assets/pubsub.js?v=2921868252632587581752466284",
              "unusedBytes": 199,
              "resourceBytes": 474,
              "children": [
                {
                  "unusedBytes": 199,
                  "name": "cdn/shop/t/8/assets/pubsub.js?v=2921868252632587581752466284",
                  "resourceBytes": 387
                },
                {
                  "resourceBytes": 87,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 154
            },
            {
              "name": "https://hellon.earth/cdn/shop/t/8/assets/gsap.min.js?v=98399229928229536421752466284",
              "unusedBytes": 44924,
              "encodedBytes": 27229,
              "resourceBytes": 72214
            },
            {
              "unusedBytes": 22098,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/ScrollTrigger.min.js?v=51844696078135174451752466285",
              "encodedBytes": 17062,
              "resourceBytes": 43380
            },
            {
              "resourceBytes": 151655,
              "encodedBytes": 39226,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
              "unusedBytes": 86654
            },
            {
              "children": [
                {
                  "unusedBytes": 36891,
                  "name": "cdn/shop/t/8/assets/global.js?v=27162690833125325081752466284",
                  "resourceBytes": 44173
                },
                {
                  "resourceBytes": 88,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 10069,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/global.js?v=27162690833125325081752466284",
              "unusedBytes": 36891,
              "resourceBytes": 44261
            },
            {
              "encodedBytes": 3102,
              "resourceBytes": 13938,
              "unusedBytes": 1471,
              "name": "https://hellon.earth/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js"
            },
            {
              "unusedBytes": 27164,
              "name": "https://hellon.earth/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812",
              "encodedBytes": 22987,
              "resourceBytes": 81128
            },
            {
              "resourceBytes": 4419,
              "name": "https://hellon.earth/cdn/shop/t/8/compiled_assets/scripts.js?v=6552047183903886731752466338",
              "unusedBytes": 3093,
              "encodedBytes": 1071,
              "children": [
                {
                  "unusedBytes": 3093,
                  "name": "cdn/shop/t/8/compiled_assets/scripts.js?v=6552047183903886731752466338",
                  "resourceBytes": 4321
                },
                {
                  "resourceBytes": 98,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "unusedBytes": 10574,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/cart.js?v=167127980437442232001752466283",
              "resourceBytes": 11876,
              "children": [
                {
                  "name": "cdn/shop/t/8/assets/cart.js?v=167127980437442232001752466283",
                  "unusedBytes": 10574,
                  "resourceBytes": 11789
                },
                {
                  "resourceBytes": 87,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 2621
            },
            {
              "resourceBytes": 3833,
              "unusedBytes": 3044,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/cart-drawer.js?v=175299045123263202151752466283",
              "encodedBytes": 978,
              "children": [
                {
                  "unusedBytes": 3044,
                  "name": "cdn/shop/t/8/assets/cart-drawer.js?v=175299045123263202151752466283",
                  "resourceBytes": 3739
                },
                {
                  "resourceBytes": 94,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "children": [
                {
                  "name": "cdn/shop/t/8/assets/quick-add.js?v=103399882862435143751752466284",
                  "unusedBytes": 7437,
                  "resourceBytes": 7546
                },
                {
                  "resourceBytes": 92,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 1975,
              "unusedBytes": 7437,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.js?v=103399882862435143751752466284",
              "resourceBytes": 7638
            },
            {
              "resourceBytes": 4898,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
              "unusedBytes": 3910,
              "encodedBytes": 1247,
              "children": [
                {
                  "resourceBytes": 4803,
                  "duplicatedNormalizedModuleName": "/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
                  "unusedBytes": 3910,
                  "name": "cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284"
                },
                {
                  "resourceBytes": 95,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "encodedBytes": 1773,
              "children": [
                {
                  "unusedBytes": 7437,
                  "name": "cdn/shop/t/8/assets/popup.js?v=139292871126259178831752466284",
                  "resourceBytes": 8198
                },
                {
                  "name": "(unmapped)",
                  "resourceBytes": 101
                }
              ],
              "resourceBytes": 8299,
              "unusedBytes": 7437,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/popup.js?v=139292871126259178831752466284"
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js",
              "unusedBytes": 32529,
              "encodedBytes": 21451,
              "resourceBytes": 67648
            },
            {
              "encodedBytes": 324,
              "resourceBytes": 872,
              "children": [
                {
                  "resourceBytes": 773,
                  "name": "cdn/shop/t/8/assets/announcement-bar.js?v=62342160776736250801752466283"
                },
                {
                  "resourceBytes": 99,
                  "name": "(unmapped)"
                }
              ],
              "name": "https://hellon.earth/cdn/shop/t/8/assets/announcement-bar.js?v=62342160776736250801752466283"
            },
            {
              "children": [
                {
                  "resourceBytes": 12414,
                  "unusedBytes": 9356,
                  "name": "cdn/shop/t/8/assets/header.js?v=23851710536590866761752466284"
                },
                {
                  "name": "(unmapped)",
                  "resourceBytes": 89
                }
              ],
              "encodedBytes": 2687,
              "unusedBytes": 9356,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/header.js?v=23851710536590866761752466284",
              "resourceBytes": 12503
            },
            {
              "resourceBytes": 659,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/details-disclosure.js?v=101038006898019338281752466284",
              "unusedBytes": 254,
              "encodedBytes": 224,
              "children": [
                {
                  "unusedBytes": 254,
                  "name": "cdn/shop/t/8/assets/details-disclosure.js?v=101038006898019338281752466284",
                  "resourceBytes": 558
                },
                {
                  "resourceBytes": 101,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "encodedBytes": 1183,
              "children": [
                {
                  "resourceBytes": 4869,
                  "unusedBytes": 690,
                  "name": "cdn/shop/t/8/assets/slideshow.js?v=12183036724117731781752466285"
                },
                {
                  "name": "(unmapped)",
                  "resourceBytes": 92
                }
              ],
              "resourceBytes": 4961,
              "unusedBytes": 690,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/slideshow.js?v=12183036724117731781752466285"
            },
            {
              "unusedBytes": 4700,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
              "resourceBytes": 4898,
              "children": [
                {
                  "unusedBytes": 4700,
                  "name": "cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
                  "duplicatedNormalizedModuleName": "/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
                  "resourceBytes": 4803
                },
                {
                  "resourceBytes": 95,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 1247
            },
            {
              "encodedBytes": 85,
              "resourceBytes": 321,
              "unusedBytes": 44,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/update-slider.js?v=61669620030825712191752466286"
            },
            {
              "unusedBytes": 64,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "resourceBytes": 580,
              "children": [
                {
                  "resourceBytes": 483,
                  "unusedBytes": 64,
                  "name": "cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285"
                },
                {
                  "resourceBytes": 97,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 235
            },
            {
              "children": [
                {
                  "resourceBytes": 483,
                  "name": "cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
                  "unusedBytes": 28
                },
                {
                  "resourceBytes": 97,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 235,
              "unusedBytes": 28,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "resourceBytes": 580
            },
            {
              "children": [
                {
                  "name": "cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
                  "unusedBytes": 64,
                  "resourceBytes": 483
                },
                {
                  "resourceBytes": 97,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 235,
              "unusedBytes": 64,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "resourceBytes": 580
            },
            {
              "children": [
                {
                  "unusedBytes": 226,
                  "name": "cdn/shop/t/8/assets/footer.js?v=162720781161176316621752466284",
                  "resourceBytes": 803
                },
                {
                  "resourceBytes": 90,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 345,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/footer.js?v=162720781161176316621752466284",
              "unusedBytes": 226,
              "resourceBytes": 893
            },
            {
              "children": [
                {
                  "resourceBytes": 846,
                  "unusedBytes": 759,
                  "name": "cdn/shop/t/8/assets/search-form.js?v=130106166435850232461752466285"
                },
                {
                  "name": "(unmapped)",
                  "resourceBytes": 94
                }
              ],
              "encodedBytes": 319,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/search-form.js?v=130106166435850232461752466285",
              "unusedBytes": 759,
              "resourceBytes": 940
            },
            {
              "name": "https://hellon.earth/cdn/shop/t/8/assets/predictive-search.js?v=15235545953766800951752466284",
              "unusedBytes": 6293,
              "resourceBytes": 6496,
              "children": [
                {
                  "name": "cdn/shop/t/8/assets/predictive-search.js?v=15235545953766800951752466284",
                  "unusedBytes": 6293,
                  "resourceBytes": 6397
                },
                {
                  "resourceBytes": 99,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 1714
            },
            {
              "resourceBytes": 1427,
              "unusedBytes": 776,
              "name": "https://hellon.earth/cdn/shop/t/8/assets/product-model.js?v=33738294766022681231752466284",
              "encodedBytes": 471,
              "children": [
                {
                  "unusedBytes": 776,
                  "name": "cdn/shop/t/8/assets/product-model.js?v=33738294766022681231752466284",
                  "resourceBytes": 1332
                },
                {
                  "resourceBytes": 95,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "encodedBytes": 4112,
              "resourceBytes": 13022,
              "unusedBytes": 7476,
              "name": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/app/web-pixel-980877447@20a1a395175a780fd37f04940f5b4db5~2/pixel.modern.js"
            },
            {
              "unusedBytes": 6000,
              "name": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/app/web-pixel-981663879@abff2a8add143ccb04deb20f0ebd74a9~2/pixel.modern.js",
              "encodedBytes": 2951,
              "resourceBytes": 8639
            },
            {
              "encodedBytes": 149659,
              "resourceBytes": 441535,
              "unusedBytes": 220919,
              "name": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base"
            },
            {
              "encodedBytes": 29559,
              "children": [
                {
                  "resourceBytes": 74763,
                  "unusedBytes": 24734,
                  "name": "(inline) (()=\u003e{var e={74…"
                },
                {
                  "unusedBytes": 12,
                  "name": "(inline) (function(shopi…",
                  "resourceBytes": 551
                }
              ],
              "resourceBytes": 75314,
              "unusedBytes": 24746,
              "name": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/custom/web-pixel-shopify-custom-pixel@0501/sandbox/modern/"
            },
            {
              "name": "https://hellon.earth/checkouts/internal/preloads.js?locale=en-US",
              "unusedBytes": 0,
              "encodedBytes": 3162,
              "resourceBytes": 11780
            },
            {
              "encodedBytes": 467846,
              "resourceBytes": 1572179,
              "unusedBytes": 1105459,
              "name": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js"
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
              "unusedBytes": 0,
              "encodedBytes": 447,
              "resourceBytes": 1397
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-follow-button_1Rz8T5cR.en.esm.js",
              "unusedBytes": 3360,
              "resourceBytes": 8626,
              "encodedBytes": 3471
            },
            {
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopIcon_DztUrmYs.esm.js",
              "encodedBytes": 930,
              "resourceBytes": 2073
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useWindoidMessageHandler_S3Uag7pR.esm.js",
              "unusedBytes": 588,
              "resourceBytes": 1134,
              "encodedBytes": 487
            },
            {
              "resourceBytes": 390,
              "encodedBytes": 184,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useDispatchEvent_BQKeEISR.esm.js",
              "unusedBytes": 178
            },
            {
              "encodedBytes": 772,
              "resourceBytes": 1977,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_ElJrkRaZ.esm.js",
              "unusedBytes": 274
            },
            {
              "resourceBytes": 757,
              "encodedBytes": 335,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildAuthorizeUrl_DBzIbbIZ.esm.js",
              "unusedBytes": 158
            },
            {
              "encodedBytes": 1056,
              "resourceBytes": 2525,
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildUrlSearchParams_DRdnaYB6.esm.js"
            },
            {
              "unusedBytes": 0,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useStorefrontOrigin_CSA3GvLU.esm.js",
              "encodedBytes": 215,
              "resourceBytes": 451
            },
            {
              "encodedBytes": 591,
              "resourceBytes": 1513,
              "name": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.windoid_qprD0lo-.esm.js",
              "unusedBytes": 1206
            },
            {
              "encodedBytes": 31018,
              "resourceBytes": 96260,
              "unusedBytes": 49993,
              "name": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/shopify-xr.en.js"
            },
            {
              "name": "https://static.doubleclick.net/instream/ad_status.js",
              "unusedBytes": 0,
              "resourceBytes": 29,
              "encodedBytes": -34
            },
            {
              "encodedBytes": 357,
              "resourceBytes": 1058,
              "unusedBytes": 0,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js"
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "unusedBytes": 129,
              "resourceBytes": 672,
              "encodedBytes": 316
            },
            {
              "encodedBytes": 172,
              "resourceBytes": 537,
              "unusedBytes": 68,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js"
            },
            {
              "encodedBytes": 389,
              "resourceBytes": 1270,
              "unusedBytes": 494,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js"
            },
            {
              "unusedBytes": 54691,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "encodedBytes": 17820,
              "resourceBytes": 58098
            },
            {
              "encodedBytes": 502,
              "resourceBytes": 1428,
              "unusedBytes": 921,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js"
            },
            {
              "encodedBytes": 20960,
              "resourceBytes": 73768,
              "unusedBytes": 42433,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js"
            },
            {
              "resourceBytes": 11353,
              "encodedBytes": 4314,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
              "unusedBytes": 10700
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "unusedBytes": 129,
              "encodedBytes": 179,
              "resourceBytes": 451
            },
            {
              "unusedBytes": 163,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
              "encodedBytes": 121,
              "resourceBytes": 360
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "unusedBytes": 683,
              "encodedBytes": 395,
              "resourceBytes": 950
            },
            {
              "encodedBytes": 2840,
              "resourceBytes": 9328,
              "unusedBytes": 6922,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js"
            },
            {
              "encodedBytes": 10854,
              "resourceBytes": 30634,
              "unusedBytes": 28880,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js"
            },
            {
              "encodedBytes": 2626,
              "resourceBytes": 6666,
              "unusedBytes": 5115,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js"
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "unusedBytes": 845,
              "encodedBytes": 526,
              "resourceBytes": 1174
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "unusedBytes": 89,
              "resourceBytes": 606,
              "encodedBytes": 278
            },
            {
              "unusedBytes": 481,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "encodedBytes": 345,
              "resourceBytes": 692
            },
            {
              "unusedBytes": 8,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "encodedBytes": 59,
              "resourceBytes": 143
            },
            {
              "encodedBytes": 1346,
              "resourceBytes": 3583,
              "unusedBytes": 2927,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js"
            },
            {
              "unusedBytes": 136,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js",
              "encodedBytes": 99,
              "resourceBytes": 243
            },
            {
              "resourceBytes": 1234,
              "encodedBytes": 377,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
              "unusedBytes": 960
            },
            {
              "encodedBytes": 1295,
              "resourceBytes": 3308,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
              "unusedBytes": 3106
            },
            {
              "encodedBytes": 1056,
              "resourceBytes": 2365,
              "unusedBytes": 2240,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js"
            },
            {
              "encodedBytes": 322,
              "resourceBytes": 808,
              "unusedBytes": 542,
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js"
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "unusedBytes": 682,
              "encodedBytes": 375,
              "resourceBytes": 834
            },
            {
              "unusedBytes": 504683,
              "name": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "encodedBytes": 205694,
              "resourceBytes": 699250
            },
            {
              "name": "https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js",
              "unusedBytes": 0,
              "resourceBytes": 1392,
              "encodedBytes": 717
            },
            {
              "name": "https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=64115769479",
              "encodedBytes": -65,
              "resourceBytes": 0
            },
            {
              "unusedBytes": 746,
              "name": "https://static.klaviyo.com/onsite/js/UXPKqX/klaviyo.js?company_id=UXPKqX",
              "encodedBytes": 2190,
              "resourceBytes": 15628
            },
            {
              "resourceBytes": 488389,
              "encodedBytes": 162408,
              "name": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "unusedBytes": 190821
            },
            {
              "name": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
              "unusedBytes": 157061,
              "encodedBytes": 150869,
              "resourceBytes": 444819
            },
            {
              "name": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS",
              "unusedBytes": 191414,
              "encodedBytes": 148789,
              "resourceBytes": 431492
            },
            {
              "encodedBytes": 104875,
              "resourceBytes": 396568,
              "unusedBytes": 137582,
              "name": "https://connect.facebook.net/en_US/fbevents.js"
            },
            {
              "unusedBytes": 22651,
              "name": "https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js",
              "resourceBytes": 44005,
              "children": [
                {
                  "name": "..",
                  "unusedBytes": 22614,
                  "children": [
                    {
                      "children": [
                        {
                          "resourceBytes": 285,
                          "name": "_prelude"
                        },
                        {
                          "resourceBytes": 7,
                          "name": "_postlude"
                        }
                      ],
                      "name": "../node_modules/browser-pack-flat",
                      "resourceBytes": 292
                    },
                    {
                      "unusedBytes": 11853,
                      "children": [
                        {
                          "name": "lib",
                          "unusedBytes": 1084,
                          "children": [
                            {
                              "resourceBytes": 1024,
                              "name": "es-utils.js"
                            },
                            {
                              "resourceBytes": 220,
                              "name": "validators.js"
                            },
                            {
                              "resourceBytes": 106,
                              "name": "infer-release-stage.js"
                            },
                            {
                              "unusedBytes": 416,
                              "name": "run-before-send.js",
                              "resourceBytes": 419
                            },
                            {
                              "unusedBytes": 168,
                              "name": "has-stack.js",
                              "resourceBytes": 181
                            },
                            {
                              "name": "async-some.js",
                              "unusedBytes": 149,
                              "resourceBytes": 155
                            },
                            {
                              "resourceBytes": 667,
                              "unusedBytes": 351,
                              "name": "json-payload.js"
                            }
                          ],
                          "resourceBytes": 2772
                        },
                        {
                          "name": "config.js",
                          "unusedBytes": 370,
                          "resourceBytes": 3333
                        },
                        {
                          "unusedBytes": 97,
                          "name": "breadcrumb.js",
                          "resourceBytes": 317
                        },
                        {
                          "name": "node_modules",
                          "children": [
                            {
                              "unusedBytes": 175,
                              "name": "iserror/index.js",
                              "resourceBytes": 178
                            },
                            {
                              "resourceBytes": 1755,
                              "name": "stackframe/stackframe.js",
                              "unusedBytes": 978
                            },
                            {
                              "resourceBytes": 3123,
                              "unusedBytes": 2786,
                              "name": "error-stack-parser/error-stack-parser.js"
                            },
                            {
                              "unusedBytes": 406,
                              "name": "stack-generator/stack-generator.js",
                              "resourceBytes": 535
                            },
                            {
                              "resourceBytes": 2056,
                              "unusedBytes": 55,
                              "children": [
                                {
                                  "name": "cuid",
                                  "children": [
                                    {
                                      "resourceBytes": 303,
                                      "children": [
                                        {
                                          "resourceBytes": 65,
                                          "name": "pad.js"
                                        },
                                        {
                                          "resourceBytes": 238,
                                          "name": "fingerprint.browser.js"
                                        }
                                      ],
                                      "name": "lib"
                                    },
                                    {
                                      "resourceBytes": 241,
                                      "name": "index.js"
                                    }
                                  ],
                                  "resourceBytes": 544
                                },
                                {
                                  "name": "safe-json-stringify/index.js",
                                  "unusedBytes": 55,
                                  "resourceBytes": 1512
                                }
                              ],
                              "name": "@bugsnag"
                            }
                          ],
                          "unusedBytes": 4400,
                          "resourceBytes": 7647
                        },
                        {
                          "resourceBytes": 2818,
                          "unusedBytes": 2645,
                          "name": "report.js"
                        },
                        {
                          "unusedBytes": 329,
                          "name": "session.js",
                          "resourceBytes": 549
                        },
                        {
                          "unusedBytes": 2928,
                          "name": "client.js",
                          "resourceBytes": 5229
                        }
                      ],
                      "name": "core",
                      "resourceBytes": 22665
                    },
                    {
                      "unusedBytes": 760,
                      "name": "delivery-x-domain-request/delivery.js",
                      "resourceBytes": 803
                    },
                    {
                      "unusedBytes": 453,
                      "name": "delivery-xml-http-request/delivery.js",
                      "resourceBytes": 953
                    },
                    {
                      "resourceBytes": 346,
                      "unusedBytes": 201,
                      "name": "plugin-browser-context/context.js"
                    },
                    {
                      "unusedBytes": 258,
                      "name": "plugin-browser-device/device.js",
                      "resourceBytes": 472
                    },
                    {
                      "name": "plugin-browser-request/request.js",
                      "unusedBytes": 235,
                      "resourceBytes": 384
                    },
                    {
                      "name": "plugin-browser-session/session.js",
                      "unusedBytes": 209,
                      "resourceBytes": 821
                    },
                    {
                      "resourceBytes": 385,
                      "unusedBytes": 162,
                      "name": "plugin-client-ip/client-ip.js"
                    },
                    {
                      "resourceBytes": 961,
                      "unusedBytes": 456,
                      "name": "plugin-console-breadcrumbs/console-breadcrumbs.js"
                    },
                    {
                      "resourceBytes": 1022,
                      "unusedBytes": 610,
                      "name": "plugin-inline-script-content/inline-script-content.js"
                    },
                    {
                      "unusedBytes": 1062,
                      "name": "plugin-interaction-breadcrumbs/interaction-breadcrumbs.js",
                      "resourceBytes": 1493
                    },
                    {
                      "unusedBytes": 599,
                      "name": "plugin-navigation-breadcrumbs/navigation-breadcrumbs.js",
                      "resourceBytes": 1660
                    },
                    {
                      "resourceBytes": 1755,
                      "unusedBytes": 207,
                      "name": "plugin-network-breadcrumbs/network-breadcrumbs.js"
                    },
                    {
                      "resourceBytes": 524,
                      "unusedBytes": 283,
                      "name": "plugin-simple-throttle/throttle.js"
                    },
                    {
                      "resourceBytes": 237,
                      "unusedBytes": 169,
                      "name": "plugin-strip-query-string/strip-query-string.js"
                    },
                    {
                      "unusedBytes": 4065,
                      "name": "plugin-window-onerror/onerror.js",
                      "resourceBytes": 6271
                    },
                    {
                      "unusedBytes": 1032,
                      "name": "plugin-window-unhandled-rejection/unhandled-rejection.js",
                      "resourceBytes": 1260
                    }
                  ],
                  "resourceBytes": 42304
                },
                {
                  "resourceBytes": 1661,
                  "name": "src",
                  "unusedBytes": 37,
                  "children": [
                    {
                      "name": "config.js",
                      "resourceBytes": 516
                    },
                    {
                      "resourceBytes": 1145,
                      "unusedBytes": 37,
                      "name": "notifier.js"
                    }
                  ]
                },
                {
                  "resourceBytes": 40,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 12042
            },
            {
              "encodedBytes": 449,
              "resourceBytes": 993,
              "unusedBytes": 486,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/static.11af62fb4e32ef9947e4.js?cb=2"
            },
            {
              "encodedBytes": 4096,
              "resourceBytes": 12742,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~server_side_cookies~reviews~telemetry~customerHubRoot~contentBlocks~embeddedIntegrationBlocks~favorites~faq~.94f857182c5ddf891ee0.js?cb=2",
              "unusedBytes": 5202
            },
            {
              "encodedBytes": 1797,
              "resourceBytes": 4039,
              "unusedBytes": 2169,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/post_identification_sync.968f0a1bbd6d33eb9c36.js?cb=2"
            },
            {
              "encodedBytes": 2930,
              "resourceBytes": 8121,
              "unusedBytes": 3976,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~.84f06bbcdc5310b095cd.js?cb=2"
            },
            {
              "unusedBytes": 810,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/runtime.26913a3f4155240ebe2e.js?cb=2",
              "encodedBytes": 8296,
              "resourceBytes": 21827
            },
            {
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
              "unusedBytes": 30778,
              "resourceBytes": 69371,
              "encodedBytes": 23495
            },
            {
              "resourceBytes": 12653,
              "encodedBytes": 4079,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2",
              "unusedBytes": 6614
            },
            {
              "unusedBytes": 261,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/signup_forms.1827f3087206af47b094.js?cb=2",
              "encodedBytes": 538,
              "resourceBytes": 1134
            },
            {
              "encodedBytes": 104,
              "resourceBytes": 293,
              "unusedBytes": 0,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/event_adapter.f4a04fcdb8e205893e28.js?cb=2"
            },
            {
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.cb17e1c10db346b210dc.js?cb=2",
              "unusedBytes": 21962,
              "resourceBytes": 29317,
              "encodedBytes": 10289
            },
            {
              "unusedBytes": 12368,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~in_app_forms~signup_forms.79af70ca3fbf28c99eb4.js?cb=2",
              "encodedBytes": 11786,
              "resourceBytes": 34632
            },
            {
              "encodedBytes": 5607,
              "resourceBytes": 15485,
              "unusedBytes": 12947,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/telemetry.5f4af760c1426f838ca5.js?cb=2"
            },
            {
              "encodedBytes": 13817,
              "resourceBytes": 40533,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/fender_analytics.f04cbabb6f4337a1a032.js?cb=2",
              "unusedBytes": 12813
            },
            {
              "encodedBytes": 150795,
              "resourceBytes": 444830,
              "name": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922&cx=c&gtm=4e67f0",
              "unusedBytes": 319745
            },
            {
              "name": "https://hellon.earth/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js",
              "unusedBytes": 14405,
              "resourceBytes": 22602,
              "children": [
                {
                  "resourceBytes": 22527,
                  "children": [
                    {
                      "unusedBytes": 99,
                      "name": "types/index.ts",
                      "resourceBytes": 644
                    },
                    {
                      "name": "utils/index.ts",
                      "resourceBytes": 112
                    },
                    {
                      "resourceBytes": 1080,
                      "unusedBytes": 484,
                      "name": "cookie.ts"
                    },
                    {
                      "unusedBytes": 48,
                      "name": "regulation.ts",
                      "resourceBytes": 48
                    },
                    {
                      "resourceBytes": 20643,
                      "unusedBytes": 13774,
                      "name": "index.ts"
                    }
                  ],
                  "unusedBytes": 14405,
                  "name": "../src"
                },
                {
                  "resourceBytes": 75,
                  "name": "(unmapped)"
                }
              ],
              "encodedBytes": 7088
            },
            {
              "unusedBytes": 316107,
              "name": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS&cx=c&gtm=4e67f0",
              "encodedBytes": 148853,
              "resourceBytes": 431503
            },
            {
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~Render~ClientStore~~~onsite-back-in-stock.7d7b5b811b79d6bdfaae.js",
              "unusedBytes": 1533,
              "resourceBytes": 5101,
              "encodedBytes": 2055
            },
            {
              "encodedBytes": 8247,
              "resourceBytes": 27559,
              "unusedBytes": 16485,
              "name": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/1011.09afdf7495dac2a28513.js"
            },
            {
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~~onsite-back-in-stock.d095d93e14859373a01c.js",
              "unusedBytes": 12525,
              "resourceBytes": 14249,
              "encodedBytes": 3954
            },
            {
              "encodedBytes": 3126,
              "resourceBytes": 9651,
              "unusedBytes": 2128,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.fac9f0fe88ebdf394a34.js"
            },
            {
              "encodedBytes": 2793,
              "resourceBytes": 8897,
              "unusedBytes": 5740,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/ClientStore.1a19d19620aad17658a9.js"
            },
            {
              "unusedBytes": 48902,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~.ff36974a6d9ba25774ff.js",
              "encodedBytes": 20606,
              "resourceBytes": 78710
            },
            {
              "encodedBytes": 6948,
              "resourceBytes": 22357,
              "unusedBytes": 7790,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/onsite-triggering-v2.de197ba28ed1011bed81.js"
            },
            {
              "encodedBytes": 23666,
              "children": [
                {
                  "resourceBytes": 62300,
                  "unusedBytes": 23,
                  "name": "/(unmapped)"
                }
              ],
              "resourceBytes": 62300,
              "unusedBytes": 23,
              "name": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js"
            },
            {
              "encodedBytes": 66178,
              "resourceBytes": 271471,
              "unusedBytes": 99331,
              "name": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173"
            },
            {
              "resourceBytes": 8565,
              "name": "https://cdn.shopify.com/s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js?v=1752247893&shop=7ujbtx-bm.myshopify.com",
              "unusedBytes": 7709,
              "encodedBytes": 2240,
              "children": [
                {
                  "resourceBytes": 8444,
                  "unusedBytes": 7709,
                  "name": "s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js?shop=7ujbtx-bm.myshopify.com&v=1752247893"
                },
                {
                  "resourceBytes": 121,
                  "name": "(unmapped)"
                }
              ]
            },
            {
              "encodedBytes": 16646,
              "resourceBytes": 16646,
              "unusedBytes": 16494,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/styles.c31f66396d8d14341647.js"
            },
            {
              "unusedBytes": 19483,
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~Render.85b14abd925307776946.js",
              "encodedBytes": 19693,
              "resourceBytes": 19693
            },
            {
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~Render~customerHubRoot.049a6684701e0bab34d6.js",
              "encodedBytes": 22338,
              "resourceBytes": 22338
            },
            {
              "name": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/Render.ebb10a5c6a6b7a4ece59.js",
              "encodedBytes": 235303,
              "resourceBytes": 235303
            }
          ]
        }
      },
      "custom-controls-roles": {
        "id": "custom-controls-roles",
        "title": "Custom controls have ARIA roles",
        "description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "image-size-responsive": {
        "id": "image-size-responsive",
        "title": "Serves images with appropriate resolution",
        "description": "Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. [Learn how to provide responsive images](https://web.dev/articles/serve-responsive-images).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "valueType": "text",
              "label": "Displayed size",
              "key": "displayedSize"
            },
            {
              "valueType": "text",
              "key": "actualSize",
              "label": "Actual size"
            },
            {
              "key": "expectedSize",
              "label": "Expected size",
              "valueType": "text"
            }
          ]
        }
      },
      "cache-insight": {
        "id": "cache-insight",
        "title": "Use efficient cache lifetimes",
        "description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 187 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "type": "table",
          "skipSumming": [
            "cacheLifetimeMs"
          ],
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "Request"
            },
            {
              "valueType": "ms",
              "displayUnit": "duration",
              "label": "Cache TTL",
              "key": "cacheLifetimeMs"
            },
            {
              "label": "Transfer Size",
              "valueType": "bytes",
              "key": "totalBytes",
              "granularity": 1,
              "displayUnit": "kb"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "wastedBytes": 191536.23236111112
          },
          "items": [
            {
              "totalBytes": 108899,
              "cacheLifetimeMs": 1200000,
              "url": "https://connect.facebook.net/en_US/fbevents.js",
              "wastedBytes": 96194.116666666669
            },
            {
              "cacheLifetimeMs": 1200000,
              "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173",
              "totalBytes": 70147,
              "wastedBytes": 61963.183333333334
            },
            {
              "wastedBytes": 25860,
              "cacheLifetimeMs": 3600000,
              "url": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/shopify-xr.en.js",
              "totalBytes": 32325
            },
            {
              "wastedBytes": 3381.5302777777779,
              "cacheLifetimeMs": 1000,
              "url": "https://static.klaviyo.com/onsite/js/UXPKqX/klaviyo.js?company_id=UXPKqX",
              "totalBytes": 3382
            },
            {
              "wastedBytes": 2761.916666666667,
              "totalBytes": 2882,
              "cacheLifetimeMs": 300000,
              "url": "https://hellon.earth/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css"
            },
            {
              "wastedBytes": 706.06666666666672,
              "totalBytes": 712,
              "cacheLifetimeMs": 60000,
              "url": "https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=64115769479"
            },
            {
              "totalBytes": 749,
              "url": "https://static.doubleclick.net/instream/ad_status.js",
              "cacheLifetimeMs": 900000,
              "wastedBytes": 669.41875
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ]
        }
      },
      "server-response-time": {
        "id": "server-response-time",
        "title": "Initial server response time was short",
        "description": "Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric](https://developer.chrome.com/docs/lighthouse/performance/time-to-first-byte/).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Root document took 10 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "url": "https://hellon.earth/",
              "responseTime": 13
            }
          ],
          "type": "opportunity",
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "valueType": "timespanMs",
              "label": "Time Spent",
              "key": "responseTime"
            }
          ],
          "overallSavingsMs": 0
        },
        "numericValue": 13,
        "numericUnit": "millisecond"
      },
      "use-landmarks": {
        "id": "use-landmarks",
        "title": "HTML5 landmark elements are used to improve navigation",
        "description": "Landmark elements (`\u003cmain\u003e`, `\u003cnav\u003e`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "speed-index": {
        "id": "speed-index",
        "title": "Speed Index",
        "description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
        "score": 0.35,
        "scoreDisplayMode": "numeric",
        "displayValue": "6.8 s",
        "numericValue": 6781.49744393572,
        "numericUnit": "millisecond"
      },
      "aria-allowed-attr": {
        "id": "aria-allowed-attr",
        "title": "`[aria-*]` attributes match their roles",
        "description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "unsized-images": {
        "id": "unsized-images",
        "title": "Image elements have explicit `width` and `height`",
        "description": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            }
          ]
        }
      },
      "aria-required-parent": {
        "id": "aria-required-parent",
        "title": "`[role]`s are contained by their required parent element",
        "description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.12/aria-required-parent).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "custom-controls-labels": {
        "id": "custom-controls-labels",
        "title": "Custom controls have associated labels",
        "description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "trusted-types-xss": {
        "id": "trusted-types-xss",
        "title": "Mitigate DOM-based XSS with Trusted Types",
        "description": "The `require-trusted-types-for` directive in the `Content-Security-Policy` (CSP) header instructs user agents to control the data passed to DOM XSS sink functions. [Learn more about mitigating DOM-based XSS with Trusted Types](https://developer.chrome.com/docs/lighthouse/best-practices/trusted-types-xss).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "description": "No `Content-Security-Policy` header with Trusted Types directive found",
              "severity": "High"
            }
          ],
          "type": "table",
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Severity",
              "key": "severity",
              "subItemsHeading": {
                "key": "severity"
              }
            }
          ]
        }
      },
      "aria-dialog-name": {
        "id": "aria-dialog-name",
        "title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
        "description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-dialog-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "font-display-insight": {
        "id": "font-display-insight",
        "title": "Font display",
        "description": "Consider setting [font-display](https://developer.chrome.com/docs/performance/insights/font-display) to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with [font metric overrides](https://developer.chrome.com/blog/font-fallbacks).",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "skipSumming": [
            "wastedMs"
          ],
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "ms",
              "key": "wastedMs",
              "label": "Est Savings"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "aria-prohibited-attr": {
        "id": "aria-prohibited-attr",
        "title": "Elements use only permitted ARIA attributes",
        "description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-prohibited-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ]
        }
      },
      "viewport-insight": {
        "id": "viewport-insight",
        "title": "Optimize viewport for mobile",
        "description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/docs/performance/insights/viewport) if the viewport is not optimized for mobile.",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "items": [
            {
              "node": {
                "lhId": "page-13-META",
                "path": "1,HTML,0,HEAD,2,META",
                "nodeLabel": "head \u003e meta",
                "type": "node",
                "snippet": "\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e",
                "selector": "head \u003e meta",
                "boundingRect": {
                  "height": 0,
                  "width": 0,
                  "top": 0,
                  "bottom": 0,
                  "left": 0,
                  "right": 0
                }
              }
            }
          ],
          "type": "table",
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "image-delivery-insight": {
        "id": "image-delivery-insight",
        "title": "Improve image delivery",
        "description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 541 KiB",
        "metricSavings": {
          "LCP": 350,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "wastedBytes": 230459,
              "url": "https://hellon.earth/cdn/shop/files/25-0411_HOE_rainforest-shore.jpg?v=1744389234&width=1800",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "wastedBytes": 230459,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  }
                ]
              },
              "node": {
                "boundingRect": {
                  "top": 2198,
                  "width": 412,
                  "height": 666,
                  "right": 412,
                  "bottom": 2863,
                  "left": 0
                },
                "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/25-0411_HOE_rainforest-shore.jpg?v=174…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/25-0411_HOE_rainforest-shore.jpg?v=174438923…\" width=\"2400\" height=\"1345\" loading=\"lazy\" sizes=\"(min-width: 990px) calc(100vw * 1.0), calc(100vw * 2.38)\" class=\"ticker-banner-bg-image\" style=\"object-fit: cover\" fetchpriority=\"auto\"\u003e",
                "selector": "div.hide-desktop \u003e div#ticker-banner-template--17920135889031__ticker_banner_3yUE8G \u003e div.ticker-banner-bg-image-wrapper \u003e img.ticker-banner-bg-image",
                "type": "node",
                "nodeLabel": "div.hide-desktop \u003e div#ticker-banner-template--17920135889031__ticker_banner_3yUE8G \u003e div.ticker-banner-bg-image-wrapper \u003e img.ticker-banner-bg-image",
                "path": "1,HTML,1,BODY,7,MAIN,5,SECTION,5,DIV,1,DIV,0,DIV,0,IMG",
                "lhId": "page-0-IMG"
              },
              "totalBytes": 335436
            },
            {
              "subItems": {
                "items": [
                  {
                    "wastedBytes": 150246,
                    "reason": "Increasing the image compression factor could improve this image's download size."
                  },
                  {
                    "wastedBytes": 64730,
                    "reason": "This image file is larger than it needs to be (535x411) for its displayed dimensions (433x332). Use responsive images to reduce the image download size."
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "page-1-IMG",
                "boundingRect": {
                  "height": 190,
                  "width": 247,
                  "top": 1862,
                  "left": 82,
                  "bottom": 2051,
                  "right": 330
                },
                "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/25-0617.2_Bens-symbols-info.gif?v=1750…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/25-0617.2_Bens-symbols-info.gif?v=1750188196…\" width=\"900\" height=\"691\" loading=\"lazy\" sizes=\"(min-width: 990px) 541.82px, (min-width: 1536px) 651.23px, 60vw\" class=\"ticker-banner-image\" style=\"object-fit: contain;\" fetchpriority=\"auto\"\u003e",
                "selector": "div.ticker-banner-main \u003e div.ticker-banner-images \u003e div.ticker-banner-image-wrapper \u003e img.ticker-banner-image",
                "type": "node",
                "nodeLabel": "div.ticker-banner-main \u003e div.ticker-banner-images \u003e div.ticker-banner-image-wrapper \u003e img.ticker-banner-image",
                "path": "1,HTML,1,BODY,7,MAIN,3,SECTION,5,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,IMG"
              },
              "totalBytes": 186894,
              "wastedBytes": 162939,
              "url": "https://hellon.earth/cdn/shop/files/25-0617.2_Bens-symbols-info.gif?v=1750188196&width=535"
            },
            {
              "url": "https://hellon.earth/cdn/shop/files/HellOnEarth_bone-pile.jpg?v=1749532436&width=1200",
              "wastedBytes": 84142,
              "node": {
                "lhId": "page-2-IMG",
                "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/HellOnEarth_bone-pile.jpg?v=1749532436…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/HellOnEarth_bone-pile.jpg?v=1749532436&amp;width…\" width=\"1648\" height=\"720\" loading=\"lazy\" sizes=\"(min-width: 990px) calc(100vw * 1), calc(100vw * 1.53)\" class=\"ticker-banner-bg-image\" style=\"object-fit: cover\" fetchpriority=\"auto\"\u003e",
                "selector": "div \u003e div#ticker-banner-template--17920135889031__ticker_banner_JpYh8Y \u003e div.ticker-banner-bg-image-wrapper \u003e img.ticker-banner-bg-image",
                "boundingRect": {
                  "height": 403,
                  "width": 412,
                  "top": 1795,
                  "left": 0,
                  "bottom": 2198,
                  "right": 412
                },
                "path": "1,HTML,1,BODY,7,MAIN,3,SECTION,5,DIV,1,DIV,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "div \u003e div#ticker-banner-template--17920135889031__ticker_banner_JpYh8Y \u003e div.ticker-banner-bg-image-wrapper \u003e img.ticker-banner-bg-image"
              },
              "totalBytes": 130972,
              "subItems": {
                "items": [
                  {
                    "reason": "Increasing the image compression factor could improve this image's download size.",
                    "wastedBytes": 84142
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_HomeTopImage-noText.jpg?v=1749678753&width=1200",
              "wastedBytes": 59886,
              "node": {
                "path": "1,HTML,1,BODY,7,MAIN,0,SECTION,4,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "div#swiper-wrapper-81748378e9740d74 \u003e div.slideshow__slide \u003e div.media \u003e img.slideshow__image",
                "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/25-0609_HOE_HomeTopImage-noText.jpg?v=…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/25-0609_HOE_HomeTopImage-noText.jpg?v=174967…\" width=\"2000\" height=\"1123\" loading=\"eager\" class=\"slideshow__image\" sizes=\"(min-width: 1440px) calc(1 * 100vw), (min-width: 990px) calc(1 * 100vw), (…\" style=\"object-position: 50.0% 50.0%;\" fetchpriority=\"high\"\u003e",
                "selector": "div#swiper-wrapper-81748378e9740d74 \u003e div.slideshow__slide \u003e div.media \u003e img.slideshow__image",
                "boundingRect": {
                  "top": 133,
                  "height": 269,
                  "width": 412,
                  "right": 412,
                  "bottom": 402,
                  "left": 0
                },
                "lhId": "page-3-IMG"
              },
              "totalBytes": 125766,
              "subItems": {
                "items": [
                  {
                    "reason": "Increasing the image compression factor could improve this image's download size.",
                    "wastedBytes": 10063
                  },
                  {
                    "reason": "This image file is larger than it needs to be (1030x674) for its displayed dimensions (839x471). Use responsive images to reduce the image download size.",
                    "wastedBytes": 54156
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "reason": "This image file is larger than it needs to be (535x730) for its displayed dimensions (433x590). Use responsive images to reduce the image download size.",
                    "wastedBytes": 16208
                  }
                ],
                "type": "subitems"
              },
              "totalBytes": 46798,
              "node": {
                "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/sustainability-features_all_mobile-che…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/sustainability-features_all_mobile-checker_a…\" width=\"1225\" height=\"1671\" loading=\"lazy\" sizes=\"(min-width: 990px) 304.97px, (min-width: 1536px) 366.55px, 60vw\" class=\"ticker-banner-image\" style=\"object-fit: contain;\" fetchpriority=\"auto\"\u003e",
                "selector": "div.ticker-banner-main \u003e div.ticker-banner-images \u003e div.ticker-banner-image-wrapper \u003e img.ticker-banner-image",
                "boundingRect": {
                  "height": 337,
                  "width": 247,
                  "top": 2238,
                  "left": 82,
                  "bottom": 2575,
                  "right": 330
                },
                "path": "1,HTML,1,BODY,7,MAIN,5,SECTION,5,DIV,1,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,IMG",
                "type": "node",
                "nodeLabel": "div.ticker-banner-main \u003e div.ticker-banner-images \u003e div.ticker-banner-image-wrapper \u003e img.ticker-banner-image",
                "lhId": "page-4-IMG"
              },
              "wastedBytes": 16208,
              "url": "https://hellon.earth/cdn/shop/files/sustainability-features_all_mobile-checker_a23ddd32-d997-4efd-b96b-fd3459b705e0.png?v=1750189878&width=535"
            }
          ],
          "type": "table",
          "debugData": {
            "wastedBytes": 553634,
            "type": "debugdata"
          },
          "headings": [
            {
              "key": "node",
              "valueType": "node"
            },
            {
              "valueType": "url",
              "label": "URL",
              "key": "url",
              "subItemsHeading": {
                "valueType": "text",
                "key": "reason"
              }
            },
            {
              "label": "Resource Size",
              "key": "totalBytes",
              "valueType": "bytes"
            },
            {
              "valueType": "bytes",
              "label": "Est Savings",
              "subItemsHeading": {
                "key": "wastedBytes",
                "valueType": "bytes"
              },
              "key": "wastedBytes"
            }
          ]
        }
      },
      "aria-input-field-name": {
        "id": "aria-input-field-name",
        "title": "ARIA input fields have accessible names",
        "description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.12/aria-input-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "final-screenshot": {
        "id": "final-screenshot",
        "title": "Final Screenshot",
        "description": "The last screenshot captured of the pageload.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "timestamp": 838941002478,
          "timing": 2785,
          "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAAAAECAwQFBgcI/8QAPxAAAgEDAwIDBQUGBAUFAAAAAQIDAAQRBRIhBjETQVEUImFxgTJCUpGhBxU0krHBI1PR4RYkorLwJTNDVHP/xAAZAQEAAwEBAAAAAAAAAAAAAAAAAQIDBAX/xAAlEQEBAAICAgEDBQEAAAAAAAAAAQIRAxIhMQQiQWETUXGB8PH/2gAMAwEAAhEDEQA/APBDWjocWmyy3H72lmjjWLMfhEAl96jByDxtLH6Vl5PrRk0HZahpvSq28j2F/dSN7IZEV5FB8bK4QjaPIsfpwaS20zpV4YWn1W4jkaBmZBg4cbMDO3jOX457Dkdq47JoyagdlHY9GykKdQ1CHMDPufDASAkAYC89gR6g+RqKbTOmVvFWPVJWtiGy273uGTn7HHDSceezyyK5LJozQddNpPTBu7pLfWZDEAvs5cEbiXbIY7ccKF9Mk/SqthpuhnUPDv8AUCtsYYm3xuMhinv/AHTnDcAccHOeOeboqR2dzpfSQtmkttRuTJ7MJERpFyZCeVPuDGB8TnPHbmC/0/pcTL7BqFw0RkIxK4BK+GSPuce+AMnsGB55xzPslz4PjezzeFt379h27c4zn0zxn1qCoHW+wdLHV54Y766axjijYTM6qXYsu4AFfQkAevJ4FM/d3TYvBH+85Wg8MkyA497I5HufP3fPGcjOK5WipHYjTekWMrDVrtF8RVjRhklSsZJJC8YJlH0HxzHf6f0umkSSWd/cyagsZJiZ127s8AHaNwH69/OuSoqAUUUVIkghkuJVigRpJG7KoyTU1zp93ax+JcW00SZxudCBmmWVwbW6SYIshXPutnB4x5Vc1HVje24iNtDFhg25C2f1NBmUUUUBRRRQaOhaTPrOoeyWv2xG8rHBOFRSzcAEk4B4Fejz9JxR9MS22nvm7EbxyzSBUVFjdTK3c95GWPdkYEJ8jzwPSGI+oLS5meeOztnWa6kgYqyQggPgjkZB2j1LAeddjps0t7q1ytlp9hqFiq7bae+h8KAAbnKqh7bmPGNpOBnuaB/XeoPaaK2mWsEv+JLJAG24xBHtK5HkeOM4ITn71eY13Ws6Umm9P3GoRRaiZbpVQs8WIot+12IO5jkoyL9WHwrhaAooooCnKM8ngCm05TwVJwDzmgkngkgcpKkkbgAlZF2kA9uKhq7qV9Lf3LT3BQyMOdgwO+SfqST9apUBRXuCABQdo5HpUiKDj3R+VV7J08Lor3jwgFfAB+lEqqI8hRxTsaeD0V7rYKrocgc/CnW6Km7IGSfSnY08f6b1240G5uZILe0uo7mEwSw3cXiRuu5W5HwZVP0qG61rUrq5M8t5OH8QSAIxRUYYxtUYC4wMYxjAxXtWxd54GAM1PEFELKVGflTsaeET6lfXGfHvbmXKlDvlZvdJyRye2QDiqle+lFYL7o/KlRVLtgD8qdjTwGivoBNqqy7Rnd3xTGCjccDtTsaeBUV7lKqMMYHPFV41ByAOPlTsnq8Vor2ieNREQAMnNPQDaMgflTsaWWAESY5yKdH9nPnTUI9nTJxxT4GB8uKqlIrckedNcZG3ywaljXLHI71b0uyF/fJa+J4bSZCsVyM4/wBqgZ9oNlsCO9MRS7ceZFbA0mYWMVxahriF9y5WM5UjGQR5dx+dVksLqJZGe2nVUO1yYyNpHkfSpQqmNg0gQFmMZwByeBXkcNzcy214WnlYjJyXJ8q9b1pdR0TqGxD20zCW33hEgLsykcgD15GfTNeT2Nnemw1GaGzuJY4iRIVjYheOxOOKxxzuWWU16a9MZMbb7cxp9/eprlmgvLgKZkBAlbBG4fGve9Ddn0yzdyWd4UJJOSSVFeJ3PTmr6b1bpVtdafcC4uDDPFGsTEsrBXwBjJIB5A7HNe16HFcCxsbZbS6eYQIpVYm4ZVGVJxgEenetbdTdU15ul3b7xwPPP6VXmUgEds4rQjhnZHY286BHEbboyNrHsD8ac2m3jSFRaTllYoR4ZyGxnHzxTe/R69sRlyAPrRZbSrccA4q3Kqrk45qtAoBYCgr3A90kfGnquUXPfFSMo2nIqJzzwaB6fZAbJ8qsQjCHb3+NViSAxA7VZtT7h3DuKIT2xLYJxzWp0/LFaa1BcTyCOKIliSpbyxjABrItiQSvatLpu0/e95cwhpClvE0j+GpYkjy+GTx5/KqZZzGbq2ONy9LcGvR2YuUvb1IVa3kii2IQozjJCqvHzxTrfqPRLuxt9U0m7N3HaWrxG3AO+UkPkDIxyWyc848jkVxPUIsbfW4LvVY761sFaS3UNET7QjEqUJ454zkemadocCaVqUFlFp88MCuZIoY4m3lTgk88kgYB79vhXHy8+V+rF1YcM9V0uv3em69026EQmdRauYbmGRtvhR7CCFGcbmBBAI45xXGLNN1dBF7Dqq2mpQSzrK/htEJ2lct4ibARkhtpBxwo+m5r88et63Fp+mXDprk0iwrGkRbw0LjeXQj7oO7PfK1yUd/JoGlafPa9O6ysMK7pTPCQdwbDMzADjJAH5VOHLyWXKTdqMuPDer4jM/aR09q2k6jpPUtg4mhtoLO3MkG4tBNDDGnOR2JTIIzxjOK7/TtdttF146fa6cwttXtWm8ZlJjgnldXkjbjhQqhM9xgHHJrI6g6s1UaheaXFpGrWNzcwG4WSGWTKgAktgDgDkcdsfMVg9O6FrUVhdWGqaPqM8WoRLKxO9dg7iQ457989/jVrnnlhvOf8VmGMy1jXoul/tE6evYLyxM5BtoYYjLNbFlkKb84wMgDdhcgfZHIzW9r3VOiahY3ttpeoJ7XNNHKFXcDIoBHPlnLDj4fKvM+oOl57PRbxotFmdWdVf2RC7bgc5kxyMc/LPrUfQfSGpGYaittdy2aKzRO8R5Gcfa8wPXsfpis+PLzMp4n5XyxmrL5/h1RBOfhzUKkLn1+FN1C7Ns88DRMsipzuGMH0rmFvJkutwY4PNd+3I6hwdh5wc1Wcjd2pjXagYk4bjB9aPccK3JyKCxDh+COKsjABwQBVaE8HtSswcZU5HwqRJkowIrm/3guj6jr1tqcz21nfWMiQXCIzOXdlI+yDgDGOcV0ePdXJptzpyX8BMlp46xqcvs3bM+efKs88JkvjlcTZrvS+mra2juZpbt1lsb0TyK7Tyqildp3feXflQAFAGCQapWkOkabpNzocWtxSXs0XhpLPDJ4MbF0l3Op598KqkgHlB3ApmqaBciy9utVuJLyGNSzkFhIo45z/AF9axWS416e2lt9NbMu5HlZD76gdhjvglu3pXNyW4y79t8JMrNelbSb8H9o9hqeq3h8GyMaSzRQlYyEQIMIMtwABzjOMnGa0OnuqbLT5ul9Mt9Ra6XTLyVp7ZEfMuXBDKWABIxkc8cU+4W6t7Ge3ks2tbdyS1x4bks2VwvbB5G36kVyd9axwa1PPYWN1DfXALyxbD/g55baByAfU9gcVTDn7yyxplw9bK7rSde0Wws7eHSrua2tBPeMZyZX2l4CgXO0NksQzcYG0HJqDpvqCO2TpO5/eMcj6TDcxXKSJJiMPvKnGOQdwBPoDWJ09ZxvZ6/Heyz2c+nQx3Jt2g2LIHdV2k5BH2x5c5qhLDe2N7FC+iSXD3cWCJrdiDFjOVx58d6mcmUvXX5RePHW5XfdOftK0yDUnbUbxjdW96ksiLvlhlQcF4scbu32jjHatrTP2i6fpMejLqerwiCPxiTHC55J9zaAo+6fSvLtP6f8AbBbxtFJFPcKPCRoceIuSF2nGSNoz8cVeHTF7Fp/tM1hNu0yZV8OVGZfEYlhx5DCjOP71TWM1qVOrqy2bbo1t+qDdzMY2kVtniA4DDJxwQMVi3EMltMvjqQCfWtvRrAafYskhjeaQtJK6LtDMTk1nasD7MgKdjwc+VdvHh0xkcueXbLaUye0mMIM/EVoqREqoOQoxWVpbeFCjtgBjtAq+5LMTmrqNAldh2edLGhEZ+PpXl/8AxJqR5N038g/0pT1TfqPfvSPLBUZ/pV/au9PUtjGMu2BGvGc10nTN3YW8Vo9xeKCszlo23kKrKFDKAMHPOc+Q4FeFHqi+dH2XkspxuZUwOPX/AMFdf0gEvrBLuZ70ggnaz7Vznt5H+1ZcmX6c7VfDHvdR6dHrFrbppsUuqKUis7iGQ4kIBbxNvG3kYZfyrO07TLqa4kuLS7toZXhs/HUySqypGgI2R7MA4wchmzzwNxFcnqkkZhZJZBBAeC2/H60ul63ezaBNaRNcXVvHsjjmFzxGE7HjJ9AAcgfCvP5PkXKW124cHXUi1FqC9QdQ9RQ6nPNdaFPvuUlCuAgWQyR4DAFTjcg4H2qm6C0N9S1XVtWuLqSOa8trqNREDhC0L5JI7AZ4GD5VL0NqrC6vdJeOT2Uv47YIVeBgjB7nAHPnj0rV03UbLSLm7/dt48aXTMzKmPc7j3BwfPHy+VYTm8y3w1ywvmSOH0LVtGFnfafqGp5NrYGNriOGRicXYmCJleQoH3se8xAyOa2emtd05tQ02Qa4GSz1K4uSY0uJHlik8PaPeXJJ8N8gADJ4HNch1ReaXeXt/a28bWtvcSAPs5IYHJwP7Z4rStreDS/CuOmrqaTULQIxAjIZkAIJx37E5Azx510ZfI/HlScF/fw7fpuW2stN06PVbtbq7mju/AmcSnwhJ4eMnAP3HBxyNx471cvdQgn028tJbi3EmYBG0aPtZUEmRkjJPvjvj9K5fTOojdRL7dYkuu7wZXJjCvjPPkO/pg+XnXOahPGsrONbEAPvFS6vsP4eDk1r8fm39NY8/HZ5dHqHhwXFxFbTiWEEqsm0ruHrg9s1nXNqksMTtLECDwpOTj5Vz5/5lcwdQWsgP4pNp/Kqtxb3sC+7fwyA9tk/euuZY3xtzXGzy7dFt4rOKIPA0nfnil8JhxtVseYrzhry8jZo/GYHuQHzTzrWqDj2ub+ar9VezKIPcA1k3fjNPITblsDAYMOavl2B+0fzpN7fiP51pIzV7PV7SzhA9gD3acCVxu49MHgfUGpB1deO4W4L+z/ejRioI9MDj9Kfk+ppCAe9R1nuxPa/as+bV0fABmaMHhHfIAz8qlsdXEUjGGWa3LEf+2+B3zz8qnMUZ7op+lNNvCe8Uf8AKKnUs1o3fbRi1q7tLhjDqDoshBZ0mJP5/qaLnXbrxnddYaZ2OdqyPg85wc1m+zQf5Mf8oo9lg/yY/wCWqXh47d9YtOXOfc2W8geaZri4YyDcABnGfnz8f/Oa1bXqe5t4oGlvnMaDZGqH3lwBg5ySP9vKsv2aD/Jj/lFKIIR2iT+UUy4sMvcJyZz1U8/UFxcrMt1cS3Zc5Ugc1BFcoGUxWly0nnvOBUqMUGEO35cU8TSr9mRh8jVpjMfEiLbfdV5JZRAqxWe07iWy+B8POmE30hPCxxlSuM5IH+tWfFk/G350eI/42/OreVdI7QyQSM7s88hGMuwJxVv2uX/6/wD1Cq+9vxGk3t+I1GhKeRTafSEVIbRRRQBpKWkNAUUUUCGkp1IaBKKKKBDRS0lAUUUUE9FFFA0ikp1NPBoCiiigSilqqdRiSLLQpu3heWI45yf6UFmkrQ1KK0W3tJbJiyyqdx3BhkY4/WqFA2ilNJQFFFFAlFKaSgnooooCkI4paKBlFKRSUDXOEYnjAqnqi/8Aplhkev8AWrF5/DSfL+9JrxPstihJ4SgtoQdJtQCMhm4+i/6VFUum8aRcfEKP+oVFQFIaWigbRRRQFGKKKCaiiigKKKKAppFOoGQQRwfKgRBb3viWi+JHP+NuV4PpUXUq26tbxpcMzxrtI8PH96l6blIvpmYIzkfeUGqHUUha+YtGq/EUF7SpoWtzAxbDEZIHxqfUII7e42RFiNoJ3epGayNLkIYf6Vuamxb2c4xuTLH1IOOfpQUaKKKBKSnUhoEooooJqKKKAooooCgdxRQv2hQQ9O/x0nyqr1F/HGrXTv8AGyfKrGs6VJNM7/8AyeS/DPf+v6VXLOY+2vFw58t1hNsjTftit3UT/DD0iP8AWs0xwRTxpAhGACxJPmB/59a0L8/4kI9IR/3GpxvabV5MLhlcb9lU0UtIalQUVasbJ7tuM4zgYGST6Ci9s2tsHJK5wcjBBoKhpKdTaCY0UtIaAooooCgdxRQO4oIenv42T5Vb6gmWLUSkrxqFXbg++SfxfDsO9V+mhm/kHu8j71V9chc3jEQRkdvtf71nnJfbq+PllhLcZ/v6KhiMkYgkDIvJ78n61evj/jx//iv/AHNWdYRunJhjXHOd2f71oXZzcD4RJ/Vqth61GXLu5bs0hoooqzJe0y8S392XtncCRkfI1JrOo+3SOxYvJI5d3xjJNZhFFAUUUUEtFFFAlFKaSgKB3FFA7igg0D+Nk+VZ+tH/AJ56v6EcXcnyrP1g5vnoF08hWBY4Fa85DXLEdvDT+9c54m3b6Vq6O5uDJtB4wOfrQW6KsC1c9yBThaH8X6UFWkNWWtHHYg1AylSQwwRQNooooJaKKKApDRRQFA7iiigd0s4ju58lDuGNpbb/AFGKztbYG+ckDd5kFD/SiiiGZcsMDAA49VH9KSwkeMM0bFTnuDRRQdYl6y6WJWiieXH2jn+xArGGtXW7tH+VFFEtTSr6WeZA4TGfw/61XDtKokc5ZuSfnRRQLSUUUH//2Q==",
          "type": "screenshot"
        }
      },
      "select-name": {
        "id": "select-name",
        "title": "Select elements have associated label elements.",
        "description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.12/select-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "link-text": {
        "id": "link-text",
        "title": "Links do not have descriptive text",
        "description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "2 links found",
        "details": {
          "items": [
            {
              "textLang": "en",
              "text": "Learn More",
              "href": "https://hellon.earth/pages/sustainability"
            },
            {
              "href": "https://hellon.earth/pages/sustainability",
              "textLang": "en",
              "text": "Learn More"
            }
          ],
          "type": "table",
          "headings": [
            {
              "key": "href",
              "label": "Link destination",
              "valueType": "url"
            },
            {
              "label": "Link Text",
              "key": "text",
              "valueType": "text"
            }
          ]
        }
      },
      "js-libraries": {
        "id": "js-libraries",
        "title": "Detected JavaScript libraries",
        "description": "All front-end JavaScript libraries detected on the page. [Learn more about this JavaScript library detection diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/js-libraries/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "debugData": {
            "type": "debugdata",
            "stacks": [
              {
                "version": "10",
                "id": "preact"
              },
              {
                "id": "shopify"
              },
              {
                "version": "core-js-global@3.37.0; core-js-global@2.6.12; core-js-pure@2.5.7; core-js-global@2.5.7; core-js-pure@3.32.2; core-js-global@3.36.0",
                "id": "corejs"
              }
            ]
          },
          "headings": [
            {
              "key": "name",
              "label": "Name",
              "valueType": "text"
            },
            {
              "label": "Version",
              "key": "version",
              "valueType": "text"
            }
          ],
          "items": [
            {
              "npm": "preact",
              "version": "10",
              "name": "Preact"
            },
            {
              "name": "Shopify"
            },
            {
              "npm": "core-js",
              "version": "core-js-global@3.37.0; core-js-global@2.6.12; core-js-pure@2.5.7; core-js-global@2.5.7; core-js-pure@3.32.2; core-js-global@3.36.0",
              "name": "core-js"
            }
          ],
          "type": "table"
        }
      },
      "doctype": {
        "id": "doctype",
        "title": "Page has the HTML doctype",
        "description": "Specifying a doctype prevents the browser from switching to quirks-mode. [Learn more about the doctype declaration](https://developer.chrome.com/docs/lighthouse/best-practices/doctype/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "errors-in-console": {
        "id": "errors-in-console",
        "title": "Browser errors were logged to the console",
        "description": "Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. [Learn more about this errors in console diagnostic audit](https://developer.chrome.com/docs/lighthouse/best-practices/errors-in-console/)",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "sourceLocation": {
                "urlProvider": "network",
                "column": 0,
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "line": 0,
                "type": "source-location"
              },
              "description": "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT",
              "source": "network"
            },
            {
              "description": "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT",
              "source": "network",
              "sourceLocation": {
                "urlProvider": "network",
                "column": 0,
                "url": "https://otlp-http-production.shopifysvc.com/v1/logs",
                "type": "source-location",
                "line": 0
              }
            },
            {
              "description": "Failed to load resource: net::ERR_BLOCKED_BY_CLIENT",
              "source": "network",
              "sourceLocation": {
                "line": 0,
                "type": "source-location",
                "column": 0,
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "urlProvider": "network"
              }
            },
            {
              "source": "network",
              "description": "Failed to load resource: the server responded with a status of 400 (Bad Request)",
              "sourceLocation": {
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                "column": 0
              }
            },
            {
              "sourceLocation": {
                "urlProvider": "network",
                "column": 0,
                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                "line": 0,
                "type": "source-location"
              },
              "source": "network",
              "description": "Failed to load resource: the server responded with a status of 400 (Bad Request)"
            },
            {
              "sourceLocation": {
                "type": "source-location",
                "line": 0,
                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                "column": 0,
                "urlProvider": "network"
              },
              "description": "Failed to load resource: the server responded with a status of 400 (Bad Request)",
              "source": "network"
            },
            {
              "sourceLocation": {
                "type": "source-location",
                "line": 0,
                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                "column": 0,
                "urlProvider": "network"
              },
              "description": "Failed to load resource: the server responded with a status of 400 (Bad Request)",
              "source": "network"
            },
            {
              "sourceLocation": {
                "urlProvider": "network",
                "url": "https://shop.app/pay/hop?analytics_trace_id=0984a44c-b40f-4f36-9194-e10f41149a28&target_origin=https%3A%2F%2Fhellon.earth&client_handle=7ujbtx-bm.myshopify.com",
                "column": 0,
                "type": "source-location",
                "line": 0
              },
              "description": "Failed to load resource: the server responded with a status of 429 (Too Many Requests)",
              "source": "network"
            },
            {
              "description": "Uncaught SyntaxError: \"undefined\" is not valid JSON",
              "source": "exception",
              "sourceLocation": {
                "line": 0,
                "type": "source-location",
                "column": 0,
                "url": "https://hellon.earth/",
                "urlProvider": "network"
              }
            }
          ],
          "type": "table",
          "headings": [
            {
              "valueType": "source-location",
              "key": "sourceLocation",
              "label": "Source"
            },
            {
              "valueType": "code",
              "label": "Description",
              "key": "description"
            }
          ]
        }
      },
      "document-latency-insight": {
        "id": "document-latency-insight",
        "title": "Document request latency",
        "description": "Your first network request is the most important. [Reduce its latency](https://developer.chrome.com/docs/performance/insights/document-latency) by avoiding redirects, ensuring a fast server response, and enabling text compression.",
        "score": 1,
        "scoreDisplayMode": "metricSavings",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "debugData": {
            "uncompressedResponseBytes": 0,
            "serverResponseTime": 13,
            "type": "debugdata",
            "wastedBytes": 0,
            "redirectDuration": 0
          },
          "items": {
            "usesCompression": {
              "value": true,
              "label": "Applies text compression"
            },
            "noRedirects": {
              "value": true,
              "label": "Avoids redirects"
            },
            "serverResponseIsFast": {
              "value": true,
              "label": "Server responds quickly (observed 13 ms)"
            }
          },
          "type": "checklist"
        }
      },
      "aria-text": {
        "id": "aria-text",
        "title": "Elements with the `role=text` attribute do not have focusable descendents.",
        "description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.12/aria-text).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "accesskeys": {
        "id": "accesskeys",
        "title": "`[accesskey]` values are unique",
        "description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.12/accesskeys).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "svg-img-alt": {
        "id": "svg-img-alt",
        "title": "SVG elements with an `img` role have an accessible text alternative",
        "description": "Ensures SVG elements with an `img`, `graphics-document` or `graphics-symbol` role have an accessible text alternative. [Learn more about SVG alt text](https://dequeuniversity.com/rules/axe/4.12/svg-img-alt).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "duplicated-javascript-insight": {
        "id": "duplicated-javascript-insight",
        "title": "Duplicated JavaScript",
        "description": "Remove large, [duplicate JavaScript modules](https://developer.chrome.com/docs/performance/insights/duplicated-javascript) from bundles to reduce unnecessary bytes consumed by network activity.",
        "score": 0.5,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 5 KiB",
        "metricSavings": {
          "LCP": 0,
          "FCP": 0
        },
        "details": {
          "items": [
            {
              "source": "/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "subItems": {
                "items": [
                  {
                    "sourceTransferBytes": {
                      "value": "--",
                      "type": "text"
                    },
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285"
                  },
                  {
                    "sourceTransferBytes": 1307,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285"
                  },
                  {
                    "sourceTransferBytes": 1307,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285"
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 2614
            },
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
                    "sourceTransferBytes": {
                      "type": "text",
                      "value": "--"
                    }
                  },
                  {
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
                    "sourceTransferBytes": 2531
                  }
                ],
                "type": "subitems"
              },
              "wastedBytes": 2531,
              "source": "/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284"
            }
          ],
          "type": "table",
          "debugData": {
            "wastedBytes": 5145,
            "type": "debugdata"
          },
          "headings": [
            {
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              },
              "key": "source",
              "label": "Source",
              "valueType": "code"
            },
            {
              "key": "wastedBytes",
              "granularity": 10,
              "subItemsHeading": {
                "key": "sourceTransferBytes"
              },
              "label": "Duplicated bytes",
              "valueType": "bytes"
            }
          ]
        }
      },
      "non-composited-animations": {
        "id": "non-composited-animations",
        "title": "Avoid non-composited animations",
        "description": "Animations which are not composited can be janky and increase CLS. [Learn how to avoid non-composited animations](https://developer.chrome.com/docs/lighthouse/performance/non-composited-animations/)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "1 animated element found",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "animation": "border-bottom-color",
                    "failureReason": "Unsupported CSS Property: border-bottom-color"
                  },
                  {
                    "animation": "border-left-color",
                    "failureReason": "Unsupported CSS Property: border-left-color"
                  },
                  {
                    "animation": "border-right-color",
                    "failureReason": "Unsupported CSS Property: border-right-color"
                  },
                  {
                    "animation": "border-top-color",
                    "failureReason": "Unsupported CSS Property: border-top-color"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "path": "1,HTML,1,BODY,7,MAIN,1,SECTION,6,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,DIV,0,DIV,0,DIV",
                "nodeLabel": "1 / 8",
                "type": "node",
                "snippet": "\u003cdiv class=\"product__media-subitem swiper-slide swiper-slide-visible swiper-slide-full…\" data-media-sub-id=\"template--17920135889031__featured_product_rzWRw3-26525302653063\" role=\"group\" aria-label=\"1 / 8\" style=\"margin-right: 8px;\"\u003e",
                "selector": "div.product__media-sublist-outer \u003e div.product__media-sublist \u003e div#swiper-wrapper-d1730f10c6ea45df7 \u003e div.product__media-subitem",
                "boundingRect": {
                  "right": 84,
                  "bottom": 1017,
                  "left": 20,
                  "top": 937,
                  "height": 80,
                  "width": 64
                },
                "lhId": "page-8-DIV"
              }
            }
          ],
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "key": "failureReason",
                "valueType": "text"
              },
              "key": "node",
              "label": "Element",
              "valueType": "node"
            },
            {
              "subItemsHeading": {
                "valueType": "text",
                "key": "animation"
              },
              "key": null,
              "label": "Name",
              "valueType": "text"
            }
          ]
        }
      },
      "metrics": {
        "id": "metrics",
        "title": "Metrics",
        "description": "Collects all available metrics.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "observedCumulativeLayoutShift": 0.011742521080124448,
              "observedLargestContentfulPaintTs": 838939240538,
              "observedLoadTs": 838941248185,
              "firstContentfulPaint": 2401,
              "observedLargestContentfulPaintAllFrames": 1023,
              "observedDomContentLoaded": 1288,
              "maxPotentialFID": 124,
              "observedTraceEnd": 5832,
              "observedFirstPaintTs": 838939046716,
              "totalBlockingTime": 321,
              "largestContentfulPaint": 6076,
              "observedNavigationStart": 0,
              "observedFirstContentfulPaint": 893,
              "observedFirstContentfulPaintAllFrames": 893,
              "observedLoad": 3030,
              "interactive": 27120,
              "observedLastVisualChangeTs": 838941001859,
              "observedFirstContentfulPaintTs": 838939110686,
              "observedFirstContentfulPaintAllFramesTs": 838939110686,
              "cumulativeLayoutShift": 0.011742521080124448,
              "lcpLoadDelay": 5171,
              "observedTraceEndTs": 838944049910,
              "cumulativeLayoutShiftMainFrame": 0.011742521080124448,
              "observedLargestContentfulPaintAllFramesTs": 838939240538,
              "observedTimeOriginTs": 838938217859,
              "timeToFirstByte": 601,
              "observedLastVisualChange": 2784,
              "speedIndex": 6781,
              "observedTimeOrigin": 0,
              "observedSpeedIndex": 948,
              "observedNavigationStartTs": 838938217859,
              "observedLargestContentfulPaint": 1023,
              "observedDomContentLoadedTs": 838939505675,
              "lcpLoadDuration": 5598,
              "observedCumulativeLayoutShiftMainFrame": 0.011742521080124448,
              "observedFirstVisualChangeTs": 838939046859,
              "observedSpeedIndexTs": 838939165893,
              "observedFirstPaint": 829,
              "observedFirstVisualChange": 829
            },
            {
              "lcpInvalidated": false
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 27120,
        "numericUnit": "millisecond"
      },
      "network-server-latency": {
        "id": "network-server-latency",
        "title": "Server Backend Latencies",
        "description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "10 ms",
        "details": {
          "headings": [
            {
              "key": "origin",
              "label": "URL",
              "valueType": "text"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "key": "serverResponseTime",
              "label": "Time Spent"
            }
          ],
          "sortedBy": [
            "serverResponseTime"
          ],
          "type": "table",
          "items": [
            {
              "serverResponseTime": 13,
              "origin": "https://fonts.googleapis.com"
            },
            {
              "origin": "https://www.googletagmanager.com",
              "serverResponseTime": 7
            },
            {
              "serverResponseTime": 6.5,
              "origin": "https://www.youtube.com"
            },
            {
              "origin": "https://connect.facebook.net",
              "serverResponseTime": 5
            },
            {
              "serverResponseTime": 1.5,
              "origin": "https://www.googleadservices.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://hellon.earth"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://shop.app"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://cdn.shopify.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://static.klaviyo.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://otlp-http-production.shopifysvc.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://fonts.gstatic.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://tags.srv.stackadapt.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://analytics.tiktok.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://static.doubleclick.net"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://d2wy8f7a9ursnm.cloudfront.net"
            },
            {
              "origin": "https://monorail-edge.shopifysvc.com",
              "serverResponseTime": 1
            },
            {
              "serverResponseTime": 1,
              "origin": "https://analytics-ipv6.tiktokw.us"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://static-tracking.klaviyo.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://www.google-analytics.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://ad.doubleclick.net"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://www.google.com"
            },
            {
              "origin": "https://www.google.de",
              "serverResponseTime": 1
            },
            {
              "serverResponseTime": 1,
              "origin": "https://sessions.bugsnag.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://fast.a.klaviyo.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://a.klaviyo.com"
            },
            {
              "serverResponseTime": 1,
              "origin": "https://jnn-pa.googleapis.com"
            },
            {
              "serverResponseTime": 0,
              "origin": "https://googleads.g.doubleclick.net"
            },
            {
              "serverResponseTime": 0,
              "origin": "https://t.vibe.co"
            },
            {
              "serverResponseTime": 0,
              "origin": "https://www.merchant-center-analytics.goog"
            },
            {
              "origin": "https://static-forms.klaviyo.com",
              "serverResponseTime": 0
            }
          ]
        },
        "numericValue": 13,
        "numericUnit": "millisecond"
      },
      "empty-heading": {
        "id": "empty-heading",
        "title": "All heading elements contain content.",
        "description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.12/empty-heading).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-valid-attr": {
        "id": "aria-valid-attr",
        "title": "`[aria-*]` attributes are valid and not misspelled",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "redirects-http": {
        "id": "redirects-http",
        "title": "Redirects HTTP traffic to HTTPS",
        "description": "Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://developer.chrome.com/docs/lighthouse/pwa/redirects-http/).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "baseline": {
        "id": "baseline",
        "title": "Baseline Features",
        "description": "Lists web features used on the page and their Baseline status as of 2026-06-05. [Learn more about Baseline](https://webstatus.dev/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "key": "featureId",
              "label": "Web-features",
              "valueType": "link"
            },
            {
              "label": "Baseline Status",
              "key": "displayStatus",
              "valueType": "baseline-status"
            },
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ],
          "items": [
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/top-level-await",
                "text": "top-level-await"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 0,
                "url": "https://hellon.earth/",
                "urlProvider": "network"
              },
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              }
            },
            {
              "source": {
                "urlProvider": "network",
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "column": 123,
                "type": "source-location",
                "line": 2
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "type": "baseline-status",
                "status": "limited"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/ua-client-hints",
                "text": "ua-client-hints",
                "type": "link"
              }
            },
            {
              "source": {
                "line": 0,
                "type": "source-location",
                "urlProvider": "network",
                "column": 1981,
                "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "type": "baseline-status",
                "status": "limited"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/long-animation-frames",
                "text": "long-animation-frames",
                "type": "link"
              }
            },
            {
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "source": {
                "urlProvider": "network",
                "column": 34478,
                "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js",
                "line": 0,
                "type": "source-location"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d-alpha",
                "text": "canvas-2d-alpha",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/layout-instability",
                "text": "layout-instability",
                "type": "link"
              },
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "urlProvider": "network",
                "column": 1981,
                "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js"
              }
            },
            {
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "source": {
                "line": 8,
                "type": "source-location",
                "column": 109,
                "url": "_lighthouse-eval.js",
                "urlProvider": "network"
              },
              "featureId": {
                "text": "requestidlecallback",
                "type": "link",
                "url": "https://webstatus.dev/features/requestidlecallback"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/beforeunload",
                "text": "beforeunload",
                "type": "link"
              },
              "source": {
                "line": 963,
                "type": "source-location",
                "urlProvider": "network",
                "column": 971,
                "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base"
              },
              "displayStatus": {
                "status": "limited",
                "type": "baseline-status",
                "displayString": "Limited Availability"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "column": 45016,
                "url": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/shopify-xr.en.js",
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "type": "baseline-status",
                "status": "limited"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/html-wrapper-methods",
                "text": "html-wrapper-methods",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/media-session",
                "text": "media-session",
                "type": "link"
              },
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "source": {
                "line": 5529,
                "type": "source-location",
                "urlProvider": "network",
                "column": 387,
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/intersection-observer-v2",
                "text": "intersection-observer-v2",
                "type": "link"
              },
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "source": {
                "column": 335,
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                "urlProvider": "network",
                "line": 5027,
                "type": "source-location"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/speculation-rules",
                "text": "speculation-rules",
                "type": "link"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "url": "https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js",
                "column": 1362,
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Limited Availability",
                "type": "baseline-status",
                "status": "limited"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/attribution-reporting",
                "text": "attribution-reporting",
                "type": "link"
              },
              "source": {
                "type": "source-location",
                "line": 0,
                "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
                "column": 73691,
                "urlProvider": "network"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Limited Availability",
                "status": "limited"
              }
            },
            {
              "displayStatus": {
                "displayString": "Limited Availability",
                "type": "baseline-status",
                "status": "limited"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/marker",
                "text": "marker"
              }
            },
            {
              "displayStatus": {
                "status": "limited",
                "displayString": "Limited Availability",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/keyboard-map",
                "text": "keyboard-map",
                "type": "link"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "column": 4205,
                "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js"
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-06-11)",
                "type": "baseline-status",
                "status": "low"
              },
              "featureId": {
                "text": "set-methods",
                "type": "link",
                "url": "https://webstatus.dev/features/set-methods"
              }
            },
            {
              "featureId": {
                "text": "backdrop-filter",
                "type": "link",
                "url": "https://webstatus.dev/features/backdrop-filter"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 70364,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-09-16)",
                "type": "baseline-status",
                "status": "low"
              }
            },
            {
              "displayStatus": {
                "displayString": "Newly Available (2025-12-12)",
                "type": "baseline-status",
                "status": "low"
              },
              "source": {
                "type": "source-location",
                "line": 248,
                "urlProvider": "network",
                "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
                "column": 105
              },
              "featureId": {
                "text": "scrollend",
                "type": "link",
                "url": "https://webstatus.dev/features/scrollend"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "displayString": "Newly Available (2023-12-19)",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/has",
                "text": "has"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/nesting",
                "text": "nesting",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Newly Available (2023-12-11)",
                "type": "baseline-status",
                "status": "low"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2025-09-05)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/uint8array-base64-hex",
                "text": "uint8array-base64-hex",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/fetch-priority",
                "text": "fetch-priority",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-10-29)",
                "type": "baseline-status",
                "status": "low"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/scrollbar-width",
                "text": "scrollbar-width",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Newly Available (2024-12-11)",
                "status": "low"
              }
            },
            {
              "displayStatus": {
                "status": "low",
                "displayString": "Newly Available (2023-12-11)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/linear-easing",
                "text": "linear-easing",
                "type": "link"
              }
            },
            {
              "featureId": {
                "text": "avif",
                "type": "link",
                "url": "https://webstatus.dev/features/avif"
              },
              "displayStatus": {
                "status": "low",
                "displayString": "Newly Available (2024-01-25)",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Newly Available (2023-12-07)",
                "status": "low"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/masks",
                "text": "masks",
                "type": "link"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/registered-custom-properties",
                "text": "registered-custom-properties"
              },
              "displayStatus": {
                "displayString": "Newly Available (2024-07-09)",
                "type": "baseline-status",
                "status": "low"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/reporting",
                "text": "reporting",
                "type": "link"
              },
              "displayStatus": {
                "status": "low",
                "type": "baseline-status",
                "displayString": "Newly Available (2026-03-24)"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/promise-try",
                "text": "promise-try",
                "type": "link"
              },
              "displayStatus": {
                "status": "low",
                "displayString": "Newly Available (2025-01-07)",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2020-09-16)",
                "type": "baseline-status",
                "status": "high"
              },
              "source": {
                "url": "https://hellon.earth/",
                "column": 0,
                "urlProvider": "network",
                "line": 0,
                "type": "source-location"
              },
              "featureId": {
                "text": "nullish-coalescing",
                "type": "link",
                "url": "https://webstatus.dev/features/nullish-coalescing"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "urlProvider": "network",
                "url": "https://hellon.earth/",
                "column": 0
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2020-09-16)",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/logical-assignments",
                "text": "logical-assignments",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/where",
                "text": "where",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-01-21)",
                "type": "baseline-status"
              },
              "source": {
                "urlProvider": "network",
                "column": 70364,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "line": 0,
                "type": "source-location"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/text-indent",
                "text": "text-indent",
                "type": "link"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 70364,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "urlProvider": "network"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/aspect-ratio",
                "text": "aspect-ratio"
              },
              "source": {
                "urlProvider": "network",
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "column": 70364,
                "type": "source-location",
                "line": 0
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-09-20)",
                "type": "baseline-status"
              }
            },
            {
              "source": {
                "type": "source-location",
                "line": 0,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "column": 70364,
                "urlProvider": "network"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2022-08-05)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/individual-transforms",
                "text": "individual-transforms",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/constructed-stylesheets",
                "text": "constructed-stylesheets",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2023-03-27)",
                "type": "baseline-status"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 70406,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "urlProvider": "network"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/request-animation-frame",
                "text": "request-animation-frame"
              },
              "source": {
                "line": 0,
                "type": "source-location",
                "urlProvider": "network",
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                "column": 3675
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "source": {
                "urlProvider": "network",
                "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js",
                "column": 34421,
                "line": 0,
                "type": "source-location"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/canvas",
                "text": "canvas",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/canvas-2d",
                "text": "canvas-2d",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2015-07-29)",
                "type": "baseline-status"
              },
              "source": {
                "urlProvider": "network",
                "column": 34478,
                "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js",
                "type": "source-location",
                "line": 0
              }
            },
            {
              "source": {
                "line": 0,
                "type": "source-location",
                "column": 149,
                "url": "https://hellon.earth/cdn/shop/t/8/assets/announcement-bar.js?v=62342160776736250801752466283",
                "urlProvider": "network"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2019-03-25)"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/intersection-observer",
                "text": "intersection-observer",
                "type": "link"
              }
            },
            {
              "source": {
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                "column": 132,
                "urlProvider": "network",
                "type": "source-location",
                "line": 4802
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-04-26)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/weak-references",
                "text": "weak-references",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/aria-attribute-reflection",
                "text": "aria-attribute-reflection",
                "type": "link"
              },
              "source": {
                "type": "source-location",
                "line": 3964,
                "urlProvider": "network",
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                "column": 145
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2023-10-24)",
                "type": "baseline-status"
              }
            },
            {
              "source": {
                "line": 5576,
                "type": "source-location",
                "column": 309,
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                "urlProvider": "network"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-02-04)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/media-playback-quality",
                "text": "media-playback-quality"
              }
            },
            {
              "source": {
                "column": 523,
                "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                "urlProvider": "network",
                "line": 5247,
                "type": "source-location"
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-07-29)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/webgl",
                "text": "webgl",
                "type": "link"
              }
            },
            {
              "featureId": {
                "text": "intl-display-names",
                "type": "link",
                "url": "https://webstatus.dev/features/intl-display-names"
              },
              "source": {
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
                "column": 14878,
                "urlProvider": "network",
                "type": "source-location",
                "line": 0
              },
              "displayStatus": {
                "displayString": "Widely Available (2021-04-26)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2018-05-09)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/js-modules",
                "text": "js-modules",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/not",
                "text": "not",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2021-01-21)",
                "status": "high"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/container-queries",
                "text": "container-queries",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2023-02-14)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2023-03-27)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/media-query-range-syntax",
                "text": "media-query-range-syntax",
                "type": "link"
              }
            },
            {
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/outline",
                "text": "outline"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2023-03-27)"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/appearance",
                "text": "appearance",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2022-03-14)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2022-03-14)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/focus-visible",
                "text": "focus-visible",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/forced-colors",
                "text": "forced-colors",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2022-09-12)",
                "status": "high"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/flexbox",
                "text": "flexbox",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2015-09-30)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/slot",
                "text": "slot",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-01-15)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2020-09-16)",
                "type": "baseline-status"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/webp",
                "text": "webp",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/will-change",
                "text": "will-change",
                "type": "link"
              },
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2020-01-15)",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2017-10-17)",
                "status": "high"
              },
              "featureId": {
                "text": "grid",
                "type": "link",
                "url": "https://webstatus.dev/features/grid"
              }
            },
            {
              "displayStatus": {
                "displayString": "Widely Available (2021-09-20)",
                "type": "baseline-status",
                "status": "high"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/referrer-policy",
                "text": "referrer-policy"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/template",
                "text": "template",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2015-11-12)",
                "type": "baseline-status"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/text-underline-offset",
                "text": "text-underline-offset",
                "type": "link"
              },
              "displayStatus": {
                "displayString": "Widely Available (2020-11-19)",
                "type": "baseline-status",
                "status": "high"
              }
            },
            {
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-01-21)",
                "type": "baseline-status"
              },
              "featureId": {
                "type": "link",
                "url": "https://webstatus.dev/features/is",
                "text": "is"
              }
            },
            {
              "featureId": {
                "text": "scroll-snap",
                "type": "link",
                "url": "https://webstatus.dev/features/scroll-snap"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2020-01-15)",
                "type": "baseline-status"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/logical-properties",
                "text": "logical-properties",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "displayString": "Widely Available (2021-09-20)",
                "type": "baseline-status"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2021-01-21)",
                "status": "high"
              },
              "featureId": {
                "url": "https://webstatus.dev/features/clip-path",
                "text": "clip-path",
                "type": "link"
              }
            },
            {
              "featureId": {
                "url": "https://webstatus.dev/features/viewport-unit-variants",
                "text": "viewport-unit-variants",
                "type": "link"
              },
              "displayStatus": {
                "status": "high",
                "type": "baseline-status",
                "displayString": "Widely Available (2022-12-05)"
              }
            },
            {
              "displayStatus": {
                "type": "baseline-status",
                "displayString": "Widely Available (2015-07-29)",
                "status": "high"
              },
              "featureId": {
                "text": "barprop",
                "type": "link",
                "url": "https://webstatus.dev/features/barprop"
              }
            }
          ],
          "type": "table"
        }
      },
      "aria-conditional-attr": {
        "id": "aria-conditional-attr",
        "title": "ARIA attributes are used as specified for the element's role",
        "description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-conditional-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node"
            }
          ]
        }
      },
      "main-thread-tasks": {
        "id": "main-thread-tasks",
        "title": "Tasks",
        "description": "Lists the toplevel main thread tasks that executed during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "valueType": "ms",
              "granularity": 1,
              "label": "Start Time",
              "key": "startTime"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "key": "duration",
              "label": "End Time"
            }
          ],
          "items": [
            {
              "startTime": 578.13,
              "duration": 17.677
            },
            {
              "duration": 5.95,
              "startTime": 596.339
            },
            {
              "duration": 10.624,
              "startTime": 809.681
            },
            {
              "duration": 10.542,
              "startTime": 826.502
            },
            {
              "duration": 33.255,
              "startTime": 838.575
            },
            {
              "duration": 6.713,
              "startTime": 879.699
            },
            {
              "duration": 16.86,
              "startTime": 891.142
            },
            {
              "startTime": 917.076,
              "duration": 72.566
            },
            {
              "startTime": 992.569,
              "duration": 16.239
            },
            {
              "startTime": 1024.071,
              "duration": 9.202
            },
            {
              "duration": 7.532,
              "startTime": 1038.594
            },
            {
              "duration": 11.432,
              "startTime": 1046.31
            },
            {
              "startTime": 1059.256,
              "duration": 6.945
            },
            {
              "duration": 42.473,
              "startTime": 1067.065
            },
            {
              "duration": 16.146,
              "startTime": 1114.757
            },
            {
              "startTime": 1131.38,
              "duration": 5.468
            },
            {
              "duration": 8.895,
              "startTime": 1140.285
            },
            {
              "duration": 15.011,
              "startTime": 1149.186
            },
            {
              "startTime": 1164.204,
              "duration": 8.123
            },
            {
              "startTime": 1179.883,
              "duration": 14.869
            },
            {
              "startTime": 1200.072,
              "duration": 22.479
            },
            {
              "duration": 6.401,
              "startTime": 1222.56
            },
            {
              "duration": 16.118,
              "startTime": 1231.459
            },
            {
              "duration": 21.121,
              "startTime": 1248.268
            },
            {
              "duration": 11.464,
              "startTime": 1276.459
            },
            {
              "duration": 8.035,
              "startTime": 1300.126
            },
            {
              "duration": 6.136,
              "startTime": 1308.176
            },
            {
              "startTime": 1315.691,
              "duration": 48.355
            },
            {
              "duration": 24.91,
              "startTime": 1365.087
            },
            {
              "duration": 13.925,
              "startTime": 1391.344
            },
            {
              "startTime": 1424.043,
              "duration": 5.349
            },
            {
              "startTime": 1436.07,
              "duration": 100.277
            },
            {
              "duration": 17.966,
              "startTime": 1537.789
            },
            {
              "startTime": 1565.637,
              "duration": 15.106
            },
            {
              "startTime": 1583.799,
              "duration": 8.739
            },
            {
              "startTime": 1605.739,
              "duration": 18.434
            },
            {
              "startTime": 1627.06,
              "duration": 8.351
            },
            {
              "startTime": 1642.22,
              "duration": 13.758
            },
            {
              "startTime": 1658.533,
              "duration": 94.609
            },
            {
              "duration": 7.746,
              "startTime": 1753.161
            },
            {
              "startTime": 1789.988,
              "duration": 5.608
            },
            {
              "startTime": 1805.437,
              "duration": 5.608
            },
            {
              "duration": 70.925,
              "startTime": 1812.818
            },
            {
              "startTime": 1893.179,
              "duration": 6.091
            },
            {
              "duration": 48.215,
              "startTime": 1928.22
            },
            {
              "startTime": 1982.034,
              "duration": 65.063
            },
            {
              "startTime": 2062.801,
              "duration": 43.231
            },
            {
              "startTime": 2107.593,
              "duration": 73.76
            },
            {
              "startTime": 2185.278,
              "duration": 25.621
            },
            {
              "startTime": 2211.759,
              "duration": 13.795
            },
            {
              "startTime": 2229.591,
              "duration": 45.813
            },
            {
              "duration": 14.349,
              "startTime": 2276.883
            },
            {
              "startTime": 2297.162,
              "duration": 52.616
            },
            {
              "startTime": 2351.565,
              "duration": 45.073
            },
            {
              "duration": 82.318,
              "startTime": 2406.038
            },
            {
              "startTime": 2493.396,
              "duration": 12.843
            },
            {
              "duration": 12.993,
              "startTime": 2511.323
            },
            {
              "startTime": 2532.626,
              "duration": 12.844
            },
            {
              "startTime": 2550.307,
              "duration": 9.505
            },
            {
              "startTime": 2560.529,
              "duration": 36.343
            },
            {
              "startTime": 2599.891,
              "duration": 10.779
            },
            {
              "startTime": 2611.373,
              "duration": 31.809
            },
            {
              "startTime": 2645.154,
              "duration": 10.384
            },
            {
              "duration": 6.409,
              "startTime": 2655.571
            },
            {
              "startTime": 2674.535,
              "duration": 9.59
            },
            {
              "duration": 15.593,
              "startTime": 2698.201
            },
            {
              "duration": 6.027,
              "startTime": 2713.828
            },
            {
              "startTime": 2719.895,
              "duration": 39.347
            },
            {
              "startTime": 2762.276,
              "duration": 14.931
            },
            {
              "startTime": 2783.674,
              "duration": 6.707
            },
            {
              "startTime": 2795.199,
              "duration": 103.446
            },
            {
              "duration": 5.303,
              "startTime": 2903.809
            },
            {
              "startTime": 2909.572,
              "duration": 5.125
            },
            {
              "startTime": 2917.388,
              "duration": 12.443
            },
            {
              "duration": 72.642,
              "startTime": 2932.79
            },
            {
              "duration": 24.996,
              "startTime": 3006.413
            },
            {
              "startTime": 3039.017,
              "duration": 11.459
            },
            {
              "duration": 11.453,
              "startTime": 3053.21
            },
            {
              "duration": 10.668,
              "startTime": 3065.278
            },
            {
              "startTime": 3090.636,
              "duration": 14.717
            },
            {
              "startTime": 3107.207,
              "duration": 9.712
            },
            {
              "startTime": 3124.105,
              "duration": 11.822
            },
            {
              "startTime": 3157.341,
              "duration": 11.968
            },
            {
              "duration": 12.158,
              "startTime": 3174.002
            },
            {
              "startTime": 3191.218,
              "duration": 11.859
            },
            {
              "startTime": 3207.79,
              "duration": 11.397
            },
            {
              "duration": 10.891,
              "startTime": 3223.927
            },
            {
              "duration": 18.131,
              "startTime": 3239.362
            },
            {
              "startTime": 3272.545,
              "duration": 6.436
            },
            {
              "duration": 5.305,
              "startTime": 4786.286
            },
            {
              "startTime": 5782.602,
              "duration": 11.914
            }
          ],
          "type": "table"
        }
      },
      "button-name": {
        "id": "button-name",
        "title": "Buttons have an accessible name",
        "description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.12/button-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "forced-reflow-insight": {
        "id": "forced-reflow-insight",
        "title": "Forced reflow",
        "description": "A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about [forced reflows](https://developer.chrome.com/docs/performance/insights/forced-reflow) and possible mitigations.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "details": {
          "items": [
            {
              "items": [
                {
                  "reflowTime": 32.082,
                  "source": {
                    "type": "source-location",
                    "line": 13,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
                    "column": 71476,
                    "urlProvider": "network"
                  }
                }
              ],
              "type": "table",
              "headings": [
                {
                  "valueType": "source-location",
                  "label": "Top function call",
                  "key": "source"
                },
                {
                  "key": "reflowTime",
                  "label": "Total reflow time",
                  "granularity": 1,
                  "valueType": "ms"
                }
              ]
            },
            {
              "items": [
                {
                  "reflowTime": 4.227,
                  "source": {
                    "value": "[unattributed]",
                    "type": "text"
                  }
                },
                {
                  "source": {
                    "line": 12,
                    "type": "source-location",
                    "column": 47256,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
                    "urlProvider": "network"
                  },
                  "reflowTime": 30.128
                },
                {
                  "source": {
                    "line": 12,
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 4665,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285"
                  },
                  "reflowTime": 0.571
                },
                {
                  "source": {
                    "line": 12,
                    "type": "source-location",
                    "urlProvider": "network",
                    "column": 10859,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285"
                  },
                  "reflowTime": 0.479
                },
                {
                  "reflowTime": 0.904,
                  "source": {
                    "type": "source-location",
                    "line": 12,
                    "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
                    "column": 16347,
                    "urlProvider": "network"
                  }
                }
              ],
              "type": "table",
              "headings": [
                {
                  "key": "source",
                  "label": "Source",
                  "valueType": "source-location"
                },
                {
                  "valueType": "ms",
                  "granularity": 1,
                  "label": "Total reflow time",
                  "key": "reflowTime"
                }
              ]
            }
          ],
          "type": "list"
        }
      },
      "input-button-name": {
        "id": "input-button-name",
        "title": "Input buttons have discernible text.",
        "description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.12/input-button-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "document-title": {
        "id": "document-title",
        "title": "Document has a `\u003ctitle\u003e` element",
        "description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.12/document-title).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "input-image-alt": {
        "id": "input-image-alt",
        "title": "`\u003cinput type=\"image\"\u003e` elements have `[alt]` text",
        "description": "When an image is being used as an `\u003cinput\u003e` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.12/input-image-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "table-duplicate-name": {
        "id": "table-duplicate-name",
        "title": "Tables have different content in the summary attribute and `\u003ccaption\u003e`.",
        "description": "The summary attribute should describe the table structure, while `\u003ccaption\u003e` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.12/table-duplicate-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "th-has-data-cells": {
        "id": "th-has-data-cells",
        "title": "`\u003cth\u003e` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/th-has-data-cells).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "td-has-header": {
        "id": "td-has-header",
        "title": "`\u003ctd\u003e` elements in a large `\u003ctable\u003e` have one or more table headers.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that `\u003ctd\u003e` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.12/td-has-header).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "td-headers-attr": {
        "id": "td-headers-attr",
        "title": "Cells in a `\u003ctable\u003e` element that use the `[headers]` attribute refer to table cells within the same table.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring `\u003ctd\u003e` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.12/td-headers-attr).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "hreflang": {
        "id": "hreflang",
        "title": "Document has a valid `hreflang`",
        "description": "hreflang links tell search engines what version of a page they should list in search results for a given language or region. [Learn more about `hreflang`](https://developer.chrome.com/docs/lighthouse/seo/hreflang/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "subItemsHeading": {
                "key": "reason",
                "valueType": "text"
              },
              "key": "source",
              "valueType": "code"
            }
          ]
        }
      },
      "origin-isolation": {
        "id": "origin-isolation",
        "title": "Ensure proper origin isolation with COOP",
        "description": "The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. [Learn more about deploying the COOP header.](https://web.dev/articles/why-coop-coep#coop)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "headings": [
            {
              "label": "Description",
              "subItemsHeading": {
                "key": "description"
              },
              "key": "description",
              "valueType": "text"
            },
            {
              "valueType": "code",
              "label": "Directive",
              "subItemsHeading": {
                "key": "directive"
              },
              "key": "directive"
            },
            {
              "valueType": "text",
              "subItemsHeading": {
                "key": "severity"
              },
              "key": "severity",
              "label": "Severity"
            }
          ],
          "items": [
            {
              "severity": "High",
              "description": "No COOP header found"
            }
          ],
          "type": "table"
        }
      },
      "resource-summary": {
        "id": "resource-summary",
        "title": "Resources Summary",
        "description": "Aggregates all network requests and groups them by type",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "transferSize": 5578056,
              "requestCount": 333,
              "label": "Total",
              "resourceType": "total"
            },
            {
              "requestCount": 145,
              "label": "Script",
              "resourceType": "script",
              "transferSize": 2724038
            },
            {
              "transferSize": 1042268,
              "requestCount": 23,
              "label": "Image",
              "resourceType": "image"
            },
            {
              "transferSize": 910401,
              "requestCount": 124,
              "label": "Other",
              "resourceType": "other"
            },
            {
              "transferSize": 452184,
              "requestCount": 12,
              "label": "Font",
              "resourceType": "font"
            },
            {
              "label": "Stylesheet",
              "resourceType": "stylesheet",
              "transferSize": 312383,
              "requestCount": 25
            },
            {
              "transferSize": 136782,
              "requestCount": 4,
              "label": "Document",
              "resourceType": "document"
            },
            {
              "transferSize": 0,
              "requestCount": 0,
              "label": "Media",
              "resourceType": "media"
            },
            {
              "transferSize": 2790795,
              "requestCount": 128,
              "label": "Third-party",
              "resourceType": "third-party"
            }
          ],
          "headings": [
            {
              "key": "label",
              "label": "Resource Type",
              "valueType": "text"
            },
            {
              "valueType": "numeric",
              "key": "requestCount",
              "label": "Requests"
            },
            {
              "valueType": "bytes",
              "label": "Transfer Size",
              "key": "transferSize"
            }
          ]
        }
      },
      "screenshot-thumbnails": {
        "id": "screenshot-thumbnails",
        "title": "Screenshot Thumbnails",
        "description": "This is what the load of your site looked like.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "timestamp": 838938592859,
              "timing": 375,
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2MBERISGBUYLxoaL2NCOEJjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY//AABEIAPgAfAMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APQKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP//Z"
            },
            {
              "data": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAD4AHwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAj/xAAUEAEAAAAAAAAAAAAAAAAAAAAA/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AKpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB//9k=",
              "timestamp": 838938967859,
              "timing": 750
            },
            {
              "timestamp": 838939342859,
              "timing": 1125,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timestamp": 838939717859,
              "timing": 1500,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timestamp": 838940092859,
              "timing": 1875,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timing": 2250,
              "timestamp": 838940467859,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timestamp": 838940842859,
              "timing": 2625,
              "data": "data:image/jpeg;base64,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"
            },
            {
              "timestamp": 838941217859,
              "timing": 3000,
              "data": "data:image/jpeg;base64,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"
            }
          ],
          "scale": 3000,
          "type": "filmstrip"
        }
      },
      "diagnostics": {
        "id": "diagnostics",
        "title": "Diagnostics",
        "description": "Collection of useful page vitals.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "items": [
            {
              "numFonts": 12,
              "totalTaskTime": 2632.8769999999859,
              "maxRtt": 5.79093,
              "maxServerLatency": 13,
              "totalByteWeight": 5578056,
              "numScripts": 145,
              "numStylesheets": 25,
              "numTasksOver50ms": 10,
              "numTasksOver10ms": 63,
              "throughput": 110035431.36546992,
              "numTasksOver25ms": 21,
              "numTasks": 5168,
              "numTasksOver500ms": 0,
              "numTasksOver100ms": 2,
              "rtt": 0.00052900955386647557,
              "mainDocumentTransferSize": 43900,
              "numRequests": 333
            }
          ],
          "type": "debugdata"
        }
      },
      "third-parties-insight": {
        "id": "third-parties-insight",
        "title": "3rd parties",
        "description": "3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://developer.chrome.com/docs/performance/insights/third-parties) to prioritize your page's content.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "isEntityGrouped": true,
          "headings": [
            {
              "label": "3rd party",
              "subItemsHeading": {
                "valueType": "url",
                "key": "url"
              },
              "key": "entity",
              "valueType": "text"
            },
            {
              "valueType": "bytes",
              "label": "Transfer size",
              "subItemsHeading": {
                "key": "transferSize"
              },
              "granularity": 1,
              "key": "transferSize"
            },
            {
              "valueType": "ms",
              "subItemsHeading": {
                "key": "mainThreadTime"
              },
              "label": "Main thread time",
              "granularity": 1,
              "key": "mainThreadTime"
            }
          ],
          "items": [
            {
              "transferSize": 765237,
              "mainThreadTime": 403.57699966430664,
              "subItems": {
                "items": [
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
                    "transferSize": 163095,
                    "mainThreadTime": 119.38899970054626
                  },
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
                    "transferSize": 151600,
                    "mainThreadTime": 118.16899979114532
                  },
                  {
                    "transferSize": 149476,
                    "mainThreadTime": 98.063000082969666,
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS"
                  },
                  {
                    "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922&cx=c&gtm=4e67f0",
                    "mainThreadTime": 36.251000165939331,
                    "transferSize": 151526
                  },
                  {
                    "transferSize": 149540,
                    "mainThreadTime": 31.704999923706055,
                    "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS&cx=c&gtm=4e67f0"
                  }
                ],
                "type": "subitems"
              },
              "entity": "Google Tag Manager"
            },
            {
              "entity": "YouTube",
              "transferSize": 995657,
              "mainThreadTime": 339.493000626564,
              "subItems": {
                "items": [
                  {
                    "transferSize": 150666,
                    "mainThreadTime": 147.1260005235672,
                    "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base"
                  },
                  {
                    "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
                    "transferSize": 468636,
                    "mainThreadTime": 107.51799976825714
                  },
                  {
                    "transferSize": 206701,
                    "mainThreadTime": 54.72599995136261,
                    "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb"
                  },
                  {
                    "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                    "transferSize": 58286,
                    "mainThreadTime": 30.123000383377075
                  },
                  {
                    "url": "https://www.youtube.com/s/player/882a803a/www-player.css",
                    "transferSize": 58025,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 52694,
                    "mainThreadTime": 0,
                    "url": "https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.voLKPuLo35M.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywFbOiAirpOGLQLAetGjYdyOjZXjoA"
                  },
                  {
                    "transferSize": 497,
                    "mainThreadTime": 0,
                    "url": "https://www.youtube.com/api/stats/qoe?cpn=fK8wtXNFrHD1lxIA&el=embedded&ns=yt&fexp=v1%2C24004644%2C27058999%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C69796%2C30906%2C2877%2C12228%2C25059%2C4174%2C30447%2C18705%2C21437%2C4571%2C5239%2C7777%2C1190%2C14236%2C661%2C9404%2C23826%2C9500%2C1840%2C45716%2C7916%2C5243%2C453%2C30487%2C5022%2C9970%2C10619%2C4199%2C459%2C29655%2C9181%2C15416%2C82%2C4405%2C12969%2C4%2C12582%2C7524%2C6033%2C1168%2C372%2C7758%2C16452%2C173%2C8868%2C3475%2C5353%2C1900%2C7967%2C1595%2C928%2C2248%2C115%2C158%2C8116%2C3693%2C6572%2C5019%2C1460%2C753%2C22970%2C2%2C3970%2C1406%2C2208%2C446%2C5906%2C1729%2C1311%2C666%2C9%2C610%2C285%2C653%2C2%2C2422%2C5469%2C1295%2C3189%2C3098%2C1832%2C2632%2C8813%2C7315%2C317%2C8609%2C281&cl=948052483&seq=1&event=streamingstats&docid=VHdDk8V5Eo0&cbrand=motorola&cbr=Chrome%20Mobile&cbrver=136.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260720.01.00-canary_experiment_2.20260717.01.00&cplayer=UNIPLAYER&cmodel=moto%20g%20power%20(2022)&cos=Android&cosver=11&cplatform=MOBILE&vps=0.000:N,0.012:ER&ctmp=dttg:t.0;dtt.0;gl.0&cmt=0.012:0.000,0.012:0.000&error=0.012:html5.missingapi::0.000:nocodecs.1;a6s.0&vis=0.012:0&bh=0.012:0.000&qclc=ChBmSzh3dFhORnJIRDFseElBEAE"
                  },
                  {
                    "transferSize": 152,
                    "mainThreadTime": 0,
                    "url": "https://www.youtube.com/generate_204?dmmm_Q"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "transferSize": 108899,
                    "mainThreadTime": 65.5609998703003,
                    "url": "https://connect.facebook.net/en_US/fbevents.js"
                  },
                  {
                    "transferSize": 70147,
                    "mainThreadTime": 36.508999943733215,
                    "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173"
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 179046,
              "mainThreadTime": 102.06999981403351,
              "entity": "Facebook"
            },
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
                    "transferSize": 24461,
                    "mainThreadTime": 12.789000153541565
                  },
                  {
                    "mainThreadTime": 12.496999859809875,
                    "transferSize": 12731,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~in_app_forms~signup_forms.79af70ca3fbf28c99eb4.js?cb=2"
                  },
                  {
                    "transferSize": 14764,
                    "mainThreadTime": 9.2790000438690186,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/fender_analytics.f04cbabb6f4337a1a032.js?cb=2"
                  },
                  {
                    "mainThreadTime": 7.3059998750686646,
                    "transferSize": 9190,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/1011.09afdf7495dac2a28513.js"
                  },
                  {
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~.ff36974a6d9ba25774ff.js",
                    "transferSize": 21571,
                    "mainThreadTime": 3.8089998960494995
                  },
                  {
                    "transferSize": 3382,
                    "mainThreadTime": 3.7320001125335693,
                    "url": "https://static.klaviyo.com/onsite/js/UXPKqX/klaviyo.js?company_id=UXPKqX"
                  },
                  {
                    "transferSize": 1045,
                    "mainThreadTime": 3.5010000467300415,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/event_adapter.f4a04fcdb8e205893e28.js?cb=2"
                  },
                  {
                    "transferSize": 6536,
                    "mainThreadTime": 2.8980000019073486,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/telemetry.5f4af760c1426f838ca5.js?cb=2"
                  },
                  {
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.cb17e1c10db346b210dc.js?cb=2",
                    "transferSize": 11235,
                    "mainThreadTime": 2.6739999055862427
                  },
                  {
                    "transferSize": 9240,
                    "mainThreadTime": 2.3259998559951782,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/runtime.26913a3f4155240ebe2e.js?cb=2"
                  },
                  {
                    "transferSize": 7910,
                    "mainThreadTime": 1.2389999628067017,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/onsite-triggering-v2.de197ba28ed1011bed81.js"
                  },
                  {
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~server_side_cookies~reviews~telemetry~customerHubRoot~contentBlocks~embeddedIntegrationBlocks~favorites~faq~.94f857182c5ddf891ee0.js?cb=2",
                    "transferSize": 5060,
                    "mainThreadTime": 1.0279999971389771
                  },
                  {
                    "transferSize": 4917,
                    "mainThreadTime": 1.0260000228881836,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~~onsite-back-in-stock.d095d93e14859373a01c.js"
                  },
                  {
                    "transferSize": 5043,
                    "mainThreadTime": 1,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2"
                  },
                  {
                    "transferSize": 4069,
                    "mainThreadTime": 0.71799993515014648,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.fac9f0fe88ebdf394a34.js"
                  },
                  {
                    "transferSize": 3000,
                    "mainThreadTime": 0.599000096321106,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~Render~ClientStore~~~onsite-back-in-stock.7d7b5b811b79d6bdfaae.js"
                  },
                  {
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/ClientStore.1a19d19620aad17658a9.js",
                    "transferSize": 3735,
                    "mainThreadTime": 0.5979999303817749
                  },
                  {
                    "transferSize": 3872,
                    "mainThreadTime": 0.51199996471405029,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~.84f06bbcdc5310b095cd.js?cb=2"
                  },
                  {
                    "transferSize": 2740,
                    "mainThreadTime": 0.36899995803833008,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/post_identification_sync.968f0a1bbd6d33eb9c36.js?cb=2"
                  },
                  {
                    "transferSize": 1389,
                    "mainThreadTime": 0.32199990749359131,
                    "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/static.11af62fb4e32ef9947e4.js?cb=2"
                  },
                  {
                    "transferSize": 1480,
                    "mainThreadTime": 0.309999942779541,
                    "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/signup_forms.1827f3087206af47b094.js?cb=2"
                  },
                  {
                    "transferSize": 4929,
                    "mainThreadTime": 0.23200023174285889,
                    "url": "https://static-forms.klaviyo.com/forms/api/v7/UXPKqX/full-forms"
                  },
                  {
                    "url": "https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=UXPKqX",
                    "transferSize": 1712,
                    "mainThreadTime": 0.18300008773803711
                  },
                  {
                    "url": "https://a.klaviyo.com/forms/api/v3/geo-ip",
                    "transferSize": 1017,
                    "mainThreadTime": 0.14200019836425781
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 165028,
              "mainThreadTime": 69.08899998664856,
              "entity": "Klaviyo"
            },
            {
              "transferSize": 26377,
              "mainThreadTime": 9.6110000610351562,
              "subItems": {
                "items": [
                  {
                    "transferSize": 24572,
                    "mainThreadTime": 9.5110000371932983,
                    "url": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js"
                  },
                  {
                    "transferSize": 661,
                    "mainThreadTime": 0.10000002384185791,
                    "url": "https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT"
                  },
                  {
                    "url": "https://www.google.de/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421&ipr=y&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA",
                    "transferSize": 592,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://www.google.com/ccm/collect?rcb=10&frm=0&auid=1309856054.1784561758&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&en=page_view&dl=https%3A%2F%2Fhellon.earth%2F&scrsrc=www.googletagmanager.com&rnd=728894655.1784561758&navt=n&npa=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&_tu=AAI&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&apve=1&apvf=f&apvc=1&tids=AW-17303140922&tid=AW-17303140922&tft=1784561758367&tfd=2180&fmt=8",
                    "mainThreadTime": 0,
                    "transferSize": 552
                  }
                ],
                "type": "subitems"
              },
              "entity": "Other Google APIs/SDKs"
            },
            {
              "transferSize": 12929,
              "mainThreadTime": 5.5069998502731323,
              "subItems": {
                "items": [
                  {
                    "transferSize": 12699,
                    "mainThreadTime": 5.3799997568130493,
                    "url": "https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js"
                  },
                  {
                    "mainThreadTime": 0.127000093460083,
                    "transferSize": 230,
                    "url": "https://sessions.bugsnag.com/"
                  }
                ],
                "type": "subitems"
              },
              "entity": "Bugsnag"
            },
            {
              "entity": "Shopify",
              "subItems": {
                "items": [
                  {
                    "url": "https://cdn.shopify.com/s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js?v=1752247893&shop=7ujbtx-bm.myshopify.com",
                    "transferSize": 3493,
                    "mainThreadTime": 1.341999888420105
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js",
                    "transferSize": 1971,
                    "mainThreadTime": 0.93699979782104492
                  },
                  {
                    "transferSize": 65986,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2"
                  },
                  {
                    "transferSize": 65954,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2"
                  },
                  {
                    "transferSize": 65099,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2"
                  },
                  {
                    "transferSize": 22224,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js"
                  },
                  {
                    "transferSize": 19096,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
                    "transferSize": 12143,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
                    "mainThreadTime": 0,
                    "transferSize": 5585
                  },
                  {
                    "url": "https://cdn.shopify.com/storefront/standard-actions.js",
                    "transferSize": 5536,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 5274,
                    "mainThreadTime": 0,
                    "url": "https://monorail-edge.shopifysvc.com/v1/produce"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js",
                    "transferSize": 4100,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 3885,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js",
                    "transferSize": 2615,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 2568,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js",
                    "transferSize": 2319,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1782,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
                    "transferSize": 1763,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js",
                    "transferSize": 1659,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1655,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
                    "mainThreadTime": 0,
                    "transferSize": 1652
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
                    "transferSize": 1645,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1615,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                    "transferSize": 1607,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1590,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
                    "mainThreadTime": 0,
                    "transferSize": 1584
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
                    "transferSize": 1546,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 1453,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js"
                  },
                  {
                    "transferSize": 1446,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js"
                  },
                  {
                    "transferSize": 1382,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js"
                  },
                  {
                    "transferSize": 1372,
                    "mainThreadTime": 0,
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js"
                  },
                  {
                    "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
                    "transferSize": 1307,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                    "transferSize": 909,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 313815,
              "mainThreadTime": 2.27899968624115
            },
            {
              "entity": "Google/Doubleclick Ads",
              "mainThreadTime": 0.25899970531463623,
              "transferSize": 4994,
              "subItems": {
                "items": [
                  {
                    "url": "https://static.doubleclick.net/instream/ad_status.js",
                    "transferSize": 749,
                    "mainThreadTime": 0.13599991798400879
                  },
                  {
                    "transferSize": 0,
                    "mainThreadTime": 0.12299978733062744,
                    "url": "https://googleads.g.doubleclick.net/pagead/id"
                  },
                  {
                    "url": "https://www.googleadservices.com/pagead/conversion/17303140922/?random=1784561758347&cv=11&fst=1784561758347&fmt=7&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oid=1948209522.1784561758&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5",
                    "transferSize": 1970,
                    "mainThreadTime": 0
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 877,
                    "url": "https://googleads.g.doubleclick.net/pagead/id?slf_rd=1"
                  },
                  {
                    "url": "https://www.googleadservices.com/ccm/conversion/17303140922/?random=1784561758347&cv=11&fst=1784561758347&fmt=3&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oid=1948209522.1784561758&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&em=tv.1&emd=tvd.1",
                    "transferSize": 866,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 532,
                    "mainThreadTime": 0,
                    "url": "https://ad.doubleclick.net/ccm/s/collect?auid=1309856054.1784561758&gtm=45be67f0za200zb9224021362zd9224021362xec"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "transferSize": 7897,
              "mainThreadTime": 0.15999996662139893,
              "subItems": {
                "items": [
                  {
                    "transferSize": 712,
                    "mainThreadTime": 0.13300001621246338,
                    "url": "https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=64115769479"
                  },
                  {
                    "transferSize": 3104,
                    "mainThreadTime": 0.026999950408935547,
                    "url": "https://shop.app/pay/hop?analytics_trace_id=0984a44c-b40f-4f36-9194-e10f41149a28&target_origin=https%3A%2F%2Fhellon.earth&client_handle=7ujbtx-bm.myshopify.com"
                  },
                  {
                    "transferSize": 4081,
                    "mainThreadTime": 0,
                    "url": "https://shop.app/pay/session?v=1&token=9a961437-dc3b-4aab-b41c-1fb0171ccfb5&shop_id=64115769479"
                  }
                ],
                "type": "subitems"
              },
              "entity": "shop.app"
            },
            {
              "entity": "Google Fonts",
              "transferSize": 258369,
              "mainThreadTime": 0,
              "subItems": {
                "items": [
                  {
                    "transferSize": 76260,
                    "mainThreadTime": 0,
                    "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap"
                  },
                  {
                    "url": "https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2",
                    "transferSize": 49244,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 49038,
                    "mainThreadTime": 0,
                    "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap"
                  },
                  {
                    "transferSize": 35480,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
                  },
                  {
                    "mainThreadTime": 0,
                    "transferSize": 16962,
                    "url": "https://fonts.gstatic.com/s/cactusclassicalserif/v15/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJudCFF2qr-A.woff2"
                  },
                  {
                    "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlC0OI6T_N7luYtEw.woff2",
                    "transferSize": 10535,
                    "mainThreadTime": 0
                  },
                  {
                    "transferSize": 10455,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlCmOQ6T_N7luYtEw.woff2"
                  },
                  {
                    "transferSize": 10395,
                    "mainThreadTime": 0,
                    "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR94z5ZnPydRjlCCwlKa8cvYtF2vA.woff2"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "transferSize": 796,
              "mainThreadTime": 0,
              "subItems": {
                "items": [
                  {
                    "transferSize": 796,
                    "mainThreadTime": 0,
                    "url": "https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-Q1D5EDF209&gtm=45Pe67f0v9224021362za200zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~118395335~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2029"
                  }
                ],
                "type": "subitems"
              },
              "entity": "merchant-center-analytics.goog"
            },
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-DKRWELLJJW&gtm=45Pe67f0v9224021362za200zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&ngs=1&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~118395335~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2045",
                    "transferSize": 796,
                    "mainThreadTime": 0
                  },
                  {
                    "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-JE0FHS5FLS&gtm=45je67f0v9106165910za200zb9224021362zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&ngs=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2394",
                    "transferSize": 796,
                    "mainThreadTime": 0
                  }
                ],
                "type": "subitems"
              },
              "transferSize": 1592,
              "mainThreadTime": 0,
              "entity": "Google Analytics"
            }
          ],
          "type": "table"
        }
      },
      "aria-meter-name": {
        "id": "aria-meter-name",
        "title": "ARIA `meter` elements have accessible names",
        "description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.12/aria-meter-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "color-contrast": {
        "id": "color-contrast",
        "title": "Background and foreground colors do not have a sufficient contrast ratio.",
        "description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.12/color-contrast).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "debugData": {
            "impact": "serious",
            "type": "debugdata",
            "tags": [
              "cat.color",
              "wcag2aa",
              "wcag143",
              "TTv5",
              "TT13.c",
              "EN-301-549",
              "EN-9.1.4.3",
              "ACT",
              "RGAAv4",
              "RGAA-3.2.1"
            ]
          },
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "nodeLabel": "Add to Cart",
                      "type": "node",
                      "path": "1,HTML,1,BODY,7,MAIN,1,SECTION,6,DIV,0,DIV,0,DIV,1,DIV,5,DIV,0,PRODUCT-FORM,1,FORM,3,DIV,0,DIV,1,BUTTON",
                      "boundingRect": {
                        "right": 392,
                        "left": 146,
                        "bottom": 1507,
                        "top": 1467,
                        "width": 246,
                        "height": 40
                      },
                      "snippet": "\u003cbutton type=\"submit\" name=\"add\" class=\"product-form__submit button button--primary\" aria-haspopup=\"dialog\"\u003e",
                      "selector": "form#[object HTMLInputElement] \u003e div.product-form__buttons \u003e div.product-form__buttons-row \u003e button.product-form__submit",
                      "lhId": "1-1-BUTTON"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "snippet": "\u003cspan class=\"button__label\" data-label=\"Add to Cart\"\u003e",
                "selector": "div.product-form__buttons-row \u003e button.product-form__submit \u003e div.button__content \u003e span.button__label",
                "boundingRect": {
                  "top": 1476,
                  "height": 22,
                  "width": 92,
                  "right": 315,
                  "left": 223,
                  "bottom": 1498
                },
                "path": "1,HTML,1,BODY,7,MAIN,1,SECTION,6,DIV,0,DIV,0,DIV,1,DIV,5,DIV,0,PRODUCT-FORM,1,FORM,3,DIV,0,DIV,1,BUTTON,0,DIV,0,SPAN",
                "type": "node",
                "nodeLabel": "Add to Cart",
                "lhId": "1-0-SPAN",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #faf5f0, background color: #ff2700, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "selector": "div.ticker-banner-container \u003e div.container \u003e div.ticker-banner-buttons \u003e a.button",
                      "snippet": "\u003ca href=\"/pages/sustainability\" aria-label=\"Learn More\" class=\"button button--primary ticker-banner-button ticker-banner-button--primary\"\u003e",
                      "boundingRect": {
                        "right": 289,
                        "bottom": 2823,
                        "left": 123,
                        "top": 2783,
                        "height": 40,
                        "width": 165
                      },
                      "path": "1,HTML,1,BODY,7,MAIN,5,SECTION,5,DIV,1,DIV,1,DIV,2,DIV,0,DIV,0,A",
                      "type": "node",
                      "nodeLabel": "Learn More",
                      "lhId": "1-3-A"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "1-2-SPAN",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #faf5f0, background color: #ff2700, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
                "boundingRect": {
                  "top": 2792,
                  "height": 22,
                  "width": 91,
                  "right": 241,
                  "left": 149,
                  "bottom": 2814
                },
                "selector": "div.ticker-banner-buttons \u003e a.button \u003e div.button__content \u003e span.button__label",
                "snippet": "\u003cspan class=\"button__label\" data-label=\"Learn More\"\u003e",
                "type": "node",
                "nodeLabel": "Learn More",
                "path": "1,HTML,1,BODY,7,MAIN,5,SECTION,5,DIV,1,DIV,1,DIV,2,DIV,0,DIV,0,A,0,DIV,0,SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "lhId": "1-5-BUTTON",
                      "type": "node",
                      "nodeLabel": "Subscribe",
                      "path": "1,HTML,1,BODY,7,MAIN,6,SECTION,2,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,FORM,2,DIV,2,BUTTON",
                      "boundingRect": {
                        "bottom": 3077,
                        "left": 20,
                        "right": 392,
                        "height": 40,
                        "width": 372,
                        "top": 3037
                      },
                      "snippet": "\u003cbutton type=\"submit\" class=\"newsletter__button button button--primary focus-inset\" name=\"commit\"\u003e",
                      "selector": "div.content \u003e form#contact_form \u003e div.newsletter-form__inner \u003e button.newsletter__button"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "type": "node",
                "nodeLabel": "Subscribe",
                "path": "1,HTML,1,BODY,7,MAIN,6,SECTION,2,DIV,0,DIV,0,DIV,0,DIV,1,DIV,0,FORM,2,DIV,2,BUTTON,0,DIV,0,SPAN",
                "boundingRect": {
                  "bottom": 3068,
                  "left": 168,
                  "right": 244,
                  "height": 22,
                  "width": 77,
                  "top": 3046
                },
                "selector": "div.newsletter-form__inner \u003e button.newsletter__button \u003e div.button__content \u003e span.button__label",
                "snippet": "\u003cspan class=\"button__label\" data-label=\"Subscribe\"\u003e",
                "lhId": "1-4-SPAN",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #faf5f0, background color: #ff2700, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "relatedNode": {
                      "snippet": "\u003cbutton type=\"submit\" class=\"button button--primary\"\u003e",
                      "selector": "div.footer-block \u003e form#contact_form \u003e div.footer-subscribe-form__inner \u003e button.button",
                      "boundingRect": {
                        "height": 40,
                        "width": 332,
                        "top": 4153,
                        "bottom": 4193,
                        "left": 40,
                        "right": 372
                      },
                      "path": "1,HTML,1,BODY,9,DIV,7,FOOTER,0,DIV,0,DIV,0,DIV,1,DIV,4,DIV,0,FORM,3,DIV,2,BUTTON",
                      "type": "node",
                      "nodeLabel": "Subscribe",
                      "lhId": "1-7-BUTTON"
                    }
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "lhId": "1-6-SPAN",
                "explanation": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #faf5f0, background color: #ff2700, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
                "type": "node",
                "nodeLabel": "Subscribe",
                "path": "1,HTML,1,BODY,9,DIV,7,FOOTER,0,DIV,0,DIV,0,DIV,1,DIV,4,DIV,0,FORM,3,DIV,2,BUTTON,0,DIV,0,SPAN",
                "boundingRect": {
                  "bottom": 4184,
                  "left": 157,
                  "right": 233,
                  "width": 77,
                  "height": 22,
                  "top": 4162
                },
                "snippet": "\u003cspan class=\"button__label\" data-label=\"Subscribe\"\u003e",
                "selector": "div.footer-subscribe-form__inner \u003e button.button \u003e div.button__content \u003e span.button__label"
              }
            }
          ],
          "type": "table"
        }
      },
      "object-alt": {
        "id": "object-alt",
        "title": "`\u003cobject\u003e` elements have alternate text",
        "description": "Screen readers cannot translate non-text content. Adding alternate text to `\u003cobject\u003e` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.12/object-alt).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "long-tasks": {
        "id": "long-tasks",
        "title": "Avoid long main-thread tasks",
        "description": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "14 long tasks found",
        "metricSavings": {
          "TBT": 300
        },
        "details": {
          "skipSumming": [
            "startTime"
          ],
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "label": "Start Time",
              "key": "startTime",
              "valueType": "ms",
              "granularity": 1
            },
            {
              "valueType": "ms",
              "granularity": 1,
              "label": "Duration",
              "key": "duration"
            }
          ],
          "debugData": {
            "tasks": [
              {
                "other": 124,
                "startTime": 16249.6,
                "scriptEvaluation": 0,
                "duration": 124,
                "urlIndex": 0
              },
              {
                "duration": 120,
                "startTime": 15008.1,
                "other": 120,
                "urlIndex": 1,
                "parseHTML": 0
              },
              {
                "urlIndex": 2,
                "other": 99,
                "startTime": 25656.1,
                "scriptEvaluation": 0,
                "duration": 99
              },
              {
                "urlIndex": 3,
                "startTime": 29006.1,
                "other": 89,
                "duration": 89,
                "scriptEvaluation": 0
              },
              {
                "urlIndex": 4,
                "duration": 87,
                "scriptEvaluation": 0,
                "other": 87,
                "startTime": 15901.1
              },
              {
                "scriptEvaluation": 0,
                "duration": 87,
                "other": 87,
                "startTime": 27405.1,
                "urlIndex": 5
              },
              {
                "urlIndex": 6,
                "scriptEvaluation": 0,
                "duration": 85,
                "other": 85,
                "startTime": 17857.5
              },
              {
                "scriptEvaluation": 0,
                "duration": 78,
                "other": 78,
                "startTime": 28876.1,
                "urlIndex": 7
              },
              {
                "urlIndex": 8,
                "duration": 63,
                "scriptEvaluation": 0,
                "other": 63,
                "startTime": 30918.1
              },
              {
                "urlIndex": 9,
                "parseHTML": 0,
                "startTime": 9026,
                "other": 58,
                "duration": 58
              },
              {
                "urlIndex": 7,
                "duration": 58,
                "scriptEvaluation": 0,
                "other": 58,
                "startTime": 28818.1
              },
              {
                "urlIndex": 9,
                "scriptEvaluation": 0,
                "duration": 57,
                "other": 57,
                "startTime": 15128.1
              },
              {
                "startTime": 30981.1,
                "other": 54,
                "scriptEvaluation": 0,
                "duration": 54,
                "urlIndex": 8
              },
              {
                "scriptEvaluation": 0,
                "duration": 52,
                "startTime": 28954.1,
                "other": 52,
                "urlIndex": 3
              }
            ],
            "type": "debugdata",
            "urls": [
              "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js",
              "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
              "https://connect.facebook.net/en_US/fbevents.js",
              "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
              "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
              "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173",
              "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS",
              "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base"
            ]
          },
          "type": "table",
          "sortedBy": [
            "duration"
          ],
          "items": [
            {
              "duration": 124,
              "url": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js",
              "startTime": 16249.554769426184
            },
            {
              "startTime": 15008.057414473953,
              "duration": 120,
              "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js"
            },
            {
              "duration": 99,
              "url": "https://connect.facebook.net/en_US/fbevents.js",
              "startTime": 25656.092677994951
            },
            {
              "startTime": 29006.090222744806,
              "duration": 89,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922"
            },
            {
              "startTime": 15901.060929645828,
              "duration": 87,
              "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js"
            },
            {
              "startTime": 27405.09475551431,
              "duration": 87,
              "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173"
            },
            {
              "duration": 85,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "startTime": 17857.542588529122
            },
            {
              "startTime": 28876.090222744806,
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "duration": 78
            },
            {
              "duration": 63,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS",
              "startTime": 30918.090222744806
            },
            {
              "duration": 58,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base",
              "startTime": 9026.0339799947924
            },
            {
              "duration": 58,
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "startTime": 28818.090222744806
            },
            {
              "duration": 57,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base",
              "startTime": 15128.057414473953
            },
            {
              "startTime": 30981.090222744806,
              "duration": 54,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS"
            },
            {
              "duration": 52,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
              "startTime": 28954.090222744806
            }
          ]
        }
      },
      "autocomplete-valid": {
        "id": "autocomplete-valid",
        "title": "`autocomplete` attributes are used correctly",
        "description": "The `autocomplete` attribute values must be valid and correctly applied for screen readers to function correctly. [Learn more about valid autocomplete values](https://dequeuniversity.com/rules/axe/4.12/autocomplete-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "network-requests": {
        "id": "network-requests",
        "title": "Network Requests",
        "description": "Lists the network requests that were made during page load.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "details": {
          "type": "table",
          "items": [
            {
              "resourceType": "Document",
              "transferSize": 43900,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/html",
              "finished": true,
              "resourceSize": 298405,
              "rendererStartTime": 0,
              "cache": "none",
              "networkEndTime": 574.72100007534027,
              "networkRequestTime": 1.0619999170303345,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryHigh"
            },
            {
              "networkRequestTime": 581.277999997139,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/css",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.css?v=158873188915743418901752466285",
              "resourceType": "Stylesheet",
              "transferSize": 5577,
              "networkEndTime": 685.18799996376038,
              "cache": "none",
              "isLinkPreload": true,
              "rendererStartTime": 580.30200004577637,
              "resourceSize": 20708
            },
            {
              "networkRequestTime": 581.41100001335144,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryHigh",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/base.css?v=151796545004699905511752466324",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "transferSize": 17914,
              "mimeType": "text/css",
              "finished": true,
              "isLinkPreload": true,
              "cache": "none",
              "resourceSize": 118717,
              "rendererStartTime": 580.58700001239777,
              "networkEndTime": 805.6159999370575
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-rte.css?v=146423479496176615861752466284",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2675,
              "resourceType": "Stylesheet",
              "networkEndTime": 662.16199994087219,
              "isLinkPreload": true,
              "cache": "none",
              "resourceSize": 7000,
              "rendererStartTime": 580.6710000038147,
              "networkRequestTime": 583.74599993228912,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 583.81800007820129,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-cart-drawer.css?v=145065439019359456051752466283",
              "entity": "hellon.earth",
              "resourceType": "Stylesheet",
              "transferSize": 2827,
              "networkEndTime": 805.10199999809265,
              "cache": "none",
              "isLinkPreload": true,
              "rendererStartTime": 580.777999997139,
              "resourceSize": 8110
            },
            {
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 583.892000079155,
              "networkEndTime": 791.28900003433228,
              "resourceSize": 4822,
              "rendererStartTime": 580.88399994373322,
              "isLinkPreload": true,
              "cache": "none",
              "mimeType": "text/css",
              "finished": true,
              "resourceType": "Stylesheet",
              "transferSize": 2411,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-cart-items.css?v=73194538681260850671752466283",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "finished": true,
              "mimeType": "text/css",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-main-product.css?v=95691957673293760661752466285",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 9119,
              "resourceType": "Stylesheet",
              "networkEndTime": 676.31599998474121,
              "isLinkPreload": true,
              "cache": "none",
              "resourceSize": 55511,
              "rendererStartTime": 580.94799995422363,
              "networkRequestTime": 584.02499997615814,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 584.12000000476837,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-deferred-media.css?v=68707802736351725321752466283",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 1680,
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "finished": true,
              "isLinkPreload": true,
              "cache": "none",
              "resourceSize": 1195,
              "rendererStartTime": 581.00899994373322,
              "networkEndTime": 794.739000082016
            },
            {
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 584.20299994945526,
              "networkEndTime": 806.76400005817413,
              "rendererStartTime": 581.0789999961853,
              "resourceSize": 7830,
              "cache": "none",
              "isLinkPreload": true,
              "finished": true,
              "mimeType": "text/css",
              "transferSize": 2836,
              "resourceType": "Stylesheet",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.css?v=21091840522575606341752466284",
              "entity": "hellon.earth"
            },
            {
              "networkRequestTime": 584.307000041008,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/css",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 2882,
              "resourceType": "Stylesheet",
              "networkEndTime": 745.84099996089935,
              "isLinkPreload": true,
              "cache": "none",
              "resourceSize": 13851,
              "rendererStartTime": 581.17200005054474
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/constants.js?v=57430444635880596041752466284",
              "resourceType": "Script",
              "transferSize": 1391,
              "networkEndTime": 894.85599994659424,
              "cache": "none",
              "rendererStartTime": 590.13800001144409,
              "resourceSize": 193,
              "networkRequestTime": 821.7150000333786,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 821.80400002002716,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "resourceType": "Script",
              "transferSize": 1466,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/pubsub.js?v=2921868252632587581752466284",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 474,
              "rendererStartTime": 590.28600001335144,
              "cache": "none",
              "networkEndTime": 897.41299998760223
            },
            {
              "networkRequestTime": 822.12299990653992,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/gsap.min.js?v=98399229928229536421752466284",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 28566,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 72214,
              "rendererStartTime": 590.37199997901917,
              "networkEndTime": 898.99599993228912
            },
            {
              "networkRequestTime": 822.33000004291534,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 18408,
              "resourceType": "Script",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/ScrollTrigger.min.js?v=51844696078135174451752466285",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 902.89100003242493,
              "resourceSize": 43380,
              "rendererStartTime": 590.44099998474121,
              "cache": "none"
            },
            {
              "networkEndTime": 897.7409999370575,
              "rendererStartTime": 590.50800001621246,
              "resourceSize": 151655,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 40571,
              "resourceType": "Script",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 822.37199997901917
            },
            {
              "networkRequestTime": 822.42999994754791,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "transferSize": 11402,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/global.js?v=27162690833125325081752466284",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 44261,
              "rendererStartTime": 590.58300006389618,
              "cache": "none",
              "networkEndTime": 894.50800001621246
            },
            {
              "networkEndTime": 1116.6909999847412,
              "rendererStartTime": 590.65699994564056,
              "resourceSize": 11780,
              "cache": "none",
              "mimeType": "application/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 4046,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/checkouts/internal/preloads.js?locale=en-US",
              "entity": "hellon.earth",
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 822.50699996948242
            },
            {
              "cache": "none",
              "rendererStartTime": 590.73699998855591,
              "resourceSize": 0,
              "networkEndTime": 1111.194000005722,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=64115769479",
              "entity": "shop.app",
              "transferSize": 712,
              "resourceType": "Script",
              "mimeType": "application/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 822.54900002479553
            },
            {
              "networkRequestTime": 591.39100003242493,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1627,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceSize": 884,
              "rendererStartTime": 590.82199990749359,
              "networkEndTime": 638.51800000667572
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 591.47700011730194,
              "cache": "none",
              "resourceSize": 1058,
              "rendererStartTime": 590.90799999237061,
              "networkEndTime": 757.18700003623962,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1676,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "url": "https://hellon.earth/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 4428,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 13938,
              "rendererStartTime": 590.98500001430511,
              "networkEndTime": 854.61800003051758,
              "networkRequestTime": 822.82600009441376,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "cache": "none",
              "rendererStartTime": 591.07500004768372,
              "resourceSize": 81128,
              "networkEndTime": 849.97800004482269,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812",
              "resourceType": "Script",
              "transferSize": 24308,
              "finished": true,
              "mimeType": "text/javascript",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 822.92199993133545
            },
            {
              "networkRequestTime": 823.00199997425079,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "resourceType": "Script",
              "transferSize": 1971,
              "url": "https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js",
              "entity": "Shopify",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 1392,
              "rendererStartTime": 591.13900005817413,
              "cache": "none",
              "networkEndTime": 844.45300006866455
            },
            {
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/compiled_assets/scripts.js?v=6552047183903886731752466338",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 2396,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 4419,
              "rendererStartTime": 591.26300001144409,
              "networkEndTime": 903.30099999904633,
              "networkRequestTime": 823.10399997234344,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "networkRequestTime": 823.2150000333786,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/cart.js?v=167127980437442232001752466283",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 3946,
              "networkEndTime": 884.71799993515015,
              "cache": "none",
              "rendererStartTime": 591.46700000762939,
              "resourceSize": 11876
            },
            {
              "resourceSize": 3833,
              "rendererStartTime": 591.53900003433228,
              "cache": "none",
              "networkEndTime": 886.722000002861,
              "resourceType": "Script",
              "transferSize": 2319,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/cart-drawer.js?v=175299045123263202151752466283",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 823.31099998950958
            },
            {
              "rendererStartTime": 591.664999961853,
              "resourceSize": 7638,
              "cache": "none",
              "networkEndTime": 889.82499992847443,
              "transferSize": 3312,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.js?v=103399882862435143751752466284",
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 823.45799994468689
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 823.73500001430511,
              "cache": "none",
              "resourceSize": 4898,
              "rendererStartTime": 591.72399997711182,
              "networkEndTime": 897.10800004005432,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2581,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkRequestTime": 592.21200001239777,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "font/woff2",
              "resourceType": "Font",
              "transferSize": 40298,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 638.817999958992,
              "resourceSize": 38848,
              "rendererStartTime": 591.80400002002716,
              "isLinkPreload": true,
              "cache": "none"
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 823.85599994659424,
              "networkEndTime": 882.43699991703033,
              "resourceSize": 8299,
              "rendererStartTime": 592.06599998474121,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 3106,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/popup.js?v=139292871126259178831752466284",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "resourceSize": 15628,
              "rendererStartTime": 592.17400002479553,
              "cache": "none",
              "networkEndTime": 1327.1259999275208,
              "transferSize": 3382,
              "resourceType": "Script",
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/UXPKqX/klaviyo.js?company_id=UXPKqX",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "application/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 823.94599997997284
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 824.06400001049042,
              "networkEndTime": 851.88199996948242,
              "cache": "none",
              "resourceSize": 67660,
              "rendererStartTime": 592.24100005626678,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.7.0.min.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 22755
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 824.12300002574921,
              "networkEndTime": 897.26300001144409,
              "resourceSize": 872,
              "rendererStartTime": 592.33100008964539,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 1643,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/announcement-bar.js?v=62342160776736250801752466283",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "networkRequestTime": 824.16600000858307,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/header.js?v=23851710536590866761752466284",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 4002,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 12503,
              "rendererStartTime": 592.42400002479553,
              "networkEndTime": 900.85199999809265
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "networkRequestTime": 592.91100001335144,
              "cache": "none",
              "rendererStartTime": 592.49500000476837,
              "resourceSize": 9905,
              "networkEndTime": 680.52600002288818,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-menu-drawer.css?v=111334943057760530851752466284",
              "entity": "hellon.earth",
              "resourceType": "Stylesheet",
              "transferSize": 3182,
              "mimeType": "text/css",
              "finished": true
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 824.24799990653992,
              "resourceSize": 659,
              "rendererStartTime": 592.58299994468689,
              "cache": "none",
              "networkEndTime": 896.55099999904633,
              "resourceType": "Script",
              "transferSize": 1547,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/details-disclosure.js?v=101038006898019338281752466284",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-slideshow.css?v=35888874101274391301752466326",
              "transferSize": 3292,
              "resourceType": "Stylesheet",
              "finished": true,
              "mimeType": "text/css",
              "cache": "none",
              "rendererStartTime": 592.65900003910065,
              "resourceSize": 20614,
              "networkEndTime": 808.78900003433228,
              "networkRequestTime": 593.20099997520447,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryHigh"
            },
            {
              "cache": "none",
              "rendererStartTime": 592.738000035286,
              "resourceSize": 4961,
              "networkEndTime": 898.71200001239777,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/slideshow.js?v=12183036724117731781752466285",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 2518,
              "mimeType": "text/javascript",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 824.32000005245209
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 593.76499998569489,
              "networkEndTime": 828.46399998664856,
              "resourceSize": 125766,
              "rendererStartTime": 592.82599997520447,
              "cache": "none",
              "mimeType": "image/webp",
              "finished": true,
              "resourceType": "Image",
              "transferSize": 126964,
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_HomeTopImage-noText.jpg?v=1749678753&width=1200",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "cache": "none",
              "rendererStartTime": 592.92299997806549,
              "resourceSize": 11712,
              "networkEndTime": 667.88900005817413,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-card.css?v=24940163978681877251752466283",
              "entity": "hellon.earth",
              "transferSize": 3572,
              "resourceType": "Stylesheet",
              "mimeType": "text/css",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Medium",
              "networkRequestTime": 593.84799993038177
            },
            {
              "networkRequestTime": 593.98100006580353,
              "priority": "Medium",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/css",
              "finished": true,
              "resourceType": "Stylesheet",
              "transferSize": 1630,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-featured-product.css?v=140308140168266718821752466285",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 798.5460000038147,
              "resourceSize": 1470,
              "rendererStartTime": 593.011999964714,
              "cache": "none"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/update-slider.js?v=61669620030825712191752466286",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1413,
              "networkEndTime": 894.06599998474121,
              "cache": "none",
              "rendererStartTime": 593.10600006580353,
              "resourceSize": 321,
              "networkRequestTime": 824.38200008869171,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-ticker-banner.css?v=66399290515231518781752466285",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Stylesheet",
              "transferSize": 2663,
              "networkEndTime": 725.90199995040894,
              "cache": "none",
              "resourceSize": 7751,
              "rendererStartTime": 593.16600000858307,
              "networkRequestTime": 670.45800006389618,
              "priority": "Medium",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 824.44099998474121,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1570,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "rendererStartTime": 593.24500000476837,
              "resourceSize": 580,
              "networkEndTime": 896.86800003051758
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Medium",
              "networkRequestTime": 727.31500005722046,
              "resourceSize": 2147,
              "rendererStartTime": 593.39900004863739,
              "cache": "none",
              "networkEndTime": 792.70600008964539,
              "transferSize": 1810,
              "resourceType": "Stylesheet",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-newsletter.css?v=66522345935212433581752466285",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/css",
              "finished": true
            },
            {
              "networkEndTime": 858.357999920845,
              "rendererStartTime": 593.46799993515015,
              "resourceSize": 17026,
              "cache": "none",
              "mimeType": "text/css",
              "finished": true,
              "resourceType": "Stylesheet",
              "transferSize": 3882,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-footer.css?v=82189834105927452141752466285",
              "entity": "hellon.earth",
              "priority": "Medium",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 795.23000001907349
            },
            {
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-accordion.css?v=37048786062549526021752466283",
              "entity": "hellon.earth",
              "resourceType": "Stylesheet",
              "transferSize": 1636,
              "finished": true,
              "mimeType": "text/css",
              "cache": "none",
              "rendererStartTime": 593.53299999237061,
              "resourceSize": 928,
              "networkEndTime": 869.59300005435944,
              "networkRequestTime": 799.85399997234344,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Medium"
            },
            {
              "resourceType": "Stylesheet",
              "transferSize": 1477,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-menu.css?v=169082548569333216891752466283",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "finished": true,
              "resourceSize": 651,
              "rendererStartTime": 593.59500002861023,
              "cache": "none",
              "networkEndTime": 894.72500002384186,
              "networkRequestTime": 820.404000043869,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Medium"
            },
            {
              "networkRequestTime": 820.77700006961823,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Medium",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-payment.css?v=42701807524908968761752466283",
              "resourceType": "Stylesheet",
              "transferSize": 1399,
              "mimeType": "text/css",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 593.66000008583069,
              "resourceSize": 248,
              "networkEndTime": 902.44200003147125
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Medium",
              "networkRequestTime": 821.52999997138977,
              "resourceSize": 602,
              "rendererStartTime": 593.73300004005432,
              "cache": "none",
              "networkEndTime": 884.93299996852875,
              "transferSize": 1492,
              "resourceType": "Stylesheet",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-social.css?v=136211889887685282041752466283",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/css",
              "finished": true
            },
            {
              "networkEndTime": 888.98699998855591,
              "cache": "none",
              "resourceSize": 893,
              "rendererStartTime": 593.80000007152557,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/footer.js?v=162720781161176316621752466284",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 1652,
              "resourceType": "Script",
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 824.5220000743866
            },
            {
              "networkRequestTime": 824.74300003051758,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "mimeType": "image/avif",
              "transferSize": 9414,
              "resourceType": "Image",
              "url": "https://hellon.earth/cdn/shop/files/WORDMARK.png?v=1739490206&width=180",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 1010.2199999094009,
              "resourceSize": 8227,
              "rendererStartTime": 593.863000035286,
              "cache": "none"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
              "transferSize": 1789,
              "resourceType": "Script",
              "networkEndTime": 636.96899998188019,
              "cache": "none",
              "rendererStartTime": 593.93500006198883,
              "resourceSize": 1397,
              "networkRequestTime": 594.37099993228912,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 824.82700002193451,
              "networkEndTime": 896.988000035286,
              "cache": "none",
              "rendererStartTime": 594.02100002765656,
              "resourceSize": 940,
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/search-form.js?v=130106166435850232461752466285",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1637
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 824.89499998092651,
              "networkEndTime": 898.02100002765656,
              "cache": "none",
              "rendererStartTime": 594.11600005626678,
              "resourceSize": 6496,
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/predictive-search.js?v=15235545953766800951752466284",
              "entity": "hellon.earth",
              "transferSize": 3042,
              "resourceType": "Script"
            },
            {
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/product-model.js?v=33738294766022681231752466284",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 1809,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 1427,
              "rendererStartTime": 594.183000087738,
              "networkEndTime": 886.90399992465973,
              "networkRequestTime": 824.99799990653992,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "networkEndTime": 856.76899993419647,
              "cache": "none",
              "rendererStartTime": 594.25100004673,
              "resourceSize": 188554,
              "finished": true,
              "mimeType": "text/css",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Google Fonts",
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
              "transferSize": 49038,
              "resourceType": "Stylesheet",
              "priority": "Medium",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 821.64300000667572
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/storefront/standard-actions.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 5536,
              "resourceType": "Script",
              "networkEndTime": 613.31199991703033,
              "cache": "none",
              "resourceSize": 10869,
              "rendererStartTime": 594.319000005722,
              "networkRequestTime": 594.64800000190735,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 641.692999958992,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 2069,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CoS_AWFc.en.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 750.85600006580353,
              "resourceSize": 1819,
              "rendererStartTime": 640.08599996566772,
              "cache": "none"
            },
            {
              "transferSize": 1653,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "entity": "hellon.earth",
              "finished": true,
              "mimeType": "text/javascript",
              "rendererStartTime": 640.28700006008148,
              "resourceSize": 672,
              "cache": "none",
              "networkEndTime": 665.04799997806549,
              "networkRequestTime": 641.84800004959106,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "networkRequestTime": 641.89400005340576,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1508,
              "networkEndTime": 664.75,
              "cache": "none",
              "resourceSize": 537,
              "rendererStartTime": 640.37699997425079
            },
            {
              "networkRequestTime": 641.94500005245209,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1728,
              "networkEndTime": 762.75400006771088,
              "cache": "none",
              "resourceSize": 1270,
              "rendererStartTime": 640.44300007820129
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 641.99199998378754,
              "rendererStartTime": 640.50899994373322,
              "resourceSize": 5501,
              "cache": "none",
              "networkEndTime": 662.6489999294281,
              "transferSize": 3362,
              "resourceType": "Script",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_DrRgS7ox.en.esm.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkRequestTime": 642.09399998188019,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 1848,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 640.58300006389618,
              "resourceSize": 1428,
              "cache": "none",
              "networkEndTime": 665.20800006389618
            },
            {
              "resourceSize": 73770,
              "rendererStartTime": 640.71700000762939,
              "cache": "none",
              "networkEndTime": 779.46399998664856,
              "transferSize": 22297,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 643.0349999666214
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 643.18499994277954,
              "cache": "none",
              "resourceSize": 11353,
              "rendererStartTime": 642.75400006771088,
              "networkEndTime": 666.91200006008148,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 5658,
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkRequestTime": 643.29299998283386,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1513,
              "networkEndTime": 665.82300007343292,
              "cache": "none",
              "resourceSize": 451,
              "rendererStartTime": 642.9080001115799
            },
            {
              "cache": "none",
              "resourceSize": 360,
              "rendererStartTime": 642.98300004005432,
              "networkEndTime": 829.87599992752075,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 1454,
              "resourceType": "Script",
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 643.39999997615814
            },
            {
              "networkRequestTime": 643.55400002002716,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1730,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 643.05299997329712,
              "resourceSize": 950,
              "networkEndTime": 668.732999920845
            },
            {
              "cache": "none",
              "resourceSize": 9328,
              "rendererStartTime": 643.12899994850159,
              "networkEndTime": 671.69900000095367,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 4169,
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 643.63499999046326
            },
            {
              "networkEndTime": 821.89800000190735,
              "cache": "none",
              "resourceSize": 143,
              "rendererStartTime": 643.20500004291534,
              "finished": true,
              "mimeType": "text/javascript",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1372,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 643.70000004768372
            },
            {
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 643.92400002479553,
              "networkEndTime": 666.44800007343292,
              "cache": "none",
              "rendererStartTime": 643.30300009250641,
              "resourceSize": 570,
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js",
              "resourceType": "Script",
              "transferSize": 1518
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 1572,
              "resourceType": "Script",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_CPxox-Yu.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 668.87999999523163,
              "resourceSize": 579,
              "rendererStartTime": 643.40900003910065,
              "cache": "none",
              "networkRequestTime": 647.24900007247925,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_CsfXCZ2S.esm.js",
              "resourceType": "Script",
              "transferSize": 1986,
              "networkEndTime": 748.039999961853,
              "cache": "none",
              "rendererStartTime": 643.48399996757507,
              "resourceSize": 1460,
              "networkRequestTime": 647.72899997234344,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1750,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 643.55900001525879,
              "resourceSize": 1058,
              "networkEndTime": 669.96200001239777,
              "networkRequestTime": 648.00000011920929,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "networkEndTime": 668.50399994850159,
              "resourceSize": 786,
              "rendererStartTime": 643.63199996948242,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 1680,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_JZOruJXg.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 648.12999999523163
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 648.18799996376038,
              "networkEndTime": 744.12000012397766,
              "cache": "none",
              "rendererStartTime": 643.70400011539459,
              "resourceSize": 290,
              "finished": true,
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js",
              "resourceType": "Script",
              "transferSize": 1446
            },
            {
              "networkEndTime": 891.79499995708466,
              "rendererStartTime": 749.59799993038177,
              "resourceSize": 6919,
              "cache": "none",
              "finished": true,
              "mimeType": "text/css",
              "resourceType": "Stylesheet",
              "transferSize": 2410,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-predictive-search.css?v=122790995554190434721752466284",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 825.4080001115799
            },
            {
              "networkRequestTime": 759.21700000762939,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 19171,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "entity": "hellon.earth",
              "networkEndTime": 785.29999995231628,
              "rendererStartTime": 758.76400005817413,
              "resourceSize": 58100,
              "cache": "none"
            },
            {
              "networkRequestTime": 759.29299998283386,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 12216,
              "resourceType": "Script",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
              "networkEndTime": 780.82400000095367,
              "rendererStartTime": 758.90000009536743,
              "resourceSize": 30634,
              "cache": "none"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 3956,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 781.22000002861023,
              "resourceSize": 6666,
              "rendererStartTime": 758.9889999628067,
              "cache": "none",
              "networkRequestTime": 759.51500010490417,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Script",
              "transferSize": 1857,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "resourceSize": 1174,
              "rendererStartTime": 759.06700003147125,
              "cache": "none",
              "networkEndTime": 781.48799991607666,
              "networkRequestTime": 759.65699994564056,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "resourceSize": 606,
              "rendererStartTime": 759.12900006771088,
              "cache": "none",
              "networkEndTime": 796.136999964714,
              "resourceType": "Script",
              "transferSize": 1615,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 759.722000002861
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 1692,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 790.88800001144409,
              "resourceSize": 692,
              "rendererStartTime": 759.19700002670288,
              "cache": "none",
              "networkRequestTime": 759.79700005054474,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 759.96599996089935,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 2680,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 3583,
              "rendererStartTime": 759.2739999294281,
              "networkEndTime": 795.43299996852875
            },
            {
              "networkRequestTime": 760.06200003623962,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 1443,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 759.48599994182587,
              "resourceSize": 243,
              "cache": "none",
              "networkEndTime": 791.63700008392334
            },
            {
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
              "entity": "hellon.earth",
              "transferSize": 1718,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 759.567999958992,
              "resourceSize": 1234,
              "networkEndTime": 794.49800002574921,
              "networkRequestTime": 760.12400007247925,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "networkEndTime": 800.76400005817413,
              "cache": "none",
              "rendererStartTime": 759.64100003242493,
              "resourceSize": 3308,
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 2643,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 760.23599994182587
            },
            {
              "networkRequestTime": 760.30200004577637,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js",
              "entity": "hellon.earth",
              "transferSize": 2398,
              "resourceType": "Script",
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "rendererStartTime": 759.732999920845,
              "resourceSize": 2365,
              "networkEndTime": 782.329999923706
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 760.35400009155273,
              "networkEndTime": 785.58399999141693,
              "resourceSize": 808,
              "rendererStartTime": 759.80400002002716,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 1657,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 760.96800005435944,
              "cache": "none",
              "resourceSize": 834,
              "rendererStartTime": 759.91000008583069,
              "networkEndTime": 784.14300000667572,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1726,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "cache": "none",
              "rendererStartTime": 816.49300003051758,
              "resourceSize": 0,
              "networkEndTime": 825.886999964714,
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "resourceType": "Ping",
              "transferSize": 0,
              "finished": true,
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 816.49300003051758
            },
            {
              "networkEndTime": 855.42299997806549,
              "resourceSize": 230693,
              "rendererStartTime": 817.55499994754791,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 69956,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 825.07200002670288
            },
            {
              "resourceSize": 0,
              "rendererStartTime": 817.94000005722046,
              "cache": "none",
              "networkEndTime": 826.10600006580353,
              "resourceType": "Ping",
              "transferSize": 0,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "finished": true,
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 817.94000005722046
            },
            {
              "networkEndTime": 857.32299995422363,
              "cache": "none",
              "resourceSize": 109975,
              "rendererStartTime": 819.42200005054474,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/s/trekkie.storefront.51e77662fd67e0d47c7238acfeab529dafb90214.min.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 28759,
              "resourceType": "Script",
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 825.24000000953674
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 825.375,
              "cache": "none",
              "resourceSize": 13482,
              "rendererStartTime": 819.70099997520447,
              "networkEndTime": 858.79100000858307,
              "url": "https://hellon.earth/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 4596,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "rendererStartTime": 845.24500000476837,
              "resourceSize": 39512,
              "cache": "none",
              "networkEndTime": 871.62600004673,
              "resourceType": "Font",
              "transferSize": 40960,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2",
              "entity": "hellon.earth",
              "mimeType": "font/woff2",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryHigh",
              "networkRequestTime": 845.81400001049042
            },
            {
              "networkEndTime": 875.71399998664856,
              "resourceSize": 39372,
              "rendererStartTime": 845.44200003147125,
              "cache": "none",
              "mimeType": "font/woff2",
              "finished": true,
              "resourceType": "Font",
              "transferSize": 40816,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 845.86600005626678
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 870.21300005912781,
              "cache": "none",
              "resourceSize": 5819,
              "rendererStartTime": 869.81299996376038,
              "networkEndTime": 1058.8200000524521,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/logo_header.png?v=1739491661&width=120",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Image",
              "transferSize": 7018,
              "finished": true,
              "mimeType": "image/avif"
            },
            {
              "finished": true,
              "mimeType": "image/webp",
              "resourceType": "Image",
              "transferSize": 19818,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capoff_small_d8d9d8b5-5e1f-420f-95d3-619512833493.png?v=1769102447&width=576",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 942.0110000371933,
              "resourceSize": 18606,
              "rendererStartTime": 869.95500004291534,
              "cache": "none",
              "networkRequestTime": 870.27499997615814,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Image",
              "transferSize": 23292,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bundle-front_small_289378fc-dc07-4dc6-92b8-654aecdd397c.png?v=1769102447&width=576",
              "entity": "hellon.earth",
              "finished": true,
              "mimeType": "image/webp",
              "rendererStartTime": 870.067999958992,
              "resourceSize": 22088,
              "cache": "none",
              "networkEndTime": 931.6800000667572,
              "networkRequestTime": 870.4210000038147,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "networkEndTime": 1371.4860000610352,
              "cache": "none",
              "rendererStartTime": 870.15500009059906,
              "resourceSize": 29192,
              "mimeType": "image/webp",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_hand-detail.jpg?v=1769102447&width=700",
              "entity": "hellon.earth",
              "resourceType": "Image",
              "transferSize": 30393,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 870.73199999332428
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 870.88900005817413,
              "cache": "none",
              "rendererStartTime": 870.24600005149841,
              "resourceSize": 41310,
              "networkEndTime": 1502.3999999761581,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_application.jpg?v=1769102447&width=700",
              "entity": "hellon.earth",
              "resourceType": "Image",
              "transferSize": 42517,
              "mimeType": "image/webp",
              "finished": true
            },
            {
              "networkEndTime": 1441.635999917984,
              "resourceSize": 23148,
              "rendererStartTime": 870.35199999809265,
              "cache": "none",
              "mimeType": "image/webp",
              "finished": true,
              "transferSize": 24345,
              "resourceType": "Image",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0609_jpgcleaned_705A0546.jpg?v=1768431469&width=1200",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 871.99899995327
            },
            {
              "cache": "none",
              "rendererStartTime": 870.41800010204315,
              "resourceSize": 14866,
              "networkEndTime": 944.682000041008,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capon_small_c6e7364e-7df5-4e24-a502-6214ec118551.png?v=1769102447&width=576",
              "entity": "hellon.earth",
              "transferSize": 16072,
              "resourceType": "Image",
              "finished": true,
              "mimeType": "image/webp",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 873.664999961853
            },
            {
              "transferSize": 4348,
              "resourceType": "Image",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capoff_small_d8d9d8b5-5e1f-420f-95d3-619512833493.png?v=1769102447&width=128",
              "entity": "hellon.earth",
              "finished": true,
              "mimeType": "image/avif",
              "rendererStartTime": 870.50199997425079,
              "resourceSize": 3149,
              "cache": "none",
              "networkEndTime": 1271.75,
              "networkRequestTime": 873.71200001239777,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "networkRequestTime": 873.74500000476837,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "resourceType": "Image",
              "transferSize": 4623,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bundle-front_small_289378fc-dc07-4dc6-92b8-654aecdd397c.png?v=1769102447&width=128",
              "entity": "hellon.earth",
              "mimeType": "image/avif",
              "finished": true,
              "rendererStartTime": 870.57700002193451,
              "resourceSize": 3433,
              "cache": "none",
              "networkEndTime": 1319.3519999980927
            },
            {
              "resourceSize": 4005,
              "rendererStartTime": 870.66100001335144,
              "cache": "none",
              "networkEndTime": 929.625,
              "transferSize": 5215,
              "resourceType": "Image",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_hand-detail.jpg?v=1769102447&width=128",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "image/avif",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 873.7960000038147
            },
            {
              "networkRequestTime": 873.82700002193451,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "transferSize": 6675,
              "resourceType": "Image",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0609_HOE_application.jpg?v=1769102447&width=128",
              "entity": "hellon.earth",
              "mimeType": "image/avif",
              "finished": true,
              "rendererStartTime": 870.72599995136261,
              "resourceSize": 5463,
              "cache": "none",
              "networkEndTime": 949.31800007820129
            },
            {
              "networkRequestTime": 876.12399995327,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "resourceType": "Image",
              "transferSize": 4812,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0609_jpgcleaned_705A0546.jpg?v=1768431469&width=192",
              "finished": true,
              "mimeType": "image/avif",
              "rendererStartTime": 870.788999915123,
              "resourceSize": 3615,
              "cache": "none",
              "networkEndTime": 1060.4950000047684
            },
            {
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capon_small_c6e7364e-7df5-4e24-a502-6214ec118551.png?v=1769102447&width=128",
              "entity": "hellon.earth",
              "resourceType": "Image",
              "transferSize": 3655,
              "finished": true,
              "mimeType": "image/avif",
              "cache": "none",
              "rendererStartTime": 870.8639999628067,
              "resourceSize": 2461,
              "networkEndTime": 1338.5460000038147,
              "networkRequestTime": 876.347000002861,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "rendererStartTime": 871.1360000371933,
              "resourceSize": 2538,
              "cache": "none",
              "networkEndTime": 1265.5590000152588,
              "resourceType": "Image",
              "transferSize": 3731,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-back-capon_small_f925d6da-802b-40bd-8cd3-d920966b97df.png?v=1769102447&width=128",
              "finished": true,
              "mimeType": "image/webp",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 876.3989999294281
            },
            {
              "networkRequestTime": 876.61000001430511,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "image/webp",
              "finished": true,
              "url": "https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_refill-front-capon_small_dffc5673-c75f-4956-8357-f44b4971249a.png?v=1769102447&width=128",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Image",
              "transferSize": 3459,
              "networkEndTime": 1283.7269999980927,
              "cache": "none",
              "resourceSize": 2268,
              "rendererStartTime": 871.25300002098083
            },
            {
              "mimeType": "text/html",
              "finished": true,
              "statusCode": 200,
              "entity": "YouTube",
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
              "transferSize": 58286,
              "resourceType": "Document",
              "networkEndTime": 996.86000001430511,
              "cache": "none",
              "rendererStartTime": 883.57599997520447,
              "resourceSize": 139369,
              "networkRequestTime": 884.48199999332428,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 907.73400008678436,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/HellOnEarth_bone-pile.jpg?v=1749532436&width=1200",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Image",
              "transferSize": 132171,
              "mimeType": "image/webp",
              "finished": true,
              "cache": "none",
              "resourceSize": 130972,
              "rendererStartTime": 907.27600002288818,
              "networkEndTime": 1382.3109999895096
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 907.817999958992,
              "networkEndTime": 2450.7290000915527,
              "cache": "none",
              "rendererStartTime": 907.42199993133545,
              "resourceSize": 186894,
              "mimeType": "image/webp",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0617.2_Bens-symbols-info.gif?v=1750188196&width=535",
              "resourceType": "Image",
              "transferSize": 188093
            },
            {
              "finished": true,
              "mimeType": "image/webp",
              "resourceType": "Image",
              "transferSize": 336639,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shop/files/25-0411_HOE_rainforest-shore.jpg?v=1744389234&width=1800",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 2368.4049999713898,
              "resourceSize": 335436,
              "rendererStartTime": 907.50400006771088,
              "cache": "none",
              "networkRequestTime": 908.058000087738,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "resourceSize": 46798,
              "rendererStartTime": 907.61699998378754,
              "cache": "none",
              "networkEndTime": 1485.8890000581741,
              "resourceType": "Image",
              "transferSize": 47996,
              "url": "https://hellon.earth/cdn/shop/files/sustainability-features_all_mobile-checker_a23ddd32-d997-4efd-b96b-fd3459b705e0.png?v=1750189878&width=535",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "image/webp",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 908.72699999809265
            },
            {
              "networkRequestTime": 952.42400002479553,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 348,
              "resourceType": "Preflight",
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "statusCode": 204,
              "finished": true,
              "resourceSize": 0,
              "rendererStartTime": 952.25,
              "cache": "none",
              "networkEndTime": 991.54100000858307
            },
            {
              "networkRequestTime": 992.18299996852875,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "application/json",
              "finished": true,
              "transferSize": 303,
              "resourceType": "Fetch",
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 2032.9539999961853,
              "resourceSize": 21,
              "rendererStartTime": 951.43499994277954,
              "cache": "none"
            },
            {
              "networkRequestTime": 968.77999997138977,
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryLow",
              "transferSize": 31238,
              "resourceType": "Script",
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/web-pixel-1729724551@524f6c1ee37bacdca7657a665bdca589/sandbox/worker.modern.js",
              "finished": true,
              "mimeType": "text/javascript",
              "rendererStartTime": 968.191999912262,
              "resourceSize": 74946,
              "cache": "none",
              "networkEndTime": 1397.12700009346
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 971.829999923706,
              "networkEndTime": 1408.9730000495911,
              "rendererStartTime": 970.56199991703033,
              "resourceSize": 74944,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 31240,
              "statusCode": 200,
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/web-pixel-981434503@1b5534439d3df5f28cc018fc64026543/sandbox/worker.modern.js",
              "entity": "hellon.earth"
            },
            {
              "resourceType": "Script",
              "transferSize": 31238,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/web-pixel-981205127@72859894ec8aa8d5e0246c40aaed9466/sandbox/worker.modern.js",
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 74944,
              "rendererStartTime": 971.15799999237061,
              "cache": "none",
              "networkEndTime": 1423.6510000228882,
              "networkRequestTime": 972.46800005435944,
              "sessionTargetType": "worker",
              "protocol": "h2",
              "priority": "VeryLow"
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 973.73300004005432,
              "networkEndTime": 1418.4710000753403,
              "cache": "none",
              "resourceSize": 74944,
              "rendererStartTime": 972.10199999809265,
              "finished": true,
              "mimeType": "text/javascript",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/web-pixel-947519623@22e92c2ad45662f435e4801458fb78cc/sandbox/worker.modern.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "transferSize": 31239,
              "resourceType": "Script"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryLow",
              "networkRequestTime": 974.04699993133545,
              "cache": "none",
              "rendererStartTime": 972.68699991703033,
              "resourceSize": 74932,
              "networkEndTime": 1408.4230000972748,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/web-pixel-shopify-app-pixel@0501/sandbox/worker.modern.js",
              "transferSize": 31208,
              "resourceType": "Script",
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "networkRequestTime": 970.21899998188019,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/app/web-pixel-981663879@abff2a8add143ccb04deb20f0ebd74a9~2/pixel.modern.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 4812,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceSize": 8639,
              "rendererStartTime": 969.42400002479553,
              "networkEndTime": 1026.6210000514984
            },
            {
              "rendererStartTime": 970.52499997615814,
              "resourceSize": 13022,
              "cache": "none",
              "networkEndTime": 1024.7279999256134,
              "resourceType": "Script",
              "transferSize": 5960,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/app/web-pixel-980877447@20a1a395175a780fd37f04940f5b4db5~2/pixel.modern.js",
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 973.625
            },
            {
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 985.37899994850159,
              "networkEndTime": 1045.6180000305176,
              "cache": "none",
              "rendererStartTime": 984.47599995136261,
              "resourceSize": 75548,
              "mimeType": "text/html",
              "finished": true,
              "statusCode": 200,
              "url": "https://hellon.earth/web-pixels@6392291bw48edd0b4p524860cam091f7eea/custom/web-pixel-shopify-custom-pixel@0501/sandbox/modern/",
              "entity": "hellon.earth",
              "resourceType": "Document",
              "transferSize": 31492
            },
            {
              "finished": true,
              "resourceType": "Ping",
              "transferSize": 0,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "networkEndTime": 1046.1080000400543,
              "resourceSize": 0,
              "rendererStartTime": 1004.5620000362396,
              "cache": "none",
              "networkRequestTime": 1004.5620000362396,
              "priority": "VeryLow",
              "sessionTargetType": "page"
            },
            {
              "networkEndTime": 1078.4290000200272,
              "cache": "none",
              "rendererStartTime": 1045.1500000953674,
              "resourceSize": 525369,
              "mimeType": "text/css",
              "finished": true,
              "statusCode": 200,
              "entity": "YouTube",
              "url": "https://www.youtube.com/s/player/882a803a/www-player.css",
              "transferSize": 58025,
              "resourceType": "Stylesheet",
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1050.0249999761581
            },
            {
              "finished": true,
              "mimeType": "text/css",
              "statusCode": 200,
              "entity": "YouTube",
              "url": "https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.voLKPuLo35M.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywFbOiAirpOGLQLAetGjYdyOjZXjoA",
              "transferSize": 52694,
              "resourceType": "Stylesheet",
              "networkEndTime": 1077.027999997139,
              "cache": "none",
              "rendererStartTime": 1045.4060000181198,
              "resourceSize": 477356,
              "networkRequestTime": 1050.819000005722,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 1050.8519999980927,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 150666,
              "resourceType": "Script",
              "entity": "YouTube",
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base",
              "statusCode": 200,
              "networkEndTime": 1063.3669999837875,
              "resourceSize": 441535,
              "rendererStartTime": 1045.5050001144409,
              "cache": "none"
            },
            {
              "networkEndTime": 1082.0509999990463,
              "rendererStartTime": 1045.5979999303818,
              "resourceSize": 1572179,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 468636,
              "statusCode": 200,
              "entity": "YouTube",
              "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1050.8820000886917
            },
            {
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 1047.9650000333786,
              "resourceSize": 0,
              "rendererStartTime": 1047.9650000333786,
              "cache": "none",
              "networkEndTime": 1136.8399999141693,
              "resourceType": "Ping",
              "transferSize": 0,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "finished": true
            },
            {
              "networkEndTime": 1137.0220000743866,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1056.4340000152588,
              "finished": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "resourceType": "Ping",
              "transferSize": 0,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 1056.4340000152588
            },
            {
              "resourceType": "Ping",
              "transferSize": 0,
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "finished": true,
              "rendererStartTime": 1057.0310000181198,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 1137.2829999923706,
              "networkRequestTime": 1057.0310000181198,
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "networkEndTime": 1138.5650000572205,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1058.0470000505447,
              "finished": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "resourceType": "Ping",
              "transferSize": 0,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 1058.0470000505447
            },
            {
              "networkEndTime": 1083.4839999675751,
              "cache": "none",
              "resourceSize": 9584,
              "rendererStartTime": 1074.097000002861,
              "mimeType": "font/woff2",
              "finished": true,
              "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR94z5ZnPydRjlCCwlKa8cvYtF2vA.woff2",
              "entity": "Google Fonts",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 10395,
              "resourceType": "Font",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1074.8669999837875
            },
            {
              "mimeType": "font/woff2",
              "finished": true,
              "resourceType": "Font",
              "transferSize": 16962,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Google Fonts",
              "url": "https://fonts.gstatic.com/s/cactusclassicalserif/v15/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJudCFF2qr-A.woff2",
              "networkEndTime": 1083.9400000572205,
              "rendererStartTime": 1075.4980000257492,
              "resourceSize": 16152,
              "cache": "none",
              "networkRequestTime": 1080.239000082016,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "mimeType": "font/woff2",
              "finished": true,
              "transferSize": 35480,
              "resourceType": "Font",
              "statusCode": 200,
              "url": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
              "entity": "Google Fonts",
              "networkEndTime": 1121.8500000238419,
              "rendererStartTime": 1117.0540000200272,
              "resourceSize": 34668,
              "cache": "none",
              "networkRequestTime": 1118.7269999980927,
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 4824,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-follow-button_1Rz8T5cR.en.esm.js",
              "entity": "hellon.earth",
              "networkEndTime": 1163.2400000095367,
              "rendererStartTime": 1137.4819999933243,
              "resourceSize": 8628,
              "cache": "none",
              "networkRequestTime": 1138.1660000085831,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 1138.2600001096725,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 2265,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopIcon_DztUrmYs.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 1162.0930000543594,
              "resourceSize": 2073,
              "rendererStartTime": 1137.5989999771118,
              "cache": "none"
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1138.5119999647141,
              "networkEndTime": 1165.9229999780655,
              "cache": "none",
              "resourceSize": 1134,
              "rendererStartTime": 1137.6699999570847,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useWindoidMessageHandler_S3Uag7pR.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1820
            },
            {
              "resourceSize": 390,
              "rendererStartTime": 1137.7330000400543,
              "cache": "none",
              "networkEndTime": 1165.6120001077652,
              "transferSize": 1527,
              "resourceType": "Script",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useDispatchEvent_BQKeEISR.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1138.7389999628067
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_ElJrkRaZ.esm.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 2086,
              "networkEndTime": 1163.961000084877,
              "cache": "none",
              "resourceSize": 1977,
              "rendererStartTime": 1137.8040000200272,
              "networkRequestTime": 1138.8730000257492,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Script",
              "transferSize": 1676,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildAuthorizeUrl_DBzIbbIZ.esm.js",
              "entity": "hellon.earth",
              "finished": true,
              "mimeType": "text/javascript",
              "rendererStartTime": 1137.8710000514984,
              "resourceSize": 757,
              "cache": "none",
              "networkEndTime": 1163.3899999856949,
              "networkRequestTime": 1139.010999917984,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildUrlSearchParams_DRdnaYB6.esm.js",
              "entity": "hellon.earth",
              "transferSize": 2393,
              "resourceType": "Script",
              "networkEndTime": 1163.0180000066757,
              "cache": "none",
              "rendererStartTime": 1137.9390000104904,
              "resourceSize": 2525,
              "networkRequestTime": 1139.0629999637604,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 1139.2020000219345,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useStorefrontOrigin_CSA3GvLU.esm.js",
              "entity": "hellon.earth",
              "resourceType": "Script",
              "transferSize": 1542,
              "networkEndTime": 1170.069000005722,
              "cache": "none",
              "rendererStartTime": 1138.0120000839233,
              "resourceSize": 451
            },
            {
              "networkRequestTime": 1139.2680000066757,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.windoid_qprD0lo-.esm.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1923,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 1513,
              "rendererStartTime": 1138.0799999237061,
              "networkEndTime": 1168.5180000066757
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1179.7760000228882,
              "networkEndTime": 1204.1980000734329,
              "cache": "none",
              "resourceSize": 1058,
              "rendererStartTime": 1179.1480000019073,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1607
            },
            {
              "mimeType": "application/json",
              "finished": true,
              "resourceType": "Fetch",
              "transferSize": 4081,
              "url": "https://shop.app/pay/session?v=1&token=9a961437-dc3b-4aab-b41c-1fb0171ccfb5&shop_id=64115769479",
              "entity": "shop.app",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 1343.9140000343323,
              "resourceSize": 18,
              "rendererStartTime": 1194.2139999866486,
              "cache": "none",
              "networkRequestTime": 1194.8810000419617,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1222.442999958992,
              "cache": "none",
              "rendererStartTime": 1221.7009999752045,
              "resourceSize": 0,
              "networkEndTime": 1601.4009999036789,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/api/collect",
              "transferSize": 1864,
              "resourceType": "Fetch",
              "mimeType": "text/html",
              "finished": true
            },
            {
              "networkEndTime": 1311.4780000448227,
              "cache": "none",
              "resourceSize": 96301,
              "rendererStartTime": 1287.3390001058578,
              "finished": true,
              "mimeType": "text/javascript",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/shopify-xr.en.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 32325,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1287.9480000734329
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1304.1499999761581,
              "networkEndTime": 1333.3299999237061,
              "rendererStartTime": 1303.5700000524521,
              "resourceSize": 444819,
              "cache": "none",
              "finished": true,
              "mimeType": "application/javascript",
              "transferSize": 151600,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Google Tag Manager",
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922"
            },
            {
              "networkRequestTime": 1304.2239999771118,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "resourceType": "Script",
              "transferSize": 163095,
              "entity": "Google Tag Manager",
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "finished": true,
              "mimeType": "application/javascript",
              "resourceSize": 488389,
              "rendererStartTime": 1303.8500000238419,
              "cache": "none",
              "networkEndTime": 1329.7419999837875
            },
            {
              "networkEndTime": 1340.7339999675751,
              "resourceSize": 431492,
              "rendererStartTime": 1304.0210000276566,
              "cache": "none",
              "finished": true,
              "mimeType": "application/javascript",
              "resourceType": "Script",
              "transferSize": 149476,
              "entity": "Google Tag Manager",
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1304.5870000123978
            },
            {
              "networkRequestTime": 1311.7580000162125,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "application/x-javascript",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Facebook",
              "url": "https://connect.facebook.net/en_US/fbevents.js",
              "transferSize": 108899,
              "resourceType": "Script",
              "networkEndTime": 1458.2439999580383,
              "cache": "none",
              "rendererStartTime": 1310.3270000219345,
              "resourceSize": 396568
            },
            {
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels/strict/app/web-pixel-shopify-app-pixel@0501.js",
              "transferSize": 2098,
              "resourceType": "Other",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1350.8700000047684,
              "resourceSize": 452,
              "networkEndTime": 1408.0430001020432,
              "networkRequestTime": 1352.3659999370575,
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryHigh"
            },
            {
              "networkRequestTime": 1352.4299999475479,
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryHigh",
              "url": "https://hellon.earth/web-pixels/strict/app/web-pixel-947519623@22e92c2ad45662f435e4801458fb78cc.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "transferSize": 2399,
              "resourceType": "Other",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 1033,
              "rendererStartTime": 1350.8700000047684,
              "networkEndTime": 1418.0730000734329
            },
            {
              "priority": "VeryHigh",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 1352.4909999370575,
              "networkEndTime": 1422.538999915123,
              "cache": "none",
              "rendererStartTime": 1351.3940000534058,
              "resourceSize": 4872,
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/web-pixels/strict/app/web-pixel-981205127@72859894ec8aa8d5e0246c40aaed9466.js",
              "resourceType": "Other",
              "transferSize": 4017
            },
            {
              "cache": "none",
              "resourceSize": 5673,
              "rendererStartTime": 1351.3930000066757,
              "networkEndTime": 1408.0039999485016,
              "url": "https://hellon.earth/web-pixels/strict/app/web-pixel-981434503@1b5534439d3df5f28cc018fc64026543.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "transferSize": 4313,
              "resourceType": "Other",
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryHigh",
              "networkRequestTime": 1352.6190000772476
            },
            {
              "networkRequestTime": 1352.9500000476837,
              "priority": "VeryHigh",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Other",
              "transferSize": 5115,
              "statusCode": 200,
              "url": "https://hellon.earth/web-pixels/strict/app/web-pixel-1729724551@524f6c1ee37bacdca7657a665bdca589.js",
              "entity": "hellon.earth",
              "networkEndTime": 1395.4379999637604,
              "rendererStartTime": 1351.8560000658035,
              "resourceSize": 7350,
              "cache": "none"
            },
            {
              "networkRequestTime": 1556.0629999637604,
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "transferSize": 0,
              "resourceType": "Ping",
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "finished": true,
              "rendererStartTime": 1556.0629999637604,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 1635.4379999637604
            },
            {
              "networkEndTime": 2053.8109999895096,
              "rendererStartTime": 1584.9349999427795,
              "resourceSize": 89,
              "cache": "none",
              "mimeType": "application/json",
              "finished": true,
              "transferSize": 332,
              "resourceType": "Fetch",
              "statusCode": 200,
              "entity": "StackAdapt",
              "url": "https://tags.srv.stackadapt.com/shopify/event?sync=true",
              "priority": "High",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 1585.4840000867844
            },
            {
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1592.7810000181198,
              "networkEndTime": 1738.9880000352859,
              "resourceSize": 12,
              "rendererStartTime": 1591.6110000610352,
              "cache": "none",
              "finished": true,
              "mimeType": "text/plain",
              "resourceType": "Document",
              "transferSize": 3104,
              "url": "https://shop.app/pay/hop?analytics_trace_id=0984a44c-b40f-4f36-9194-e10f41149a28&target_origin=https%3A%2F%2Fhellon.earth&client_handle=7ujbtx-bm.myshopify.com",
              "entity": "shop.app",
              "statusCode": 429
            },
            {
              "transferSize": 1584,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 1593.1779999732971,
              "resourceSize": 672,
              "cache": "none",
              "networkEndTime": 1619.3270000219345,
              "networkRequestTime": 1593.8860000371933,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "networkEndTime": 1621.2080000638962,
              "cache": "none",
              "resourceSize": 58100,
              "rendererStartTime": 1593.5950000286102,
              "finished": true,
              "mimeType": "text/javascript",
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 19096,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1594.2200000286102
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1594.319000005722,
              "networkEndTime": 1614.6259999275208,
              "cache": "none",
              "rendererStartTime": 1593.7289999723434,
              "resourceSize": 537,
              "finished": true,
              "mimeType": "text/javascript",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js",
              "entity": "Shopify",
              "resourceType": "Script",
              "transferSize": 1453
            },
            {
              "networkRequestTime": 1594.4049999713898,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 1659,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js",
              "networkEndTime": 1617.6160000562668,
              "rendererStartTime": 1593.9020000696182,
              "resourceSize": 1270,
              "cache": "none"
            },
            {
              "rendererStartTime": 1593.9889999628067,
              "resourceSize": 1428,
              "cache": "none",
              "networkEndTime": 1623.4659999608994,
              "transferSize": 1763,
              "resourceType": "Script",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
              "entity": "Shopify",
              "finished": true,
              "mimeType": "text/javascript",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1594.5979999303818
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1595.4409999847412,
              "networkEndTime": 1618.9859999418259,
              "resourceSize": 73770,
              "rendererStartTime": 1594.1180000305176,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 22224,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
              "entity": "Shopify",
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1595.7239999771118,
              "cache": "none",
              "rendererStartTime": 1594.2170000076294,
              "resourceSize": 11353,
              "networkEndTime": 1623.1349999904633,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
              "transferSize": 5585,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "cache": "none",
              "resourceSize": 451,
              "rendererStartTime": 1594.3430000543594,
              "networkEndTime": 1619.5870000123978,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 1446,
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1596.192999958992
            },
            {
              "networkRequestTime": 1596.4069999456406,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1382,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 360,
              "rendererStartTime": 1594.4809999465942,
              "networkEndTime": 1617.8630000352859
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "resourceType": "Script",
              "transferSize": 1652,
              "networkEndTime": 1621.517000079155,
              "cache": "none",
              "rendererStartTime": 1594.5910000801086,
              "resourceSize": 950,
              "networkRequestTime": 1596.49899995327,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1596.6219999790192,
              "networkEndTime": 1622.4340000152588,
              "rendererStartTime": 1594.6980000734329,
              "resourceSize": 9328,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 4100,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js"
            },
            {
              "resourceType": "Script",
              "transferSize": 12143,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
              "entity": "Shopify",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 30634,
              "rendererStartTime": 1594.835000038147,
              "cache": "none",
              "networkEndTime": 1622.1870000362396,
              "networkRequestTime": 1596.6829999685287,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 3885,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceSize": 6666,
              "rendererStartTime": 1594.9559999704361,
              "networkEndTime": 1622.6780000925064,
              "networkRequestTime": 1596.7439999580383,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1596.8359999656677,
              "networkEndTime": 1623.6180000305176,
              "rendererStartTime": 1595.0719999074936,
              "resourceSize": 1174,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 1782,
              "resourceType": "Script",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "entity": "Shopify"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 1546,
              "resourceType": "Script",
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 1629.7710000276566,
              "resourceSize": 606,
              "rendererStartTime": 1595.2129999399185,
              "cache": "none",
              "networkRequestTime": 1596.9010000228882,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "transferSize": 1615,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1595.3880000114441,
              "resourceSize": 692,
              "networkEndTime": 1618.2659999132156,
              "networkRequestTime": 1597.3430000543594,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 1307,
              "resourceType": "Script",
              "networkEndTime": 1622.5720000267029,
              "cache": "none",
              "resourceSize": 143,
              "rendererStartTime": 1595.6490000486374,
              "networkRequestTime": 1598.8090000152588,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1600.2189999818802,
              "resourceSize": 3583,
              "rendererStartTime": 1595.7860000133514,
              "cache": "none",
              "networkEndTime": 1625.9119999408722,
              "transferSize": 2615,
              "resourceType": "Script",
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1600.3680000305176,
              "rendererStartTime": 1595.9049999713898,
              "resourceSize": 243,
              "cache": "none",
              "networkEndTime": 1621.6400001049042,
              "resourceType": "Script",
              "transferSize": 1372,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js",
              "entity": "Shopify",
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1600.4510000944138,
              "rendererStartTime": 1596.00100004673,
              "resourceSize": 1234,
              "cache": "none",
              "networkEndTime": 1629.9379999637604,
              "transferSize": 1645,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
              "entity": "Shopify",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkEndTime": 1624.9420000314713,
              "cache": "none",
              "resourceSize": 3308,
              "rendererStartTime": 1596.1349999904633,
              "finished": true,
              "mimeType": "text/javascript",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
              "entity": "Shopify",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 2568,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1600.4950000047684
            },
            {
              "transferSize": 2319,
              "resourceType": "Script",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 2365,
              "rendererStartTime": 1596.2139999866486,
              "cache": "none",
              "networkEndTime": 1628.3099999427795,
              "networkRequestTime": 1600.5370000600815,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1600.5800000429153,
              "networkEndTime": 1624.1100000143051,
              "cache": "none",
              "resourceSize": 808,
              "rendererStartTime": 1596.3730000257492,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1590
            },
            {
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 1655,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceSize": 834,
              "rendererStartTime": 1596.5139999389648,
              "networkEndTime": 1623.7559999227524,
              "networkRequestTime": 1600.6200000047684,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "networkRequestTime": 1601.3530000448227,
              "sessionTargetType": "worker",
              "protocol": "h2",
              "priority": "VeryHigh",
              "transferSize": 3204,
              "resourceType": "Other",
              "statusCode": 200,
              "entity": "TikTok",
              "url": "https://analytics.tiktok.com/i18n/pixel/shopify.js?sdkid=D1EOFURC77U690M1AHJ0&lib=ttq",
              "finished": true,
              "mimeType": "application/javascript",
              "rendererStartTime": 1600.3669999837875,
              "resourceSize": 4575,
              "cache": "none",
              "networkEndTime": 1735.4620000123978
            },
            {
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1609.8439999818802,
              "cache": "none",
              "rendererStartTime": 1609.1280000209808,
              "resourceSize": 0,
              "networkEndTime": 1761.5149999856949,
              "statusCode": 302,
              "entity": "Google/Doubleclick Ads",
              "url": "https://googleads.g.doubleclick.net/pagead/id",
              "transferSize": 782,
              "mimeType": "text/html",
              "finished": true
            },
            {
              "transferSize": 749,
              "resourceType": "Script",
              "entity": "Google/Doubleclick Ads",
              "url": "https://static.doubleclick.net/instream/ad_status.js",
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript",
              "resourceSize": 29,
              "rendererStartTime": 1615.8509999513626,
              "cache": "none",
              "networkEndTime": 1622.8370000123978,
              "networkRequestTime": 1616.3460000753403,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "networkRequestTime": 1629.4490000009537,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "statusCode": 200,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "entity": "YouTube",
              "resourceType": "Script",
              "transferSize": 206701,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1623.4370000362396,
              "resourceSize": 699250,
              "networkEndTime": 1644.3980000019073
            },
            {
              "networkRequestTime": 1625.0379999876022,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "finished": true,
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "resourceType": "Ping",
              "transferSize": 0,
              "networkEndTime": 1783.8050000667572,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1625.0379999876022
            },
            {
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 1625.87600004673,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1625.87600004673,
              "networkEndTime": 1783.9450000524521,
              "url": "https://otlp-http-production.shopifysvc.com/v1/logs",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "transferSize": 0,
              "resourceType": "Ping",
              "finished": true
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 1630.1640000343323,
              "networkEndTime": 1630.6390000581741,
              "resourceSize": 0,
              "rendererStartTime": 1630.1640000343323,
              "cache": "none",
              "finished": true,
              "resourceType": "Preflight",
              "transferSize": 0,
              "entity": "Shopify",
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "statusCode": -1
            },
            {
              "statusCode": -1,
              "url": "https://otlp-http-production.shopifysvc.com/v1/logs",
              "entity": "Shopify",
              "transferSize": 0,
              "resourceType": "Preflight",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1630.5090000629425,
              "resourceSize": 0,
              "networkEndTime": 1630.914999961853,
              "networkRequestTime": 1630.5090000629425,
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "networkEndTime": 1654.0950000286102,
              "cache": "none",
              "rendererStartTime": 1632.8680000305176,
              "resourceSize": 63600,
              "finished": true,
              "mimeType": "font/woff2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2",
              "entity": "Shopify",
              "transferSize": 65099,
              "resourceType": "Font",
              "priority": "VeryHigh",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1633.4570000171661
            },
            {
              "networkRequestTime": 1655.5859999656677,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "priority": "Low",
              "resourceType": "Script",
              "transferSize": 12699,
              "url": "https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js",
              "entity": "Bugsnag",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "finished": true,
              "mimeType": "application/javascript",
              "resourceSize": 44011,
              "rendererStartTime": 1654.864000082016,
              "cache": "none",
              "networkEndTime": 1767.3600000143051
            },
            {
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1657.305999994278,
              "networkEndTime": 1912.194000005722,
              "url": "https://hellon.earth/shopify_pay/accelerated_checkout",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2263,
              "resourceType": "Fetch",
              "mimeType": "text/html",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1657.8370000123978
            },
            {
              "cache": "none",
              "rendererStartTime": 1736.4969999790192,
              "resourceSize": 129026,
              "networkEndTime": 1756.4190000295639,
              "statusCode": 200,
              "url": "https://analytics.tiktok.com/i18n/pixel/static/shopify.ZjFmMTI5Mi4wLjAuNDk1.js",
              "entity": "TikTok",
              "resourceType": "Other",
              "transferSize": 42473,
              "finished": true,
              "mimeType": "application/javascript",
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "VeryHigh",
              "networkRequestTime": 1737.2330000400543
            },
            {
              "networkRequestTime": 1720.3830000162125,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/html",
              "finished": true,
              "url": "https://www.youtube.com/api/stats/qoe?cpn=fK8wtXNFrHD1lxIA&el=embedded&ns=yt&fexp=v1%2C24004644%2C27058999%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C69796%2C30906%2C2877%2C12228%2C25059%2C4174%2C30447%2C18705%2C21437%2C4571%2C5239%2C7777%2C1190%2C14236%2C661%2C9404%2C23826%2C9500%2C1840%2C45716%2C7916%2C5243%2C453%2C30487%2C5022%2C9970%2C10619%2C4199%2C459%2C29655%2C9181%2C15416%2C82%2C4405%2C12969%2C4%2C12582%2C7524%2C6033%2C1168%2C372%2C7758%2C16452%2C173%2C8868%2C3475%2C5353%2C1900%2C7967%2C1595%2C928%2C2248%2C115%2C158%2C8116%2C3693%2C6572%2C5019%2C1460%2C753%2C22970%2C2%2C3970%2C1406%2C2208%2C446%2C5906%2C1729%2C1311%2C666%2C9%2C610%2C285%2C653%2C2%2C2422%2C5469%2C1295%2C3189%2C3098%2C1832%2C2632%2C8813%2C7315%2C317%2C8609%2C281&cl=948052483&seq=1&event=streamingstats&docid=VHdDk8V5Eo0&cbrand=motorola&cbr=Chrome%20Mobile&cbrver=136.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260720.01.00-canary_experiment_2.20260717.01.00&cplayer=UNIPLAYER&cmodel=moto%20g%20power%20(2022)&cos=Android&cosver=11&cplatform=MOBILE&vps=0.000:N,0.012:ER&ctmp=dttg:t.0;dtt.0;gl.0&cmt=0.012:0.000,0.012:0.000&error=0.012:html5.missingapi::0.000:nocodecs.1;a6s.0&vis=0.012:0&bh=0.012:0.000&qclc=ChBmSzh3dFhORnJIRDFseElBEAE",
              "entity": "YouTube",
              "statusCode": 204,
              "resourceType": "Fetch",
              "transferSize": 497,
              "networkEndTime": 1883.8040000200272,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 1719.6210000514984
            },
            {
              "networkRequestTime": 1763.8420000076294,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "entity": "Google/Doubleclick Ads",
              "url": "https://googleads.g.doubleclick.net/pagead/id?slf_rd=1",
              "statusCode": 200,
              "transferSize": 877,
              "resourceType": "XHR",
              "finished": true,
              "mimeType": "application/json",
              "cache": "none",
              "resourceSize": 100,
              "rendererStartTime": 1761.5149999856949,
              "networkEndTime": 1771.9520000219345
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 1774.8600000143051,
              "networkEndTime": 1804.8900001049042,
              "cache": "none",
              "rendererStartTime": 1774.8600000143051,
              "resourceSize": 0,
              "finished": true,
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "transferSize": 0,
              "resourceType": "Ping"
            },
            {
              "networkEndTime": 1912.8710000514984,
              "resourceSize": 0,
              "rendererStartTime": 1899.4119999408722,
              "cache": "none",
              "finished": true,
              "resourceType": "Ping",
              "transferSize": 0,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 1899.4119999408722
            },
            {
              "networkRequestTime": 2053.4230000972748,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "mimeType": "text/plain",
              "experimentalFromMainFrame": true,
              "statusCode": 400,
              "entity": "Shopify",
              "url": "https://monorail-edge.shopifysvc.com/v1/produce",
              "resourceType": "Fetch",
              "transferSize": 1320,
              "networkEndTime": 2197.6120001077652,
              "cache": "none",
              "rendererStartTime": 1903.2400000095367,
              "resourceSize": 162
            },
            {
              "cache": "none",
              "rendererStartTime": 1904.6330000162125,
              "resourceSize": 0,
              "networkEndTime": 2052.9700000286102,
              "statusCode": 200,
              "entity": "Shopify",
              "url": "https://monorail-edge.shopifysvc.com/v1/produce",
              "resourceType": "Preflight",
              "transferSize": 1008,
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 1904.1369999647141
            },
            {
              "cache": "none",
              "resourceSize": 15,
              "rendererStartTime": 1914.1080000400543,
              "networkEndTime": 2278.9539999961853,
              "url": "https://t.vibe.co/pixel/s?aid=euSNvQ&cid=&gid=&eid=ff7ab794-2085-4db5-aa38-c9bb1cd08629&v=3&url=https%3A%2F%2Fhellon.earth%2F&ifr=0&ref=&ts=1784561758101&sr=412x823&vp=412x823&trk=trkid&t=xhr&a=page_view&ed=",
              "entity": "vibe.co",
              "statusCode": 200,
              "resourceType": "Fetch",
              "transferSize": 223,
              "mimeType": "application/json",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "High",
              "networkRequestTime": 1914.6620000600815
            },
            {
              "rendererStartTime": 1914.7350000143051,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 2279.4229999780655,
              "transferSize": 175,
              "resourceType": "Fetch",
              "statusCode": 200,
              "url": "https://t.vibe.co/shopify/event?aid=euSNvQ&cid=&gid=&eid=108fbbf0-3e30-4912-a2b7-8092ccc11e65&v=3&url=https%3A%2F%2Fhellon.earth%2F&ifr=0&ref=&ts=1784561758102&sr=412x823&vp=412x823&trk=trkid&t=xhr&a=page_viewed&ed=%7B%7D",
              "entity": "vibe.co",
              "finished": true,
              "sessionTargetType": "worker",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 1915.779000043869
            },
            {
              "networkEndTime": 2067.0230000019073,
              "cache": "none",
              "rendererStartTime": 1922.9679999351501,
              "resourceSize": 0,
              "finished": true,
              "statusCode": 200,
              "url": "https://analytics.tiktok.com/api/v2/shopify_pixel",
              "entity": "TikTok",
              "resourceType": "Fetch",
              "transferSize": 1370,
              "priority": "High",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 1923.8769999742508
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "worker",
              "networkRequestTime": 1924.6410000324249,
              "networkEndTime": 2537.7699999809265,
              "cache": "none",
              "rendererStartTime": 1924.0709999799728,
              "resourceSize": 0,
              "finished": true,
              "statusCode": 200,
              "url": "https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6",
              "entity": "tiktokw.us",
              "resourceType": "Fetch",
              "transferSize": 1195
            },
            {
              "networkEndTime": 1947.6430000066757,
              "rendererStartTime": 1924.2500001192093,
              "resourceSize": 40533,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 14764,
              "resourceType": "Script",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/fender_analytics.f04cbabb6f4337a1a032.js?cb=2",
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1925.0400000810623
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "networkRequestTime": 1925.3510000705719,
              "cache": "none",
              "resourceSize": 993,
              "rendererStartTime": 1924.5190000534058,
              "networkEndTime": 1936.0440000295639,
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/static.11af62fb4e32ef9947e4.js?cb=2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 1389,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkRequestTime": 1925.4580000638962,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low",
              "transferSize": 5060,
              "resourceType": "Script",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~server_side_cookies~reviews~telemetry~customerHubRoot~contentBlocks~embeddedIntegrationBlocks~favorites~faq~.94f857182c5ddf891ee0.js?cb=2",
              "entity": "Klaviyo",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 12742,
              "rendererStartTime": 1924.7109999656677,
              "cache": "none",
              "networkEndTime": 1936.4180001020432
            },
            {
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/runtime.26913a3f4155240ebe2e.js?cb=2",
              "resourceType": "Script",
              "transferSize": 9240,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 1924.8809999227524,
              "resourceSize": 21827,
              "networkEndTime": 1937.2000000476837,
              "networkRequestTime": 1925.6009999513626,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "networkRequestTime": 1925.652999997139,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "resourceType": "Script",
              "transferSize": 24461,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/sharedUtils.d3fdd020791d28570af7.js?cb=2",
              "entity": "Klaviyo",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 1925.069000005722,
              "resourceSize": 69403,
              "cache": "none",
              "networkEndTime": 1937.5670000314713
            },
            {
              "networkRequestTime": 1925.7749999761581,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-triggering-v2~.84f06bbcdc5310b095cd.js?cb=2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 3872,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 8121,
              "rendererStartTime": 1925.2519999742508,
              "networkEndTime": 1937.0060000419617
            },
            {
              "networkRequestTime": 1925.875,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "finished": true,
              "mimeType": "text/javascript",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.cb17e1c10db346b210dc.js?cb=2",
              "entity": "Klaviyo",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 11235,
              "resourceType": "Script",
              "networkEndTime": 1938.2099999189377,
              "cache": "none",
              "resourceSize": 29317,
              "rendererStartTime": 1925.4169999361038
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 1926.1300001144409,
              "networkEndTime": 1937.8339999914169,
              "resourceSize": 12653,
              "rendererStartTime": 1925.5789999961853,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 5043,
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~in_app_forms~signup_forms.a899b049d575de74ade1.js?cb=2",
              "entity": "Klaviyo",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~in_app_forms~signup_forms.79af70ca3fbf28c99eb4.js?cb=2",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 12731,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 34632,
              "rendererStartTime": 1925.7480000257492,
              "networkEndTime": 1938.3939999341965,
              "networkRequestTime": 1926.2709999084473,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "resourceType": "Script",
              "transferSize": 1480,
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/signup_forms.1827f3087206af47b094.js?cb=2",
              "entity": "Klaviyo",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 1134,
              "rendererStartTime": 1925.8980000019073,
              "cache": "none",
              "networkEndTime": 1937.9529999494553,
              "networkRequestTime": 1926.4060000181198,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/post_identification_sync.968f0a1bbd6d33eb9c36.js?cb=2",
              "entity": "Klaviyo",
              "resourceType": "Script",
              "transferSize": 2740,
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "rendererStartTime": 1926.1009999513626,
              "resourceSize": 4039,
              "networkEndTime": 1936.6650000810623,
              "networkRequestTime": 1926.5120000839233,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 1926.7530000209808,
              "cache": "none",
              "rendererStartTime": 1926.3079999685287,
              "resourceSize": 293,
              "networkEndTime": 1938.0550000667572,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/event_adapter.f4a04fcdb8e205893e28.js?cb=2",
              "resourceType": "Script",
              "transferSize": 1045,
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 1927.7820000648499,
              "networkEndTime": 1939.4390000104904,
              "cache": "none",
              "rendererStartTime": 1926.4960000514984,
              "resourceSize": 15485,
              "mimeType": "text/javascript",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/telemetry.5f4af760c1426f838ca5.js?cb=2",
              "transferSize": 6536,
              "resourceType": "Script"
            },
            {
              "resourceType": "Script",
              "transferSize": 151526,
              "entity": "Google Tag Manager",
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922&cx=c&gtm=4e67f0",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "application/javascript",
              "finished": true,
              "resourceSize": 444830,
              "rendererStartTime": 2009.4119999408722,
              "cache": "none",
              "networkEndTime": 2031.7580000162125,
              "networkRequestTime": 2010.1100000143051,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "networkEndTime": 2046.6500000953674,
              "rendererStartTime": 2019.4559999704361,
              "resourceSize": 431503,
              "cache": "none",
              "mimeType": "application/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 149540,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS&cx=c&gtm=4e67f0",
              "entity": "Google Tag Manager",
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2020.0920000076294
            },
            {
              "mimeType": "text/plain",
              "finished": true,
              "transferSize": 796,
              "resourceType": "Fetch",
              "experimentalFromMainFrame": true,
              "statusCode": 204,
              "entity": "merchant-center-analytics.goog",
              "url": "https://www.merchant-center-analytics.goog/mc/collect?v=2&tid=MC-Q1D5EDF209&gtm=45Pe67f0v9224021362za200zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~118395335~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2029",
              "networkEndTime": 2057.3249999284744,
              "rendererStartTime": 2029.7840000391006,
              "resourceSize": 0,
              "cache": "none",
              "networkRequestTime": 2030.8289999961853,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "statusCode": 204,
              "experimentalFromMainFrame": true,
              "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-DKRWELLJJW&gtm=45Pe67f0v9224021362za200zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&ngs=1&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938468~118395335~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2045",
              "entity": "Google Analytics",
              "resourceType": "Fetch",
              "transferSize": 796,
              "finished": true,
              "mimeType": "text/plain",
              "cache": "none",
              "rendererStartTime": 2045.4700000286102,
              "resourceSize": 0,
              "networkEndTime": 2060.808000087738,
              "networkRequestTime": 2046.4060000181198,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "networkEndTime": 2093.9450000524521,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2049.220999956131,
              "finished": true,
              "entity": "Shopify",
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "statusCode": 204,
              "resourceType": "Preflight",
              "transferSize": 348,
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2049.1490000486374
            },
            {
              "resourceSize": 21,
              "rendererStartTime": 2048.4049999713898,
              "cache": "none",
              "networkEndTime": 3007.0089999437332,
              "transferSize": 303,
              "resourceType": "Fetch",
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "application/json",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 2094.3099999427795
            },
            {
              "networkRequestTime": 2049.3609999418259,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "finished": true,
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "transferSize": 0,
              "resourceType": "Ping",
              "networkEndTime": 2056.6190000772476,
              "cache": "none",
              "rendererStartTime": 2049.3609999418259,
              "resourceSize": 0
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "networkRequestTime": 2141.0280001163483,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2139.6859999895096,
              "networkEndTime": 2225.8099999427795,
              "url": "https://ad.doubleclick.net/ccm/s/collect?auid=1309856054.1784561758&gtm=45be67f0za200zb9224021362zd9224021362xec",
              "entity": "Google/Doubleclick Ads",
              "experimentalFromMainFrame": true,
              "statusCode": 204,
              "resourceType": "Fetch",
              "transferSize": 532,
              "mimeType": "text/html",
              "finished": true
            },
            {
              "networkRequestTime": 2174.2569999694824,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "application/json",
              "finished": true,
              "resourceType": "Fetch",
              "transferSize": 1970,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://www.googleadservices.com/pagead/conversion/17303140922/?random=1784561758347&cv=11&fst=1784561758347&fmt=7&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oid=1948209522.1784561758&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5",
              "entity": "Google/Doubleclick Ads",
              "networkEndTime": 2188.305999994278,
              "rendererStartTime": 2173.3799999952316,
              "resourceSize": 3596,
              "cache": "none"
            },
            {
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2181.163999915123,
              "networkEndTime": 2291.3220000267029,
              "rendererStartTime": 2180.3009999990463,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/plain",
              "finished": true,
              "transferSize": 552,
              "resourceType": "Fetch",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Other Google APIs/SDKs",
              "url": "https://www.google.com/ccm/collect?rcb=10&frm=0&auid=1309856054.1784561758&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&en=page_view&dl=https%3A%2F%2Fhellon.earth%2F&scrsrc=www.googletagmanager.com&rnd=728894655.1784561758&navt=n&npa=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&_tu=AAI&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&apve=1&apvf=f&apvc=1&tids=AW-17303140922&tid=AW-17303140922&tft=1784561758367&tfd=2180&fmt=8"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 2181.7979999780655,
              "rendererStartTime": 2180.7819999456406,
              "resourceSize": 35,
              "cache": "none",
              "networkEndTime": 2186.7350000143051,
              "resourceType": "Image",
              "transferSize": 866,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://www.googleadservices.com/ccm/conversion/17303140922/?random=1784561758347&cv=11&fst=1784561758347&fmt=3&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oid=1948209522.1784561758&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&em=tv.1&emd=tvd.1",
              "entity": "Google/Doubleclick Ads",
              "mimeType": "image/gif",
              "finished": true
            },
            {
              "networkEndTime": 2227.7549999952316,
              "rendererStartTime": 2184.7599999904633,
              "resourceSize": 0,
              "cache": "none",
              "finished": true,
              "transferSize": 0,
              "resourceType": "Ping",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 2184.7599999904633
            },
            {
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "High",
              "networkRequestTime": 2184.9259999990463,
              "rendererStartTime": 2183.8339999914169,
              "resourceSize": 43,
              "cache": "none",
              "networkEndTime": 2302.1680001020432,
              "transferSize": 1222,
              "resourceType": "Fetch",
              "statusCode": 200,
              "entity": "StackAdapt",
              "url": "https://tags.srv.stackadapt.com/conv?tip=hGr8ciEMjHF9cJRPyv1QdzNzyAsVFnZYPpFGb2YMyx30vxYCHIJcrXZjOcMT--or&url=https%3A%2F%2Fhellon.earth%2F",
              "mimeType": "image/gif",
              "finished": true
            },
            {
              "protocol": "h2",
              "sessionTargetType": "worker",
              "priority": "High",
              "networkRequestTime": 2185.7860000133514,
              "cache": "none",
              "rendererStartTime": 2184.6300001144409,
              "resourceSize": 0,
              "networkEndTime": 2522.5030000209808,
              "statusCode": 200,
              "entity": "StackAdapt",
              "url": "https://tags.srv.stackadapt.com/shopify/event?tip=hGr8ciEMjHF9cJRPyv1QdzNzyAsVFnZYPpFGb2YMyx30vxYCHIJcrXZjOcMT--or&pixelId=8yj4H2n0a8O5QDLgnivNQb&shopId=gid://shopify/Shop/64115769479",
              "resourceType": "Fetch",
              "transferSize": 70,
              "finished": true
            },
            {
              "networkEndTime": 2305.0340000391006,
              "resourceSize": 0,
              "rendererStartTime": 2185.9290000200272,
              "cache": "none",
              "finished": true,
              "resourceType": "Fetch",
              "transferSize": 159,
              "entity": "StackAdapt",
              "url": "https://tags.srv.stackadapt.com/ifr_ts?sa-source=shopify-integration&s=0",
              "statusCode": 204,
              "priority": "High",
              "sessionTargetType": "worker",
              "protocol": "h2",
              "networkRequestTime": 2187.9340000152588
            },
            {
              "networkRequestTime": 2215.914999961853,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "font/woff2",
              "finished": true,
              "resourceType": "Font",
              "transferSize": 65986,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2",
              "entity": "Shopify",
              "networkEndTime": 2242.2610000371933,
              "rendererStartTime": 2215.2550001144409,
              "resourceSize": 64484,
              "cache": "none"
            },
            {
              "networkRequestTime": 2216.0119999647141,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryHigh",
              "resourceType": "Font",
              "transferSize": 65954,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "font/woff2",
              "finished": true,
              "resourceSize": 64452,
              "rendererStartTime": 2215.5319999456406,
              "cache": "none",
              "networkEndTime": 2236.8799999952316
            },
            {
              "networkRequestTime": 2273.5660001039505,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 1317,
              "resourceType": "Fetch",
              "url": "https://monorail-edge.shopifysvc.com/v1/produce",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": 400,
              "finished": true,
              "mimeType": "text/plain",
              "resourceSize": 162,
              "rendererStartTime": 2272.5250000953674,
              "cache": "none",
              "networkEndTime": 2401.4470000267029
            },
            {
              "networkRequestTime": 2274.5499999523163,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/plain",
              "finished": true,
              "resourceType": "Fetch",
              "transferSize": 1317,
              "statusCode": 400,
              "experimentalFromMainFrame": true,
              "url": "https://monorail-edge.shopifysvc.com/v1/produce",
              "entity": "Shopify",
              "networkEndTime": 2405.642000079155,
              "rendererStartTime": 2273.5329999923706,
              "resourceSize": 162,
              "cache": "none"
            },
            {
              "statusCode": 400,
              "experimentalFromMainFrame": true,
              "url": "https://monorail-edge.shopifysvc.com/v1/produce",
              "entity": "Shopify",
              "resourceType": "Fetch",
              "transferSize": 1320,
              "mimeType": "text/plain",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 2274.2660000324249,
              "resourceSize": 162,
              "networkEndTime": 2415.027999997139,
              "networkRequestTime": 2275.2380000352859,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "networkEndTime": 2350.9939999580383,
              "rendererStartTime": 2292.2890000343323,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/html",
              "finished": true,
              "transferSize": 2628,
              "experimentalFromMainFrame": true,
              "statusCode": 302,
              "url": "https://googleads.g.doubleclick.net/pagead/viewthroughconversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA",
              "entity": "Google/Doubleclick Ads",
              "priority": "High",
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "networkRequestTime": 2293.1920000314713
            },
            {
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "transferSize": 0,
              "resourceType": "Ping",
              "finished": true,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2294.767000079155,
              "networkEndTime": 2349.9110000133514,
              "networkRequestTime": 2294.767000079155,
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "transferSize": 2567,
              "experimentalFromMainFrame": true,
              "statusCode": 302,
              "entity": "Other Google APIs/SDKs",
              "url": "https://www.google.com/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421",
              "finished": true,
              "mimeType": "text/html",
              "rendererStartTime": 2350.9939999580383,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 2402.2910000085831,
              "networkRequestTime": 2306.5130000114441,
              "protocol": "http/1.1",
              "sessionTargetType": "page",
              "priority": "High"
            },
            {
              "networkRequestTime": 2395.4359999895096,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "entity": "Google Analytics",
              "url": "https://www.google-analytics.com/g/collect?v=2&tid=G-JE0FHS5FLS&gtm=45je67f0v9106165910za200zb9224021362zd9224021362&_p=1784561757490&gcs=G111&gcd=13t3t3t3t5l1&npa=0&dma=0&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&are=1&cid=713732348.1784561758&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&frm=0&ngs=1&pscdl=noapi&rcb=10&sr=412x823&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930&dp=%2F&dt=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&dl=https%3A%2F%2Fhellon.earth%2F&sid=1784561758&sct=1&seg=0&_tu=AAI&en=page_view&_fv=1&_ss=1&_ee=1&edid=dNzYwYj&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&tfd=2394",
              "statusCode": 204,
              "experimentalFromMainFrame": true,
              "resourceType": "Fetch",
              "transferSize": 796,
              "mimeType": "text/plain",
              "finished": true,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2394.4559999704361,
              "networkEndTime": 2405.3589999675751
            },
            {
              "url": "https://hellon.earth/.well-known/shopify/monorail/unstable/produce_batch",
              "entity": "hellon.earth",
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "resourceType": "Ping",
              "transferSize": 0,
              "finished": true,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2400.3309999704361,
              "networkEndTime": 2404.3669999837875,
              "networkRequestTime": 2400.3309999704361,
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2325.5069999694824,
              "networkEndTime": 2405.6349999904633,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2402.2910000085831,
              "finished": true,
              "mimeType": "text/html",
              "entity": "Other Google APIs/SDKs",
              "url": "https://www.google.de/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421&ipr=y&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 592,
              "resourceType": "Fetch"
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 2488.8100000619888,
              "networkEndTime": 2922.9620000123978,
              "cache": "none",
              "rendererStartTime": 2487.6569999456406,
              "resourceSize": 271471,
              "mimeType": "application/x-javascript",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Facebook",
              "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173",
              "transferSize": 70147,
              "resourceType": "Script"
            },
            {
              "networkRequestTime": 2505.1299999952316,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "finished": true,
              "entity": "Bugsnag",
              "url": "https://sessions.bugsnag.com/",
              "statusCode": 200,
              "resourceType": "Preflight",
              "transferSize": 408,
              "networkEndTime": 2685.7410000562668,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 2504.9420000314713
            },
            {
              "networkEndTime": 2879.0190000534058,
              "cache": "none",
              "resourceSize": 21,
              "rendererStartTime": 2504.3799999952316,
              "mimeType": "application/json",
              "finished": true,
              "url": "https://sessions.bugsnag.com/",
              "entity": "Bugsnag",
              "experimentalFromMainFrame": true,
              "statusCode": 202,
              "resourceType": "XHR",
              "transferSize": 230,
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 2685.9839999675751
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2529.4630000591278,
              "networkEndTime": 2540.4830000400543,
              "rendererStartTime": 2528.7549999952316,
              "resourceSize": 5101,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 3000,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/vendors~Render~ClientStore~~~onsite-back-in-stock.7d7b5b811b79d6bdfaae.js",
              "entity": "Klaviyo"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Klaviyo",
              "url": "https://static.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/1011.09afdf7495dac2a28513.js",
              "transferSize": 9190,
              "resourceType": "Script",
              "networkEndTime": 2540.7539999485016,
              "cache": "none",
              "rendererStartTime": 2529.6109999418259,
              "resourceSize": 27559,
              "networkRequestTime": 2530.3300000429153,
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "networkRequestTime": 2545.2669999599457,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "transferSize": 1712,
              "resourceType": "XHR",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=UXPKqX",
              "entity": "Klaviyo",
              "finished": true,
              "mimeType": "application/json",
              "rendererStartTime": 2544.5640000104904,
              "resourceSize": 778,
              "cache": "none",
              "networkEndTime": 2649.3569999933243
            },
            {
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 2559.7680000066757,
              "networkEndTime": 2593.25100004673,
              "resourceSize": 22602,
              "rendererStartTime": 2559.0059999227524,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 8419,
              "url": "https://hellon.earth/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "resourceType": "XHR",
              "transferSize": 1017,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Klaviyo",
              "url": "https://a.klaviyo.com/forms/api/v3/geo-ip",
              "finished": true,
              "mimeType": "application/json",
              "rendererStartTime": 2653.9559999704361,
              "resourceSize": 43,
              "cache": "none",
              "networkEndTime": 2805.4390000104904,
              "networkRequestTime": 2654.6200001239777,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High"
            },
            {
              "mimeType": "text/css",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Google Fonts",
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
              "transferSize": 76260,
              "resourceType": "Stylesheet",
              "networkEndTime": 2706.8410000801086,
              "cache": "none",
              "rendererStartTime": 2657.5390000343323,
              "resourceSize": 316021,
              "networkRequestTime": 2658.0379999876022,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "High",
              "networkRequestTime": 2662.8329999446869,
              "cache": "none",
              "rendererStartTime": 2661.1460000276566,
              "resourceSize": 19965,
              "networkEndTime": 2673.989000082016,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Klaviyo",
              "url": "https://static-forms.klaviyo.com/forms/api/v7/UXPKqX/full-forms",
              "transferSize": 4929,
              "resourceType": "XHR",
              "finished": true,
              "mimeType": "application/json"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Script",
              "transferSize": 4917,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~~onsite-back-in-stock.d095d93e14859373a01c.js",
              "entity": "Klaviyo",
              "networkEndTime": 2692.5910000801086,
              "rendererStartTime": 2680.808000087738,
              "resourceSize": 14249,
              "cache": "none",
              "networkRequestTime": 2681.5049999952316,
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low",
              "networkRequestTime": 2682.2979999780655,
              "cache": "none",
              "resourceSize": 9651,
              "rendererStartTime": 2681.7369999885559,
              "networkEndTime": 2694.1770000457764,
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.fac9f0fe88ebdf394a34.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Script",
              "transferSize": 4069,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 2682.9399999380112,
              "networkEndTime": 2695.836000084877,
              "resourceSize": 78710,
              "rendererStartTime": 2682.3140000104904,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 21571,
              "resourceType": "Script",
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/default~Render~ClientStore~.ff36974a6d9ba25774ff.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/ClientStore.1a19d19620aad17658a9.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 3735,
              "resourceType": "Script",
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 8897,
              "rendererStartTime": 2682.90600001812,
              "networkEndTime": 2694.5759999752045,
              "networkRequestTime": 2684.0260000228882,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Klaviyo",
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/onsite-triggering-v2.de197ba28ed1011bed81.js",
              "transferSize": 7910,
              "resourceType": "Script",
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "rendererStartTime": 2712.885999917984,
              "resourceSize": 22358,
              "networkEndTime": 2724.9509999752045,
              "networkRequestTime": 2713.7469999790192,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "Low"
            },
            {
              "mimeType": "font/woff2",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "Google Fonts",
              "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlC0OI6T_N7luYtEw.woff2",
              "transferSize": 10535,
              "resourceType": "Font",
              "networkEndTime": 2738.7439999580383,
              "cache": "none",
              "rendererStartTime": 2734.6510000228882,
              "resourceSize": 9724,
              "networkRequestTime": 2735.2529999017715,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkEndTime": 2745.6080000400543,
              "cache": "none",
              "rendererStartTime": 2735.4229999780655,
              "resourceSize": 9644,
              "finished": true,
              "mimeType": "font/woff2",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "Google Fonts",
              "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlCmOQ6T_N7luYtEw.woff2",
              "resourceType": "Font",
              "transferSize": 10455,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 2735.7929999828339
            },
            {
              "networkRequestTime": 2741.4130001068115,
              "priority": "VeryHigh",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "font/woff2",
              "finished": true,
              "resourceType": "Font",
              "transferSize": 49244,
              "entity": "Google Fonts",
              "url": "https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 2744.7440000772476,
              "resourceSize": 48432,
              "rendererStartTime": 2740.78100001812,
              "cache": "none"
            },
            {
              "entity": "Other Google APIs/SDKs",
              "url": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js",
              "statusCode": 200,
              "resourceType": "Script",
              "transferSize": 24572,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "resourceSize": 62300,
              "rendererStartTime": 2789.0800000429153,
              "networkEndTime": 2794.0149999856949,
              "networkRequestTime": 2789.7230000495911,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "Low"
            },
            {
              "entity": "Facebook",
              "url": "https://www.facebook.com/tr/",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "transferSize": 0,
              "resourceType": "Ping",
              "finished": true,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3003.8680000305176,
              "networkEndTime": 3031.4160000085831,
              "networkRequestTime": 3003.8680000305176,
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "priority": "Low",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 3007.5609999895096,
              "networkEndTime": 3187.4919999837875,
              "resourceSize": 8565,
              "rendererStartTime": 3006.8769999742508,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Script",
              "transferSize": 3493,
              "entity": "Shopify",
              "url": "https://cdn.shopify.com/s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js?v=1752247893&shop=7ujbtx-bm.myshopify.com",
              "experimentalFromMainFrame": true,
              "statusCode": 200
            },
            {
              "networkEndTime": 3097.7469999790192,
              "cache": "none",
              "resourceSize": 21,
              "rendererStartTime": 3051.7739999294281,
              "mimeType": "application/json",
              "finished": true,
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 303,
              "resourceType": "Fetch",
              "priority": "High",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 3054.4359999895096
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/polyfills.C7jITNoQ.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 19086,
              "resourceType": "Other",
              "networkEndTime": 3078.7080000638962,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3052.8700000047684,
              "networkRequestTime": 3054.5380001068115,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 3108.1840000152588,
              "resourceSize": 0,
              "rendererStartTime": 3106.1119999885559,
              "cache": "none",
              "networkEndTime": 3136.4939999580383,
              "resourceType": "Other",
              "transferSize": 5760,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/app.Dyy22ipq.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "networkRequestTime": 3145.5830000638962,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 46457,
              "resourceType": "Other",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/esnext-vendor.a_XaC4HL.js",
              "entity": "hellon.earth",
              "networkEndTime": 3183.7819999456406,
              "rendererStartTime": 3144.7619999647141,
              "resourceSize": 0,
              "cache": "none"
            },
            {
              "priority": "Low",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 3186.5499999523163,
              "networkEndTime": 3189.2369999885559,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3185.6210000514984,
              "finished": true,
              "mimeType": "text/plain",
              "entity": "YouTube",
              "url": "https://www.youtube.com/generate_204?dmmm_Q",
              "statusCode": 204,
              "resourceType": "Image",
              "transferSize": 152
            },
            {
              "networkRequestTime": 3204.7580000162125,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/context-browser.D437MbUA.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Other",
              "transferSize": 66592,
              "networkEndTime": 3230.2740000486374,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3203.4529999494553
            },
            {
              "priority": "High",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 3257.3260000944138,
              "networkEndTime": 3261.6069999933243,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3257.1380000114441,
              "finished": true,
              "mimeType": "text/html",
              "entity": "Other Google APIs/SDKs",
              "url": "https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT",
              "statusCode": 200,
              "transferSize": 546,
              "resourceType": "Preflight"
            },
            {
              "networkRequestTime": 3261.9179999828339,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "High",
              "url": "https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT",
              "entity": "Other Google APIs/SDKs",
              "statusCode": 200,
              "resourceType": "XHR",
              "transferSize": 661,
              "mimeType": "application/json+protobuf",
              "finished": true,
              "cache": "none",
              "resourceSize": 106,
              "rendererStartTime": 3256.595999956131,
              "networkEndTime": 3271.9959999322891
            },
            {
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3258.3240000009537,
              "networkEndTime": 3294.2280000448227,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/useShopPayExternalAppContext.C-Iw67BE.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Other",
              "transferSize": 107304,
              "finished": true,
              "mimeType": "text/javascript",
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 3258.9129999876022
            },
            {
              "networkEndTime": 3332.5049999952316,
              "resourceSize": 0,
              "rendererStartTime": 3307.4199999570847,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 2890,
              "resourceType": "Other",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/addresses-mailing-address.G7cqzrO6.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 3308.0909999608994
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 3341.5160000324249,
              "networkEndTime": 3365.7769999504089,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3340.7420001029968,
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/Title.C_Yvyftj.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Other",
              "transferSize": 2791
            },
            {
              "networkEndTime": 3402.569000005722,
              "rendererStartTime": 3374.0180000066757,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 2323,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayCheckoutGqlVersion.CKznM0N1.js",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 3374.6280000209808
            },
            {
              "resourceType": "Other",
              "transferSize": 2099,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/utils-shopId.C4pbg2T0.js",
              "entity": "hellon.earth",
              "finished": true,
              "mimeType": "text/javascript",
              "rendererStartTime": 3407.4099999666214,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 3437.1740000247955,
              "networkRequestTime": 3408.1219999790192,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow"
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 3441.0200001001358,
              "networkEndTime": 3467.3379999399185,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3440.4220000505447,
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/payment-methods-filterAvailableMethods.DVgHJKd8.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2046,
              "resourceType": "Other"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-normalizeBuyerDetails.Da8_tkCh.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "resourceType": "Other",
              "transferSize": 2400,
              "networkEndTime": 3498.183000087738,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 3474.0099999904633,
              "networkRequestTime": 3474.8040000200272,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2"
            },
            {
              "resourceSize": 0,
              "rendererStartTime": 3507.3500000238419,
              "cache": "none",
              "networkEndTime": 3535.9140000343323,
              "transferSize": 4510,
              "resourceType": "Other",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/graphql-UserPrivacySettingsSetMutation.D3asDelq.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 3507.9739999771118
            },
            {
              "networkRequestTime": 3511.5049999952316,
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "resourceType": "Ping",
              "transferSize": 0,
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "experimentalFromMainFrame": true,
              "statusCode": -1,
              "finished": true,
              "resourceSize": 0,
              "rendererStartTime": 3511.5049999952316,
              "cache": "none",
              "networkEndTime": 3512.7660000324249
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "networkRequestTime": 3512.3690000772476,
              "networkEndTime": 3512.5740000009537,
              "resourceSize": 0,
              "rendererStartTime": 3512.3690000772476,
              "cache": "none",
              "finished": true,
              "resourceType": "Preflight",
              "transferSize": 0,
              "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
              "entity": "Shopify",
              "statusCode": -1
            },
            {
              "networkRequestTime": 3541.442999958992,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/utils-getCommonShopPayExternalTelemetryAttributes.BUL-X4rW.js",
              "entity": "hellon.earth",
              "transferSize": 2301,
              "resourceType": "Other",
              "networkEndTime": 3566.3720000982285,
              "cache": "none",
              "rendererStartTime": 3540.6069999933243,
              "resourceSize": 0
            },
            {
              "networkRequestTime": 3575.0069999694824,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/extensions-rpc.C1QJxTa1.js",
              "entity": "hellon.earth",
              "transferSize": 3829,
              "resourceType": "Other",
              "networkEndTime": 3600.3519999980927,
              "cache": "none",
              "rendererStartTime": 3574.1150000095367,
              "resourceSize": 0
            },
            {
              "rendererStartTime": 3607.4869999885559,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 3638.9470000267029,
              "resourceType": "Other",
              "transferSize": 2237,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUnauthenticatedErrorModal.DnxI-G0K.js",
              "mimeType": "text/javascript",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 3608.2020000219345
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "transferSize": 211015,
              "resourceType": "Other",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hydrate.B3iUOdvs.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 3698.4510000944138,
              "resourceSize": 0,
              "rendererStartTime": 3657.3569999933243,
              "cache": "none",
              "networkRequestTime": 3658.0870000123978,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 26818,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/locale-en.CwVOIXbB.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "networkEndTime": 3737.432000041008,
              "resourceSize": 0,
              "rendererStartTime": 3707.5640000104904,
              "cache": "none",
              "networkRequestTime": 3708.28300011158,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "resourceType": "Other",
              "transferSize": 72389,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/page-OnePage.C8FAAvto.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 0,
              "rendererStartTime": 3740.4129999876022,
              "cache": "none",
              "networkEndTime": 3771.0280001163483,
              "networkRequestTime": 3741.0369999408722,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow"
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 3774.5720000267029,
              "resourceSize": 0,
              "rendererStartTime": 3773.8220000267029,
              "cache": "none",
              "networkEndTime": 3804.5019999742508,
              "transferSize": 18021,
              "resourceType": "Other",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useWalletsTimeout.nW2JS4eW.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "networkRequestTime": 3808.0419999361038,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/MarketsProDisclaimer.BQYvO9fA.js",
              "entity": "hellon.earth",
              "resourceType": "Other",
              "transferSize": 2908,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 3807.3380000591278,
              "resourceSize": 0,
              "networkEndTime": 3965.6089999675751
            },
            {
              "networkEndTime": 4000.652999997139,
              "rendererStartTime": 3974.2720000743866,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 2673,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/remember-me-hooks.BUq8fVEr.js",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 3974.9480000734329
            },
            {
              "networkRequestTime": 4008.1050000190735,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "transferSize": 2525,
              "resourceType": "Other",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/color-contrast-colorContrast.BENZdk0C.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 4007.319000005722,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 4032.5659999847412
            },
            {
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 4041.4510000944138,
              "networkEndTime": 4065.8549998998642,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4040.7300000190735,
              "mimeType": "text/javascript",
              "finished": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useHasOrdersFromMultipleShops.BjPQcEkb.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Other",
              "transferSize": 2085
            },
            {
              "networkEndTime": 4096.1550000905991,
              "rendererStartTime": 4074.0429999828339,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 2354,
              "resourceType": "Other",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/OffsitePaymentFailed.C-nILne-.js",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 4074.7200000286102
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/NoAddressLocationFullDetour.r4OCGiZ-.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Other",
              "transferSize": 2426,
              "networkEndTime": 4131.9250000715256,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4108.1480000019073,
              "networkRequestTime": 4108.9490000009537,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "transferSize": 32239,
              "resourceType": "Other",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/components-DeliveryTransition.CGc-40UP.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "mimeType": "text/javascript",
              "finished": true,
              "resourceSize": 0,
              "rendererStartTime": 4140.7980000972748,
              "cache": "none",
              "networkEndTime": 4169.3730000257492,
              "networkRequestTime": 4141.6100000143051,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow"
            },
            {
              "networkRequestTime": 4174.6000000238419,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useGeneralPaymentErrorMessage.BlPgn80s.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 2565,
              "resourceType": "Other",
              "finished": true,
              "mimeType": "text/javascript",
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4173.9800000190735,
              "networkEndTime": 4213.9759999513626
            },
            {
              "resourceSize": 0,
              "rendererStartTime": 4224.0600000619888,
              "cache": "none",
              "networkEndTime": 4251.4850000143051,
              "transferSize": 3470,
              "resourceType": "Other",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/ChangeCompanyLocationLink.098V-dHs.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "mimeType": "text/javascript",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 4225.0260000228882
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 2124,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useStableHostMethodsReferences.BZTEr9U9.js",
              "networkEndTime": 4442.1040000915527,
              "rendererStartTime": 4257.3240000009537,
              "resourceSize": 0,
              "cache": "none",
              "networkRequestTime": 4257.9840000867844,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "rendererStartTime": 4457.3170000314713,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 4485.2439999580383,
              "transferSize": 2477,
              "resourceType": "Other",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useSandboxTelemetry.CcgKD_T_.js",
              "mimeType": "text/javascript",
              "finished": true,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 4458.1640000343323
            },
            {
              "rendererStartTime": 4490.6679999828339,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 4672.56299996376,
              "transferSize": 18232,
              "resourceType": "Other",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressForm.CrKm6MRP.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 4491.3159999847412
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 4691.40499997139,
              "networkEndTime": 4725.12399995327,
              "resourceSize": 0,
              "rendererStartTime": 4690.6680001020432,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 3922,
              "resourceType": "Other",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/PhoneField.BxJV8mgc.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 4742.3500000238419,
              "networkEndTime": 4912.6590000391006,
              "resourceSize": 0,
              "rendererStartTime": 4740.68799996376,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 2483,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useFormattedPhoneNumber.DqDcXYkU.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true
            },
            {
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4924.067999958992,
              "networkEndTime": 4951.5049999952316,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/EmptyState.C14S-v3t.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2311,
              "resourceType": "Other",
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 4924.8280000686646
            },
            {
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 4957.9019999504089,
              "networkEndTime": 4983.5460000038147,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4957.1900000572205,
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/Choice.DB7ZJpXw.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 5182,
              "resourceType": "Other"
            },
            {
              "networkRequestTime": 4991.43700003624,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/Checkbox.CKgT6RzQ.js",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 2418,
              "resourceType": "Other",
              "networkEndTime": 5014.6000000238419,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 4990.6430000066757
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 5024.7540000677109,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 5023.9809999465942,
              "networkEndTime": 5050.7879999876022,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePostPurchase.DfPNXxI3.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "transferSize": 2799,
              "resourceType": "Other",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 5058.5499999523163,
              "networkEndTime": 5219.9170000553131,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 5057.4639999866486,
              "finished": true,
              "mimeType": "text/javascript",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/Interaction-tracker.DNfRuDET.js",
              "entity": "hellon.earth",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "resourceType": "Other",
              "transferSize": 2627
            },
            {
              "networkRequestTime": 5224.6660000085831,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "mimeType": "text/javascript",
              "finished": true,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useCanChangeCompanyLocation.B8ajJ4If.js",
              "entity": "hellon.earth",
              "resourceType": "Other",
              "transferSize": 2229,
              "networkEndTime": 5245.2749999761581,
              "cache": "none",
              "rendererStartTime": 5223.93900001049,
              "resourceSize": 0
            },
            {
              "cache": "none",
              "rendererStartTime": 5257.3799999952316,
              "resourceSize": 0,
              "networkEndTime": 5290.8510000705719,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useForceShopPayUrl.B45Ql6vC.js",
              "transferSize": 2889,
              "resourceType": "Other",
              "finished": true,
              "mimeType": "text/javascript",
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 5258.2120000123978
            },
            {
              "networkRequestTime": 5308.0520000457764,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "transferSize": 3791,
              "resourceType": "Other",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo.DnKgRY1d.js",
              "mimeType": "text/javascript",
              "finished": true,
              "rendererStartTime": 5307.3600000143051,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 5336.3589999675751
            },
            {
              "networkEndTime": 5365.8040000200272,
              "rendererStartTime": 5340.5329999923706,
              "resourceSize": 0,
              "cache": "none",
              "mimeType": "text/javascript",
              "finished": true,
              "resourceType": "Other",
              "transferSize": 4706,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/AutocompleteField-hooks.edFPJ3VF.js",
              "entity": "hellon.earth",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 5341.1490000486374
            },
            {
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 2270,
              "resourceType": "Other",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/PendingShipping.DgRX08n7.js",
              "entity": "hellon.earth",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "networkEndTime": 5399.5700000524521,
              "resourceSize": 0,
              "rendererStartTime": 5374.2760000228882,
              "cache": "none",
              "networkRequestTime": 5374.9259999990463,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 5408.2960000038147,
              "rendererStartTime": 5407.402999997139,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 5435.6790000200272,
              "resourceType": "Other",
              "transferSize": 2514,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/ImpressionEventCapture.BuGpnAlc.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "networkRequestTime": 5441.3860000371933,
              "networkEndTime": 5469.6030000448227,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 5440.5420000553131,
              "finished": true,
              "mimeType": "text/javascript",
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/StoreCreditRedemption-StoreCreditRedemptionErrorBanner.BxJhiQDC.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 51478,
              "resourceType": "Other"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Other",
              "transferSize": 3003,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/PaymentIcon.DXMlN58j.js",
              "networkEndTime": 5502.3339999914169,
              "rendererStartTime": 5473.8600000143051,
              "resourceSize": 0,
              "cache": "none",
              "networkRequestTime": 5474.527999997139,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "networkRequestTime": 5507.9729999303818,
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/shop-cash-context.7QVAx-ON.js",
              "resourceType": "Other",
              "transferSize": 2099,
              "mimeType": "text/javascript",
              "finished": true,
              "cache": "none",
              "rendererStartTime": 5507.164999961853,
              "resourceSize": 0,
              "networkEndTime": 5530.9300000667572
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 5541.1789999008179,
              "cache": "none",
              "rendererStartTime": 5540.56099998951,
              "resourceSize": 0,
              "networkEndTime": 5567.1510000228882,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/PaymentLine.DBmqEDx_.js",
              "entity": "hellon.earth",
              "resourceType": "Other",
              "transferSize": 8674,
              "finished": true,
              "mimeType": "text/javascript"
            },
            {
              "networkRequestTime": 5574.7580000162125,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayProgressIntercepts.CtLFpugN.js",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "transferSize": 2701,
              "resourceType": "Other",
              "networkEndTime": 5608.56200003624,
              "cache": "none",
              "resourceSize": 0,
              "rendererStartTime": 5573.9629999399185
            },
            {
              "protocol": "h2",
              "sessionTargetType": "page",
              "priority": "VeryLow",
              "networkRequestTime": 5624.68799996376,
              "rendererStartTime": 5624.0039999485016,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 5658.7710000276566,
              "transferSize": 3119,
              "resourceType": "Other",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/billing-address-hooks.C3c9FiXS.js",
              "mimeType": "text/javascript",
              "finished": true
            },
            {
              "networkEndTime": 5701.6440000534058,
              "rendererStartTime": 5674,
              "resourceSize": 0,
              "cache": "none",
              "finished": true,
              "mimeType": "text/javascript",
              "resourceType": "Other",
              "transferSize": 2786,
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShowShopPayOptin.DZGJ4tc2.js",
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page",
              "networkRequestTime": 5674.8040000200272
            },
            {
              "rendererStartTime": 5707.2420001029968,
              "resourceSize": 0,
              "cache": "none",
              "networkEndTime": 5733.2239999771118,
              "resourceType": "Other",
              "transferSize": 3484,
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUpdateCheckoutAddress.Bxk9pSZy.js",
              "entity": "hellon.earth",
              "mimeType": "text/javascript",
              "finished": true,
              "sessionTargetType": "page",
              "protocol": "h2",
              "priority": "VeryLow",
              "networkRequestTime": 5708.2970000505447
            },
            {
              "networkRequestTime": 5741.3839999437332,
              "priority": "VeryLow",
              "sessionTargetType": "page",
              "protocol": "h2",
              "mimeType": "text/javascript",
              "finished": true,
              "transferSize": 2192,
              "resourceType": "Other",
              "experimentalFromMainFrame": true,
              "statusCode": 200,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/Section.YB4d3R1W.js",
              "networkEndTime": 5766.0319999456406,
              "rendererStartTime": 5740.7180000543594,
              "resourceSize": 0,
              "cache": "none"
            },
            {
              "finished": true,
              "mimeType": "text/javascript",
              "statusCode": 200,
              "experimentalFromMainFrame": true,
              "entity": "hellon.earth",
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/useShopPaySessionTokenStorage.BLvMna4H.js",
              "resourceType": "Other",
              "transferSize": 6430,
              "networkEndTime": 5799.4539999961853,
              "cache": "none",
              "rendererStartTime": 5773.9259999990463,
              "resourceSize": 0,
              "networkRequestTime": 5774.7840000391006,
              "priority": "VeryLow",
              "protocol": "h2",
              "sessionTargetType": "page"
            },
            {
              "priority": "High",
              "resourceSize": 0,
              "rendererStartTime": 5791.9420000314713,
              "sessionTargetType": "page",
              "cache": "none",
              "finished": false,
              "transferSize": 0,
              "resourceType": "XHR",
              "url": "https://www.youtube.com/youtubei/v1/log_event?alt=json",
              "entity": "YouTube",
              "networkRequestTime": 5791.9420000314713,
              "statusCode": -1
            },
            {
              "finished": false,
              "resourceType": "Other",
              "transferSize": 0,
              "statusCode": -1,
              "experimentalFromMainFrame": true,
              "url": "https://hellon.earth/cdn/shopifycloud/checkout-web/assets/c1/hooks-useOnePageFormSubmit.BHYNMsXz.js",
              "entity": "hellon.earth",
              "rendererStartTime": 5807.4530000686646,
              "resourceSize": 0,
              "cache": "none",
              "networkRequestTime": 5807.4530000686646,
              "priority": "VeryLow",
              "sessionTargetType": "page"
            }
          ],
          "debugData": {
            "type": "debugdata",
            "initiators": [
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 112,
                "lineNumber": 37
              },
              {
                "columnNumber": 108,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 38
              },
              {
                "lineNumber": 39,
                "columnNumber": 111,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 40,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 120
              },
              {
                "columnNumber": 120,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 41
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 109,
                "lineNumber": 42
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 73,
                "lineNumber": 50
              },
              {
                "lineNumber": 52,
                "columnNumber": 133,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 84,
                "columnNumber": 136,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 130,
                "lineNumber": 91
              },
              {
                "lineNumber": 126,
                "type": "parser",
                "columnNumber": 249,
                "url": "https://hellon.earth/"
              },
              {
                "type": "parser",
                "columnNumber": 2751,
                "url": "https://hellon.earth/",
                "lineNumber": 127
              },
              {
                "lineNumber": 128,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 328
              },
              {
                "type": "parser",
                "columnNumber": 158,
                "url": "https://hellon.earth/",
                "lineNumber": 162
              },
              {
                "columnNumber": 110,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 1543
              },
              {
                "lineNumber": 1544,
                "columnNumber": 117,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 406,
                "lineNumber": 1550
              },
              {
                "columnNumber": 118,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 1551
              },
              {
                "lineNumber": 1553,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 160
              },
              {
                "columnNumber": 109,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 1565
              },
              {
                "lineNumber": 1677,
                "columnNumber": 95,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 1897,
                "columnNumber": 1,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 260,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 1910
              },
              {
                "lineNumber": 1929,
                "columnNumber": 256,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 1929,
                "columnNumber": 419,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 118,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 1989
              },
              {
                "lineNumber": 2343,
                "type": "parser",
                "columnNumber": 270,
                "url": "https://hellon.earth/"
              },
              {
                "columnNumber": 108,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 2344
              },
              {
                "lineNumber": 2466,
                "columnNumber": 982,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 458,
                "lineNumber": 2476
              },
              {
                "type": "parser",
                "columnNumber": 157,
                "url": "https://hellon.earth/",
                "lineNumber": 2478
              },
              {
                "lineNumber": 2480,
                "type": "parser",
                "columnNumber": 112,
                "url": "https://hellon.earth/"
              },
              {
                "lineNumber": 3466,
                "columnNumber": 286,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 113,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 3467
              },
              {
                "type": "parser",
                "columnNumber": 273,
                "url": "https://hellon.earth/",
                "lineNumber": 4393
              },
              {
                "type": "parser",
                "columnNumber": 264,
                "url": "https://hellon.earth/",
                "lineNumber": 4480
              },
              {
                "lineNumber": 4480,
                "columnNumber": 415,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 4480,
                "columnNumber": 567,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 721,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 4480
              },
              {
                "lineNumber": 4480,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 875
              },
              {
                "lineNumber": 4480,
                "columnNumber": 981,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 377,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 4555
              },
              {
                "lineNumber": 4997,
                "columnNumber": 145,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 124,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 5256
              },
              {
                "lineNumber": 5257,
                "columnNumber": 122,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 5257,
                "columnNumber": 235,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 5342,
                "columnNumber": 130,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 140,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 5448
              },
              {
                "lineNumber": 0,
                "columnNumber": 6,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "type": "script",
                "columnNumber": 62,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 99,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 140,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 179,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "columnNumber": 230,
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 272,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 310,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 356,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "columnNumber": 395
              },
              {
                "columnNumber": 434,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 469,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "columnNumber": 507,
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 545,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "columnNumber": 585,
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 627,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 676,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 719,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 776,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 1539,
                "columnNumber": 7,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "columnNumber": 43,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 450,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 505,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "columnNumber": 541,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "columnNumber": 579,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 619,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 704,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 744,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "type": "script",
                "columnNumber": 785,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js"
              },
              {
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 831,
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 870,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 914
              },
              {
                "lineNumber": 0,
                "columnNumber": 953,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24,
                "lineNumber": 3265
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24,
                "lineNumber": 3265
              },
              {
                "lineNumber": 3265,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24,
                "lineNumber": 3265
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24,
                "lineNumber": 3265
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "type": "parser",
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "lineNumber": 3265
              },
              {
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 3265
              },
              {
                "type": "parser",
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "lineNumber": 3265
              },
              {
                "lineNumber": 3265,
                "columnNumber": 24,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 3265,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 24
              },
              {
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 71,
                "lineNumber": 3461
              },
              {
                "lineNumber": 4480,
                "columnNumber": 567,
                "url": "https://hellon.earth/",
                "type": "parser"
              },
              {
                "lineNumber": 4480,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 567
              },
              {
                "columnNumber": 567,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 4480
              },
              {
                "columnNumber": 567,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 4480
              },
              {
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "type": "preflight"
              },
              {
                "url": "https://hellon.earth/",
                "type": "other"
              },
              {
                "url": "https://hellon.earth/",
                "type": "other"
              },
              {
                "url": "https://hellon.earth/",
                "type": "other"
              },
              {
                "url": "https://hellon.earth/",
                "type": "other"
              },
              {
                "url": "https://hellon.earth/",
                "type": "other"
              },
              {
                "columnNumber": 10151,
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "type": "parser",
                "lineNumber": 0
              },
              {
                "columnNumber": 10338,
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "type": "parser",
                "lineNumber": 0
              },
              {
                "columnNumber": 10471,
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "type": "parser",
                "lineNumber": 10
              },
              {
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "type": "parser",
                "columnNumber": 10601,
                "lineNumber": 10
              },
              {
                "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
                "type": "parser"
              },
              {
                "lineNumber": 0,
                "columnNumber": 10038,
                "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
                "type": "parser"
              },
              {
                "lineNumber": 0,
                "columnNumber": 43,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "columnNumber": 455,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "columnNumber": 877,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 934,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 983,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "type": "script",
                "columnNumber": 1063,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 1113,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 1206,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 1301,
                "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 6,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 43,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 93
              },
              {
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 134,
                "lineNumber": 0
              },
              {
                "columnNumber": 173,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 215,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 253
              },
              {
                "lineNumber": 0,
                "columnNumber": 299,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 338,
                "lineNumber": 0
              },
              {
                "type": "script",
                "columnNumber": 377,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "lineNumber": 0
              },
              {
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 412,
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "type": "script",
                "columnNumber": 450,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js"
              },
              {
                "columnNumber": 505,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 541,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 579
              },
              {
                "lineNumber": 0,
                "type": "script",
                "columnNumber": 619,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js"
              },
              {
                "columnNumber": 666,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "columnNumber": 704,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "type": "script",
                "columnNumber": 744,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "columnNumber": 785
              },
              {
                "lineNumber": 0,
                "columnNumber": 831,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "lineNumber": 0,
                "columnNumber": 870,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "columnNumber": 914,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script",
                "lineNumber": 0
              },
              {
                "lineNumber": 0,
                "columnNumber": 953,
                "url": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                "type": "script"
              },
              {
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "type": "preflight"
              },
              {
                "url": "https://otlp-http-production.shopifysvc.com/v1/logs",
                "type": "preflight"
              },
              {
                "lineNumber": 5451,
                "type": "parser",
                "columnNumber": 1,
                "url": "https://hellon.earth/"
              },
              {
                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                "type": "preflight"
              },
              {
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "type": "preflight"
              },
              {
                "lineNumber": 5451,
                "url": "https://hellon.earth/",
                "type": "parser",
                "columnNumber": 1
              },
              {
                "columnNumber": 1,
                "url": "https://hellon.earth/",
                "type": "parser",
                "lineNumber": 5451
              },
              {
                "url": "https://sessions.bugsnag.com/",
                "type": "preflight"
              },
              {
                "lineNumber": 0,
                "columnNumber": 0,
                "url": "about:client",
                "type": "parser"
              },
              {
                "type": "parser",
                "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap"
              },
              {
                "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
                "type": "parser"
              },
              {
                "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
                "type": "parser"
              },
              {
                "url": "https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT",
                "type": "preflight"
              },
              {
                "url": "https://otlp-http-production.shopifysvc.com/v1/metrics",
                "type": "preflight"
              }
            ],
            "networkStartTimeTs": 838938217987
          },
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "text",
              "key": "protocol",
              "label": "Protocol"
            },
            {
              "label": "Network Request Time",
              "key": "networkRequestTime",
              "valueType": "ms",
              "granularity": 1
            },
            {
              "label": "Network End Time",
              "key": "networkEndTime",
              "valueType": "ms",
              "granularity": 1
            },
            {
              "label": "Transfer Size",
              "valueType": "bytes",
              "key": "transferSize",
              "granularity": 1,
              "displayUnit": "kb"
            },
            {
              "key": "resourceSize",
              "granularity": 1,
              "displayUnit": "kb",
              "label": "Resource Size",
              "valueType": "bytes"
            },
            {
              "valueType": "text",
              "key": "statusCode",
              "label": "Status Code"
            },
            {
              "valueType": "text",
              "key": "mimeType",
              "label": "MIME Type"
            },
            {
              "valueType": "text",
              "label": "Resource Type",
              "key": "resourceType"
            }
          ]
        }
      },
      "meta-description": {
        "id": "meta-description",
        "title": "Document has a meta description",
        "description": "Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description](https://developer.chrome.com/docs/lighthouse/seo/meta-description/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "html-lang-valid": {
        "id": "html-lang-valid",
        "title": "`\u003chtml\u003e` element has a valid value for its `[lang]` attribute",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-lang-valid).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "valueType": "node"
            }
          ]
        }
      },
      "list": {
        "id": "list",
        "title": "Lists contain only `\u003cli\u003e` elements and script supporting elements (`\u003cscript\u003e` and `\u003ctemplate\u003e`).",
        "description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.12/list).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "inp-breakdown-insight": {
        "id": "inp-breakdown-insight",
        "title": "INP breakdown",
        "description": "Start investigating [how to improve INP](https://developer.chrome.com/docs/performance/insights/inp-breakdown) by looking at the longest subpart.",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "deprecations": {
        "id": "deprecations",
        "title": "Uses deprecated APIs",
        "description": "Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "1 warning found",
        "details": {
          "headings": [
            {
              "label": "Deprecation / Warning",
              "key": "value",
              "valueType": "text"
            },
            {
              "key": "source",
              "label": "Source",
              "valueType": "source-location"
            }
          ],
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "text": "Check the feature status page for more details.",
                    "url": "https://chromestatus.com/feature/6320639375966208",
                    "type": "link"
                  }
                ],
                "type": "subitems"
              },
              "source": {
                "type": "source-location",
                "line": 0,
                "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
                "column": 73691,
                "urlProvider": "network"
              },
              "value": "Attribution Reporting is deprecated and will be removed. See https://goo.gle/ps-status for details."
            }
          ],
          "type": "table"
        }
      },
      "bypass": {
        "id": "bypass",
        "title": "The page contains a heading, skip link, or landmark region",
        "description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.12/bypass).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "layout-shifts": {
        "id": "layout-shifts",
        "title": "Avoid large layout shifts",
        "description": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "5 layout shifts found",
        "metricSavings": {
          "CLS": 0.012
        },
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "key": "extra"
              },
              "key": "node",
              "label": "Element"
            },
            {
              "key": "score",
              "granularity": 0.001,
              "subItemsHeading": {
                "valueType": "text",
                "key": "cause"
              },
              "label": "Layout shift score",
              "valueType": "numeric"
            }
          ],
          "items": [
            {
              "score": 0.0083889505547396648,
              "node": {
                "selector": "div.slideshow__content-wrapper \u003e div.slideshow__content-group \u003e h2.slideshow__title-content \u003e span",
                "snippet": "\u003cspan\u003e",
                "boundingRect": {
                  "bottom": 348,
                  "left": 87,
                  "right": 325,
                  "height": 163,
                  "width": 238,
                  "top": 186
                },
                "path": "1,HTML,1,BODY,7,MAIN,0,SECTION,4,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2,0,SPAN",
                "type": "node",
                "nodeLabel": "Protect your face from an angry planet.",
                "lhId": "page-7-SPAN"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "extra": {
                      "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR94z5ZnPydRjlCCwlKa8cvYtF2vA.woff2",
                      "type": "url"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "value": "https://fonts.gstatic.com/s/cactusclassicalserif/v15/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJudCFF2qr-A.woff2",
                      "type": "url"
                    }
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
                    }
                  }
                ],
                "type": "subitems"
              },
              "score": 0.003183800980355634,
              "node": {
                "lhId": "page-7-SPAN",
                "snippet": "\u003cspan\u003e",
                "selector": "div.slideshow__content-wrapper \u003e div.slideshow__content-group \u003e h2.slideshow__title-content \u003e span",
                "boundingRect": {
                  "right": 325,
                  "left": 87,
                  "bottom": 348,
                  "top": 186,
                  "height": 163,
                  "width": 238
                },
                "path": "1,HTML,1,BODY,7,MAIN,0,SECTION,4,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2,0,SPAN",
                "type": "node",
                "nodeLabel": "Protect your face from an angry planet."
              }
            },
            {
              "node": {
                "type": "node",
                "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV",
                "boundingRect": {
                  "top": 0,
                  "height": 34,
                  "width": 326,
                  "right": 369,
                  "bottom": 34,
                  "left": 43
                },
                "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text",
                "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                "lhId": "page-6-DIV"
              },
              "score": 0.00059705469206880522
            },
            {
              "node": {
                "lhId": "page-6-DIV",
                "boundingRect": {
                  "height": 34,
                  "width": 326,
                  "top": 0,
                  "bottom": 34,
                  "left": 43,
                  "right": 369
                },
                "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text",
                "type": "node",
                "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV"
              },
              "score": 0.0001697695450291491,
              "subItems": {
                "items": [
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://hellon.earth/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://hellon.earth/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2"
                    }
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlC0OI6T_N7luYtEw.woff2"
                    },
                    "cause": "Web font loaded"
                  },
                  {
                    "cause": "Web font loaded",
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlCmOQ6T_N7luYtEw.woff2"
                    }
                  },
                  {
                    "extra": {
                      "type": "url",
                      "value": "https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2"
                    },
                    "cause": "Web font loaded"
                  }
                ],
                "type": "subitems"
              },
              "node": {
                "boundingRect": {
                  "width": 326,
                  "height": 34,
                  "top": 0,
                  "bottom": 34,
                  "left": 43,
                  "right": 369
                },
                "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text",
                "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                "type": "node",
                "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV",
                "lhId": "page-6-DIV"
              },
              "score": 0.00014942263326535589
            }
          ],
          "type": "table"
        }
      },
      "aria-progressbar-name": {
        "id": "aria-progressbar-name",
        "title": "ARIA `progressbar` elements have accessible names",
        "description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.12/aria-progressbar-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "dom-size-insight": {
        "id": "dom-size-insight",
        "title": "Optimize DOM size",
        "description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/performance/insights/dom-size).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "INP": 0
        },
        "details": {
          "items": [
            {
              "value": {
                "granularity": 1,
                "type": "numeric",
                "value": 1054
              },
              "statistic": "Total elements"
            },
            {
              "value": {
                "value": 19,
                "granularity": 1,
                "type": "numeric"
              },
              "node": {
                "type": "node",
                "nodeLabel": "div.button__icons \u003e span.button__icon \u003e svg \u003e path",
                "path": "1,HTML,1,BODY,3,DIV,4,STICKY-HEADER,0,HEADER,0,DIV,0,HEADER-DRAWER,0,DETAILS,1,DIV,0,DIV,1,DIV,0,DIV,1,DIV,1,DIV,1,A,0,DIV,1,DIV,0,SPAN,0,svg,0,path",
                "boundingRect": {
                  "bottom": 760,
                  "left": 114,
                  "right": 123,
                  "height": 9,
                  "width": 9,
                  "top": 750
                },
                "snippet": "\u003cpath d=\"M1.5 10.5011L10.2421 1.75789M2.46394 1.05078H10.9492V9.53606\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"square\"\u003e",
                "selector": "div.button__icons \u003e span.button__icon \u003e svg \u003e path",
                "lhId": "page-15-path"
              },
              "statistic": "DOM depth"
            },
            {
              "statistic": "Most children",
              "node": {
                "path": "1,HTML,1,BODY",
                "type": "node",
                "nodeLabel": "body.template-index",
                "snippet": "\u003cbody class=\"template-index klaviyo-prevent-body-scrolling\" style=\"\"\u003e",
                "selector": "body.template-index",
                "boundingRect": {
                  "right": 412,
                  "bottom": 4393,
                  "left": 0,
                  "top": 0,
                  "height": 4393,
                  "width": 412
                },
                "lhId": "page-14-BODY"
              },
              "value": {
                "value": 23,
                "granularity": 1,
                "type": "numeric"
              }
            }
          ],
          "type": "table",
          "debugData": {
            "maxDepth": 19,
            "maxChildren": 23,
            "totalElements": 1054,
            "type": "debugdata"
          },
          "headings": [
            {
              "label": "Statistic",
              "key": "statistic",
              "valueType": "text"
            },
            {
              "key": "node",
              "label": "Element",
              "valueType": "node"
            },
            {
              "key": "value",
              "label": "Value",
              "valueType": "numeric"
            }
          ]
        },
        "numericValue": 1054,
        "numericUnit": "element"
      },
      "heading-order": {
        "id": "heading-order",
        "title": "Heading elements appear in a sequentially-descending order",
        "description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.12/heading-order).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "aria-allowed-role": {
        "id": "aria-allowed-role",
        "title": "Uses ARIA roles only on compatible elements",
        "description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-allowed-role).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "total-blocking-time": {
        "id": "total-blocking-time",
        "title": "Total Blocking Time",
        "description": "Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).",
        "score": 0.76,
        "scoreDisplayMode": "numeric",
        "displayValue": "320 ms",
        "numericValue": 321,
        "numericUnit": "millisecond"
      },
      "valid-lang": {
        "id": "valid-lang",
        "title": "`[lang]` attributes have a valid value",
        "description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/valid-lang).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "third-party-cookies": {
        "id": "third-party-cookies",
        "title": "Uses third-party cookies",
        "description": "Third-party cookies may be blocked in some contexts. [Learn more about preparing for third-party cookie restrictions](https://privacysandbox.google.com/cookies/prepare/overview).",
        "score": 0,
        "scoreDisplayMode": "binary",
        "displayValue": "5 cookies found",
        "details": {
          "type": "table",
          "items": [
            {
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
              "name": "__Secure-YNID"
            },
            {
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
              "name": "YSC"
            },
            {
              "name": "VISITOR_INFO1_LIVE",
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG"
            },
            {
              "name": "VISITOR_PRIVACY_METADATA",
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG"
            },
            {
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
              "name": "__Secure-ROLLOUT_TOKEN"
            }
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "Name",
              "key": "name"
            },
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            }
          ]
        }
      },
      "video-caption": {
        "id": "video-caption",
        "title": "`\u003cvideo\u003e` elements contain a `\u003ctrack\u003e` element with `[kind=\"captions\"]`",
        "description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.12/video-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "structured-data": {
        "id": "structured-data",
        "title": "Structured data is valid",
        "description": "Run the [Structured Data Testing Tool](https://developers.google.com/search/docs/appearance/structured-data/) to validate structured data. [Learn more about Structured Data](https://developer.chrome.com/docs/lighthouse/seo/structured-data/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "aria-command-name": {
        "id": "aria-command-name",
        "title": "`button`, `link`, and `menuitem` elements have accessible names",
        "description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.12/aria-command-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "html-has-lang": {
        "id": "html-has-lang",
        "title": "`\u003chtml\u003e` element has a `[lang]` attribute",
        "description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-has-lang).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node"
            }
          ]
        }
      },
      "network-rtt": {
        "id": "network-rtt",
        "title": "Network Round Trip Times",
        "description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "10 ms",
        "details": {
          "sortedBy": [
            "rtt"
          ],
          "headings": [
            {
              "valueType": "text",
              "label": "URL",
              "key": "origin"
            },
            {
              "key": "rtt",
              "label": "Time Spent",
              "granularity": 1,
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "rtt": 5.79093,
              "origin": "https://sessions.bugsnag.com"
            },
            {
              "rtt": 5.0296049999999992,
              "origin": "https://d2wy8f7a9ursnm.cloudfront.net"
            },
            {
              "origin": "https://analytics-ipv6.tiktokw.us",
              "rtt": 4.5908850000000028
            },
            {
              "origin": "https://shop.app",
              "rtt": 4.3860899999999958
            },
            {
              "rtt": 3.8363400000000012,
              "origin": "https://monorail-edge.shopifysvc.com"
            },
            {
              "rtt": 3.4927499999999996,
              "origin": "https://tags.srv.stackadapt.com"
            },
            {
              "origin": "https://analytics.tiktok.com",
              "rtt": 3.01644
            },
            {
              "rtt": 2.732174999999998,
              "origin": "https://t.vibe.co"
            },
            {
              "origin": "https://static.klaviyo.com",
              "rtt": 1.87596
            },
            {
              "origin": "https://otlp-http-production.shopifysvc.com",
              "rtt": 1.29927
            },
            {
              "rtt": 1.1310974999999999,
              "origin": "https://a.klaviyo.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://cdn.shopify.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://fonts.gstatic.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://googleads.g.doubleclick.net"
            },
            {
              "origin": "https://static.doubleclick.net",
              "rtt": 0.89999999999999991
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.merchant-center-analytics.goog"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google-analytics.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://ad.doubleclick.net"
            },
            {
              "origin": "https://www.googleadservices.com",
              "rtt": 0.89999999999999991
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google.com"
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://www.google.de"
            },
            {
              "origin": "https://fast.a.klaviyo.com",
              "rtt": 0.89999999999999991
            },
            {
              "rtt": 0.89999999999999991,
              "origin": "https://static-forms.klaviyo.com"
            },
            {
              "origin": "https://jnn-pa.googleapis.com",
              "rtt": 0.89999999999999991
            },
            {
              "origin": "https://static-tracking.klaviyo.com",
              "rtt": 0.035342573057171839
            },
            {
              "origin": "https://hellon.earth",
              "rtt": 0.0011148715330504158
            },
            {
              "rtt": 0.00088954791045848375,
              "origin": "https://www.youtube.com"
            },
            {
              "rtt": 0.00084541176999973348,
              "origin": "https://fonts.googleapis.com"
            },
            {
              "rtt": 0.00071787494998632015,
              "origin": "https://connect.facebook.net"
            },
            {
              "rtt": 0.00052900955386647557,
              "origin": "https://www.googletagmanager.com"
            }
          ],
          "type": "table"
        },
        "numericValue": 5.79093,
        "numericUnit": "millisecond"
      },
      "table-fake-caption": {
        "id": "table-fake-caption",
        "title": "Tables use `\u003ccaption\u003e` instead of cells with the `[colspan]` attribute to indicate a caption.",
        "description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.12/table-fake-caption).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "bootup-time": {
        "id": "bootup-time",
        "title": "Reduce JavaScript execution time",
        "description": "Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to reduce Javascript execution time](https://developer.chrome.com/docs/lighthouse/performance/bootup-time/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "1.4 s",
        "metricSavings": {
          "TBT": 350
        },
        "details": {
          "headings": [
            {
              "label": "URL",
              "key": "url",
              "valueType": "url"
            },
            {
              "granularity": 1,
              "valueType": "ms",
              "key": "total",
              "label": "Total CPU Time"
            },
            {
              "key": "scripting",
              "label": "Script Evaluation",
              "granularity": 1,
              "valueType": "ms"
            },
            {
              "label": "Script Parse",
              "key": "scriptParseCompile",
              "valueType": "ms",
              "granularity": 1
            }
          ],
          "type": "table",
          "summary": {
            "wastedMs": 1353.3035999999993
          },
          "sortedBy": [
            "total"
          ],
          "items": [
            {
              "total": 295.88399999999996,
              "scriptParseCompile": 6.616799999999996,
              "scripting": 37.195200000000007,
              "url": "https://hellon.earth/"
            },
            {
              "total": 282.51839999999567,
              "scriptParseCompile": 0,
              "url": "Unattributable",
              "scripting": 12.3192
            },
            {
              "scripting": 171.34919999999997,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base",
              "scriptParseCompile": 40.861200000000004,
              "total": 236.94479999999996
            },
            {
              "scripting": 113.0303999999998,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922",
              "scriptParseCompile": 30.048,
              "total": 143.67599999999979
            },
            {
              "total": 142.12199999999979,
              "scriptParseCompile": 32.4228,
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "scripting": 109.15079999999979
            },
            {
              "scripting": 37.606799999999893,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/ScrollTrigger.min.js?v=51844696078135174451752466285",
              "total": 141.34800000000038,
              "scriptParseCompile": 2.8392
            },
            {
              "scripting": 27.807599999999994,
              "url": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js",
              "scriptParseCompile": 3.0936,
              "total": 123.92160000000008
            },
            {
              "scriptParseCompile": 97.8684,
              "total": 121.54679999999999,
              "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
              "scripting": 23.293200000000002
            },
            {
              "scriptParseCompile": 34.7232,
              "total": 120.93599999999989,
              "scripting": 85.703999999999908,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS"
            },
            {
              "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
              "scripting": 93.216000000000122,
              "total": 114.81120000000011,
              "scriptParseCompile": 15.2148
            },
            {
              "url": "https://connect.facebook.net/en_US/fbevents.js",
              "scripting": 57.780000000000058,
              "scriptParseCompile": 20.856,
              "total": 98.805600000000055
            },
            {
              "scripting": 21.387599999999992,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
              "scriptParseCompile": 8.4660000000000011,
              "total": 93.316799999999972
            },
            {
              "scriptParseCompile": 2.4996,
              "total": 92.479199999999992,
              "scripting": 44.216399999999993,
              "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js"
            },
            {
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "scripting": 34.452000000000005,
              "scriptParseCompile": 48.2208,
              "total": 92.4192
            },
            {
              "total": 87.274799999999971,
              "scriptParseCompile": 14.6604,
              "scripting": 71.73839999999997,
              "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173"
            },
            {
              "scripting": 12.058799999999989,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/gsap.min.js?v=98399229928229536421752466284",
              "scriptParseCompile": 4.7951999999999995,
              "total": 77.220000000000056
            },
            {
              "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG",
              "scripting": 31.244400000000006,
              "scriptParseCompile": 6.5675999999999979,
              "total": 60.452400000000004
            }
          ]
        },
        "numericValue": 1353.3035999999993,
        "numericUnit": "millisecond"
      },
      "lcp-breakdown-insight": {
        "id": "lcp-breakdown-insight",
        "title": "LCP breakdown",
        "description": "Each [subpart has specific improvement strategies](https://developer.chrome.com/docs/performance/insights/lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "headings": [
                {
                  "valueType": "text",
                  "label": "Subpart",
                  "key": "label"
                },
                {
                  "valueType": "ms",
                  "key": "duration",
                  "label": "Duration"
                }
              ],
              "items": [
                {
                  "duration": 13.128,
                  "label": "Time to first byte",
                  "subpart": "timeToFirstByte"
                },
                {
                  "label": "Resource load delay",
                  "subpart": "resourceLoadDelay",
                  "duration": 856.955
                },
                {
                  "label": "Resource load duration",
                  "subpart": "resourceLoadDuration",
                  "duration": 72.056
                },
                {
                  "subpart": "elementRenderDelay",
                  "label": "Element render delay",
                  "duration": 80.54
                }
              ],
              "type": "table"
            },
            {
              "lhId": "page-5-IMG",
              "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capo…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capoff_sma…\" width=\"600\" height=\"800\" loading=\"lazy\" sizes=\"(min-width: 1440px) calc(632px * 1), (min-width: 1200px) calc(43vw * 1), (…\" style=\"object-position: 50.0% 50.0%;\" fetchpriority=\"auto\"\u003e",
              "selector": "div.product__media-item \u003e modal-opener.product__modal-opener \u003e div.product__media \u003e img",
              "boundingRect": {
                "left": 20,
                "bottom": 929,
                "right": 392,
                "width": 372,
                "height": 471,
                "top": 458
              },
              "path": "1,HTML,1,BODY,7,MAIN,1,SECTION,6,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,MODAL-OPENER,1,DIV,0,IMG",
              "type": "node",
              "nodeLabel": "div.product__media-item \u003e modal-opener.product__modal-opener \u003e div.product__media \u003e img"
            }
          ],
          "type": "list"
        }
      },
      "aria-treeitem-name": {
        "id": "aria-treeitem-name",
        "title": "ARIA `treeitem` elements have accessible names",
        "description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.12/aria-treeitem-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "interactive": {
        "id": "interactive",
        "title": "Time to Interactive",
        "description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "displayValue": "27.1 s",
        "numericValue": 27120.075986298703,
        "numericUnit": "millisecond"
      },
      "landmark-one-main": {
        "id": "landmark-one-main",
        "title": "Document has a main landmark.",
        "description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.12/landmark-one-main).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node"
            }
          ]
        }
      },
      "first-contentful-paint": {
        "id": "first-contentful-paint",
        "title": "First Contentful Paint",
        "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
        "score": 0.71,
        "scoreDisplayMode": "numeric",
        "displayValue": "2.4 s",
        "numericValue": 2401.0082020677087,
        "numericUnit": "millisecond"
      },
      "link-name": {
        "id": "link-name",
        "title": "Links have a discernible name",
        "description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.12/link-name).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "interactive-element-affordance": {
        "id": "interactive-element-affordance",
        "title": "Interactive elements indicate their purpose and state",
        "description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "image-aspect-ratio": {
        "id": "image-aspect-ratio",
        "title": "Displays images with correct aspect ratio",
        "description": "Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio](https://developer.chrome.com/docs/lighthouse/best-practices/image-aspect-ratio/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "key": "node"
            },
            {
              "valueType": "url",
              "key": "url",
              "label": "URL"
            },
            {
              "key": "displayedAspectRatio",
              "label": "Aspect Ratio (Displayed)",
              "valueType": "text"
            },
            {
              "valueType": "text",
              "label": "Aspect Ratio (Actual)",
              "key": "actualAspectRatio"
            }
          ]
        }
      },
      "cumulative-layout-shift": {
        "id": "cumulative-layout-shift",
        "title": "Cumulative Layout Shift",
        "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more about the Cumulative Layout Shift metric](https://web.dev/articles/cls).",
        "score": 1,
        "scoreDisplayMode": "numeric",
        "displayValue": "0.012",
        "details": {
          "items": [
            {
              "newEngineResultDiffered": false,
              "cumulativeLayoutShiftMainFrame": 0.011742521080124448
            }
          ],
          "type": "debugdata"
        },
        "numericValue": 0.011742521080124448,
        "numericUnit": "unitless"
      },
      "cls-culprits-insight": {
        "id": "cls-culprits-insight",
        "title": "Layout shift culprits",
        "description": "Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://developer.chrome.com/docs/performance/insights/cls-culprit), such as elements being added, removed, or their fonts changing as the page loads.",
        "score": 1,
        "scoreDisplayMode": "informative",
        "metricSavings": {
          "CLS": 0
        },
        "details": {
          "items": [
            {
              "items": [
                {
                  "node": {
                    "value": "Total",
                    "type": "text"
                  },
                  "score": 0.011742521080124448
                },
                {
                  "score": 0.0083889505547396648,
                  "node": {
                    "lhId": "page-7-SPAN",
                    "path": "1,HTML,1,BODY,7,MAIN,0,SECTION,4,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2,0,SPAN",
                    "type": "node",
                    "nodeLabel": "Protect your face from an angry planet.",
                    "snippet": "\u003cspan\u003e",
                    "selector": "div.slideshow__content-wrapper \u003e div.slideshow__content-group \u003e h2.slideshow__title-content \u003e span",
                    "boundingRect": {
                      "right": 325,
                      "left": 87,
                      "bottom": 348,
                      "top": 186,
                      "height": 163,
                      "width": 238
                    }
                  }
                },
                {
                  "node": {
                    "lhId": "page-7-SPAN",
                    "type": "node",
                    "nodeLabel": "Protect your face from an angry planet.",
                    "path": "1,HTML,1,BODY,7,MAIN,0,SECTION,4,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,H2,0,SPAN",
                    "boundingRect": {
                      "top": 186,
                      "height": 163,
                      "width": 238,
                      "right": 325,
                      "bottom": 348,
                      "left": 87
                    },
                    "snippet": "\u003cspan\u003e",
                    "selector": "div.slideshow__content-wrapper \u003e div.slideshow__content-group \u003e h2.slideshow__title-content \u003e span"
                  },
                  "score": 0.003183800980355634,
                  "subItems": {
                    "items": [
                      {
                        "extra": {
                          "type": "url",
                          "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR94z5ZnPydRjlCCwlKa8cvYtF2vA.woff2"
                        },
                        "cause": "Web font"
                      },
                      {
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/cactusclassicalserif/v15/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJudCFF2qr-A.woff2",
                          "type": "url"
                        },
                        "cause": "Web font"
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2",
                          "type": "url"
                        }
                      }
                    ],
                    "type": "subitems"
                  }
                },
                {
                  "node": {
                    "lhId": "page-6-DIV",
                    "type": "node",
                    "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                    "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV",
                    "boundingRect": {
                      "left": 43,
                      "bottom": 34,
                      "right": 369,
                      "height": 34,
                      "width": 326,
                      "top": 0
                    },
                    "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                    "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text"
                  },
                  "score": 0.0001697695450291491,
                  "subItems": {
                    "items": [
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://hellon.earth/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2",
                          "type": "url"
                        }
                      },
                      {
                        "extra": {
                          "value": "https://hellon.earth/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2",
                          "type": "url"
                        },
                        "cause": "Web font"
                      }
                    ],
                    "type": "subitems"
                  }
                }
              ],
              "type": "table",
              "headings": [
                {
                  "valueType": "node",
                  "label": "Element",
                  "key": "node",
                  "subItemsHeading": {
                    "key": "extra"
                  }
                },
                {
                  "granularity": 0.001,
                  "key": "score",
                  "valueType": "numeric",
                  "subItemsHeading": {
                    "key": "cause",
                    "valueType": "text"
                  },
                  "label": "Layout shift score"
                }
              ]
            },
            {
              "headings": [
                {
                  "valueType": "node",
                  "label": "Element",
                  "subItemsHeading": {
                    "key": "extra"
                  },
                  "key": "node"
                },
                {
                  "subItemsHeading": {
                    "valueType": "text",
                    "key": "cause"
                  },
                  "label": "Layout shift score",
                  "valueType": "numeric",
                  "key": "score",
                  "granularity": 0.001
                }
              ],
              "items": [
                {
                  "score": 0.00074647732533416114,
                  "node": {
                    "type": "text",
                    "value": "Total"
                  }
                },
                {
                  "node": {
                    "lhId": "page-6-DIV",
                    "boundingRect": {
                      "height": 34,
                      "width": 326,
                      "top": 0,
                      "left": 43,
                      "bottom": 34,
                      "right": 369
                    },
                    "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                    "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text",
                    "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                    "type": "node",
                    "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV"
                  },
                  "score": 0.00059705469206880522
                },
                {
                  "node": {
                    "lhId": "page-6-DIV",
                    "path": "1,HTML,1,BODY,2,SECTION,2,DIV,0,DIV,0,DIV",
                    "type": "node",
                    "nodeLabel": "FREE SHIPPING ON ALL ORDERS OF $50 OR MORE",
                    "selector": "section#shopify-section-sections--17920136216711__announcement-bar \u003e div.announcement-bar \u003e div.announcement-bar__message \u003e div.announcement-bar__text",
                    "snippet": "\u003cdiv class=\"announcement-bar__text body-small\"\u003e",
                    "boundingRect": {
                      "left": 43,
                      "bottom": 34,
                      "right": 369,
                      "height": 34,
                      "width": 326,
                      "top": 0
                    }
                  },
                  "score": 0.00014942263326535589,
                  "subItems": {
                    "items": [
                      {
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlC0OI6T_N7luYtEw.woff2",
                          "type": "url"
                        },
                        "cause": "Web font"
                      },
                      {
                        "cause": "Web font",
                        "extra": {
                          "value": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlCmOQ6T_N7luYtEw.woff2",
                          "type": "url"
                        }
                      },
                      {
                        "extra": {
                          "type": "url",
                          "value": "https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2"
                        },
                        "cause": "Web font"
                      }
                    ],
                    "type": "subitems"
                  }
                }
              ],
              "type": "table"
            }
          ],
          "type": "list"
        }
      },
      "html-xml-lang-mismatch": {
        "id": "html-xml-lang-mismatch",
        "title": "`\u003chtml\u003e` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
        "description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.12/html-xml-lang-mismatch).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "is-on-https": {
        "id": "is-on-https",
        "title": "Uses HTTPS",
        "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more about HTTPS](https://developer.chrome.com/docs/lighthouse/pwa/is-on-https/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "url",
              "key": "url",
              "label": "Insecure URL"
            },
            {
              "valueType": "text",
              "label": "Request Resolution",
              "key": "resolution"
            }
          ]
        }
      },
      "skip-link": {
        "id": "skip-link",
        "title": "Skip links are focusable.",
        "description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.12/skip-link).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "image-alt": {
        "id": "image-alt",
        "title": "Image elements have `[alt]` attributes",
        "description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.12/image-alt).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ]
        }
      },
      "aria-valid-attr-value": {
        "id": "aria-valid-attr-value",
        "title": "`[aria-*]` attributes have valid values",
        "description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.12/aria-valid-attr-value).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "tabindex": {
        "id": "tabindex",
        "title": "No element has a `[tabindex]` value greater than 0",
        "description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.12/tabindex).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "notification-on-start": {
        "id": "notification-on-start",
        "title": "Avoids requesting the notification permission on page load",
        "description": "Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. [Learn more about responsibly getting permission for notifications](https://developer.chrome.com/docs/lighthouse/best-practices/notification-on-start/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "label": "Source",
              "key": "source",
              "valueType": "source-location"
            }
          ]
        }
      },
      "robots-txt": {
        "id": "robots-txt",
        "title": "robots.txt is valid",
        "description": "If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt](https://developer.chrome.com/docs/lighthouse/seo/invalid-robots-txt/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "label": "Line #",
              "key": "index",
              "valueType": "text"
            },
            {
              "key": "line",
              "label": "Content",
              "valueType": "code"
            },
            {
              "valueType": "code",
              "label": "Error",
              "key": "message"
            }
          ]
        }
      },
      "valid-source-maps": {
        "id": "valid-source-maps",
        "title": "Page has valid source maps",
        "description": "Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. [Learn more about source maps](https://developer.chrome.com/docs/devtools/javascript/source-maps/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/shopify-xr.en.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shopify-xr-js/v1.0/bundle.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-follow-button_1Rz8T5cR.en.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-follow-button_1Rz8T5cR.en.esm.js"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_DrRgS7ox.en.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_DrRgS7ox.en.esm.js"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CoS_AWFc.en.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CoS_AWFc.en.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.windoid_qprD0lo-.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.windoid_qprD0lo-.esm.js"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              }
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useWindoidMessageHandler_S3Uag7pR.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useWindoidMessageHandler_S3Uag7pR.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_JZOruJXg.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_JZOruJXg.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useStorefrontOrigin_CSA3GvLU.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useStorefrontOrigin_CSA3GvLU.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_CsfXCZ2S.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_CsfXCZ2S.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useDispatchEvent_BQKeEISR.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useDispatchEvent_BQKeEISR.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js"
            },
            {
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopIcon_DztUrmYs.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopIcon_DztUrmYs.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js.map"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_ElJrkRaZ.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_ElJrkRaZ.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js.map"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              }
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js",
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js.map"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildUrlSearchParams_DRdnaYB6.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildUrlSearchParams_DRdnaYB6.esm.js.map"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildAuthorizeUrl_DBzIbbIZ.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildAuthorizeUrl_DBzIbbIZ.esm.js.map"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js.map",
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_CPxox-Yu.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_CPxox-Yu.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js",
              "subItems": {
                "type": "subitems",
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ]
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js.map"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js.map"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js.map"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js.map"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js.map"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js.map"
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js.map",
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js.map",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js"
            },
            {
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js",
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js.map"
            },
            {
              "subItems": {
                "items": [
                  {
                    "error": "SyntaxError: Unexpected token '\u003c', \"\u003c!DOCTYPE \"... is not valid JSON"
                  }
                ],
                "type": "subitems"
              },
              "scriptUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
              "sourceMapUrl": "https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js.map"
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://www.google.com/js/th/8uIar4J4-RenYUa4HtG5DFVcni3D6dGneJv1JZIjHfM.js"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js.map",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/compiled_assets/scripts.js?v=6552047183903886731752466338",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/compiled_assets/scripts.js.map?v=6552047183903886731752466338"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js.map?v=130201089663428374671752466285",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js.map?v=130201089663428374671752466285"
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js?v=130201089663428374671752466285",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/ticker-banner.js.map?v=130201089663428374671752466285"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/slideshow.js.map?v=12183036724117731781752466285",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/slideshow.js?v=12183036724117731781752466285",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/search-form.js?v=130106166435850232461752466285",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/search-form.js.map?v=130106166435850232461752466285"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.js.map?v=103399882862435143751752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.js?v=103399882862435143751752466284"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/pubsub.js?v=2921868252632587581752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/pubsub.js.map?v=2921868252632587581752466284"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-model.js?v=33738294766022681231752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-model.js.map?v=33738294766022681231752466284"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js.map?v=125100563875038852011752466284",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js?v=125100563875038852011752466284",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/product-form.js.map?v=125100563875038852011752466284"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/predictive-search.js.map?v=15235545953766800951752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/predictive-search.js?v=15235545953766800951752466284"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/popup.js.map?v=139292871126259178831752466284",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/popup.js?v=139292871126259178831752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/header.js.map?v=23851710536590866761752466284",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/header.js?v=23851710536590866761752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/global.js.map?v=27162690833125325081752466284",
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/global.js?v=27162690833125325081752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/footer.js?v=162720781161176316621752466284",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/footer.js.map?v=162720781161176316621752466284"
            },
            {
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/details-disclosure.js?v=101038006898019338281752466284",
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/details-disclosure.js.map?v=101038006898019338281752466284"
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/cart.js?v=167127980437442232001752466283",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/cart.js.map?v=167127980437442232001752466283"
            },
            {
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/cart-drawer.js.map?v=175299045123263202151752466283",
              "subItems": {
                "type": "subitems",
                "items": []
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/cart-drawer.js?v=175299045123263202151752466283"
            },
            {
              "subItems": {
                "items": [],
                "type": "subitems"
              },
              "scriptUrl": "https://hellon.earth/cdn/shop/t/8/assets/announcement-bar.js?v=62342160776736250801752466283",
              "sourceMapUrl": "https://hellon.earth/cdn/shop/t/8/assets/announcement-bar.js.map?v=62342160776736250801752466283"
            },
            {
              "sourceMapUrl": "https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js.map",
              "scriptUrl": "https://d2wy8f7a9ursnm.cloudfront.net/v5/bugsnag.min.js",
              "subItems": {
                "items": [],
                "type": "subitems"
              }
            },
            {
              "sourceMapUrl": "https://cdn.shopify.com/s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js.map?shop=7ujbtx-bm.myshopify.com&v=1752247893",
              "scriptUrl": "https://cdn.shopify.com/s/files/1/0641/1576/9479/t/7/assets/affirmShopify.js?v=1752247893&shop=7ujbtx-bm.myshopify.com",
              "subItems": {
                "type": "subitems",
                "items": []
              }
            }
          ],
          "type": "table",
          "headings": [
            {
              "label": "URL",
              "subItemsHeading": {
                "key": "error"
              },
              "key": "scriptUrl",
              "valueType": "url"
            },
            {
              "key": "sourceMapUrl",
              "label": "Map URL",
              "valueType": "url"
            }
          ]
        }
      },
      "render-blocking-insight": {
        "id": "render-blocking-insight",
        "title": "Render-blocking requests",
        "description": "Requests are blocking the page's initial render, which may delay LCP. [Deferring or inlining](https://developer.chrome.com/docs/performance/insights/render-blocking) can move these network requests out of the critical path.",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 330 ms",
        "metricSavings": {
          "LCP": 0,
          "FCP": 350
        },
        "details": {
          "headings": [
            {
              "key": "url",
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size"
            },
            {
              "valueType": "timespanMs",
              "label": "Duration",
              "key": "wastedMs"
            }
          ],
          "items": [
            {
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-slideshow.css?v=35888874101274391301752466326",
              "wastedMs": 165,
              "totalBytes": 3292
            },
            {
              "url": "https://hellon.earth/cdn/shop/t/8/assets/quick-add.css?v=21091840522575606341752466284",
              "wastedMs": 165,
              "totalBytes": 2836
            },
            {
              "wastedMs": 1146,
              "totalBytes": 17914,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/base.css?v=151796545004699905511752466324"
            },
            {
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-cart-drawer.css?v=145065439019359456051752466283",
              "wastedMs": 492,
              "totalBytes": 2827
            },
            {
              "wastedMs": 165,
              "totalBytes": 1680,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-deferred-media.css?v=68707802736351725321752466283"
            },
            {
              "wastedMs": 492,
              "totalBytes": 2411,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-cart-items.css?v=73194538681260850671752466283"
            },
            {
              "url": "https://hellon.earth/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css",
              "wastedMs": 165,
              "totalBytes": 2882
            },
            {
              "totalBytes": 5577,
              "wastedMs": 328,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.css?v=158873188915743418901752466285"
            },
            {
              "wastedMs": 819,
              "totalBytes": 9119,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/section-main-product.css?v=95691957673293760661752466285"
            },
            {
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-menu-drawer.css?v=111334943057760530851752466284",
              "wastedMs": 165,
              "totalBytes": 3182
            },
            {
              "url": "https://hellon.earth/cdn/shop/t/8/assets/component-rte.css?v=146423479496176615861752466284",
              "wastedMs": 492,
              "totalBytes": 2675
            }
          ],
          "type": "table"
        }
      },
      "largest-contentful-paint": {
        "id": "largest-contentful-paint",
        "title": "Largest Contentful Paint",
        "description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
        "score": 0.12,
        "scoreDisplayMode": "numeric",
        "displayValue": "6.1 s",
        "numericValue": 6076.0225556861951,
        "numericUnit": "millisecond"
      },
      "dlitem": {
        "id": "dlitem",
        "title": "Definition list items are wrapped in `\u003cdl\u003e` elements",
        "description": "Definition list items (`\u003cdt\u003e` and `\u003cdd\u003e`) must be wrapped in a parent `\u003cdl\u003e` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.12/dlitem).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "aria-toggle-field-name": {
        "id": "aria-toggle-field-name",
        "title": "ARIA toggle fields have accessible names",
        "description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.12/aria-toggle-field-name).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "lcp-discovery-insight": {
        "id": "lcp-discovery-insight",
        "title": "LCP request discovery",
        "description": "[Optimize LCP](https://developer.chrome.com/docs/performance/insights/lcp-discovery) by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "items": {
                "requestDiscoverable": {
                  "value": true,
                  "label": "Request is discoverable in initial document"
                },
                "priorityHinted": {
                  "value": false,
                  "label": "fetchpriority=high should be applied"
                },
                "eagerlyLoaded": {
                  "value": false,
                  "label": "LCP resources should not use loading=lazy"
                }
              },
              "type": "checklist"
            },
            {
              "lhId": "page-5-IMG",
              "boundingRect": {
                "left": 20,
                "bottom": 929,
                "right": 392,
                "height": 471,
                "width": 372,
                "top": 458
              },
              "snippet": "\u003cimg src=\"https://hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capo…\" alt=\"\" srcset=\"//hellon.earth/cdn/shop/files/25-0612_HOE_prod-img_bottle-front-capoff_sma…\" width=\"600\" height=\"800\" loading=\"lazy\" sizes=\"(min-width: 1440px) calc(632px * 1), (min-width: 1200px) calc(43vw * 1), (…\" style=\"object-position: 50.0% 50.0%;\" fetchpriority=\"auto\"\u003e",
              "selector": "div.product__media-item \u003e modal-opener.product__modal-opener \u003e div.product__media \u003e img",
              "type": "node",
              "nodeLabel": "div.product__media-item \u003e modal-opener.product__modal-opener \u003e div.product__media \u003e img",
              "path": "1,HTML,1,BODY,7,MAIN,1,SECTION,6,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,DIV,1,MODAL-OPENER,1,DIV,0,IMG"
            }
          ],
          "type": "list"
        }
      },
      "identical-links-same-purpose": {
        "id": "identical-links-same-purpose",
        "title": "Identical links have the same purpose.",
        "description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.12/identical-links-same-purpose).",
        "score": null,
        "scoreDisplayMode": "notApplicable"
      },
      "aria-hidden-focus": {
        "id": "aria-hidden-focus",
        "title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
        "description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-focus).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ]
        }
      },
      "focusable-controls": {
        "id": "focusable-controls",
        "title": "Interactive controls are keyboard focusable",
        "description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "inspector-issues": {
        "id": "inspector-issues",
        "title": "Issues were logged in the `Issues` panel in Chrome Devtools",
        "description": "Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.",
        "score": 0,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "subItemsHeading": {
                "key": "url",
                "valueType": "url"
              },
              "key": "issueType",
              "label": "Issue type",
              "valueType": "text"
            }
          ],
          "type": "table",
          "items": [
            {
              "subItems": {
                "items": [
                  {
                    "url": "https://www.youtube.com/embed/VHdDk8V5Eo0?si=H0xNSws8jPoTZmMG"
                  }
                ],
                "type": "subitems"
              },
              "issueType": "Cookie"
            }
          ]
        }
      },
      "is-crawlable": {
        "id": "is-crawlable",
        "title": "Page isn’t blocked from indexing",
        "description": "Search engines are unable to include your pages in search results if they don't have permission to crawl them. [Learn more about crawler directives](https://developer.chrome.com/docs/lighthouse/seo/is-crawlable/).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "key": "source",
              "label": "Blocking Directive Source",
              "valueType": "code"
            }
          ]
        },
        "warnings": []
      },
      "label": {
        "id": "label",
        "title": "Form elements have associated labels",
        "description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.12/label).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "unused-css-rules": {
        "id": "unused-css-rules",
        "title": "Reduce unused CSS",
        "description": "Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 256 KiB",
        "metricSavings": {
          "LCP": 300,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 300,
          "type": "opportunity",
          "debugData": {
            "type": "debugdata",
            "metricSavings": {
              "LCP": 300,
              "FCP": 0
            }
          },
          "overallSavingsBytes": 261778,
          "headings": [
            {
              "valueType": "url",
              "label": "URL",
              "key": "url"
            },
            {
              "valueType": "bytes",
              "key": "totalBytes",
              "label": "Transfer Size"
            },
            {
              "key": "wastedBytes",
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "items": [
            {
              "wastedBytes": 75304,
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
              "wastedPercent": 100,
              "totalBytes": 75304
            },
            {
              "wastedPercent": 99.178653753542832,
              "totalBytes": 57246,
              "url": "https://www.youtube.com/s/player/882a803a/www-player.css",
              "wastedBytes": 56776
            },
            {
              "totalBytes": 51696,
              "wastedPercent": 99.241230789857383,
              "url": "https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.voLKPuLo35M.L.W.O/am=AAAAgA/d=0/br=1/rs=AGKMywFbOiAirpOGLQLAetGjYdyOjZXjoA",
              "wastedBytes": 51304
            },
            {
              "wastedBytes": 48232,
              "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
              "wastedPercent": 100,
              "totalBytes": 48232
            },
            {
              "url": "https://static-tracking.klaviyo.com/onsite/js/build-preview/commit-cfe495f887172a279e7f9af1703fbcd38a9badc6/532.d6da77d8352afcf276d3.css",
              "totalBytes": 16546,
              "wastedPercent": 95.4937749304968,
              "wastedBytes": 15800
            },
            {
              "totalBytes": 16586,
              "wastedPercent": 86.589957630330957,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/base.css?v=151796545004699905511752466324",
              "wastedBytes": 14362
            }
          ],
          "sortedBy": [
            "wastedBytes"
          ]
        },
        "numericValue": 300,
        "numericUnit": "millisecond"
      },
      "meta-viewport": {
        "id": "meta-viewport",
        "title": "`[user-scalable=\"no\"]` is not used in the `\u003cmeta name=\"viewport\"\u003e` element and the `[maximum-scale]` attribute is not less than 5.",
        "description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.12/meta-viewport).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "key": "node"
            }
          ]
        }
      },
      "mainthread-work-breakdown": {
        "id": "mainthread-work-breakdown",
        "title": "Minimize main-thread work",
        "description": "Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. [Learn how to minimize main-thread work](https://developer.chrome.com/docs/lighthouse/performance/mainthread-work-breakdown/)",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "3.2 s",
        "metricSavings": {
          "TBT": 300
        },
        "details": {
          "items": [
            {
              "duration": 1559.7455999999154,
              "group": "scriptEvaluation",
              "groupLabel": "Script Evaluation"
            },
            {
              "groupLabel": "Script Parsing & Compilation",
              "duration": 525.89879999999982,
              "group": "scriptParseCompile"
            },
            {
              "duration": 497.93159999999421,
              "group": "other",
              "groupLabel": "Other"
            },
            {
              "group": "styleLayout",
              "duration": 324.78000000000009,
              "groupLabel": "Style & Layout"
            },
            {
              "group": "garbageCollection",
              "duration": 122.23320000000007,
              "groupLabel": "Garbage Collection"
            },
            {
              "duration": 70.296000000000049,
              "group": "paintCompositeRender",
              "groupLabel": "Rendering"
            },
            {
              "groupLabel": "Parse HTML & CSS",
              "duration": 58.567200000000021,
              "group": "parseHTML"
            }
          ],
          "type": "table",
          "sortedBy": [
            "duration"
          ],
          "headings": [
            {
              "key": "groupLabel",
              "label": "Category",
              "valueType": "text"
            },
            {
              "key": "duration",
              "label": "Time Spent",
              "granularity": 1,
              "valueType": "ms"
            }
          ]
        },
        "numericValue": 3159.4523999999096,
        "numericUnit": "millisecond"
      },
      "managed-focus": {
        "id": "managed-focus",
        "title": "The user's focus is directed to new content added to the page",
        "description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "user-timings": {
        "id": "user-timings",
        "title": "User Timing marks and measures",
        "description": "Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. [Learn more about User Timing marks](https://developer.chrome.com/docs/lighthouse/performance/user-timings/).",
        "score": 1,
        "scoreDisplayMode": "informative",
        "displayValue": "64 user timings",
        "details": {
          "headings": [
            {
              "valueType": "text",
              "label": "Name",
              "key": "name"
            },
            {
              "valueType": "text",
              "key": "timingType",
              "label": "Type"
            },
            {
              "label": "Start Time",
              "key": "startTime",
              "valueType": "ms",
              "granularity": 0.01
            },
            {
              "key": "duration",
              "label": "Duration",
              "granularity": 0.01,
              "valueType": "ms"
            }
          ],
          "items": [
            {
              "duration": 1243.159,
              "timingType": "Measure",
              "name": "wpm:completed",
              "startTime": 817.029
            },
            {
              "duration": 671.55,
              "startTime": 967.451,
              "timingType": "Measure",
              "name": "wpm:pixel:register:1729724551:app"
            },
            {
              "startTime": 968.032,
              "name": "wpm:pixel:register:981663879:app",
              "timingType": "Measure",
              "duration": 345.548
            },
            {
              "duration": 1089.314,
              "name": "wpm:pixel:register:981434503:app",
              "timingType": "Measure",
              "startTime": 969.818
            },
            {
              "duration": 685.9,
              "name": "wpm:pixel:register:981205127:app",
              "timingType": "Measure",
              "startTime": 970.219
            },
            {
              "duration": 335.263,
              "name": "wpm:pixel:register:980877447:app",
              "timingType": "Measure",
              "startTime": 970.433
            },
            {
              "duration": 833.135,
              "timingType": "Measure",
              "name": "wpm:pixel:register:947519623:app",
              "startTime": 970.838
            },
            {
              "duration": 668.878,
              "timingType": "Measure",
              "name": "wpm:pixel:register:shopify-app-pixel:app",
              "startTime": 970.965
            },
            {
              "timingType": "Measure",
              "name": "wpm:pixel:register:shopify-custom-pixel:custom",
              "startTime": 971.083,
              "duration": 840.826
            },
            {
              "name": "shopify.content_for_header.start",
              "timingType": "Mark",
              "startTime": 597.332
            },
            {
              "startTime": 747.524,
              "timingType": "Mark",
              "name": "shopify.content_for_header.end"
            },
            {
              "startTime": 817.029,
              "timingType": "Mark",
              "name": "wpm:start"
            },
            {
              "timingType": "Mark",
              "name": "mark_nreqs",
              "startTime": 883.602
            },
            {
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:1729724551:app",
              "startTime": 967.451
            },
            {
              "startTime": 968.032,
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:981663879:app"
            },
            {
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:981434503:app",
              "startTime": 969.818
            },
            {
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:981205127:app",
              "startTime": 970.219
            },
            {
              "startTime": 970.433,
              "name": "wpm:pixel:register:started:980877447:app",
              "timingType": "Mark"
            },
            {
              "startTime": 970.838,
              "name": "wpm:pixel:register:started:947519623:app",
              "timingType": "Mark"
            },
            {
              "startTime": 970.965,
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:shopify-app-pixel:app"
            },
            {
              "startTime": 971.083,
              "timingType": "Mark",
              "name": "wpm:pixel:register:started:shopify-custom-pixel:custom"
            },
            {
              "timingType": "Mark",
              "name": "mark_srt",
              "startTime": 996.602
            },
            {
              "startTime": 996.602,
              "timingType": "Mark",
              "name": "mark_nress"
            },
            {
              "startTime": 996.602,
              "timingType": "Mark",
              "name": "mark_nrese"
            },
            {
              "startTime": 1045.602,
              "timingType": "Mark",
              "name": "mark_rsf_pj"
            },
            {
              "startTime": 1045.602,
              "timingType": "Mark",
              "name": "mark_rsf_pc"
            },
            {
              "timingType": "Mark",
              "name": "mark_rsf_ecj",
              "startTime": 1045.602
            },
            {
              "timingType": "Mark",
              "name": "mark_rsf_ecc",
              "startTime": 1045.602
            },
            {
              "name": "mark_rse_ecj",
              "timingType": "Mark",
              "startTime": 1063.602
            },
            {
              "startTime": 1076.602,
              "name": "mark_rse_ecc",
              "timingType": "Mark"
            },
            {
              "name": "mark_rse_pc",
              "timingType": "Mark",
              "startTime": 1078.602
            },
            {
              "timingType": "Mark",
              "name": "mark_rse_pj",
              "startTime": 1082.602
            },
            {
              "timingType": "Mark",
              "name": "mark_wffs",
              "startTime": 1117.602
            },
            {
              "timingType": "Mark",
              "name": "mark_wffe",
              "startTime": 1121.602
            },
            {
              "startTime": 1305.696,
              "timingType": "Mark",
              "name": "wpm:pixel:register:completed:980877447:app"
            },
            {
              "startTime": 1313.58,
              "name": "wpm:pixel:register:completed:981663879:app",
              "timingType": "Mark"
            },
            {
              "startTime": 1351.703,
              "timingType": "Mark",
              "name": "mark_rses_dpj"
            },
            {
              "timingType": "Mark",
              "name": "mark_mm_is",
              "startTime": 1355.291
            },
            {
              "timingType": "Mark",
              "name": "mark_mm_ie",
              "startTime": 1360.019
            },
            {
              "startTime": 1362.901,
              "timingType": "Mark",
              "name": "mark_ep_init_cus"
            },
            {
              "name": "mark_ep_init_eps",
              "timingType": "Mark",
              "startTime": 1363.158
            },
            {
              "startTime": 1363.508,
              "timingType": "Mark",
              "name": "mark_ep_init_epe"
            },
            {
              "startTime": 1363.743,
              "timingType": "Mark",
              "name": "mark_ep_init_cue"
            },
            {
              "timingType": "Mark",
              "name": "mark_pe",
              "startTime": 1534.164
            },
            {
              "name": "mark_ep_init_wes",
              "timingType": "Mark",
              "startTime": 1606.123
            },
            {
              "startTime": 1620.915,
              "timingType": "Mark",
              "name": "mark_ep_init_wee"
            },
            {
              "startTime": 1639.001,
              "timingType": "Mark",
              "name": "wpm:pixel:register:completed:1729724551:app"
            },
            {
              "startTime": 1639.843,
              "name": "wpm:pixel:register:completed:shopify-app-pixel:app",
              "timingType": "Mark"
            },
            {
              "startTime": 1656.119,
              "name": "wpm:pixel:register:completed:981205127:app",
              "timingType": "Mark"
            },
            {
              "name": "mark_qoes",
              "timingType": "Mark",
              "startTime": 1703.786
            },
            {
              "startTime": 1705.455,
              "timingType": "Mark",
              "name": "mark_fs"
            },
            {
              "timingType": "Mark",
              "name": "mark_ep_init_pr",
              "startTime": 1751.706
            },
            {
              "startTime": 1803.973,
              "name": "wpm:pixel:register:completed:947519623:app",
              "timingType": "Mark"
            },
            {
              "startTime": 1811.909,
              "timingType": "Mark",
              "name": "wpm:pixel:register:completed:shopify-custom-pixel:custom"
            },
            {
              "name": "mark_ep_init_ijs",
              "timingType": "Mark",
              "startTime": 1875.989
            },
            {
              "timingType": "Mark",
              "name": "mark_ep_init_ije",
              "startTime": 1877.339
            },
            {
              "name": "mark_ep_init_rs",
              "timingType": "Mark",
              "startTime": 1878.185
            },
            {
              "startTime": 1883.213,
              "timingType": "Mark",
              "name": "mark_ep_init_re"
            },
            {
              "timingType": "Mark",
              "name": "wpm:pixel:register:completed:981434503:app",
              "startTime": 2059.132
            },
            {
              "startTime": 2060.188,
              "timingType": "Mark",
              "name": "wpm:pixels:resolved"
            },
            {
              "startTime": 2785.539,
              "timingType": "Mark",
              "name": "mark_pot_ist"
            },
            {
              "startTime": 3274.594,
              "timingType": "Mark",
              "name": "mark_pot_if"
            },
            {
              "startTime": 3274.895,
              "timingType": "Mark",
              "name": "mark_pot_cms"
            },
            {
              "timingType": "Mark",
              "name": "mark_pot_cmf",
              "startTime": 3278.146
            }
          ],
          "type": "table"
        }
      },
      "aria-required-children": {
        "id": "aria-required-children",
        "title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
        "description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.12/aria-required-children).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "type": "table",
          "items": [],
          "headings": [
            {
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "valueType": "node"
            }
          ]
        }
      },
      "target-size": {
        "id": "target-size",
        "title": "Touch targets have sufficient size and spacing.",
        "description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.12/target-size).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node"
            }
          ],
          "items": [],
          "type": "table"
        }
      },
      "charset": {
        "id": "charset",
        "title": "Properly defines charset",
        "description": "A character encoding declaration is required. It can be done with a `\u003cmeta\u003e` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. [Learn more about declaring the character encoding](https://developer.chrome.com/docs/lighthouse/best-practices/charset/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "presentation-role-conflict": {
        "id": "presentation-role-conflict",
        "title": "Elements with `role=\"none\"` or `role=\"presentation\"` do not have conflicts",
        "description": "There are certain cases where the semantic role of an element with `role=\"none\"` or `role=\"presentation\"` does not resolve to none or presentation. To ensure the element remains removed from the accessibility tree, you should not add any global ARIA attributes to the element or make it focusable. [Learn more about presentation role conflict](https://dequeuniversity.com/rules/axe/4.12/presentation-role-conflict).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "items": [],
          "type": "table",
          "headings": [
            {
              "valueType": "node",
              "label": "Failing Elements",
              "key": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              }
            }
          ]
        }
      },
      "aria-hidden-body": {
        "id": "aria-hidden-body",
        "title": "`[aria-hidden=\"true\"]` is not present on the document `\u003cbody\u003e`",
        "description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `\u003cbody\u003e`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.12/aria-hidden-body).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "subItemsHeading": {
                "valueType": "node",
                "key": "relatedNode"
              },
              "key": "node",
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "aria-deprecated-role": {
        "id": "aria-deprecated-role",
        "title": "Deprecated ARIA roles were not used",
        "description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.12/aria-deprecated-role).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "valueType": "node",
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "network-dependency-tree-insight": {
        "id": "network-dependency-tree-insight",
        "title": "Network dependency tree",
        "description": "[Avoid chaining critical requests](https://developer.chrome.com/docs/performance/insights/network-dependency-tree) by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.",
        "score": 0,
        "scoreDisplayMode": "numeric",
        "metricSavings": {
          "LCP": 0
        },
        "details": {
          "items": [
            {
              "value": {
                "type": "network-tree",
                "longestChain": {
                  "duration": 2760
                },
                "chains": {
                  "BF6A0E33F333B785351F78C9C1DB4AE8": {
                    "isLongest": true,
                    "children": {
                      "57.19": {
                        "navStartToEndTime": 640,
                        "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js",
                        "children": {
                          "57.92": {
                            "children": {},
                            "transferSize": 1508,
                            "navStartToEndTime": 666,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js"
                          },
                          "57.106": {
                            "navStartToEndTime": 671,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js",
                            "children": {},
                            "transferSize": 1750
                          },
                          "57.108": {
                            "navStartToEndTime": 745,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js",
                            "children": {},
                            "transferSize": 1446
                          },
                          "57.97": {
                            "transferSize": 5658,
                            "children": {},
                            "navStartToEndTime": 669,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.preact-module_Cvpcobqs.esm.js"
                          },
                          "57.107": {
                            "transferSize": 1680,
                            "children": {},
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_JZOruJXg.esm.js",
                            "navStartToEndTime": 670
                          },
                          "57.96": {
                            "navStartToEndTime": 783,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_CnM-KYPA.esm.js",
                            "transferSize": 22297,
                            "children": {
                              "57.607": {
                                "navStartToEndTime": 2405,
                                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                                "children": {},
                                "transferSize": 1317
                              },
                              "57.609": {
                                "navStartToEndTime": 2493,
                                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                                "transferSize": 1320,
                                "children": {}
                              },
                              "57.608": {
                                "navStartToEndTime": 2492,
                                "url": "https://monorail-edge.shopifysvc.com/v1/produce",
                                "transferSize": 1317,
                                "children": {}
                              }
                            }
                          },
                          "57.103": {
                            "transferSize": 1518,
                            "children": {},
                            "navStartToEndTime": 668,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js"
                          },
                          "57.93": {
                            "children": {},
                            "transferSize": 1728,
                            "navStartToEndTime": 764,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js"
                          },
                          "57.101": {
                            "navStartToEndTime": 673,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js",
                            "children": {},
                            "transferSize": 4169
                          },
                          "57.99": {
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.casing_Bd8FVtoj.esm.js",
                            "navStartToEndTime": 874,
                            "transferSize": 1454,
                            "children": {}
                          },
                          "57.94": {
                            "navStartToEndTime": 664,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_DrRgS7ox.en.esm.js",
                            "transferSize": 3362,
                            "children": {}
                          },
                          "57.102": {
                            "children": {},
                            "transferSize": 1372,
                            "navStartToEndTime": 838,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_3uQ0akMG.esm.js"
                          },
                          "57.90": {
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_CoS_AWFc.en.esm.js",
                            "navStartToEndTime": 752,
                            "transferSize": 2069,
                            "children": {}
                          },
                          "57.104": {
                            "transferSize": 1572,
                            "children": {},
                            "navStartToEndTime": 671,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.authorize_CPxox-Yu.esm.js"
                          },
                          "57.100": {
                            "transferSize": 1730,
                            "children": {},
                            "navStartToEndTime": 670,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js"
                          },
                          "57.105": {
                            "navStartToEndTime": 751,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useEventListener_CsfXCZ2S.esm.js",
                            "children": {},
                            "transferSize": 1986
                          },
                          "57.91": {
                            "children": {},
                            "transferSize": 1653,
                            "navStartToEndTime": 666,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.init_D6YtWCAn.esm.js"
                          },
                          "57.95": {
                            "navStartToEndTime": 667,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js",
                            "children": {},
                            "transferSize": 1848
                          },
                          "57.98": {
                            "children": {},
                            "transferSize": 1513,
                            "navStartToEndTime": 667,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.errors_CTUuk3kr.esm.js"
                          }
                        },
                        "transferSize": 1627
                      },
                      "57.532": {
                        "navStartToEndTime": 2277,
                        "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MMedium.woff2",
                        "children": {},
                        "transferSize": 65986
                      },
                      "57.69": {
                        "transferSize": 1789,
                        "children": {
                          "57.508": {
                            "children": {},
                            "transferSize": 1676,
                            "navStartToEndTime": 1408,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildAuthorizeUrl_DBzIbbIZ.esm.js"
                          },
                          "57.504": {
                            "navStartToEndTime": 1406,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopIcon_DztUrmYs.esm.js",
                            "transferSize": 2265,
                            "children": {}
                          },
                          "57.503": {
                            "navStartToEndTime": 1407,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.shop-follow-button_1Rz8T5cR.en.esm.js",
                            "children": {},
                            "transferSize": 4824
                          },
                          "57.507": {
                            "navStartToEndTime": 1408,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.index_ElJrkRaZ.esm.js",
                            "transferSize": 2086,
                            "children": {}
                          },
                          "57.506": {
                            "navStartToEndTime": 1410,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useDispatchEvent_BQKeEISR.esm.js",
                            "children": {},
                            "transferSize": 1527
                          },
                          "57.511": {
                            "navStartToEndTime": 1411,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.windoid_qprD0lo-.esm.js",
                            "transferSize": 1923,
                            "children": {}
                          },
                          "57.510": {
                            "navStartToEndTime": 1411,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useStorefrontOrigin_CSA3GvLU.esm.js",
                            "children": {},
                            "transferSize": 1542
                          },
                          "57.505": {
                            "navStartToEndTime": 1410,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.useWindoidMessageHandler_S3Uag7pR.esm.js",
                            "children": {},
                            "transferSize": 1820
                          },
                          "57.509": {
                            "navStartToEndTime": 1406,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.buildUrlSearchParams_DRdnaYB6.esm.js",
                            "transferSize": 2393,
                            "children": {}
                          }
                        },
                        "navStartToEndTime": 638,
                        "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.en.esm.js"
                      },
                      "57.55": {
                        "navStartToEndTime": 727,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/section-ticker-banner.css?v=66399290515231518781752466285",
                        "transferSize": 2663,
                        "children": {}
                      },
                      "57.533": {
                        "children": {},
                        "transferSize": 65954,
                        "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MSemibold.woff2",
                        "navStartToEndTime": 2276
                      },
                      "57.66": {
                        "children": {},
                        "transferSize": 1492,
                        "navStartToEndTime": 887,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-social.css?v=136211889887685282041752466283"
                      },
                      "57.610": {
                        "navStartToEndTime": 2406,
                        "url": "https://www.google.de/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421&ipr=y&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA",
                        "children": {
                          "57.610": {
                            "url": "https://www.google.de/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421&ipr=y&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA",
                            "navStartToEndTime": 2406,
                            "children": {
                              "57.610": {
                                "children": {},
                                "transferSize": 592,
                                "navStartToEndTime": 2406,
                                "url": "https://www.google.de/pagead/1p-conversion/17303140922/?random=474666266&cv=11&fst=1784561758347&fmt=8&bg=ffffff&guid=ON&async=1&en=page_view&gtm=45be67f0za200zb9224021362zd9224021362xec&gcs=G111&gcd=13t3t3t3t5l1&dma=0&tag_exp=115938466~115938469~118897920~118897930~119709549~119773331&u_w=412&u_h=823&url=https%3A%2F%2Fhellon.earth%2F&rcb=10&label=wbRDCND8kekaELr047pA&capi=1&gtm_ee=1&evnid=sh-802b6f7e-8E28-48F7-0A8E-B2702E87348B&excid=shp.9a961437-dc3b-4aab-b41c-1fb0171ccfb5&tiba=Hell%20on%20Earth%20%7C%20Men%27s%202-in-1%20Face%20Moisturizer%20%2B%20Mineral%20SPF%2043&frm=0&did=dN2ZkMj%2CdNTU0Yz%2CdYmNjMT%2CdNzYwYj&gdid=dN2ZkMj.dNTU0Yz.dYmNjMT&edid=dNzYwYj&hn=www.googleadservices.com&rdp=0&npa=0&pscdl=noapi&auid=1309856054.1784561758&uaa=&uab=64&uafvl=HeadlessChrome%3B149.0.7827.155%7CChromium%3B149.0.7827.155%7CNot)A%253BBrand%3B24.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&ec_mode=c&oidsrc=3&ecsid2=620764302.1784561758&_tu=ABI&gcl_ctr=1~0~0~0&data=event%3Dpage_view%3Bpage_path%3D%2F&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEQjwjvfSBhCGjojr4rnBufwBEjAANt3DXNs2gT5mDicWxi5f2uO_0pNPraJA9DWR-m8ioMDYaIWrDPbsN_cxzGypKh7w_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQIIyeWxAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgj947ECCMnjsQIIl9SxAgjJ27ECCM3msQIIseGxAgiz4bECCKbdsQIIsN6xAgiA27ECCMvhsQI&cerd=Cgimp74tg7C-LQ&fsk=ChEI8I730gYQhLbU_JrtnZWfARIsADxNwh-8qtdJsIiMyWQaTdQYRJIO0WzrsQdTD06mX4yfFlPF09AnwNRvfXQaAs2Q&is_vtc=1&cid=CAQSXAARCiqB31xnPUx8XfWySF7M0MExTpMngFOBZVcad8e1okxk3rE8bz56XQwF5GlB6pd9q_mzLT3Wg1I6JYcoLOz7wnfNg4AnJ7RfgQlBK9p3QnqtkDww0PIeLh2v&random=135782421&ipr=y&pscrd=IhMI9Ni_zcrhlQMV-yWiAx31RC26OhVodHRwczovL2hlbGxvbi5lYXJ0aC9CVkNoQUk4STczMGdZUThzencyOTNpODhSTUVpd0FoaXdZSWtrOWdEZnd4WlZUQ01lYVNtOTloeDVZMFhTa29wQnFYYVREeTJSbXh5UDVxcHVtTUNLM2RRegwICWIICAAQABgAIAA"
                              }
                            },
                            "transferSize": 592
                          }
                        },
                        "transferSize": 592
                      },
                      "57.45": {
                        "children": {},
                        "transferSize": 3182,
                        "navStartToEndTime": 681,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-menu-drawer.css?v=111334943057760530851752466284"
                      },
                      "57.50": {
                        "children": {},
                        "transferSize": 3572,
                        "navStartToEndTime": 669,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-card.css?v=24940163978681877251752466283"
                      },
                      "57.20": {
                        "navStartToEndTime": 758,
                        "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/loader.payment-terms.en.esm.js",
                        "children": {
                          "57.131": {
                            "transferSize": 1443,
                            "children": {},
                            "navStartToEndTime": 793,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.debounce_Cw7GgcT5.esm.js"
                          },
                          "57.130": {
                            "transferSize": 2680,
                            "children": {},
                            "navStartToEndTime": 797,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.I18n_CyHO_-Mc.en.esm.js"
                          },
                          "57.126": {
                            "transferSize": 3956,
                            "children": {},
                            "navStartToEndTime": 785,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.css_BlwJH7D2.esm.js"
                          },
                          "57.124": {
                            "navStartToEndTime": 789,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/client.payment-terms_CZwDQg7L.en.esm.js",
                            "children": {},
                            "transferSize": 19171
                          },
                          "57.125": {
                            "navStartToEndTime": 784,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.AuthorizeStateProvider_Dn1hik64.esm.js",
                            "children": {},
                            "transferSize": 12216
                          },
                          "57.136": {
                            "navStartToEndTime": 787,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.constructCheckoutLink_StcOCR6Y.esm.js",
                            "children": {},
                            "transferSize": 1726
                          },
                          "57.135": {
                            "navStartToEndTime": 790,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.Button_Ddw7bKrk.esm.js",
                            "children": {},
                            "transferSize": 1657
                          },
                          "57.134": {
                            "navStartToEndTime": 786,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.ShopAppIcon_DhiDE7Bi.esm.js",
                            "transferSize": 2398,
                            "children": {}
                          },
                          "57.128": {
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.context_CB6M5Mlj.esm.js",
                            "navStartToEndTime": 798,
                            "transferSize": 1615,
                            "children": {}
                          },
                          "57.129": {
                            "navStartToEndTime": 792,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.PortalProvider_DMTURAGR.esm.js",
                            "children": {},
                            "transferSize": 1692
                          },
                          "57.127": {
                            "navStartToEndTime": 786,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.hooks_DVkRTl1x.esm.js",
                            "children": {},
                            "transferSize": 1857
                          },
                          "57.133": {
                            "navStartToEndTime": 802,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.colors_Cs7EgwvK.esm.js",
                            "transferSize": 2643,
                            "children": {}
                          },
                          "57.132": {
                            "children": {},
                            "transferSize": 1718,
                            "navStartToEndTime": 796,
                            "url": "https://hellon.earth/cdn/shopifycloud/shop-js/modules/v2/chunk.StyleProvider_BKV_kgS6.esm.js"
                          }
                        },
                        "transferSize": 1676
                      },
                      "57.621": {
                        "isLongest": true,
                        "children": {
                          "57.1033": {
                            "navStartToEndTime": 2759,
                            "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlC0OI6T_N7luYtEw.woff2",
                            "children": {},
                            "transferSize": 10535
                          },
                          "57.934": {
                            "navStartToEndTime": 2760,
                            "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR44z5ZnPydRjlCCwlCmOQ6T_N7luYtEw.woff2",
                            "transferSize": 10455,
                            "children": {}
                          },
                          "57.1040": {
                            "transferSize": 49244,
                            "navStartToEndTime": 2760,
                            "url": "https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2",
                            "children": {},
                            "isLongest": true
                          }
                        },
                        "navStartToEndTime": 2720,
                        "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif:ital,wght@0,400&family=Gothic+A1:ital,wght@0,400;0,500;0,700&family=Inter:ital,wght@0,400;0,500;0,700&display=swap",
                        "transferSize": 76260
                      },
                      "57.165": {
                        "navStartToEndTime": 879,
                        "url": "https://hellon.earth/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2",
                        "children": {},
                        "transferSize": 40816
                      },
                      "57.62": {
                        "transferSize": 3882,
                        "children": {},
                        "navStartToEndTime": 873,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/section-footer.css?v=82189834105927452141752466285"
                      },
                      "57.145": {
                        "children": {},
                        "transferSize": 40960,
                        "navStartToEndTime": 879,
                        "url": "https://hellon.earth/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2"
                      },
                      "57.531": {
                        "navStartToEndTime": 1658,
                        "url": "https://cdn.shopify.com/shop-assets/static_uploads/shoplift/GTStandard-MRegular.woff2",
                        "transferSize": 65099,
                        "children": {}
                      },
                      "57.61": {
                        "navStartToEndTime": 794,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/section-newsletter.css?v=66522345935212433581752466285",
                        "transferSize": 1810,
                        "children": {}
                      },
                      "57.64": {
                        "children": {},
                        "transferSize": 1477,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-menu.css?v=169082548569333216891752466283",
                        "navStartToEndTime": 909
                      },
                      "57.52": {
                        "navStartToEndTime": 799,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/section-featured-product.css?v=140308140168266718821752466285",
                        "children": {},
                        "transferSize": 1630
                      },
                      "57.65": {
                        "transferSize": 1399,
                        "children": {},
                        "navStartToEndTime": 909,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-list-payment.css?v=42701807524908968761752466283"
                      },
                      "57.74": {
                        "navStartToEndTime": 614,
                        "url": "https://cdn.shopify.com/storefront/standard-actions.js",
                        "children": {},
                        "transferSize": 5536
                      },
                      "57.47": {
                        "children": {},
                        "transferSize": 3292,
                        "navStartToEndTime": 821,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/section-slideshow.css?v=35888874101274391301752466326"
                      },
                      "57.73": {
                        "navStartToEndTime": 872,
                        "url": "https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Gothic+A1&display=swap",
                        "transferSize": 49038,
                        "children": {
                          "57.382": {
                            "children": {},
                            "transferSize": 16962,
                            "navStartToEndTime": 1113,
                            "url": "https://fonts.gstatic.com/s/cactusclassicalserif/v15/sZlVdQ6K-zJOCzUaS90zMNN-Ep-OoC8dZr0JJudCFF2qr-A.woff2"
                          },
                          "57.481": {
                            "children": {},
                            "transferSize": 10395,
                            "navStartToEndTime": 1113,
                            "url": "https://fonts.gstatic.com/s/gothica1/v18/CSR94z5ZnPydRjlCCwlKa8cvYtF2vA.woff2"
                          }
                        }
                      },
                      "57.63": {
                        "navStartToEndTime": 878,
                        "url": "https://hellon.earth/cdn/shop/t/8/assets/component-accordion.css?v=37048786062549526021752466283",
                        "children": {},
                        "transferSize": 1636
                      }
                    },
                    "navStartToEndTime": 604,
                    "url": "https://hellon.earth/",
                    "transferSize": 43900
                  }
                }
              },
              "type": "list-section"
            },
            {
              "title": "Preconnected origins",
              "type": "list-section",
              "value": {
                "headings": [
                  {
                    "label": "Origin",
                    "subItemsHeading": {
                      "key": "warning"
                    },
                    "key": "origin",
                    "valueType": "text"
                  },
                  {
                    "key": "source",
                    "label": "Source",
                    "valueType": "node"
                  }
                ],
                "items": [
                  {
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://cdn.shopify.com/",
                    "source": {
                      "lhId": "page-9-LINK",
                      "type": "node",
                      "nodeLabel": "head \u003e link",
                      "path": "1,HTML,0,HEAD,5,LINK",
                      "boundingRect": {
                        "height": 0,
                        "width": 0,
                        "top": 0,
                        "left": 0,
                        "bottom": 0,
                        "right": 0
                      },
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://cdn.shopify.com\" crossorigin=\"\"\u003e",
                      "selector": "head \u003e link"
                    }
                  },
                  {
                    "source": {
                      "lhId": "page-10-LINK",
                      "path": "1,HTML,0,HEAD,7,LINK",
                      "type": "node",
                      "nodeLabel": "head \u003e link",
                      "selector": "head \u003e link",
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://fonts.shopifycdn.com\" crossorigin=\"\"\u003e",
                      "boundingRect": {
                        "height": 0,
                        "width": 0,
                        "top": 0,
                        "bottom": 0,
                        "left": 0,
                        "right": 0
                      }
                    },
                    "subItems": {
                      "type": "subitems",
                      "items": [
                        {
                          "warning": "Unused preconnect. Only use preconnect for origins that the page is likely to request."
                        }
                      ]
                    },
                    "origin": "https://fonts.shopifycdn.com/"
                  },
                  {
                    "source": {
                      "lhId": "page-11-LINK",
                      "path": "1,HTML,0,HEAD,41,LINK",
                      "type": "node",
                      "nodeLabel": "head \u003e link",
                      "selector": "head \u003e link",
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://shop.app\" crossorigin=\"anonymous\"\u003e",
                      "boundingRect": {
                        "height": 0,
                        "width": 0,
                        "top": 0,
                        "bottom": 0,
                        "left": 0,
                        "right": 0
                      }
                    },
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://shop.app/"
                  },
                  {
                    "source": {
                      "path": "1,HTML,0,HEAD,13,LINK",
                      "type": "node",
                      "nodeLabel": "head \u003e link",
                      "snippet": "\u003clink rel=\"preconnect\" href=\"https://i.ytimg.com\"\u003e",
                      "selector": "head \u003e link",
                      "boundingRect": {
                        "bottom": 0,
                        "left": 0,
                        "right": 0,
                        "width": 0,
                        "height": 0,
                        "top": 0
                      },
                      "lhId": "page-0-LINK"
                    },
                    "origin": "https://i.ytimg.com/",
                    "subItems": {
                      "items": [
                        {
                          "warning": "Unused preconnect. Only use preconnect for origins that the page is likely to request."
                        }
                      ],
                      "type": "subitems"
                    }
                  },
                  {
                    "source": {
                      "snippet": "\u003clink rel=\"dns-prefetch preconnect\" href=\"https://cdn.shopify.com\" crossorigin=\"\"\u003e",
                      "selector": "head \u003e link",
                      "boundingRect": {
                        "top": 0,
                        "height": 0,
                        "width": 0,
                        "right": 0,
                        "left": 0,
                        "bottom": 0
                      },
                      "path": "1,HTML,0,HEAD,134,LINK",
                      "type": "node",
                      "nodeLabel": "head \u003e link",
                      "lhId": "page-12-LINK"
                    },
                    "subItems": {
                      "items": [
                        {
                          "warning": "Unused preconnect. Only use preconnect for origins that the page is likely to request."
                        }
                      ],
                      "type": "subitems"
                    }
                  },
                  {
                    "source": {
                      "type": "text",
                      "value": "\u003chttps://cdn.shopify.com\u003e; rel=\"preconnect\""
                    },
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://cdn.shopify.com"
                  },
                  {
                    "source": {
                      "value": "\u003chttps://cdn.shopify.com\u003e; rel=\"preconnect\"; crossorigin",
                      "type": "text"
                    },
                    "subItems": {
                      "items": [],
                      "type": "subitems"
                    },
                    "origin": "https://cdn.shopify.com"
                  }
                ],
                "type": "table"
              },
              "description": "[preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to."
            },
            {
              "type": "list-section",
              "title": "Preconnect candidates",
              "description": "Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.",
              "value": {
                "value": "No additional origins are good candidates for preconnecting",
                "type": "text"
              }
            }
          ],
          "type": "list"
        },
        "warnings": [
          "More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins."
        ]
      },
      "focus-traps": {
        "id": "focus-traps",
        "title": "User focus is not accidentally trapped in a region",
        "description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
        "score": null,
        "scoreDisplayMode": "manual"
      },
      "unused-javascript": {
        "id": "unused-javascript",
        "title": "Reduce unused JavaScript",
        "description": "Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).",
        "score": 0,
        "scoreDisplayMode": "metricSavings",
        "displayValue": "Est savings of 1,040 KiB",
        "metricSavings": {
          "LCP": 300,
          "FCP": 0
        },
        "details": {
          "overallSavingsMs": 300,
          "debugData": {
            "metricSavings": {
              "FCP": 0,
              "LCP": 300
            },
            "type": "debugdata"
          },
          "overallSavingsBytes": 1064539,
          "headings": [
            {
              "key": "url",
              "subItemsHeading": {
                "key": "source",
                "valueType": "code"
              },
              "label": "URL",
              "valueType": "url"
            },
            {
              "valueType": "bytes",
              "subItemsHeading": {
                "key": "sourceBytes"
              },
              "key": "totalBytes",
              "label": "Transfer Size"
            },
            {
              "key": "wastedBytes",
              "subItemsHeading": {
                "key": "sourceWastedBytes"
              },
              "label": "Est Savings",
              "valueType": "bytes"
            }
          ],
          "type": "opportunity",
          "sortedBy": [
            "wastedBytes"
          ],
          "items": [
            {
              "wastedBytes": 328960,
              "url": "https://www.youtube.com/s/player/882a803a/player_embed_es6.vflset/en_US/base.js",
              "wastedPercent": 70.313812867364348,
              "totalBytes": 467846
            },
            {
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=r78Drb",
              "wastedPercent": 72.174901680371832,
              "totalBytes": 205694,
              "wastedBytes": 148459
            },
            {
              "wastedBytes": 109046,
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS&cx=c&gtm=4e67f0",
              "wastedPercent": 73.25719635784688,
              "totalBytes": 148853
            },
            {
              "totalBytes": 150795,
              "wastedPercent": 71.880268866758087,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922&cx=c&gtm=4e67f0",
              "wastedBytes": 108392
            },
            {
              "wastedPercent": 50.034312115687321,
              "totalBytes": 149659,
              "url": "https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0Nl0nEFXaE8.2021.O/am=AAAAgA/d=1/br=1/rs=AGKMywGj5OwA77wezRWvDTflmFyX_XfBcQ/m=root,base",
              "wastedBytes": 74881
            },
            {
              "url": "https://www.googletagmanager.com/gtag/js?id=G-JE0FHS5FLS",
              "wastedPercent": 44.360961501024356,
              "totalBytes": 148789,
              "wastedBytes": 66004
            },
            {
              "wastedBytes": 63455,
              "url": "https://www.googletagmanager.com/gtag/js?id=GT-5N59XLH8",
              "wastedPercent": 39.071518809801205,
              "totalBytes": 162408
            },
            {
              "wastedBytes": 53270,
              "wastedPercent": 35.308968366908786,
              "totalBytes": 150869,
              "url": "https://www.googletagmanager.com/gtag/js?id=AW-17303140922"
            },
            {
              "url": "https://connect.facebook.net/en_US/fbevents.js",
              "wastedPercent": 34.693167376086826,
              "totalBytes": 104875,
              "wastedBytes": 36384
            },
            {
              "url": "https://hellon.earth/cdn/wpm/b6392291bw48edd0b4p524860cam091f7eeam.js",
              "wastedPercent": 42.331267068360134,
              "totalBytes": 68651,
              "wastedBytes": 29061
            },
            {
              "wastedBytes": 24214,
              "url": "https://connect.facebook.net/signals/config/1702336720404506?v=2.9.357&r=stable&domain=hellon.earth&hme=1179b74563cacb97c6ebae600e40937237ab12824fb84996eee07eca65cabbd4&ex_m=107%2C208%2C158%2C22%2C73%2C74%2C149%2C69%2C68%2C11%2C167%2C93%2C16%2C141%2C130%2C39%2C76%2C81%2C137%2C163%2C169%2C26%2C27%2C28%2C30%2C48%2C150%2C78%2C115%2C18%2C20%2C44%2C40%2C42%2C41%2C86%2C95%2C99%2C113%2C148%2C151%2C46%2C114%2C24%2C21%2C122%2C70%2C36%2C153%2C152%2C154%2C145%2C143%2C25%2C35%2C59%2C112%2C165%2C71%2C17%2C156%2C117%2C84%2C67%2C19%2C88%2C89%2C119%2C87%2C139%2C138%2C142%2C164%2C34%2C49%2C116%2C47%2C8%2C4%2C5%2C7%2C6%2C3%2C94%2C104%2C170%2C175%2C222%2C75%2C235%2C234%2C233%2C23%2C33%2C55%2C106%2C61%2C10%2C64%2C100%2C101%2C102%2C108%2C133%2C31%2C29%2C135%2C136%2C132%2C131%2C159%2C77%2C162%2C160%2C161%2C50%2C60%2C126%2C15%2C166%2C45%2C280%2C281%2C279%2C294%2C310%2C215%2C204%2C62%2C205%2C203%2C313%2C304%2C52%2C216%2C110%2C134%2C83%2C124%2C54%2C123%2C129%2C128%2C58%2C65%2C63%2C155%2C79%2C80%2C118%2C37%2C32%2C53%2C56%2C103%2C168%2C1%2C127%2C14%2C125%2C12%2C2%2C57%2C96%2C66%2C121%2C92%2C91%2C171%2C172%2C97%2C98%2C9%2C105%2C51%2C146%2C90%2C82%2C72%2C120%2C109%2C43%2C147%2C0%2C85%2C140%2C144%2C157%2C38%2C111%2C13%2C173",
              "totalBytes": 66178,
              "wastedPercent": 36.589911997966631
            },
            {
              "wastedPercent": 57.138900794566617,
              "totalBytes": 39226,
              "url": "https://hellon.earth/cdn/shop/t/8/assets/swiper-bundle.min.js?v=42379388556186317811752466285",
              "wastedBytes": 22413
            }
          ]
        },
        "numericValue": 300,
        "numericUnit": "millisecond"
      },
      "canonical": {
        "id": "canonical",
        "title": "Document has a valid `rel=canonical`",
        "description": "Canonical links suggest which URL to show in search results. [Learn more about canonical links](https://developer.chrome.com/docs/lighthouse/seo/canonical/).",
        "score": 1,
        "scoreDisplayMode": "binary"
      },
      "aria-required-attr": {
        "id": "aria-required-attr",
        "title": "`[role]`s have all required `[aria-*]` attributes",
        "description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.12/aria-required-attr).",
        "score": 1,
        "scoreDisplayMode": "binary",
        "details": {
          "headings": [
            {
              "key": "node",
              "subItemsHeading": {
                "key": "relatedNode",
                "valueType": "node"
              },
              "label": "Failing Elements",
              "valueType": "node"
            }
          ],
          "type": "table",
          "items": []
        }
      },
      "visual-order-follows-dom": {
        "id": "visual-order-follows-dom",
        "title": "Visual order on the page follows DOM order",
        "description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
        "score": null,
        "scoreDisplayMode": "manual"
      }
    },
    "categories": {
      "performance": {
        "id": "performance",
        "title": "Performance",
        "score": 0.61,
        "auditRefs": [
          {
            "id": "first-contentful-paint",
            "weight": 10,
            "group": "metrics",
            "acronym": "FCP"
          },
          {
            "id": "largest-contentful-paint",
            "weight": 25,
            "group": "metrics",
            "acronym": "LCP"
          },
          {
            "id": "total-blocking-time",
            "weight": 30,
            "group": "metrics",
            "acronym": "TBT"
          },
          {
            "id": "cumulative-layout-shift",
            "weight": 25,
            "group": "metrics",
            "acronym": "CLS"
          },
          {
            "id": "speed-index",
            "weight": 10,
            "group": "metrics",
            "acronym": "SI"
          },
          {
            "id": "cache-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "cls-culprits-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "document-latency-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "dom-size-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "duplicated-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "font-display-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "forced-reflow-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "image-delivery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "inp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-breakdown-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "lcp-discovery-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "legacy-javascript-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "network-dependency-tree-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "render-blocking-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "third-parties-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "viewport-insight",
            "weight": 0,
            "group": "insights"
          },
          {
            "id": "interactive",
            "weight": 0,
            "group": "hidden",
            "acronym": "TTI"
          },
          {
            "id": "max-potential-fid",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "unminified-css",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unminified-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-css-rules",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unused-javascript",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "total-byte-weight",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "user-timings",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "bootup-time",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "mainthread-work-breakdown",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "long-tasks",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "non-composited-animations",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "unsized-images",
            "weight": 0,
            "group": "diagnostics"
          },
          {
            "id": "network-requests",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-rtt",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "network-server-latency",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "main-thread-tasks",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "diagnostics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "metrics",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "screenshot-thumbnails",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "final-screenshot",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "script-treemap-data",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "resource-summary",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "redirects",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "server-response-time",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "layout-shifts",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "accessibility": {
        "id": "accessibility",
        "title": "Accessibility",
        "description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
        "score": 0.97,
        "manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
        "auditRefs": [
          {
            "id": "accesskeys",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "aria-allowed-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-command-name",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-conditional-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-deprecated-role",
            "weight": 1,
            "group": "a11y-aria"
          },
          {
            "id": "aria-dialog-name",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-body",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-hidden-focus",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-input-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-meter-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-progressbar-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-prohibited-attr",
            "weight": 7,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-children",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-required-parent",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-roles",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-text",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-toggle-field-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-tooltip-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-treeitem-name",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr-value",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "aria-valid-attr",
            "weight": 10,
            "group": "a11y-aria"
          },
          {
            "id": "button-name",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "bypass",
            "weight": 0,
            "group": "a11y-navigation"
          },
          {
            "id": "color-contrast",
            "weight": 7,
            "group": "a11y-color-contrast"
          },
          {
            "id": "definition-list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "dlitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "document-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "duplicate-id-aria",
            "weight": 0,
            "group": "a11y-aria"
          },
          {
            "id": "form-field-multiple-labels",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "frame-title",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "heading-order",
            "weight": 3,
            "group": "a11y-navigation"
          },
          {
            "id": "html-has-lang",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-lang-valid",
            "weight": 7,
            "group": "a11y-language"
          },
          {
            "id": "html-xml-lang-mismatch",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "image-alt",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-button-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "input-image-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "label",
            "weight": 10,
            "group": "a11y-names-labels"
          },
          {
            "id": "link-in-text-block",
            "weight": 0,
            "group": "a11y-color-contrast"
          },
          {
            "id": "link-name",
            "weight": 7,
            "group": "a11y-names-labels"
          },
          {
            "id": "list",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "listitem",
            "weight": 7,
            "group": "a11y-tables-lists"
          },
          {
            "id": "meta-refresh",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "meta-viewport",
            "weight": 10,
            "group": "a11y-best-practices"
          },
          {
            "id": "object-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "select-name",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "skip-link",
            "weight": 3,
            "group": "a11y-names-labels"
          },
          {
            "id": "tabindex",
            "weight": 7,
            "group": "a11y-navigation"
          },
          {
            "id": "target-size",
            "weight": 7,
            "group": "a11y-best-practices"
          },
          {
            "id": "td-headers-attr",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "th-has-data-cells",
            "weight": 0,
            "group": "a11y-tables-lists"
          },
          {
            "id": "valid-lang",
            "weight": 0,
            "group": "a11y-language"
          },
          {
            "id": "video-caption",
            "weight": 0,
            "group": "a11y-audio-video"
          },
          {
            "id": "landmark-one-main",
            "weight": 3,
            "group": "a11y-best-practices"
          },
          {
            "id": "autocomplete-valid",
            "weight": 1,
            "group": "a11y-best-practices"
          },
          {
            "id": "presentation-role-conflict",
            "weight": 1,
            "group": "a11y-best-practices"
          },
          {
            "id": "svg-img-alt",
            "weight": 1,
            "group": "a11y-best-practices"
          },
          {
            "id": "focusable-controls",
            "weight": 0
          },
          {
            "id": "interactive-element-affordance",
            "weight": 0
          },
          {
            "id": "logical-tab-order",
            "weight": 0
          },
          {
            "id": "visual-order-follows-dom",
            "weight": 0
          },
          {
            "id": "focus-traps",
            "weight": 0
          },
          {
            "id": "managed-focus",
            "weight": 0
          },
          {
            "id": "use-landmarks",
            "weight": 0
          },
          {
            "id": "offscreen-content-hidden",
            "weight": 0
          },
          {
            "id": "custom-controls-labels",
            "weight": 0
          },
          {
            "id": "custom-controls-roles",
            "weight": 0
          },
          {
            "id": "table-duplicate-name",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "empty-heading",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "aria-allowed-role",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "image-redundant-alt",
            "weight": 0,
            "group": "a11y-names-labels"
          },
          {
            "id": "identical-links-same-purpose",
            "weight": 0,
            "group": "a11y-best-practices"
          },
          {
            "id": "label-content-name-mismatch",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "table-fake-caption",
            "weight": 0,
            "group": "hidden"
          },
          {
            "id": "td-has-header",
            "weight": 0,
            "group": "hidden"
          }
        ]
      },
      "best-practices": {
        "id": "best-practices",
        "title": "Best Practices",
        "score": 0.54,
        "auditRefs": [
          {
            "id": "is-on-https",
            "weight": 5,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "redirects-http",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "geolocation-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "notification-on-start",
            "weight": 1,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "csp-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "has-hsts",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "origin-isolation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "clickjacking-mitigation",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "trusted-types-xss",
            "weight": 0,
            "group": "best-practices-trust-safety"
          },
          {
            "id": "paste-preventing-inputs",
            "weight": 3,
            "group": "best-practices-ux"
          },
          {
            "id": "image-aspect-ratio",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "image-size-responsive",
            "weight": 1,
            "group": "best-practices-ux"
          },
          {
            "id": "doctype",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "charset",
            "weight": 1,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "baseline",
            "weight": 0,
            "group": "best-practices-browser-compat"
          },
          {
            "id": "js-libraries",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "deprecations",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "third-party-cookies",
            "weight": 5,
            "group": "best-practices-general"
          },
          {
            "id": "errors-in-console",
            "weight": 1,
            "group": "best-practices-general"
          },
          {
            "id": "valid-source-maps",
            "weight": 0,
            "group": "best-practices-general"
          },
          {
            "id": "inspector-issues",
            "weight": 1,
            "group": "best-practices-general"
          }
        ]
      },
      "seo": {
        "id": "seo",
        "title": "SEO",
        "description": "These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on [Core Web Vitals](https://web.dev/explore/vitals). [Learn more about Google Search Essentials](https://support.google.com/webmasters/answer/35769).",
        "score": 0.92,
        "manualDescription": "Run these additional validators on your site to check additional SEO best practices.",
        "auditRefs": [
          {
            "id": "is-crawlable",
            "weight": 4.0434782608695654,
            "group": "seo-crawl"
          },
          {
            "id": "document-title",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "meta-description",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "http-status-code",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "link-text",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "crawlable-anchors",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "robots-txt",
            "weight": 1,
            "group": "seo-crawl"
          },
          {
            "id": "image-alt",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "hreflang",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "canonical",
            "weight": 1,
            "group": "seo-content"
          },
          {
            "id": "structured-data",
            "weight": 0
          }
        ]
      }
    },
    "categoryGroups": {
      "a11y-navigation": {
        "title": "Navigation",
        "description": "These are opportunities to improve keyboard navigation in your application."
      },
      "seo-crawl": {
        "title": "Crawling and Indexing",
        "description": "To appear in search results, crawlers need access to your app."
      },
      "diagnostics": {
        "title": "Diagnostics",
        "description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
      },
      "a11y-best-practices": {
        "title": "Best practices",
        "description": "These items highlight common accessibility best practices."
      },
      "a11y-aria": {
        "title": "ARIA",
        "description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
      },
      "webmcp": {
        "title": "WebMCP",
        "description": "Audits validating WebMCP integration."
      },
      "metrics": {
        "title": "Metrics"
      },
      "a11y-names-labels": {
        "title": "Names and labels",
        "description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
      },
      "a11y-color-contrast": {
        "title": "Contrast",
        "description": "These are opportunities to improve the legibility of your content."
      },
      "best-practices-trust-safety": {
        "title": "Trust and Safety"
      },
      "seo-content": {
        "title": "Content Best Practices",
        "description": "Format your HTML in a way that enables crawlers to better understand your app’s content."
      },
      "agent-accessibility": {
        "title": "Agent Accessibility",
        "description": "These audits highlight best practices for improving the accessibility of the website for AI agents."
      },
      "best-practices-ux": {
        "title": "User Experience"
      },
      "seo-mobile": {
        "title": "Mobile Friendly",
        "description": "Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
      },
      "best-practices-browser-compat": {
        "title": "Browser Compatibility"
      },
      "a11y-tables-lists": {
        "title": "Tables and lists",
        "description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
      },
      "a11y-audio-video": {
        "title": "Audio and video",
        "description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
      },
      "best-practices-general": {
        "title": "General"
      },
      "a11y-language": {
        "title": "Internationalization and localization",
        "description": "These are opportunities to improve the interpretation of your content by users in different locales."
      },
      "insights": {
        "title": "Insights",
        "description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
      }
    },
    "timing": {
      "total": 18722
    },
    "i18n": {
      "rendererFormattedStrings": {
        "varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
        "opportunityResourceColumnLabel": "Opportunity",
        "opportunitySavingsColumnLabel": "Estimated Savings",
        "errorMissingAuditInfo": "Report error: no audit information",
        "errorLabel": "Error!",
        "warningHeader": "Warnings: ",
        "passedAuditsGroupTitle": "Passed audits",
        "notApplicableAuditsGroupTitle": "Not applicable",
        "manualAuditsGroupTitle": "Additional items to manually check",
        "toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
        "crcLongestDurationLabel": "Maximum critical path latency:",
        "crcInitialNavigation": "Initial Navigation",
        "lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
        "labDataTitle": "Lab Data",
        "warningAuditsGroupTitle": "Passed audits but with warnings",
        "snippetExpandButtonLabel": "Expand snippet",
        "snippetCollapseButtonLabel": "Collapse snippet",
        "thirdPartyResourcesLabel": "Show 3rd-party resources",
        "runtimeDesktopEmulation": "Emulated Desktop",
        "runtimeMobileEmulation": "Emulated Moto G Power",
        "runtimeNoEmulation": "No emulation",
        "runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
        "runtimeSettingsCPUThrottling": "CPU throttling",
        "runtimeSettingsDevice": "Device",
        "runtimeSettingsNetworkThrottling": "Network throttling",
        "runtimeSettingsUANetwork": "User agent (network)",
        "runtimeUnknown": "Unknown",
        "dropdownCopyJSON": "Copy JSON",
        "dropdownDarkTheme": "Toggle Dark Theme",
        "dropdownPrintExpanded": "Print Expanded",
        "dropdownPrintSummary": "Print Summary",
        "dropdownSaveGist": "Save as Gist",
        "dropdownSaveHTML": "Save as HTML",
        "dropdownSaveJSON": "Save as JSON",
        "dropdownViewer": "Open in Viewer",
        "footerIssue": "File an issue",
        "throttlingProvided": "Provided by environment",
        "calculatorLink": "See calculator.",
        "runtimeSettingsAxeVersion": "Axe version",
        "viewTreemapLabel": "View Treemap",
        "showRelevantAudits": "Show audits relevant to:"
      }
    },
    "entities": [
      {
        "name": "hellon.earth",
        "isFirstParty": true,
        "isUnrecognized": true,
        "origins": [
          "https://hellon.earth"
        ]
      },
      {
        "name": "shop.app",
        "isUnrecognized": true,
        "origins": [
          "https://shop.app"
        ]
      },
      {
        "name": "Shopify",
        "homepage": "https://www.shopify.com/",
        "category": "hosting",
        "origins": [
          "https://cdn.shopify.com",
          "https://otlp-http-production.shopifysvc.com",
          "https://monorail-edge.shopifysvc.com"
        ]
      },
      {
        "name": "Klaviyo",
        "category": "ad",
        "origins": [
          "https://static.klaviyo.com",
          "https://static-tracking.klaviyo.com",
          "https://fast.a.klaviyo.com",
          "https://a.klaviyo.com",
          "https://static-forms.klaviyo.com"
        ]
      },
      {
        "name": "Google Fonts",
        "homepage": "https://fonts.google.com/",
        "category": "cdn",
        "origins": [
          "https://fonts.googleapis.com",
          "https://fonts.gstatic.com"
        ]
      },
      {
        "name": "YouTube",
        "homepage": "https://youtube.com",
        "category": "video",
        "origins": [
          "https://www.youtube.com"
        ]
      },
      {
        "name": "Google Tag Manager",
        "homepage": "https://marketingplatform.google.com/about/tag-manager/",
        "category": "tag-manager",
        "origins": [
          "https://www.googletagmanager.com"
        ]
      },
      {
        "name": "Facebook",
        "homepage": "https://www.facebook.com",
        "category": "social",
        "origins": [
          "https://connect.facebook.net",
          "https://www.facebook.com"
        ]
      },
      {
        "name": "StackAdapt",
        "category": "ad",
        "origins": [
          "https://tags.srv.stackadapt.com"
        ]
      },
      {
        "name": "TikTok",
        "homepage": "https://www.tiktok.com/en/",
        "category": "social",
        "origins": [
          "https://analytics.tiktok.com"
        ]
      },
      {
        "name": "Google/Doubleclick Ads",
        "homepage": "https://marketingplatform.google.com/about/enterprise/",
        "category": "ad",
        "origins": [
          "https://googleads.g.doubleclick.net",
          "https://static.doubleclick.net",
          "https://ad.doubleclick.net",
          "https://www.googleadservices.com"
        ]
      },
      {
        "name": "Bugsnag",
        "category": "utility",
        "origins": [
          "https://d2wy8f7a9ursnm.cloudfront.net",
          "https://sessions.bugsnag.com"
        ]
      },
      {
        "name": "vibe.co",
        "isUnrecognized": true,
        "origins": [
          "https://t.vibe.co"
        ]
      },
      {
        "name": "tiktokw.us",
        "isUnrecognized": true,
        "origins": [
          "https://analytics-ipv6.tiktokw.us"
        ]
      },
      {
        "name": "merchant-center-analytics.goog",
        "isUnrecognized": true,
        "origins": [
          "https://www.merchant-center-analytics.goog"
        ]
      },
      {
        "name": "Google Analytics",
        "homepage": "https://marketingplatform.google.com/about/analytics/",
        "category": "analytics",
        "origins": [
          "https://www.google-analytics.com"
        ]
      },
      {
        "name": "Other Google APIs/SDKs",
        "homepage": "https://developers.google.com/apis-explorer/#p/",
        "category": "utility",
        "origins": [
          "https://www.google.com",
          "https://www.google.de",
          "https://jnn-pa.googleapis.com"
        ]
      }
    ],
    "fullPageScreenshot": {
      "nodes": {
        "1-10-STRONG": {
          "right": 369,
          "left": 43,
          "bottom": 26,
          "top": 8,
          "height": 19,
          "width": 326
        },
        "1-111-IMG": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-3-A": {
          "height": 40,
          "width": 165,
          "top": 2783,
          "bottom": 2823,
          "left": 123,
          "right": 289
        },
        "1-170-LINK": {
          "width": 0,
          "height": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-66-LABEL": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-300-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-46-A": {
          "width": 332,
          "height": 40,
          "top": 3856,
          "left": 40,
          "bottom": 3896,
          "right": 372
        },
        "1-72-INPUT": {
          "left": 0,
          "bottom": 0,
          "id": "template--17920135889031__featured_product_rzWRw3-1-1",
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "page-18-IMG": {
          "top": 458,
          "height": 471,
          "width": 372,
          "right": 772,
          "bottom": 929,
          "left": 400
        },
        "1-244-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-230-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-221-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-280-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-38-A": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-45-A": {
          "top": 3816,
          "height": 40,
          "width": 332,
          "right": 372,
          "left": 40,
          "bottom": 3856
        },
        "1-79-INPUT": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-35-A": {
          "right": 372,
          "left": 40,
          "bottom": 3623,
          "top": 3583,
          "width": 332,
          "height": 40
        },
        "1-263-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-178-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-172-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-76-INPUT": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-212-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-214-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-145-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "page-9-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-196-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-49-A": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-229-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-255-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-52-A": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-30-A": {
          "top": 3345,
          "width": 40,
          "height": 40,
          "right": 160,
          "left": 120,
          "bottom": 3385
        },
        "1-295-META": {
          "left": 0,
          "bottom": 0,
          "id": "in-context-paypal-metadata",
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-223-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-163-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-20-A": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-224-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-69-LABEL": {
          "height": 8,
          "width": 1,
          "top": 2984,
          "left": 19,
          "bottom": 2992,
          "right": 20
        },
        "1-203-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-218-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-116-IMG": {
          "height": 78,
          "width": 62,
          "top": 938,
          "left": 309,
          "bottom": 1016,
          "right": 371
        },
        "1-71-INPUT": {
          "left": 0,
          "bottom": 0,
          "id": "template--17920135889031__featured_product_rzWRw3-1-0",
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-273-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-113-IMG": {
          "height": 78,
          "width": 62,
          "top": 938,
          "bottom": 1016,
          "left": 93,
          "right": 155
        },
        "1-24-A": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-297-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-31-A": {
          "height": 40,
          "width": 40,
          "top": 3345,
          "left": 160,
          "bottom": 3385,
          "right": 200
        },
        "1-183-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-247-LINK": {
          "width": 0,
          "height": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-290-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-32-A": {
          "right": 372,
          "bottom": 3502,
          "left": 40,
          "top": 3462,
          "height": 40,
          "width": 332
        },
        "1-146-LINK": {
          "width": 0,
          "height": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-65-LABEL": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-193-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-219-LINK": {
          "width": 0,
          "height": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-279-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-175-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-147-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-77-INPUT": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-275-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-16-A": {
          "left": 44,
          "bottom": 532,
          "right": 44,
          "height": 57,
          "width": 0,
          "top": 475
        },
        "1-243-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-134-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-21-IMG": {
          "top": 938,
          "height": 78,
          "width": 62,
          "right": 299,
          "left": 237,
          "bottom": 1016
        },
        "1-107-IMG": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-180-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-179-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-259-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-299-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-53-A": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "page-16-IFRAME": {
          "left": 0,
          "bottom": 1795,
          "right": 412,
          "height": 232,
          "width": 412,
          "top": 1563
        },
        "1-63-FORM": {
          "height": 0,
          "width": 412,
          "top": 4393,
          "left": 0,
          "bottom": 4393,
          "id": "CartDrawer-Form",
          "right": 412
        },
        "1-115-IMG": {
          "height": 78,
          "width": 62,
          "top": 938,
          "left": 237,
          "bottom": 1016,
          "right": 299
        },
        "1-106-IMG": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-277-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-158-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-68-LABEL": {
          "bottom": 1468,
          "left": 20,
          "right": 21,
          "height": 1,
          "width": 1,
          "top": 1467
        },
        "page-26-IMG": {
          "right": 83,
          "left": 21,
          "bottom": 1016,
          "top": 938,
          "height": 78,
          "width": 62
        },
        "1-251-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-104-IMG": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-253-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-33-A": {
          "top": 3502,
          "height": 40,
          "width": 332,
          "right": 372,
          "bottom": 3542,
          "left": 40
        },
        "1-48-A": {
          "bottom": 3977,
          "left": 40,
          "right": 372,
          "height": 40,
          "width": 332,
          "top": 3936
        },
        "1-249-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-268-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-55-A": {
          "top": 4266,
          "height": 19,
          "width": 116,
          "right": 265,
          "bottom": 4285,
          "left": 149
        },
        "1-166-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-14-A": {
          "right": 44,
          "bottom": 332,
          "left": 44,
          "top": 275,
          "height": 57,
          "width": 0
        },
        "1-26-A": {
          "top": 1049,
          "height": 112,
          "width": 372,
          "right": 392,
          "left": 20,
          "bottom": 1161
        },
        "page-7-SPAN": {
          "bottom": 348,
          "left": 87,
          "right": 325,
          "height": 163,
          "width": 238,
          "top": 186
        },
        "1-83-INPUT": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-17-IFRAME": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-289-META": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-195-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-227-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-25-A": {
          "width": 0,
          "height": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-90-INPUT": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-278-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-122-IMG": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-228-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-293-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "id": "shopify-digital-wallet",
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-87-INPUT": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-121-IMG": {
          "right": 330,
          "bottom": 2051,
          "left": 82,
          "top": 1862,
          "height": 190,
          "width": 247
        },
        "1-288-META": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-157-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-6-SPAN": {
          "height": 22,
          "width": 77,
          "top": 4162,
          "bottom": 4184,
          "left": 157,
          "right": 233
        },
        "1-168-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-256-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-281-META": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-64-FORM": {
          "top": 1977,
          "height": 440,
          "width": 390,
          "right": 401,
          "bottom": 2417,
          "left": 11
        },
        "page-36-BUTTON": {
          "height": 38,
          "width": 40,
          "top": 1468,
          "bottom": 1506,
          "left": 21,
          "right": 61
        },
        "page-24-IMG": {
          "left": 176,
          "bottom": 133,
          "right": 236,
          "height": 99,
          "width": 60,
          "top": 34
        },
        "1-81-INPUT": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-98-IMG": {
          "height": 471,
          "width": 372,
          "top": 458,
          "bottom": 929,
          "left": 780,
          "right": 1152
        },
        "1-12-A": {
          "height": 40,
          "width": 1,
          "top": -1,
          "left": -1,
          "bottom": 39,
          "right": 0
        },
        "1-292-META": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-260-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-190-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-132-LINK": {
          "left": 0,
          "id": "shopify-accelerated-checkout-styles",
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-139-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-200-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-144-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-272-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-88-INPUT": {
          "bottom": 3029,
          "id": "NewsletterForm--template--17920135889031__newsletter_GCQhrD",
          "left": 20,
          "right": 392,
          "width": 372,
          "height": 44,
          "top": 2985
        },
        "1-294-META": {
          "width": 0,
          "height": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-118-IMG": {
          "right": 515,
          "left": 453,
          "bottom": 1016,
          "top": 938,
          "height": 78,
          "width": 62
        },
        "1-117-IMG": {
          "right": 443,
          "left": 381,
          "bottom": 1016,
          "top": 938,
          "height": 78,
          "width": 62
        },
        "1-97-IMG": {
          "height": 471,
          "width": 372,
          "top": 458,
          "bottom": 929,
          "left": 400,
          "right": 772
        },
        "1-266-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-226-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-137-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-141-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "page-31-IMG": {
          "right": 1152,
          "bottom": 929,
          "left": 780,
          "top": 458,
          "height": 471,
          "width": 372
        },
        "1-114-IMG": {
          "top": 938,
          "height": 78,
          "width": 62,
          "right": 227,
          "bottom": 1016,
          "left": 165
        },
        "1-99-IMG": {
          "left": 1160,
          "bottom": 929,
          "right": 1532,
          "height": 471,
          "width": 372,
          "top": 458
        },
        "1-127-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-159-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-61-FORM": {
          "height": 92,
          "width": 372,
          "top": 2985,
          "left": 20,
          "bottom": 3077,
          "id": "contact_form",
          "right": 392
        },
        "page-20-IMG": {
          "top": 938,
          "height": 78,
          "width": 62,
          "right": 227,
          "bottom": 1016,
          "left": 165
        },
        "1-128-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-222-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-191-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-15-A": {
          "left": 44,
          "bottom": 474,
          "right": 44,
          "height": 141,
          "width": 0,
          "top": 333
        },
        "1-248-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-232-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-296-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-74-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-187-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-36-A": {
          "left": 40,
          "bottom": 3663,
          "right": 372,
          "height": 40,
          "width": 332,
          "top": 3623
        },
        "1-123-IMG": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-86-INPUT": {
          "width": 0,
          "height": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-236-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-80-INPUT": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-270-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-25-IFRAME": {
          "right": 4,
          "bottom": 14,
          "id": "web-pixel-sandbox-CUSTOM-shopify-custom-pixel-LAX-6392291bw48edd0b4p524860cam091f7eea",
          "left": 0,
          "top": 10,
          "height": 4,
          "width": 4
        },
        "page-14-BODY": {
          "width": 412,
          "height": 4393,
          "top": 0,
          "left": 0,
          "bottom": 4393,
          "right": 412
        },
        "1-257-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-271-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-140-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-274-META": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-9-A": {
          "height": 40,
          "width": 40,
          "top": 3345,
          "left": 40,
          "bottom": 3385,
          "right": 80
        },
        "1-208-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-231-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "page-11-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "page-23-IMG": {
          "height": 97,
          "width": 90,
          "top": 3226,
          "bottom": 3323,
          "left": 40,
          "right": 130
        },
        "1-171-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-91-INPUT": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-92-INPUT": {
          "right": 372,
          "left": 40,
          "id": "NewsletterForm--sections--17920136183943__footer",
          "bottom": 4137,
          "top": 4097,
          "height": 40,
          "width": 332
        },
        "1-160-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-110-IMG": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-78-INPUT": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-194-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-129-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-283-META": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-138-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-237-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-50-A": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-267-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-103-IMG": {
          "top": 458,
          "height": 471,
          "width": 372,
          "right": 3052,
          "bottom": 929,
          "left": 2680
        },
        "1-109-IMG": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-252-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-19-A": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-126-IMG": {
          "top": 3226,
          "height": 97,
          "width": 90,
          "right": 130,
          "bottom": 3323,
          "left": 40
        },
        "1-136-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-164-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-43-A": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-181-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-37-A": {
          "right": 372,
          "left": 40,
          "bottom": 3703,
          "top": 3663,
          "height": 40,
          "width": 332
        },
        "1-125-IMG": {
          "height": 337,
          "width": 247,
          "top": 2238,
          "left": 82,
          "bottom": 2575,
          "right": 330
        },
        "1-82-INPUT": {
          "right": 99,
          "left": 61,
          "bottom": 1506,
          "id": "Quantity-template--17920135889031__featured_product_rzWRw3",
          "top": 1468,
          "height": 38,
          "width": 38
        },
        "1-188-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-70-LABEL": {
          "height": 1,
          "width": 1,
          "top": 4136,
          "left": 39,
          "bottom": 4137,
          "right": 40
        },
        "1-22-A": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "page-29-IMG": {
          "right": 515,
          "left": 453,
          "bottom": 1016,
          "top": 938,
          "height": 78,
          "width": 62
        },
        "1-40-A": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-148-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-201-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-93-INPUT": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-182-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-17-A": {
          "left": 44,
          "bottom": 627,
          "right": 126,
          "width": 82,
          "height": 62,
          "top": 565
        },
        "page-19-IMG": {
          "left": 1920,
          "bottom": 929,
          "right": 2292,
          "height": 471,
          "width": 372,
          "top": 458
        },
        "page-12-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-154-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-23-A": {
          "bottom": 133,
          "left": 176,
          "right": 236,
          "height": 99,
          "width": 60,
          "top": 34
        },
        "1-119-IMG": {
          "top": 938,
          "height": 78,
          "width": 62,
          "right": 587,
          "left": 525,
          "bottom": 1016
        },
        "page-27-IMG": {
          "left": 93,
          "bottom": 1016,
          "right": 155,
          "height": 78,
          "width": 62,
          "top": 938
        },
        "1-169-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "page-2-IMG": {
          "height": 403,
          "width": 412,
          "top": 1795,
          "left": 0,
          "bottom": 2198,
          "right": 412
        },
        "1-18-A": {
          "top": 736,
          "height": 40,
          "width": 81,
          "right": 125,
          "bottom": 775,
          "left": 44
        },
        "page-13-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-51-A": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "page-32-IMG": {
          "left": 1160,
          "bottom": 929,
          "right": 1532,
          "height": 471,
          "width": 372,
          "top": 458
        },
        "1-89-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-264-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-59-FORM": {
          "top": 1400,
          "height": 43,
          "width": 372,
          "right": 392,
          "left": 20,
          "bottom": 1443,
          "id": {}
        },
        "1-44-A": {
          "height": 40,
          "width": 332,
          "top": 3776,
          "bottom": 3816,
          "left": 40,
          "right": 372
        },
        "page-35-UL": {
          "right": 372,
          "bottom": 3977,
          "left": 40,
          "top": 3776,
          "height": 201,
          "width": 332
        },
        "1-7-BUTTON": {
          "bottom": 4193,
          "left": 40,
          "right": 372,
          "height": 40,
          "width": 332,
          "top": 4153
        },
        "1-85-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-42-A": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-213-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-242-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "page-8-DIV": {
          "bottom": 1017,
          "left": 20,
          "right": 84,
          "width": 64,
          "height": 80,
          "top": 937
        },
        "1-56-A": {
          "bottom": 2275,
          "left": 121,
          "right": 291,
          "height": 40,
          "width": 169,
          "top": 2235
        },
        "1-225-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-156-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-133-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-176-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-11-DIV": {
          "right": 412,
          "bottom": 34,
          "left": 0,
          "top": 0,
          "width": 412,
          "height": 34
        },
        "1-124-IMG": {
          "top": 2198,
          "height": 666,
          "width": 412,
          "right": 412,
          "left": 0,
          "bottom": 2863
        },
        "1-207-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-282-META": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "page-6-DIV": {
          "top": 0,
          "height": 34,
          "width": 326,
          "right": 369,
          "bottom": 34,
          "left": 43
        },
        "1-73-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "id": "template--17920135889031__featured_product_rzWRw3-1-2",
          "right": 0
        },
        "1-209-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-5-IMG": {
          "right": 392,
          "left": 20,
          "bottom": 929,
          "top": 458,
          "width": 372,
          "height": 471
        },
        "1-261-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "page-33-IMG": {
          "top": 458,
          "width": 372,
          "height": 471,
          "right": 1912,
          "bottom": 929,
          "left": 1540
        },
        "1-161-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-241-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-165-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-84-INPUT": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-28-A": {
          "top": 3226,
          "height": 97,
          "width": 90,
          "right": 130,
          "left": 40,
          "bottom": 3323
        },
        "1-199-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-262-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-5-BUTTON": {
          "height": 40,
          "width": 372,
          "top": 3037,
          "left": 20,
          "bottom": 3077,
          "right": 392
        },
        "1-2-SPAN": {
          "bottom": 2814,
          "left": 149,
          "right": 241,
          "width": 91,
          "height": 22,
          "top": 2792
        },
        "1-39-A": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "page-34-UL": {
          "height": 241,
          "width": 332,
          "top": 3462,
          "left": 40,
          "bottom": 3703,
          "right": 372
        },
        "1-29-A": {
          "top": 3345,
          "height": 40,
          "width": 40,
          "right": 120,
          "left": 80,
          "bottom": 3385
        },
        "1-13-A": {
          "right": 44,
          "left": 44,
          "bottom": 274,
          "top": 217,
          "width": 0,
          "height": 57
        },
        "1-216-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-186-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-58-A": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-234-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-1-BUTTON": {
          "height": 40,
          "width": 246,
          "top": 1467,
          "left": 146,
          "bottom": 1507,
          "right": 392
        },
        "1-95-IMG": {
          "left": 0,
          "bottom": 402,
          "right": 412,
          "width": 412,
          "height": 269,
          "top": 133
        },
        "1-75-INPUT": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-60-FORM": {
          "right": 392,
          "bottom": 1507,
          "id": {},
          "left": 20,
          "top": 1467,
          "height": 40,
          "width": 372
        },
        "page-4-IMG": {
          "right": 330,
          "left": 82,
          "bottom": 2575,
          "top": 2238,
          "height": 337,
          "width": 247
        },
        "1-198-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-240-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-3-IMG": {
          "bottom": 402,
          "left": 0,
          "right": 412,
          "height": 269,
          "width": 412,
          "top": 133
        },
        "1-167-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-96-IMG": {
          "bottom": 929,
          "left": 20,
          "right": 392,
          "height": 471,
          "width": 372,
          "top": 458
        },
        "1-155-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-153-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-238-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-197-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "page-0-IMG": {
          "top": 2198,
          "height": 666,
          "width": 412,
          "right": 412,
          "left": 0,
          "bottom": 2863
        },
        "1-57-A": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-131-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-235-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-67-LABEL": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-10-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-30-IMG": {
          "height": 78,
          "width": 62,
          "top": 938,
          "left": 525,
          "bottom": 1016,
          "right": 587
        },
        "1-204-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-254-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-142-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-62-FORM": {
          "left": 40,
          "bottom": 4193,
          "id": "contact_form",
          "right": 372,
          "height": 164,
          "width": 332,
          "top": 4030
        },
        "1-174-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-276-META": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-284-META": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-269-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-206-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-250-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-298-META": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-215-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-150-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "left": 0,
          "bottom": 0,
          "right": 0
        },
        "1-184-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "page-28-IMG": {
          "top": 938,
          "width": 62,
          "height": 78,
          "right": 443,
          "bottom": 1016,
          "left": 381
        },
        "page-1-IMG": {
          "right": 330,
          "bottom": 2051,
          "left": 82,
          "top": 1862,
          "width": 247,
          "height": 190
        },
        "1-286-META": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-177-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-101-IMG": {
          "right": 2292,
          "left": 1920,
          "bottom": 929,
          "top": 458,
          "height": 471,
          "width": 372
        },
        "1-239-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-220-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-210-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-258-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-287-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "page-22-IMG": {
          "right": 371,
          "bottom": 1016,
          "left": 309,
          "top": 938,
          "width": 62,
          "height": 78
        },
        "1-162-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "page-15-path": {
          "left": 114,
          "bottom": 760,
          "right": 123,
          "width": 9,
          "height": 9,
          "top": 750
        },
        "1-100-IMG": {
          "right": 1912,
          "left": 1540,
          "bottom": 929,
          "top": 458,
          "height": 471,
          "width": 372
        },
        "1-173-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "width": 0,
          "height": 0,
          "top": 0
        },
        "1-0-SPAN": {
          "width": 92,
          "height": 22,
          "top": 1476,
          "bottom": 1498,
          "left": 223,
          "right": 315
        },
        "1-233-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-41-A": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-151-LINK": {
          "bottom": 0,
          "left": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-192-LINK": {
          "top": 0,
          "width": 0,
          "height": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-34-A": {
          "top": 3542,
          "height": 40,
          "width": 332,
          "right": 372,
          "left": 40,
          "bottom": 3583
        },
        "1-120-IMG": {
          "height": 403,
          "width": 412,
          "top": 1795,
          "bottom": 2198,
          "left": 0,
          "right": 412
        },
        "1-4-SPAN": {
          "top": 3046,
          "height": 22,
          "width": 77,
          "right": 244,
          "left": 168,
          "bottom": 3068
        },
        "1-205-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-149-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-8-A": {
          "top": 67,
          "height": 32,
          "width": 32,
          "right": 392,
          "left": 360,
          "bottom": 99,
          "id": "cart-icon-bubble"
        },
        "1-54-A": {
          "height": 19,
          "width": 75,
          "top": 4266,
          "left": 67,
          "bottom": 4285,
          "right": 142
        },
        "1-291-META": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "bottom": 0,
          "left": 0
        },
        "1-130-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-152-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-189-LINK": {
          "top": 0,
          "height": 0,
          "width": 0,
          "right": 0,
          "left": 0,
          "bottom": 0
        },
        "1-143-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "width": 0,
          "height": 0
        },
        "1-94-IMG": {
          "right": 236,
          "bottom": 133,
          "left": 176,
          "top": 34,
          "height": 99,
          "width": 60
        },
        "1-112-IMG": {
          "height": 78,
          "width": 62,
          "top": 938,
          "bottom": 1016,
          "left": 21,
          "right": 83
        },
        "1-285-META": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-102-IMG": {
          "left": 2300,
          "bottom": 929,
          "right": 2672,
          "height": 471,
          "width": 372,
          "top": 458
        },
        "1-185-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-202-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-135-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-47-A": {
          "height": 40,
          "width": 332,
          "top": 3896,
          "bottom": 3936,
          "left": 40,
          "right": 372
        },
        "1-217-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-105-IMG": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-21-A": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-245-LINK": {
          "height": 0,
          "width": 0,
          "top": 0,
          "bottom": 0,
          "left": 0,
          "right": 0
        },
        "1-246-LINK": {
          "right": 0,
          "left": 0,
          "bottom": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-265-LINK": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-27-A": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        },
        "1-108-IMG": {
          "left": 0,
          "bottom": 0,
          "right": 0,
          "height": 0,
          "width": 0,
          "top": 0
        },
        "1-211-LINK": {
          "right": 0,
          "bottom": 0,
          "left": 0,
          "top": 0,
          "height": 0,
          "width": 0
        }
      },
      "screenshot": {
        "data": "data:image/webp;base64,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",
        "height": 4393,
        "width": 412
      }
    }
  },
  "analysisUTCTimestamp": "2026-07-20T15:35:56.121Z"
}
