{"product_id":"leggings","title":"High Waisted Tummy Control Pocket Shaping Training Leggings","description":"\u003cstyle\u003e\n\/* =========================================================\n   HIGH-WAISTED TUMMY CONTROL TRAINING LEGGINGS\n   Shopify \/ TikTok Mobile Landing Page\n   Pure HTML + CSS + JS\n========================================================= *\/\n\n#nl-legging-page,\n#nl-legging-page * {\n  box-sizing: border-box !important;\n}\n\n#nl-legging-page {\n  --ink: #161718;\n  --muted: #6f7173;\n  --soft: #f5f6f6;\n  --soft2: #eef1f2;\n  --line: #e2e5e6;\n  --dark: #1d2225;\n  --accent: #2d4a56;\n  --white: #ffffff;\n\n  width: 100% !important;\n  max-width: 820px !important;\n  margin: 0 auto !important;\n  padding: 0 0 96px !important;\n\n  overflow: hidden !important;\n\n  background: #ffffff !important;\n  color: var(--ink) !important;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif !important;\n\n  font-size: 16px !important;\n  line-height: 1.55 !important;\n\n  writing-mode: horizontal-tb !important;\n  word-break: normal !important;\n}\n\n#nl-legging-page *,\n#nl-legging-page *::before,\n#nl-legging-page *::after {\n  box-sizing: border-box !important;\n  writing-mode: horizontal-tb !important;\n  word-break: normal !important;\n  overflow-wrap: break-word !important;\n}\n\n#nl-legging-page img {\n  display: block !important;\n  width: 100% !important;\n  max-width: 100% !important;\n  height: auto !important;\n  border: 0 !important;\n}\n\n\n\/* ===========================\n   COMMON\n=========================== *\/\n\n.nl-sec {\n  width: 100% !important;\n  padding: 38px 18px !important;\n}\n\n.nl-sec-sm {\n  width: 100% !important;\n  padding: 24px 18px !important;\n}\n\n.nl-center {\n  text-align: center !important;\n}\n\n.nl-tag {\n  display: inline-flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n\n  padding: 7px 13px !important;\n  margin: 0 0 13px !important;\n\n  border-radius: 999px !important;\n\n  background: #eef2f4 !important;\n  color: #3e5a67 !important;\n\n  font-size: 11px !important;\n  line-height: 1.1 !important;\n  font-weight: 800 !important;\n\n  letter-spacing: .08em !important;\n  text-transform: uppercase !important;\n}\n\n.nl-h1 {\n  margin: 0 auto 13px !important;\n\n  color: #171819 !important;\n\n  font-size: 31px !important;\n  line-height: 1.08 !important;\n  letter-spacing: -.04em !important;\n  font-weight: 850 !important;\n\n  text-align: center !important;\n}\n\n.nl-h2 {\n  margin: 0 0 11px !important;\n\n  color: #191a1b !important;\n\n  font-size: 26px !important;\n  line-height: 1.15 !important;\n  letter-spacing: -.025em !important;\n  font-weight: 800 !important;\n}\n\n.nl-copy {\n  margin: 0 !important;\n\n  color: var(--muted) !important;\n\n  font-size: 15px !important;\n  line-height: 1.65 !important;\n}\n\n.nl-copy-center {\n  max-width: 620px !important;\n  margin: 0 auto !important;\n  text-align: center !important;\n}\n\n\n\/* ===========================\n   HERO\n=========================== *\/\n\n.nl-hero {\n  padding: 36px 18px 28px !important;\n\n  text-align: center !important;\n\n  background:\n    radial-gradient(\n      circle at 88% 4%,\n      #e8eef1 0%,\n      rgba(232,238,241,0) 44%\n    ),\n    linear-gradient(\n      180deg,\n      #ffffff 0%,\n      #fafafa 100%\n    ) !important;\n}\n\n.nl-hero-pills {\n  display: flex !important;\n  flex-wrap: wrap !important;\n  justify-content: center !important;\n\n  gap: 7px !important;\n\n  margin-top: 20px !important;\n}\n\n.nl-pill {\n  display: inline-flex !important;\n  align-items: center !important;\n\n  min-height: 33px !important;\n\n  padding: 8px 11px !important;\n\n  border: 1px solid #dfe3e5 !important;\n  border-radius: 999px !important;\n\n  background: #ffffff !important;\n\n  color: #46555d !important;\n\n  font-size: 12px !important;\n  line-height: 1.1 !important;\n  font-weight: 700 !important;\n\n  white-space: nowrap !important;\n}\n\n.nl-dot {\n  width: 6px !important;\n  height: 6px !important;\n  min-width: 6px !important;\n\n  margin-right: 6px !important;\n\n  border-radius: 50% !important;\n\n  background: #44697a !important;\n}\n\n\n\/* ===========================\n   IMAGE\n=========================== *\/\n\n.nl-img-wrap {\n  width: calc(100% - 20px) !important;\n\n  margin: 0 10px !important;\n\n  border-radius: 18px !important;\n\n  overflow: hidden !important;\n\n  background: #eef1f2 !important;\n\n  box-shadow:\n    0 12px 34px rgba(0,0,0,.065) !important;\n}\n\n.nl-img-wrap img {\n  border-radius: 18px !important;\n}\n\n\n\/* ===========================\n   QUICK CARDS\n=========================== *\/\n\n.nl-quick {\n  display: grid !important;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr)) !important;\n\n  gap: 10px !important;\n}\n\n.nl-quick-card {\n  padding: 16px 10px !important;\n\n  border: 1px solid var(--line) !important;\n  border-radius: 16px !important;\n\n  background: #ffffff !important;\n\n  text-align: center !important;\n}\n\n.nl-icon {\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n\n  width: 41px !important;\n  height: 41px !important;\n\n  margin: 0 auto 9px !important;\n\n  border-radius: 12px !important;\n\n  background: #eef2f4 !important;\n\n  color: #385767 !important;\n\n  font-size: 18px !important;\n}\n\n.nl-quick-card strong {\n  display: block !important;\n\n  margin-bottom: 4px !important;\n\n  color: #232425 !important;\n\n  font-size: 14px !important;\n  line-height: 1.3 !important;\n}\n\n.nl-quick-card span {\n  display: block !important;\n\n  color: #76787a !important;\n\n  font-size: 12px !important;\n  line-height: 1.4 !important;\n}\n\n\n\/* ===========================\n   BENEFIT\n=========================== *\/\n\n.nl-soft {\n  background: var(--soft) !important;\n}\n\n.nl-benefit-grid {\n  display: grid !important;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr)) !important;\n\n  gap: 10px !important;\n\n  margin-top: 22px !important;\n}\n\n.nl-benefit {\n  padding: 17px 14px !important;\n\n  border: 1px solid #e1e4e5 !important;\n  border-radius: 16px !important;\n\n  background: #ffffff !important;\n}\n\n.nl-benefit i {\n  display: block !important;\n\n  margin-bottom: 8px !important;\n\n  font-style: normal !important;\n  font-size: 21px !important;\n}\n\n.nl-benefit strong {\n  display: block !important;\n\n  margin-bottom: 5px !important;\n\n  color: #242526 !important;\n\n  font-size: 15px !important;\n}\n\n.nl-benefit p {\n  margin: 0 !important;\n\n  color: #6d6f70 !important;\n\n  font-size: 13px !important;\n  line-height: 1.5 !important;\n}\n\n\n\/* ===========================\n   DARK PANEL\n=========================== *\/\n\n.nl-dark {\n  width: calc(100% - 20px) !important;\n\n  margin: 14px 10px !important;\n  padding: 29px 19px !important;\n\n  border-radius: 21px !important;\n\n  background:\n    radial-gradient(\n      circle at 88% 6%,\n      rgba(255,255,255,.10),\n      transparent 38%\n    ),\n    linear-gradient(\n      135deg,\n      #202529,\n      #34434a\n    ) !important;\n\n  color: #ffffff !important;\n}\n\n.nl-dark .nl-tag {\n  background: rgba(255,255,255,.11) !important;\n  color: #ffffff !important;\n}\n\n.nl-dark h2 {\n  margin: 0 0 10px !important;\n\n  color: #ffffff !important;\n\n  font-size: 27px !important;\n  line-height: 1.14 !important;\n}\n\n.nl-dark \u003e p {\n  margin: 0 !important;\n\n  color: rgba(255,255,255,.82) !important;\n\n  font-size: 14px !important;\n  line-height: 1.6 !important;\n}\n\n.nl-dark-grid {\n  display: grid !important;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr)) !important;\n\n  gap: 8px !important;\n\n  margin-top: 20px !important;\n}\n\n.nl-dark-item {\n  padding: 15px 9px !important;\n\n  border: 1px solid rgba(255,255,255,.14) !important;\n  border-radius: 13px !important;\n\n  background: rgba(255,255,255,.07) !important;\n\n  text-align: center !important;\n}\n\n.nl-dark-item strong {\n  display: block !important;\n\n  margin-bottom: 4px !important;\n\n  color: #ffffff !important;\n\n  font-size: 14px !important;\n}\n\n.nl-dark-item span {\n  display: block !important;\n\n  color: rgba(255,255,255,.70) !important;\n\n  font-size: 11px !important;\n  line-height: 1.35 !important;\n}\n\n\n\/* ===========================\n   FEATURE ROWS\n=========================== *\/\n\n.nl-feature-list {\n  display: flex !important;\n  flex-direction: column !important;\n\n  gap: 10px !important;\n\n  margin-top: 22px !important;\n}\n\n.nl-feature {\n  display: flex !important;\n  align-items: flex-start !important;\n\n  gap: 13px !important;\n\n  padding: 17px !important;\n\n  border: 1px solid var(--line) !important;\n  border-radius: 16px !important;\n\n  background: #ffffff !important;\n}\n\n.nl-feature-icon {\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n\n  width: 44px !important;\n  height: 44px !important;\n  min-width: 44px !important;\n\n  border-radius: 13px !important;\n\n  background: #edf2f4 !important;\n\n  color: #426676 !important;\n\n  font-size: 17px !important;\n}\n\n.nl-feature-copy {\n  min-width: 0 !important;\n  flex: 1 1 auto !important;\n}\n\n.nl-feature-copy strong {\n  display: block !important;\n\n  margin: 1px 0 5px !important;\n\n  color: #232425 !important;\n\n  font-size: 16px !important;\n}\n\n.nl-feature-copy p {\n  margin: 0 !important;\n\n  color: #696b6c !important;\n\n  font-size: 14px !important;\n  line-height: 1.55 !important;\n}\n\n\n\/* ===========================\n   IMAGE GALLERY\n=========================== *\/\n\n.nl-gallery {\n  display: flex !important;\n\n  gap: 11px !important;\n\n  width: 100% !important;\n\n  padding: 0 18px 10px !important;\n\n  overflow-x: auto !important;\n  overflow-y: hidden !important;\n\n  scroll-snap-type: x mandatory !important;\n\n  -webkit-overflow-scrolling: touch !important;\n\n  scrollbar-width: none !important;\n}\n\n.nl-gallery::-webkit-scrollbar {\n  display: none !important;\n}\n\n.nl-gallery-card {\n  min-width: 82% !important;\n  flex: 0 0 82% !important;\n\n  border-radius: 18px !important;\n\n  overflow: hidden !important;\n\n  scroll-snap-align: center !important;\n\n  background: #eef1f2 !important;\n}\n\n\n\/* ===========================\n   OCCASIONS\n=========================== *\/\n\n.nl-use-grid {\n  display: grid !important;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr)) !important;\n\n  gap: 9px !important;\n\n  margin-top: 21px !important;\n}\n\n.nl-use-item {\n  display: flex !important;\n  align-items: center !important;\n\n  padding: 13px !important;\n\n  border: 1px solid var(--line) !important;\n  border-radius: 13px !important;\n\n  background: #ffffff !important;\n\n  color: #37393a !important;\n\n  font-size: 13px !important;\n  font-weight: 700 !important;\n}\n\n.nl-use-item span {\n  margin-right: 8px !important;\n\n  font-size: 16px !important;\n}\n\n\n\/* ===========================\n   SPECS\n=========================== *\/\n\n.nl-specs {\n  width: 100% !important;\n\n  margin-top: 21px !important;\n\n  overflow: hidden !important;\n\n  border: 1px solid var(--line) !important;\n  border-radius: 16px !important;\n\n  background: #ffffff !important;\n}\n\n.nl-spec-row {\n  display: flex !important;\n\n  width: 100% !important;\n\n  border-bottom: 1px solid var(--line) !important;\n}\n\n.nl-spec-row:last-child {\n  border-bottom: 0 !important;\n}\n\n.nl-spec-key {\n  width: 42% !important;\n  flex: 0 0 42% !important;\n\n  padding: 13px !important;\n\n  background: #f8f9f9 !important;\n\n  color: #77797a !important;\n\n  font-size: 13px !important;\n  font-weight: 650 !important;\n}\n\n.nl-spec-val {\n  width: 58% !important;\n  flex: 0 0 58% !important;\n\n  padding: 13px !important;\n\n  color: #292a2b !important;\n\n  font-size: 13px !important;\n  font-weight: 700 !important;\n}\n\n\n\/* ===========================\n   CARE\n=========================== *\/\n\n.nl-care {\n  margin-top: 19px !important;\n\n  padding: 18px !important;\n\n  border-radius: 15px !important;\n\n  background: #eef2f4 !important;\n}\n\n.nl-care strong {\n  display: block !important;\n\n  margin-bottom: 6px !important;\n\n  color: #3b5663 !important;\n\n  font-size: 15px !important;\n}\n\n.nl-care p {\n  margin: 0 !important;\n\n  color: #69777e !important;\n\n  font-size: 13px !important;\n  line-height: 1.6 !important;\n}\n\n\n\/* ===========================\n   FAQ\n=========================== *\/\n\n.nl-faq {\n  display: flex !important;\n  flex-direction: column !important;\n\n  gap: 9px !important;\n\n  margin-top: 21px !important;\n}\n\n.nl-faq details {\n  border: 1px solid var(--line) !important;\n  border-radius: 15px !important;\n\n  overflow: hidden !important;\n\n  background: #ffffff !important;\n}\n\n.nl-faq summary {\n  position: relative !important;\n\n  display: block !important;\n\n  padding: 16px 44px 16px 16px !important;\n\n  list-style: none !important;\n\n  cursor: pointer !important;\n\n  color: #292a2b !important;\n\n  font-size: 15px !important;\n  line-height: 1.4 !important;\n  font-weight: 750 !important;\n}\n\n.nl-faq summary::-webkit-details-marker {\n  display: none !important;\n}\n\n.nl-faq summary::after {\n  content: \"+\" !important;\n\n  position: absolute !important;\n\n  right: 16px !important;\n  top: 50% !important;\n\n  transform: translateY(-50%) !important;\n\n  color: #486b7b !important;\n\n  font-size: 22px !important;\n}\n\n.nl-faq details[open] summary::after {\n  content: \"−\" !important;\n}\n\n.nl-answer {\n  padding: 0 16px 17px !important;\n\n  color: #696b6c !important;\n\n  font-size: 14px !important;\n  line-height: 1.6 !important;\n}\n\n\n\/* ===========================\n   RETURN BUTTON\n=========================== *\/\n\n.nl-return {\n  padding: 22px 18px 44px !important;\n\n  text-align: center !important;\n}\n\n.nl-return-btn {\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n\n  width: 100% !important;\n  min-height: 57px !important;\n\n  border: 0 !important;\n  border-radius: 999px !important;\n\n  background: #202427 !important;\n  color: #ffffff !important;\n\n  font-family: inherit !important;\n\n  font-size: 16px !important;\n  font-weight: 800 !important;\n\n  cursor: pointer !important;\n\n  box-shadow:\n    0 8px 25px rgba(0,0,0,.13) !important;\n}\n\n.nl-return-note {\n  display: block !important;\n\n  margin-top: 9px !important;\n\n  color: #77797a !important;\n\n  font-size: 12px !important;\n}\n\n\n\/* ===========================\n   STICKY BUY BAR\n=========================== *\/\n\n#nl-legging-sticky {\n  display: none !important;\n}\n\n\n@media screen and (max-width: 749px) {\n\n  #nl-legging-page {\n    max-width: 100% !important;\n  }\n\n  #nl-legging-sticky {\n    position: fixed !important;\n\n    left: 0 !important;\n    right: 0 !important;\n    bottom: 0 !important;\n\n    z-index: 999999 !important;\n\n    display: flex !important;\n    align-items: center !important;\n\n    padding:\n      10px 13px\n      calc(10px + env(safe-area-inset-bottom)) !important;\n\n    border-top: 1px solid #e2e4e5 !important;\n\n    background:\n      rgba(255,255,255,.97) !important;\n\n    box-shadow:\n      0 -7px 25px rgba(0,0,0,.10) !important;\n\n    backdrop-filter: blur(9px) !important;\n    -webkit-backdrop-filter: blur(9px) !important;\n  }\n\n  .nl-sticky-text {\n    flex: 1 1 auto !important;\n    min-width: 0 !important;\n\n    padding-right: 10px !important;\n  }\n\n  .nl-sticky-text strong {\n    display: block !important;\n\n    color: #202122 !important;\n\n    font-size: 13px !important;\n    line-height: 1.2 !important;\n  }\n\n  .nl-sticky-text span {\n    display: block !important;\n\n    margin-top: 2px !important;\n\n    color: #77797a !important;\n\n    font-size: 11px !important;\n  }\n\n  .nl-sticky-btn {\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n\n    min-width: 142px !important;\n    height: 51px !important;\n\n    padding: 0 17px !important;\n\n    border: 0 !important;\n    border-radius: 999px !important;\n\n    background: #202427 !important;\n    color: #ffffff !important;\n\n    font-family: inherit !important;\n\n    font-size: 14px !important;\n    font-weight: 800 !important;\n\n    cursor: pointer !important;\n  }\n}\n\n\n@media screen and (min-width: 750px) {\n\n  .nl-quick {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr)) !important;\n  }\n\n  .nl-benefit-grid {\n    grid-template-columns:\n      repeat(4,minmax(0,1fr)) !important;\n  }\n\n  .nl-feature-list {\n    display: grid !important;\n\n    grid-template-columns:\n      repeat(2,minmax(0,1fr)) !important;\n  }\n\n  .nl-gallery-card {\n    min-width: 47% !important;\n    flex: 0 0 47% !important;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"nl-legging-page\"\u003e\n\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"nl-hero\"\u003e\n\n  \u003cspan class=\"nl-tag\"\u003e\n    Sculpt • Stretch • Move\n  \u003c\/span\u003e\n\n  \u003ch1 class=\"nl-h1\"\u003e\n    Supportive Leggings\n    That Move With You\n  \u003c\/h1\u003e\n\n  \u003cp class=\"nl-copy nl-copy-center\"\u003e\n    High-waisted training leggings with a smooth,\n    supportive fit, four-way stretch and practical\n    side pockets for workouts and everyday wear.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"nl-hero-pills\"\u003e\n\n    \u003cspan class=\"nl-pill\"\u003e\n      \u003cspan class=\"nl-dot\"\u003e\u003c\/span\u003e\n      High Waist\n    \u003c\/span\u003e\n\n    \u003cspan class=\"nl-pill\"\u003e\n      \u003cspan class=\"nl-dot\"\u003e\u003c\/span\u003e\n      Tummy Control\n    \u003c\/span\u003e\n\n    \u003cspan class=\"nl-pill\"\u003e\n      \u003cspan class=\"nl-dot\"\u003e\u003c\/span\u003e\n      4-Way Stretch\n    \u003c\/span\u003e\n\n    \u003cspan class=\"nl-pill\"\u003e\n      \u003cspan class=\"nl-dot\"\u003e\u003c\/span\u003e\n      Side Pockets\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MAIN IMAGE --\u003e\n\n\u003cdiv class=\"nl-img-wrap\"\u003e\n\n  \u003cimg src=\"https:\/\/mpi.halaracdn.com\/upload\/online\/pu\/2025\/08\/18\/11\/28\/490771421943.png\" alt=\"High waisted tummy control training leggings\" loading=\"eager\" fetchpriority=\"high\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- QUICK FEATURES --\u003e\n\n\u003csection class=\"nl-sec-sm\"\u003e\n\n  \u003cdiv class=\"nl-quick\"\u003e\n\n\n    \u003cdiv class=\"nl-quick-card\"\u003e\n\n      \u003cdiv class=\"nl-icon\"\u003e\n        ↑\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        High Rise\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Secure supportive fit\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-quick-card\"\u003e\n\n      \u003cdiv class=\"nl-icon\"\u003e\n        ↔\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        4-Way Stretch\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Freedom to move\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-quick-card\"\u003e\n\n      \u003cdiv class=\"nl-icon\"\u003e\n        ◇\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Smooth Fit\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Streamlined silhouette\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-quick-card\"\u003e\n\n      \u003cdiv class=\"nl-icon\"\u003e\n        ▣\n      \u003c\/div\u003e\n\n      \u003cstrong\u003e\n        Side Pockets\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Phone \u0026amp; essentials\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- WHY IT WORKS --\u003e\n\n\u003csection class=\"nl-sec nl-soft\"\u003e\n\n  \u003cdiv class=\"nl-center\"\u003e\n\n    \u003cspan class=\"nl-tag\"\u003e\n      Workout To Weekend\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"nl-h2\" style=\"text-align:center!important;\"\u003e\n      Comfortable Support\n      Without Feeling Restricted\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nl-copy nl-copy-center\"\u003e\n      A supportive high-rise waistband and flexible fabric\n      create a close-to-body feel while still allowing\n      comfortable movement.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"nl-benefit-grid\"\u003e\n\n\n    \u003cdiv class=\"nl-benefit\"\u003e\n\n      \u003ci\u003e🧘\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Yoga \u0026amp; Pilates\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Flexible construction supports natural movement\n        through stretches and poses.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-benefit\"\u003e\n\n      \u003ci\u003e🏋️\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Training\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Secure shaping fit works naturally for gym\n        sessions and everyday workouts.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-benefit\"\u003e\n\n      \u003ci\u003e✈️\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Travel\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Soft stretch and practical pockets make them\n        easy for long travel days.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-benefit\"\u003e\n\n      \u003ci\u003e☕\u003c\/i\u003e\n\n      \u003cstrong\u003e\n        Everyday Wear\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Pair with hoodies, tees or jackets for an\n        easy athleisure look.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- DETAIL IMAGE --\u003e\n\n\u003cdiv class=\"nl-img-wrap\"\u003e\n\n  \u003cimg src=\"https:\/\/mpi.halaracdn.com\/upload\/online\/pu\/2026\/04\/28\/18\/49\/543035535492.jpeg\" alt=\"Tummy control and shaping leggings detail\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- DARK CORE SELLING POINT --\u003e\n\n\u003cdiv class=\"nl-dark\"\u003e\n\n  \u003cspan class=\"nl-tag\"\u003e\n    Designed To Stay Put\n  \u003c\/span\u003e\n\n  \u003ch2\u003e\n    High-Waist Support\n    Meets Everyday Flexibility\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    A supportive waistband, streamlined seams and\n    stretch-focused fabric create a secure feel from\n    workouts to casual days.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"nl-dark-grid\"\u003e\n\n\n    \u003cdiv class=\"nl-dark-item\"\u003e\n\n      \u003cstrong\u003e\n        Tummy Control\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Structured high-rise support\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-dark-item\"\u003e\n\n      \u003cstrong\u003e\n        Anti-Slip Feel\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Designed to stay in place\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-dark-item\"\u003e\n\n      \u003cstrong\u003e\n        Breathable\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Comfortable activewear feel\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-dark-item\"\u003e\n\n      \u003cstrong\u003e\n        Sweat-Wicking\n      \u003c\/strong\u003e\n\n      \u003cspan\u003e\n        Made for active movement\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003csection class=\"nl-sec\"\u003e\n\n  \u003cspan class=\"nl-tag\"\u003e\n    Thoughtful Details\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"nl-h2\"\u003e\n    Built Around Movement\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"nl-feature-list\"\u003e\n\n\n    \u003cdiv class=\"nl-feature\"\u003e\n\n      \u003cdiv class=\"nl-feature-icon\"\u003e\n        ↑\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-feature-copy\"\u003e\n\n        \u003cstrong\u003e\n          Supportive High Waist\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          A structured waistband helps create a smooth,\n          held-in feel around the waist.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-feature\"\u003e\n\n      \u003cdiv class=\"nl-feature-icon\"\u003e\n        ↔\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-feature-copy\"\u003e\n\n        \u003cstrong\u003e\n          Four-Way Stretch\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Flexible fabric stretches in multiple directions\n          to support a full range of motion.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-feature\"\u003e\n\n      \u003cdiv class=\"nl-feature-icon\"\u003e\n        ◇\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-feature-copy\"\u003e\n\n        \u003cstrong\u003e\n          Smooth Front Design\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          The no-front-crotch-seam construction helps\n          create a cleaner, more streamlined front.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-feature\"\u003e\n\n      \u003cdiv class=\"nl-feature-icon\"\u003e\n        ▣\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-feature-copy\"\u003e\n\n        \u003cstrong\u003e\n          Two Side Pockets\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Keep your phone, keys or other small essentials\n          close while keeping your hands free.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- POCKET IMAGE --\u003e\n\n\u003cdiv class=\"nl-img-wrap\"\u003e\n\n  \u003cimg src=\"https:\/\/mpi.halaracdn.com\/upload\/online\/pu\/2025\/08\/18\/11\/28\/096823472170.png\" alt=\"Leggings side pocket detail\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- POCKET SECTION --\u003e\n\n\u003csection class=\"nl-sec nl-soft\"\u003e\n\n  \u003cdiv class=\"nl-center\"\u003e\n\n    \u003cspan class=\"nl-tag\"\u003e\n      Hands-Free Convenience\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"nl-h2\" style=\"text-align:center!important;\"\u003e\n      Real Pockets.\n      Real Everyday Use.\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nl-copy nl-copy-center\"\u003e\n      Deep side pockets make it easier to carry your phone\n      or small essentials during walks, gym sessions or errands.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- BACK VIEW --\u003e\n\n\u003cdiv class=\"nl-img-wrap\"\u003e\n\n  \u003cimg src=\"https:\/\/mpi.halaracdn.com\/upload\/online\/pu\/2025\/08\/18\/11\/28\/039415113032.png\" alt=\"High waisted leggings back view\" loading=\"lazy\"\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- SWIPE SECTION --\u003e\n\n\u003csection class=\"nl-sec-sm\"\u003e\n\n  \u003cdiv class=\"nl-center\"\u003e\n\n    \u003cspan class=\"nl-tag\"\u003e\n      Take A Closer Look\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"nl-h2\" style=\"text-align:center!important;\"\u003e\n      Swipe Through The Details\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cdiv class=\"nl-gallery\"\u003e\n\n\n  \u003cdiv class=\"nl-gallery-card\"\u003e\n\n    \u003cimg src=\"https:\/\/mpir.halarastatic.com\/upload\/online\/pu\/2025\/08\/15\/19\/17\/622983029669-750x.jpg\" alt=\"Navy high waisted training leggings\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"nl-gallery-card\"\u003e\n\n    \u003cimg src=\"https:\/\/mpir.halarastatic.com\/upload\/online\/pu\/2025\/5\/27\/19\/13\/814029620471-750x.jpg\" alt=\"Black leggings phone pocket\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"nl-gallery-card\"\u003e\n\n    \u003cimg src=\"https:\/\/mpi.halaracdn.com\/upload\/online\/pu\/2025\/08\/18\/11\/28\/583023710999.png\" alt=\"Leggings fabric and seam close up\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- WHERE TO WEAR --\u003e\n\n\u003csection class=\"nl-sec nl-soft\"\u003e\n\n  \u003cspan class=\"nl-tag\"\u003e\n    One Pair. More Plans.\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"nl-h2\"\u003e\n    Made For More Than The Gym\n  \u003c\/h2\u003e\n\n  \u003cp class=\"nl-copy\"\u003e\n    A minimal activewear silhouette makes these easy to\n    rotate through workouts, errands, travel and casual days.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"nl-use-grid\"\u003e\n\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Yoga\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Pilates\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Training\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Walking\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Travel\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nl-use-item\"\u003e\n      \u003cspan\u003e✓\u003c\/span\u003e\n      Everyday Wear\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- PRODUCT SPECS --\u003e\n\n\u003csection class=\"nl-sec\"\u003e\n\n  \u003cspan class=\"nl-tag\"\u003e\n    Product Details\n  \u003c\/span\u003e\n\n  \u003ch2 class=\"nl-h2\"\u003e\n    What You Need To Know\n  \u003c\/h2\u003e\n\n\n  \u003cdiv class=\"nl-specs\"\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Product\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        Women's Training Leggings\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Waist\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        High Waisted\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Fit\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        Curve-Hugging \/ Skinny\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Material\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        68% Nylon \/ 32% Elastane\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Stretch\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        High Stretch \/ Four-Way Stretch\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Support\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        Medium Support\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Pockets\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        Two Side Pockets\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nl-spec-row\"\u003e\n\n      \u003cdiv class=\"nl-spec-key\"\u003e\n        Use\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nl-spec-val\"\u003e\n        Training \/ Casual \/ Travel\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"nl-care\"\u003e\n\n    \u003cstrong\u003e\n      🧺 Care Instructions\n    \u003c\/strong\u003e\n\n    \u003cp\u003e\n      Machine wash cold with like colors. Turn garment\n      inside out. Do not bleach, iron or dry clean.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- FAQ --\u003e\n\n\u003csection class=\"nl-sec nl-soft\"\u003e\n\n  \u003cdiv class=\"nl-center\"\u003e\n\n    \u003cspan class=\"nl-tag\"\u003e\n      Quick Answers\n    \u003c\/span\u003e\n\n    \u003ch2 class=\"nl-h2\" style=\"text-align:center!important;\"\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"nl-faq\"\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do these leggings have tummy control?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        Yes. The original product uses a high-waisted\n        structured waistband designed to provide a\n        supportive tummy-control effect.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Do they have pockets?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        Yes. There is one side pocket on each side for\n        a phone, keys or other small essentials.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Is the fabric stretchy?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        Yes. The fabric is designed with high four-way\n        stretch to support movement during active use.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What are they made from?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        The original product lists 68% nylon and\n        32% elastane.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What activities are they suitable for?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        They are designed for training, yoga, Pilates,\n        casual wear, commuting and travel.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How should I choose my size?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        Check the size options and size guide in the\n        purchase section above. If your measurements\n        fall between sizes, compare waist and hip\n        measurements before choosing.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How should I wash them?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"nl-answer\"\u003e\n        Machine wash cold with like colors, turn the\n        garment inside out, and avoid bleach, ironing\n        and dry cleaning.\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- RETURN --\u003e\n\n\u003cdiv class=\"nl-return\"\u003e\n\n  \u003cbutton type=\"button\" class=\"nl-return-btn nl-buy-jump\"\u003e\n    Return to Purchase Options ↑\n  \u003c\/button\u003e\n\n  \u003cspan class=\"nl-return-note\"\u003e\n    Choose your color, length and size above to continue.\n  \u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c!-- MOBILE STICKY BUY BAR --\u003e\n\n\u003cdiv id=\"nl-legging-sticky\"\u003e\n\n  \u003cdiv class=\"nl-sticky-text\"\u003e\n\n    \u003cstrong\u003e\n      High-Waisted Training Leggings\n    \u003c\/strong\u003e\n\n    \u003cspan\u003e\n      Select color \u0026amp; size\n    \u003c\/span\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cbutton type=\"button\" class=\"nl-sticky-btn nl-buy-jump\"\u003e\n    Choose Options\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function () {\n\n  function nlFindBuyArea() {\n\n    var selectors = [\n\n      'form[action*=\"\/cart\/add\"]',\n\n      '.product-form__buttons',\n\n      '.product-form',\n\n      'variant-selects',\n\n      'variant-radios',\n\n      '[data-product-form]',\n\n      '[id^=\"ProductInfo-\"]',\n\n      '.product__info-container',\n\n      '.product__info-wrapper',\n\n      '.product-form__input',\n\n      'button[name=\"add\"]',\n\n      '.shopify-payment-button'\n\n    ];\n\n\n    for (\n      var i = 0;\n      i \u003c selectors.length;\n      i++\n    ) {\n\n      var el =\n        document.querySelector(\n          selectors[i]\n        );\n\n\n      if (el) {\n\n        return el;\n\n      }\n\n    }\n\n\n    return null;\n\n  }\n\n\n  function nlGoToBuy() {\n\n    var target =\n      nlFindBuyArea();\n\n\n    if (target) {\n\n      var y =\n        target\n          .getBoundingClientRect()\n          .top\n        +\n        window.pageYOffset\n        -\n        92;\n\n\n      window.scrollTo({\n\n        top: Math.max(0, y),\n\n        behavior: 'smooth'\n\n      });\n\n    }\n\n    else {\n\n      window.scrollTo({\n\n        top: 0,\n\n        behavior: 'smooth'\n\n      });\n\n    }\n\n  }\n\n\n  var buttons =\n    document.querySelectorAll(\n      '.nl-buy-jump'\n    );\n\n\n  for (\n    var i = 0;\n    i \u003c buttons.length;\n    i++\n  ) {\n\n    buttons[i]\n      .addEventListener(\n        'click',\n        nlGoToBuy\n      );\n\n  }\n\n})();\n\u003c\/script\u003e","brand":"My Store","offers":[{"title":"Dusty Purple \/ S","offer_id":55291255685399,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Dusty Purple \/ M","offer_id":55291259191575,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Dusty Purple \/ L","offer_id":55291259224343,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Dusty Purple \/ XL","offer_id":55291259257111,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Dusty Purple \/ 2XL","offer_id":55291259289879,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Olive Green \/ S","offer_id":55291259322647,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Olive Green \/ M","offer_id":55291259355415,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Olive Green \/ L","offer_id":55291259388183,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Olive Green \/ XL","offer_id":55291259420951,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Olive Green \/ 2XL","offer_id":55291259453719,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Slate Blue \/ S","offer_id":55291259486487,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Slate Blue \/ M","offer_id":55291259519255,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Slate Blue \/ L","offer_id":55291259552023,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Slate Blue \/ XL","offer_id":55291259584791,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Slate Blue \/ 2XL","offer_id":55291259617559,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Teal \/ S","offer_id":55291259650327,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Teal \/ M","offer_id":55291259683095,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Teal \/ L","offer_id":55291259715863,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Teal \/ XL","offer_id":55291259748631,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Deep Teal \/ 2XL","offer_id":55291259781399,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ S","offer_id":55291259814167,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ M","offer_id":55291259846935,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ L","offer_id":55291259879703,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ XL","offer_id":55291259912471,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Burgundy \/ 2XL","offer_id":55291259945239,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Bright Blue \/ S","offer_id":55291259978007,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Bright Blue \/ M","offer_id":55291260010775,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Bright Blue \/ L","offer_id":55291260043543,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Bright Blue \/ XL","offer_id":55291260076311,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Bright Blue \/ 2XL","offer_id":55291260109079,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Classic Red \/ S","offer_id":55291260141847,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Classic Red \/ M","offer_id":55291260174615,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Classic Red \/ L","offer_id":55291260207383,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Classic Red \/ XL","offer_id":55291260240151,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Classic Red \/ 2XL","offer_id":55291260272919,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Espresso Brown \/ S","offer_id":55291260305687,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Espresso Brown \/ M","offer_id":55291260338455,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Espresso Brown \/ L","offer_id":55291260371223,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Espresso Brown \/ XL","offer_id":55291260403991,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Espresso Brown \/ 2XL","offer_id":55291260436759,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ S","offer_id":55291260469527,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ M","offer_id":55291260502295,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ L","offer_id":55291260535063,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ XL","offer_id":55291260567831,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ 2XL","offer_id":55291260600599,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown \/ S","offer_id":55291260633367,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown \/ M","offer_id":55291260666135,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown \/ L","offer_id":55291260698903,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown \/ XL","offer_id":55291260731671,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown \/ 2XL","offer_id":55291260764439,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Hot Pink \/ S","offer_id":55291260797207,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Hot Pink \/ M","offer_id":55291260829975,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Hot Pink \/ L","offer_id":55291260862743,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Hot Pink \/ XL","offer_id":55291260895511,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Hot Pink \/ 2XL","offer_id":55291260928279,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mist Gray \/ S","offer_id":55291260961047,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mist Gray \/ M","offer_id":55291260993815,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mist Gray \/ L","offer_id":55291261026583,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mist Gray \/ XL","offer_id":55291261059351,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Mist Gray \/ 2XL","offer_id":55291261092119,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Chocolate Brown \/ S","offer_id":55291261124887,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Chocolate Brown \/ M","offer_id":55291261157655,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Chocolate Brown \/ L","offer_id":55291261190423,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Chocolate Brown \/ XL","offer_id":55291261223191,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"Chocolate Brown \/ 2XL","offer_id":55291261255959,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1025\/6295\/5543\/files\/SKU-08.jpg?v=1789897657","url":"https:\/\/nestlivingmarket.com\/products\/leggings","provider":"Nestlivingmarket","version":"1.0","type":"link"}