{"title":"Bottoms","description":null,"products":[{"product_id":"booty-lifting-anti-cellulite-scrunch-leggings-without-pocket","title":"Booty Lifting Anti Cellulite Scrunch Leggings Without Pocket","description":"\u003cstyle\u003e\n\/* =========================================================\nSARA BOUTIQUE — PRODUCT DESCRIPTION: BOOTY LIFTING LEGGINGS\n========================================================= *\/\n\n.sara-pd {\n  --bg: #211a18;\n  --bg2: #2a211f;\n  --card: #302522;\n  --card2: #382b28;\n  --blush: #c98f89;\n  --blush-light: #f0bbb5;\n  --cream: #fff7ef;\n  --text: #f5ebe4;\n  --muted: #d9cbc3;\n  --faint: #bbaaa1;\n  --border: rgba(240,187,181,.28);\n  --border-strong: rgba(240,187,181,.55);\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 18px 14px 40px;\n  color: var(--text);\n  font-family: \"Poppins\", sans-serif;\n  line-height: 1.6;\n  box-sizing: border-box;\n  overflow: hidden;\n}\n\n.sara-pd *,\n.sara-pd *::before,\n.sara-pd *::after {\n  box-sizing: border-box;\n}\n\n.sara-pd img {\n  max-width: 100%;\n}\n\n.sara-pd button {\n  font-family: inherit;\n}\n\n.sara-pd-intro {\n  position: relative;\n  padding: 28px 20px 24px;\n  margin-bottom: 13px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 17px;\n  background: radial-gradient(\n    circle at 50% 0%,\n    rgba(201,143,137,.20),\n    transparent 50%\n  ), linear-gradient(145deg,var(--bg2),var(--bg));\n  overflow: hidden;\n}\n\n.sara-pd-intro::before {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  top: -125px;\n  left: 50%;\n  transform: translateX(-50%);\n  border-radius: 50%;\n  background: rgba(201,143,137,.16);\n  filter: blur(35px);\n  pointer-events: none;\n}\n\n.sara-pd-eyebrow {\n  position: relative;\n  display: inline-block;\n  margin-bottom: 7px;\n  color: var(--blush-light);\n  font-size: 9px;\n  font-weight: 600;\n  letter-spacing: .25em;\n  text-transform: uppercase;\n}\n\n.sara-pd-title {\n  position: relative;\n  max-width: 720px;\n  margin: 0 auto 8px;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: clamp(23px,5vw,36px);\n  font-weight: 400;\n  line-height: 1.14;\n}\n\n.sara-pd-intro-text {\n  position: relative;\n  max-width: 620px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n.sara-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 6px;\n  margin-bottom: 15px;\n}\n\n.sara-pd-quick-item {\n  min-width: 0;\n  padding: 10px 6px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: var(--card);\n}\n\n.sara-pd-quick-icon {\n  display: block;\n  margin-bottom: 2px;\n  color: var(--blush-light);\n  font-size: 14px;\n}\n\n.sara-pd-quick strong {\n  display: block;\n  color: var(--cream);\n  font-size: 10.5px;\n  font-weight: 600;\n}\n\n.sara-pd-quick small {\n  display: block;\n  color: var(--faint);\n  font-size: 8.5px;\n  line-height: 1.3;\n}\n\n.sara-pd-heading {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin: 21px 0 11px;\n}\n\n.sara-pd-heading::before,\n.sara-pd-heading::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(\n    to right,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading::after {\n  background: linear-gradient(\n    to left,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading span {\n  color: var(--blush-light);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 19px;\n  white-space: nowrap;\n}\n\n.sara-pd-video-intro {\n  margin: -2px auto 9px;\n  text-align: center;\n  color: var(--faint);\n  font-size: 10px;\n}\n\n.sara-pd-videos {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 8px;\n  margin-bottom: 17px;\n}\n\n.sara-pd-video {\n  position: relative;\n  aspect-ratio: 9\/14;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: #171210;\n  cursor: pointer;\n}\n\n.sara-pd-video video {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n}\n\n.sara-pd-accordion {\n  margin-bottom: 7px;\n  border: 1px solid var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n  background: var(--card);\n}\n\n.sara-pd-accordion-button {\n  width: 100%;\n  padding: 12px 14px;\n  border: 0;\n  background: transparent;\n  color: var(--cream);\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  text-align: left;\n  cursor: pointer;\n  font-size: 11.5px;\n  font-weight: 600;\n}\n\n.sara-pd-accordion-button:hover {\n  background: rgba(201,143,137,.07);\n}\n\n.sara-pd-arrow {\n  color: var(--blush-light);\n  font-size: 16px;\n  transition: transform .3s ease;\n}\n\n.sara-pd-accordion.open .sara-pd-arrow {\n  transform: rotate(180deg);\n}\n\n.sara-pd-accordion-content {\n  display: none;\n  padding: 0 14px 13px;\n  border-top: 1px solid rgba(240,187,181,.12);\n}\n\n.sara-pd-accordion.open .sara-pd-accordion-content {\n  display: block;\n}\n\n.sara-pd-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.sara-pd-list li {\n  position: relative;\n  padding: 7px 0 7px 15px;\n  color: var(--muted);\n  font-size: 11px;\n  line-height: 1.6;\n  border-bottom: 1px solid rgba(255,255,255,.05);\n}\n\n.sara-pd-list li:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-list li::before {\n  content: \"✦\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  color: var(--blush-light);\n  font-size: 8px;\n}\n\n.sara-pd-list strong {\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n.sara-pd-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 10.5px;\n}\n\n.sara-pd-table tr {\n  border-bottom: 1px solid rgba(255,255,255,.06);\n}\n\n.sara-pd-table tr:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-table td {\n  padding: 8px 3px;\n  vertical-align: top;\n}\n\n.sara-pd-table td:first-child {\n  width: 42%;\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n.sara-pd-table td:last-child {\n  color: var(--muted);\n}\n\n.sara-pd-size-notice {\n  padding: 13px 14px;\n  margin-bottom: 10px;\n  border: 1px solid rgba(240,187,181,.48);\n  border-radius: 12px;\n  background: linear-gradient(\n    135deg,\n    rgba(201,143,137,.18),\n    rgba(201,143,137,.06)\n  );\n}\n\n.sara-pd-size-notice-title {\n  margin-bottom: 7px;\n  color: #ffffff;\n  font-size: 14px;\n  font-weight: 800;\n  line-height: 1.4;\n  text-shadow: 0 1px 4px rgba(0,0,0,.35);\n}\n\n.sara-pd-size-notice p {\n  margin: 0 0 6px;\n  color: #fff7f1;\n  font-size: 12px;\n  font-weight: 700;\n  line-height: 1.7;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n.sara-pd-size-notice p:last-child {\n  margin-bottom: 0;\n}\n\n.sara-pd-chart-wrap {\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  border: 1px solid rgba(240,187,181,.42);\n  border-radius: 11px;\n  background: #352925;\n}\n\n.sara-pd-size-table {\n  width: 100%;\n  max-width: 100%;\n  table-layout: fixed;\n  border-collapse: collapse;\n  font-size: 9.5px;\n}\n\n.sara-pd-size-table th,\n.sara-pd-size-table td {\n  padding: 7px 2px;\n  text-align: center;\n  border-right: 1px solid rgba(240,187,181,.16);\n  border-bottom: 1px solid rgba(240,187,181,.16);\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\n.sara-pd-size-table th:last-child,\n.sara-pd-size-table td:last-child {\n  border-right: 0;\n}\n\n.sara-pd-size-table tr:last-child td {\n  border-bottom: 0;\n}\n\n.sara-pd-size-table thead th {\n  color: #fff8f2;\n  background: rgba(201,143,137,.22);\n  font-weight: 700;\n}\n\n.sara-pd-size-table thead .sara-pd-unit-row th {\n  background: rgba(201,143,137,.14);\n  font-weight: 600;\n  font-size: 8.5px;\n}\n\n.sara-pd-size-table tbody td:first-child {\n  text-align: left;\n  color: #f1bbb4;\n  font-weight: 600;\n}\n\n.sara-pd-size-table tbody td {\n  color: #eee1da;\n}\n\n.sara-pd-size-table tbody td:first-child,\n.sara-pd-size-table thead th:first-child {\n  width: 16%;\n}\n\n.sara-pd-chart-note {\n  margin-top: 9px;\n  color: #fff0e9;\n  font-size: 10.5px;\n  font-weight: 700;\n  line-height: 1.55;\n  text-align: center;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n.sara-pd-review-intro {\n  max-width: 580px;\n  margin: -2px auto 11px;\n  text-align: center;\n  color: var(--faint);\n  font-size: 10px;\n}\n\n.sara-pd-review-stage {\n  position: relative;\n  min-height: 230px;\n}\n\n.sara-pd-review {\n  display: none;\n  padding: 14px;\n  border: 1px solid var(--border);\n  border-radius: 15px;\n  background: radial-gradient(\n    circle at 100% 0%,\n    rgba(201,143,137,.12),\n    transparent 38%\n  ), var(--card);\n}\n\n.sara-pd-review.active {\n  display: grid;\n  grid-template-columns: 125px 1fr;\n  gap: 16px;\n  align-items: center;\n  animation: saraReviewIn .35s ease;\n}\n\n@keyframes saraReviewIn {\n  from {\n    opacity: 0;\n    transform: translateY(8px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.sara-pd-review-image {\n  width: 125px;\n  height: 155px;\n  overflow: hidden;\n  border-radius: 11px;\n  border: 1px solid var(--border);\n  background: #191311;\n  cursor: pointer;\n}\n\n.sara-pd-review-image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n}\n\n.sara-pd-review.no-photo {\n  display: none;\n}\n\n.sara-pd-review.no-photo.active {\n  display: block;\n}\n\n.sara-pd-stars {\n  color: var(--blush-light);\n  font-size: 13px;\n  letter-spacing: 2px;\n  margin-bottom: 7px;\n}\n\n.sara-pd-review-quote {\n  margin: 0;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n.sara-pd-review-author {\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 3px;\n  margin-top: 9px;\n  color: var(--muted);\n  font-size: 9px;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sara-pd-flag {\n  display: inline-block;\n  width: 16px;\n  height: 12px;\n  margin-left: 3px;\n  flex: 0 0 auto;\n  border-radius: 2px;\n  vertical-align: -2px;\n  box-shadow: 0 0 0 1px rgba(255,255,255,.15);\n}\n\n.sara-pd-review-controls {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-top: 8px;\n}\n\n.sara-pd-review-arrow {\n  width: 29px;\n  height: 29px;\n  padding: 0;\n  border: 1px solid var(--border);\n  border-radius: 50%;\n  background: var(--card);\n  color: var(--blush-light);\n  cursor: pointer;\n  font-size: 13px;\n}\n\n.sara-pd-review-arrow:hover {\n  border-color: var(--blush);\n  background: rgba(201,143,137,.12);\n}\n\n.sara-pd-review-dot {\n  width: 6px;\n  height: 6px;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  background: rgba(245,239,230,.25);\n  cursor: pointer;\n}\n\n.sara-pd-review-dot.active {\n  width: 18px;\n  border-radius: 10px;\n  background: var(--blush);\n}\n\n.sara-pd-lightbox {\n  position: fixed;\n  inset: 0;\n  z-index: 999999;\n  display: none;\n  align-items: center;\n  justify-content: center;\n  padding: 18px;\n  background: rgba(8,6,5,.94);\n  backdrop-filter: blur(8px);\n}\n\n.sara-pd-lightbox.open {\n  display: flex;\n  animation: saraLightboxIn .25s ease;\n}\n\n@keyframes saraLightboxIn {\n  from {\n    opacity: 0;\n  }\n\n  to {\n    opacity: 1;\n  }\n}\n\n.sara-pd-lightbox img {\n  max-width: min(92vw,700px);\n  max-height: 88vh;\n  width: auto;\n  height: auto;\n  object-fit: contain;\n  border-radius: 14px;\n  box-shadow: 0 30px 80px rgba(0,0,0,.55);\n}\n\n.sara-pd-lightbox-close {\n  position: absolute;\n  top: 17px;\n  right: 17px;\n  width: 40px;\n  height: 40px;\n  padding: 0;\n  border: 1px solid rgba(255,255,255,.35);\n  border-radius: 50%;\n  background: rgba(30,22,20,.85);\n  color: #fff;\n  cursor: pointer;\n  font-size: 19px;\n}\n\n@media (max-width:650px) {\n\n  .sara-pd {\n    padding: 14px 8px 32px;\n  }\n\n  .sara-pd-intro {\n    padding: 24px 14px 21px;\n    border-radius: 15px;\n  }\n\n  .sara-pd-title {\n    font-size: clamp(22px,8vw,30px);\n  }\n\n  .sara-pd-intro-text {\n    font-size: 10.5px;\n  }\n\n  .sara-pd-quick {\n    gap: 5px;\n  }\n\n  .sara-pd-quick-item {\n    padding: 9px 4px;\n  }\n\n  .sara-pd-quick strong {\n    font-size: 9.5px;\n  }\n\n  .sara-pd-quick small {\n    font-size: 7.5px;\n  }\n\n  .sara-pd-videos {\n    gap: 6px;\n  }\n\n  .sara-pd-size-notice-title {\n    font-size: 13px;\n  }\n\n  .sara-pd-size-notice p {\n    font-size: 11.5px;\n  }\n\n  .sara-pd-chart-note {\n    font-size: 10px;\n  }\n\n  .sara-pd-size-table {\n    font-size: 7.6px;\n  }\n\n  .sara-pd-size-table th,\n  .sara-pd-size-table td {\n    padding: 5px 1px;\n  }\n\n  .sara-pd-review-stage {\n    min-height: 285px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 100px 1fr;\n    gap: 12px;\n    align-items: center;\n  }\n\n  .sara-pd-review-image {\n    width: 100px;\n    height: 135px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .sara-pd-review-author {\n    font-size: 8px;\n  }\n}\n\n@media (max-width:390px) {\n\n  .sara-pd-heading span {\n    font-size: 16px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 86px 1fr;\n    gap: 10px;\n  }\n\n  .sara-pd-review-image {\n    width: 86px;\n    height: 120px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 13px;\n  }\n\n  .sara-pd-size-table {\n    font-size: 6.6px;\n  }\n\n  .sara-pd-size-table th,\n  .sara-pd-size-table td {\n    padding: 4px 1px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sara-pd\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n\u003cmeta itemprop=\"name\" content=\"Booty Lifting Anti Cellulite Scrunch Leggings Without Pocket\"\u003e\n\u003cmeta itemprop=\"brand\" content=\"Sara Boutique\"\u003e\n\n\u003csection class=\"sara-pd-intro\"\u003e\n\u003cdiv class=\"sara-pd-eyebrow\"\u003eSARA BOUTIQUE\u003c\/div\u003e\n\u003ch1 class=\"sara-pd-title\" itemprop=\"name\"\u003eBooty Lifting Anti Cellulite Scrunch Leggings — Without Pocket\u003c\/h1\u003e\n\u003cp class=\"sara-pd-intro-text\" itemprop=\"description\"\u003eScrunch-seam leggings made to lift and shape, with a breathable, sweat-absorbent stretch fabric and a slimming fit. Excellent material that resists wear, in a range of colorful jacquard prints and solids.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"sara-pd-quick\"\u003e\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e✦\u003c\/span\u003e\n\u003cstrong\u003eBooty Lifting\u003c\/strong\u003e\n\u003csmall\u003eScrunch seam\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e♡\u003c\/span\u003e\n\u003cstrong\u003eBreathable\u003c\/strong\u003e\n\u003csmall\u003eSweat-absorbent · Slim fit\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e↕\u003c\/span\u003e\n\u003cstrong\u003eXS–3XL\u003c\/strong\u003e\n\u003csmall\u003eCheck measurements\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eSee It In Motion\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"sara-pd-video-intro\"\u003eA quick look at the leggings through the product videos.\u003c\/p\u003e\n\n\u003cdiv class=\"sara-pd-videos\"\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/34cdf7c721334dc49a37702f3759d3e2.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d21cd94159de4359affae489a49546b4.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/282ec3291e614e3490e870430689294b.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion open\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eWhat You're Getting\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\u003cul class=\"sara-pd-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit —\u003c\/strong\u003e Booty-lifting scrunch-seam leggings, no pocket, nine-tenths (ankle) length.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric —\u003c\/strong\u003e Cloth, main composition polyester (71%–80%) with spandex (10% or less) for stretch.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFunction —\u003c\/strong\u003e Breathable, sweat-absorbent, slimming, hip-lifting.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColors —\u003c\/strong\u003e Red, and jacquard prints in black, white, gray, rose red, fluorescent green, orange, lake blue, blue and purple.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSizes —\u003c\/strong\u003e XS, S, M, L, XL, 2XL and 3XL.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePacking list —\u003c\/strong\u003e Leggings × 1.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eProduct Details\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\n\u003ctable class=\"sara-pd-table\"\u003e\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eCloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eMain Fabric\u003c\/td\u003e\n\u003ctd\u003ePolyester fiber, 71%–80% content\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eSecondary Fabric\u003c\/td\u003e\n\u003ctd\u003eSpandex, 10% or less\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eEurope and America\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePants Style\u003c\/td\u003e\n\u003ctd\u003ePencil pants\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePants Length\u003c\/td\u003e\n\u003ctd\u003eNine-tenths (ankle length)\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eThickness\u003c\/td\u003e\n\u003ctd\u003eGeneral\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eFunction\u003c\/td\u003e\n\u003ctd\u003eBreathable, sweat-absorbent, slimming, hip-lifting\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePattern\u003c\/td\u003e\n\u003ctd\u003ePlain\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePopular Elements\u003c\/td\u003e\n\u003ctd\u003eJacquard\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eColors Listed\u003c\/td\u003e\n\u003ctd\u003eRed, jacquard black, jacquard white, jacquard gray, jacquard rose red, jacquard fluorescent green, jacquard orange, jacquard lake blue, jacquard blue, jacquard purple\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e200 × 250 × 50 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePacking List\u003c\/td\u003e\n\u003ctd\u003eLeggings × 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eSize Guide\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-size-notice\"\u003e\n\n\u003cdiv class=\"sara-pd-size-notice-title\"\u003e\nPlease check the measurements before ordering\n\u003c\/div\u003e\n\n\u003cp\u003e\nAsian sizes run 1–2 sizes smaller than European and American sizing. If your measurement falls between two sizes, choose the larger size. Please allow a 2–3 cm difference due to manual measurement.\n\u003c\/p\u003e\n\n\u003cp\u003e\nDifferent computers display colors differently, so the actual item color may vary slightly from the images shown.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-wrap\"\u003e\n\n\u003ctable class=\"sara-pd-size-table\"\u003e\n\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth rowspan=\"2\"\u003eSize\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eWaist\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eHip\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eLength\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"sara-pd-unit-row\"\u003e\n\u003cth\u003ecm\u003c\/th\u003e\n\u003cth\u003einch\u003c\/th\u003e\n\u003cth\u003ecm\u003c\/th\u003e\n\u003cth\u003einch\u003c\/th\u003e\n\u003cth\u003ecm\u003c\/th\u003e\n\u003cth\u003einch\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eXS\u003c\/td\u003e\n\u003ctd\u003e56\u003c\/td\u003e\n\u003ctd\u003e21.8\u003c\/td\u003e\n\u003ctd\u003e74\u003c\/td\u003e\n\u003ctd\u003e28.9\u003c\/td\u003e\n\u003ctd\u003e87\u003c\/td\u003e\n\u003ctd\u003e33.9\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003ctd\u003e23.4\u003c\/td\u003e\n\u003ctd\u003e78\u003c\/td\u003e\n\u003ctd\u003e30.4\u003c\/td\u003e\n\u003ctd\u003e89\u003c\/td\u003e\n\u003ctd\u003e34.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e64\u003c\/td\u003e\n\u003ctd\u003e25.0\u003c\/td\u003e\n\u003ctd\u003e82\u003c\/td\u003e\n\u003ctd\u003e32.0\u003c\/td\u003e\n\u003ctd\u003e91\u003c\/td\u003e\n\u003ctd\u003e35.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e68\u003c\/td\u003e\n\u003ctd\u003e26.5\u003c\/td\u003e\n\u003ctd\u003e86\u003c\/td\u003e\n\u003ctd\u003e33.5\u003c\/td\u003e\n\u003ctd\u003e93\u003c\/td\u003e\n\u003ctd\u003e36.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eXL\u003c\/td\u003e\n\u003ctd\u003e72\u003c\/td\u003e\n\u003ctd\u003e28.1\u003c\/td\u003e\n\u003ctd\u003e90\u003c\/td\u003e\n\u003ctd\u003e35.1\u003c\/td\u003e\n\u003ctd\u003e94\u003c\/td\u003e\n\u003ctd\u003e36.7\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e2XL\u003c\/td\u003e\n\u003ctd\u003e76\u003c\/td\u003e\n\u003ctd\u003e29.6\u003c\/td\u003e\n\u003ctd\u003e92\u003c\/td\u003e\n\u003ctd\u003e35.9\u003c\/td\u003e\n\u003ctd\u003e95\u003c\/td\u003e\n\u003ctd\u003e37.1\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e3XL\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003ctd\u003e31.2\u003c\/td\u003e\n\u003ctd\u003e94\u003c\/td\u003e\n\u003ctd\u003e36.7\u003c\/td\u003e\n\u003ctd\u003e96\u003c\/td\u003e\n\u003ctd\u003e37.4\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-note\"\u003e\nSize conversion: 1 cm = 0.39 inch. Please allow a 2–3 cm difference due to manual measurement.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eWhat Customers Say\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"sara-pd-review-intro\"\u003e\nCustomer feedback from the supplied review collection.\n\u003c\/p\u003e\n\n\u003cdiv class=\"sara-pd-review-stage\" itemprop=\"review\" itemscope itemtype=\"https:\/\/schema.org\/Review\"\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-06-03\/89513825-f09e-48e0-90c5-56ff1f527a02.jpg\" alt=\"Customer review photo, leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"I love it!! Fast delivery. I will order a couple more colors :)\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nK***n · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Finland\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"10\" width=\"6\" height=\"24\" fill=\"#002F6C\"\u003e\u003c\/rect\u003e\n\u003crect y=\"9\" width=\"32\" height=\"6\" fill=\"#002F6C\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-06-03\/7109207b-304c-4bef-b7a9-6018603d92b0.jpg\" alt=\"Customer review photo, leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"The quality is excellent, thank you so much.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nM***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Germany\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#000\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#DD0000\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#FFCE00\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"I definitely recommend it.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nD***e · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Lithuania\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#FDB913\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#006A44\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#C1272D\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Super O.K.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nR***z · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Czech Republic\"\u003e\n\u003crect width=\"32\" height=\"12\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"12\" width=\"32\" height=\"12\" fill=\"#D7141A\"\u003e\u003c\/rect\u003e\n\u003cpolygon points=\"0,0 16,12 0,24\" fill=\"#11457E\"\u003e\u003c\/polygon\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"I'm very satisfied, thanks!\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nN***s · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United States\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003cg fill=\"#B22234\"\u003e\n\u003crect y=\"0\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"3.7\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"7.4\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"11.1\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"14.8\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"18.5\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003crect y=\"22.15\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n\u003c\/g\u003e\n\u003crect width=\"13\" height=\"13\" fill=\"#3C3B6E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Perfect.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nE***h · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Hungary\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#CE2939\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#477050\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Just like the picture. Ordered it a second time.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nN***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Netherlands\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#AE1C28\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#21468B\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Great quality pants, lady liked it.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nA***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Mexico\"\u003e\n\u003crect width=\"10.67\" height=\"24\" fill=\"#006847\"\u003e\u003c\/rect\u003e\n\u003crect x=\"10.67\" width=\"10.66\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"21.33\" width=\"10.67\" height=\"24\" fill=\"#CE1126\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"XL fits true to size. Delivery arrived before the estimated time.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nJ***a · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Chile\"\u003e\n\u003crect width=\"32\" height=\"12\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect width=\"10\" height=\"12\" fill=\"#0033A0\"\u003e\u003c\/rect\u003e\n\u003crect y=\"12\" width=\"32\" height=\"12\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Looks amazing on her pawg ass, and is comfortable.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nU***p · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United Kingdom\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#00247D\"\u003e\u003c\/rect\u003e\n\u003cpath d=\"M0,0 L32,24 M32,0 L0,24\" stroke=\"#fff\" stroke-width=\"4.8\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M0,0 L32,24 M32,0 L0,24\" stroke=\"#CF142B\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\n\u003crect x=\"13.6\" width=\"4.8\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"9.6\" width=\"32\" height=\"4.8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"14.4\" width=\"3.2\" height=\"24\" fill=\"#CF142B\"\u003e\u003c\/rect\u003e\n\u003crect y=\"10.4\" width=\"32\" height=\"3.2\" fill=\"#CF142B\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Very comfortable pants that make a very sexy silhouette.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nJ***O · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Spain\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#AA151B\"\u003e\u003c\/rect\u003e\n\u003crect y=\"6\" width=\"32\" height=\"12\" fill=\"#F1BF00\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Ok.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nG***e · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Romania\"\u003e\n\u003crect width=\"10.67\" height=\"24\" fill=\"#002B7F\"\u003e\u003c\/rect\u003e\n\u003crect x=\"10.67\" width=\"10.66\" height=\"24\" fill=\"#FCD116\"\u003e\u003c\/rect\u003e\n\u003crect x=\"21.33\" width=\"10.67\" height=\"24\" fill=\"#CE1126\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Top.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nP***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Switzerland\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003crect x=\"13\" y=\"5\" width=\"6\" height=\"14\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"7\" y=\"9\" width=\"18\" height=\"6\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Good!!!!!\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nU***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United Kingdom\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#00247D\"\u003e\u003c\/rect\u003e\n\u003cpath d=\"M0,0 L32,24 M32,0 L0,24\" stroke=\"#fff\" stroke-width=\"4.8\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M0,0 L32,24 M32,0 L0,24\" stroke=\"#CF142B\" stroke-width=\"1.6\"\u003e\u003c\/path\u003e\n\u003crect x=\"13.6\" width=\"4.8\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"9.6\" width=\"32\" height=\"4.8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"14.4\" width=\"3.2\" height=\"24\" fill=\"#CF142B\"\u003e\u003c\/rect\u003e\n\u003crect y=\"10.4\" width=\"32\" height=\"3.2\" fill=\"#CF142B\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review-controls\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-prev\u003e‹\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot active\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-next\u003e›\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eBefore You Order\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\u003cul class=\"sara-pd-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize —\u003c\/strong\u003e Asian sizes run 1 to 2 sizes smaller than European and American sizing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetween sizes —\u003c\/strong\u003e If your measurement falls between two sizes, choose the larger size.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMeasurements —\u003c\/strong\u003e Please allow a 2–3 cm difference due to manual measurement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor —\u003c\/strong\u003e Different computers can display colors differently, so the actual color may vary slightly from the image.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNeed help with sizing? —\u003c\/strong\u003e Contact customer service if you are unsure which size to choose.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-lightbox\" id=\"saraReviewLightbox\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-lightbox-close\" id=\"saraReviewLightboxClose\"\u003e×\u003c\/button\u003e\n\u003cimg id=\"saraReviewLightboxImage\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Booty Lifting Anti Cellulite Scrunch Leggings Without Pocket\",\n  \"brand\": { \"@type\": \"Brand\", \"name\": \"Sara Boutique\" },\n  \"description\": \"Scrunch-seam booty-lifting leggings in a breathable, sweat-absorbent polyester-spandex blend, available in solid and jacquard colorways, sizes XS to 3XL.\",\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"14\"\n  },\n  \"review\": [\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"K***n\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"I love it!! Fast delivery. I will order a couple more colors :)\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"M***r\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"The quality is excellent, thank you so much.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"D***e\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"I definitely recommend it.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"N***s\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"I'm very satisfied, thanks!\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"N***r\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Just like the picture. Ordered it a second time.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"J***a\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"XL fits true to size. Delivery arrived before the estimated time.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"J***O\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Very comfortable pants that make a very sexy silhouette.\" }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n(function() {\n\nvar accordions = document.querySelectorAll('.sara-pd-accordion');\naccordions.forEach(function(accordion) {\n  var button = accordion.querySelector('.sara-pd-accordion-button');\n  if (!button) return;\n  button.addEventListener('click', function() {\n    accordion.classList.toggle('open');\n  });\n});\n\nvar videoCards = document.querySelectorAll('.sara-pd-video');\nvideoCards.forEach(function(card) {\n  var video = card.querySelector('video');\n  if (!video) return;\n  card.addEventListener('click', function(event) {\n    event.preventDefault();\n    if (video.paused) {\n      video.play().catch(function(){});\n    } else {\n      video.pause();\n    }\n  });\n});\n\nvar reviews = document.querySelectorAll('.sara-pd-review-stage .sara-pd-review');\nvar dots = document.querySelectorAll('.sara-pd-review-dot');\nvar prevButton = document.querySelector('[data-review-prev]');\nvar nextButton = document.querySelector('[data-review-next]');\nvar currentReview = 0;\nvar reviewTimer;\n\nfunction showReview(index) {\n  if (!reviews.length) return;\n  if (index \u003c 0) index = reviews.length - 1;\n  if (index \u003e= reviews.length) index = 0;\n  currentReview = index;\n  reviews.forEach(function(review, i) {\n    review.classList.toggle('active', i === currentReview);\n  });\n  dots.forEach(function(dot, i) {\n    dot.classList.toggle('active', i === currentReview);\n  });\n}\n\nfunction startReviewTimer() {\n  clearInterval(reviewTimer);\n  reviewTimer = setInterval(function() {\n    showReview(currentReview + 1);\n  }, 5000);\n}\n\nif (prevButton) {\n  prevButton.addEventListener('click', function() {\n    showReview(currentReview - 1);\n    startReviewTimer();\n  });\n}\n\nif (nextButton) {\n  nextButton.addEventListener('click', function() {\n    showReview(currentReview + 1);\n    startReviewTimer();\n  });\n}\n\ndots.forEach(function(dot, index) {\n  dot.addEventListener('click', function() {\n    showReview(index);\n    startReviewTimer();\n  });\n});\n\nshowReview(0);\nstartReviewTimer();\n\nvar lightbox = document.getElementById('saraReviewLightbox');\nvar lightboxImage = document.getElementById('saraReviewLightboxImage');\nvar lightboxClose = document.getElementById('saraReviewLightboxClose');\nvar reviewImages = document.querySelectorAll('.sara-pd-review-image');\n\nreviewImages.forEach(function(card) {\n  card.addEventListener('click', function(event) {\n    event.stopPropagation();\n    var img = card.querySelector('img');\n    var imageUrl = img ? img.getAttribute('src') : null;\n    if (!imageUrl) return;\n    lightboxImage.src = imageUrl;\n    lightbox.classList.add('open');\n    document.body.style.overflow = 'hidden';\n  });\n});\n\nfunction closeLightbox() {\n  lightbox.classList.remove('open');\n  lightboxImage.src = '';\n  document.body.style.overflow = '';\n}\n\nif (lightboxClose) {\n  lightboxClose.addEventListener('click', closeLightbox);\n}\n\nif (lightbox) {\n  lightbox.addEventListener('click', function(event) {\n    if (event.target === lightbox) closeLightbox();\n  });\n}\n\ndocument.addEventListener('keydown', function(event) {\n  if (event.key === 'Escape' \u0026\u0026 lightbox.classList.contains('open')) {\n    closeLightbox();\n  }\n});\n\n})();\n\u003c\/script\u003e","brand":"Sara Boutique","offers":[{"title":"Bean paste \/ 2XL","offer_id":47207726645420,"sku":"CJNSXZDD00084-Bean paste-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ 3XL","offer_id":47207726678188,"sku":"CJNSXZDD00084-Bean paste-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ L","offer_id":47207726710956,"sku":"CJNSXZDD00084-Bean paste-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ M","offer_id":47207726743724,"sku":"CJNSXZDD00084-Bean paste-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ S","offer_id":47207726776492,"sku":"CJNSXZDD00084-Bean paste-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ XL","offer_id":47207726809260,"sku":"CJNSXZDD00084-Bean paste-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Bean paste \/ XXL","offer_id":47207726842028,"sku":"CJNSXZDD00084-Bean paste-XXL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":47207726874796,"sku":"CJNSXZDD00084-Black-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3XL","offer_id":47207726907564,"sku":"CJNSXZDD00084-Black-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4XL","offer_id":47207726940332,"sku":"CJNSXZDD00084-Black-4XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":47207726973100,"sku":"CJNSXZDD00084-Black-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":47207727005868,"sku":"CJNSXZDD00084-Black-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":47207727038636,"sku":"CJNSXZDD00084-Black-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":47207727071404,"sku":"CJNSXZDD00084-Black-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XS","offer_id":47207727104172,"sku":"CJNSXZDD00084-Black-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":47207727136940,"sku":"CJNSXZDD00084-Blue-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 3XL","offer_id":47207727169708,"sku":"CJNSXZDD00084-Blue-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4XL","offer_id":47207727202476,"sku":"CJNSXZDD00084-Blue-4XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":47207727235244,"sku":"CJNSXZDD00084-Blue-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":47207727268012,"sku":"CJNSXZDD00084-Blue-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":47207727300780,"sku":"CJNSXZDD00084-Blue-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":47207727333548,"sku":"CJNSXZDD00084-Blue-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XS","offer_id":47207727366316,"sku":"CJNSXZDD00084-Blue-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ 2XL","offer_id":47207727399084,"sku":"CJNSXZDD00084-Dark green-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ 3XL","offer_id":47207727431852,"sku":"CJNSXZDD00084-Dark green-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ L","offer_id":47207727464620,"sku":"CJNSXZDD00084-Dark green-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ M","offer_id":47207727497388,"sku":"CJNSXZDD00084-Dark green-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ S","offer_id":47207727530156,"sku":"CJNSXZDD00084-Dark green-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ XL","offer_id":47207727562924,"sku":"CJNSXZDD00084-Dark green-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Dark green \/ XS","offer_id":47207727595692,"sku":"CJNSXZDD00084-Dark green-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescence green \/ XS","offer_id":47207727628460,"sku":"CJNSXZDD00084-Fluorescence green-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ 2XL","offer_id":47207727661228,"sku":"CJNSXZDD00084-Fluorescent green-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ 3XL","offer_id":47207727693996,"sku":"CJNSXZDD00084-Fluorescent green-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ L","offer_id":47207727726764,"sku":"CJNSXZDD00084-Fluorescent green-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ M","offer_id":47207727759532,"sku":"CJNSXZDD00084-Fluorescent green-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ S","offer_id":47207727792300,"sku":"CJNSXZDD00084-Fluorescent green-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent green \/ XL","offer_id":47207727825068,"sku":"CJNSXZDD00084-Fluorescent green-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 2XL","offer_id":47207727857836,"sku":"CJNSXZDD00084-Gray-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 3XL","offer_id":47207727890604,"sku":"CJNSXZDD00084-Gray-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ L","offer_id":47207727923372,"sku":"CJNSXZDD00084-Gray-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ M","offer_id":47207727956140,"sku":"CJNSXZDD00084-Gray-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ S","offer_id":47207727988908,"sku":"CJNSXZDD00084-Gray-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XL","offer_id":47207728021676,"sku":"CJNSXZDD00084-Gray-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XS","offer_id":47207728054444,"sku":"CJNSXZDD00084-Gray-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ 2XL","offer_id":47207728087212,"sku":"CJNSXZDD00084-Lake blue-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ 3XL","offer_id":47207728119980,"sku":"CJNSXZDD00084-Lake blue-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ L","offer_id":47207728152748,"sku":"CJNSXZDD00084-Lake blue-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ M","offer_id":47207728185516,"sku":"CJNSXZDD00084-Lake blue-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ S","offer_id":47207728218284,"sku":"CJNSXZDD00084-Lake blue-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ XL","offer_id":47207728251052,"sku":"CJNSXZDD00084-Lake blue-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Lake blue \/ XS","offer_id":47207728283820,"sku":"CJNSXZDD00084-Lake blue-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 2XL","offer_id":47207728316588,"sku":"CJNSXZDD00084-Orange-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 3XL","offer_id":47207728349356,"sku":"CJNSXZDD00084-Orange-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":47207728382124,"sku":"CJNSXZDD00084-Orange-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":47207728414892,"sku":"CJNSXZDD00084-Orange-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":47207728447660,"sku":"CJNSXZDD00084-Orange-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":47207728480428,"sku":"CJNSXZDD00084-Orange-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XS","offer_id":47207728513196,"sku":"CJNSXZDD00084-Orange-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 2XL","offer_id":47207728545964,"sku":"CJNSXZDD00084-Purple-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ 3XL","offer_id":47207728578732,"sku":"CJNSXZDD00084-Purple-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L","offer_id":47207728611500,"sku":"CJNSXZDD00084-Purple-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M","offer_id":47207728644268,"sku":"CJNSXZDD00084-Purple-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S","offer_id":47207728677036,"sku":"CJNSXZDD00084-Purple-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL","offer_id":47207728709804,"sku":"CJNSXZDD00084-Purple-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XS","offer_id":47207728742572,"sku":"CJNSXZDD00084-Purple-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2XL","offer_id":47207728775340,"sku":"CJNSXZDD00084-Red-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ 3XL","offer_id":47207728808108,"sku":"CJNSXZDD00084-Red-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":47207728840876,"sku":"CJNSXZDD00084-Red-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":47207728873644,"sku":"CJNSXZDD00084-Red-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":47207728906412,"sku":"CJNSXZDD00084-Red-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":47207728939180,"sku":"CJNSXZDD00084-Red-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XS","offer_id":47207728971948,"sku":"CJNSXZDD00084-Red-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ 2XL","offer_id":47207729004716,"sku":"CJNSXZDD00084-Rose red-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ 3XL","offer_id":47207729037484,"sku":"CJNSXZDD00084-Rose red-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ 4XL","offer_id":47207729070252,"sku":"CJNSXZDD00084-Rose red-4XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ L","offer_id":47207729103020,"sku":"CJNSXZDD00084-Rose red-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ M","offer_id":47207729135788,"sku":"CJNSXZDD00084-Rose red-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ S","offer_id":47207729168556,"sku":"CJNSXZDD00084-Rose red-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ XL","offer_id":47207729201324,"sku":"CJNSXZDD00084-Rose red-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"Rose red \/ XS","offer_id":47207729234092,"sku":"CJNSXZDD00084-Rose red-XS","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":47207729266860,"sku":"CJNSXZDD00084-White-2XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":47207729299628,"sku":"CJNSXZDD00084-White-3XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":47207729332396,"sku":"CJNSXZDD00084-White-L","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":47207729365164,"sku":"CJNSXZDD00084-White-M","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":47207729397932,"sku":"CJNSXZDD00084-White-S","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":47207729430700,"sku":"CJNSXZDD00084-White-XL","price":35.99,"currency_code":"USD","in_stock":true},{"title":"White \/ XS","offer_id":47207729463468,"sku":"CJNSXZDD00084-White-XS","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/2507\/3580\/files\/13218085177535.jpg?v=1789421728"},{"product_id":"fitness-yoga-pants-butt-lifting-leggings-push-up-leggins-sport-gym","title":"Butt Lifting Push-Up Leggings – Yoga \u0026 Gym Fitness Pants","description":"\u003cstyle\u003e\n\/* =========================================================\nSARA BOUTIQUE — PRODUCT DESCRIPTION: FITNESS YOGA PANTS \/ BUTT LIFTING LEGGINGS\n========================================================= *\/\n\n.sara-pd {\n  --bg: #211a18;\n  --bg2: #2a211f;\n  --card: #302522;\n  --card2: #382b28;\n  --blush: #c98f89;\n  --blush-light: #f0bbb5;\n  --cream: #fff7ef;\n  --text: #f5ebe4;\n  --muted: #d9cbc3;\n  --faint: #bbaaa1;\n  --border: rgba(240,187,181,.28);\n  --border-strong: rgba(240,187,181,.55);\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 18px 14px 40px;\n  color: var(--text);\n  font-family: \"Poppins\", sans-serif;\n  line-height: 1.6;\n  box-sizing: border-box;\n  overflow: hidden;\n}\n\n.sara-pd *,\n.sara-pd *::before,\n.sara-pd *::after {\n  box-sizing: border-box;\n}\n\n.sara-pd img {\n  max-width: 100%;\n}\n\n.sara-pd button {\n  font-family: inherit;\n}\n\n.sara-pd-intro {\n  position: relative;\n  padding: 28px 20px 24px;\n  margin-bottom: 13px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 17px;\n  background: radial-gradient(\n    circle at 50% 0%,\n    rgba(201,143,137,.20),\n    transparent 50%\n  ), linear-gradient(145deg,var(--bg2),var(--bg));\n  overflow: hidden;\n}\n\n.sara-pd-intro::before {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  top: -125px;\n  left: 50%;\n  transform: translateX(-50%);\n  border-radius: 50%;\n  background: rgba(201,143,137,.16);\n  filter: blur(35px);\n  pointer-events: none;\n}\n\n.sara-pd-eyebrow {\n  position: relative;\n  display: inline-block;\n  margin-bottom: 7px;\n  color: var(--blush-light);\n  font-size: 9px;\n  font-weight: 600;\n  letter-spacing: .25em;\n  text-transform: uppercase;\n}\n\n.sara-pd-title {\n  position: relative;\n  max-width: 720px;\n  margin: 0 auto 8px;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: clamp(20px,4.2vw,30px);\n  font-weight: 400;\n  line-height: 1.2;\n}\n\n.sara-pd-intro-text {\n  position: relative;\n  max-width: 620px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n.sara-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 6px;\n  margin-bottom: 15px;\n}\n\n.sara-pd-quick-item {\n  min-width: 0;\n  padding: 10px 6px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: var(--card);\n}\n\n.sara-pd-quick-icon {\n  display: block;\n  margin-bottom: 2px;\n  color: var(--blush-light);\n  font-size: 14px;\n}\n\n.sara-pd-quick strong {\n  display: block;\n  color: var(--cream);\n  font-size: 10.5px;\n  font-weight: 600;\n}\n\n.sara-pd-quick small {\n  display: block;\n  color: var(--faint);\n  font-size: 8.5px;\n  line-height: 1.3;\n}\n\n.sara-pd-heading {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin: 21px 0 11px;\n}\n\n.sara-pd-heading::before,\n.sara-pd-heading::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(\n    to right,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading::after {\n  background: linear-gradient(\n    to left,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading span {\n  color: var(--blush-light);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 19px;\n  white-space: nowrap;\n}\n\n.sara-pd-video-intro {\n  margin: -2px auto 9px;\n  text-align: center;\n  color: var(--faint);\n  font-size: 10px;\n}\n\n.sara-pd-videos {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 8px;\n  margin-bottom: 17px;\n  max-width: 560px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.sara-pd-video {\n  position: relative;\n  aspect-ratio: 9\/14;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: #171210;\n  cursor: pointer;\n}\n\n.sara-pd-video video {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n}\n\n.sara-pd-accordion {\n  margin-bottom: 7px;\n  border: 1px solid var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n  background: var(--card);\n}\n\n.sara-pd-accordion-button {\n  width: 100%;\n  padding: 12px 14px;\n  border: 0;\n  background: transparent;\n  color: var(--cream);\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  text-align: left;\n  cursor: pointer;\n  font-size: 11.5px;\n  font-weight: 600;\n}\n\n.sara-pd-accordion-button:hover {\n  background: rgba(201,143,137,.07);\n}\n\n.sara-pd-arrow {\n  color: var(--blush-light);\n  font-size: 16px;\n  transition: transform .3s ease;\n}\n\n.sara-pd-accordion.open .sara-pd-arrow {\n  transform: rotate(180deg);\n}\n\n.sara-pd-accordion-content {\n  display: none;\n  padding: 0 14px 13px;\n  border-top: 1px solid rgba(240,187,181,.12);\n}\n\n.sara-pd-accordion.open .sara-pd-accordion-content {\n  display: block;\n}\n\n.sara-pd-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.sara-pd-list li {\n  position: relative;\n  padding: 7px 0 7px 15px;\n  color: var(--muted);\n  font-size: 11px;\n  line-height: 1.6;\n  border-bottom: 1px solid rgba(255,255,255,.05);\n}\n\n.sara-pd-list li:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-list li::before {\n  content: \"✦\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  color: var(--blush-light);\n  font-size: 8px;\n}\n\n.sara-pd-list strong {\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n.sara-pd-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 10.5px;\n}\n\n.sara-pd-table tr {\n  border-bottom: 1px solid rgba(255,255,255,.06);\n}\n\n.sara-pd-table tr:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-table td {\n  padding: 8px 3px;\n  vertical-align: top;\n}\n\n.sara-pd-table td:first-child {\n  width: 42%;\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n.sara-pd-table td:last-child {\n  color: var(--muted);\n}\n\n.sara-pd-size-notice {\n  padding: 13px 14px;\n  margin-bottom: 10px;\n  border: 1px solid rgba(240,187,181,.48);\n  border-radius: 12px;\n  background: linear-gradient(\n    135deg,\n    rgba(201,143,137,.18),\n    rgba(201,143,137,.06)\n  );\n}\n\n.sara-pd-size-notice-title {\n  margin-bottom: 7px;\n  color: #ffffff;\n  font-size: 14px;\n  font-weight: 800;\n  line-height: 1.4;\n  text-shadow: 0 1px 4px rgba(0,0,0,.35);\n}\n\n.sara-pd-size-notice p {\n  margin: 0 0 6px;\n  color: #fff7f1;\n  font-size: 12px;\n  font-weight: 700;\n  line-height: 1.7;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n.sara-pd-size-notice p:last-child {\n  margin-bottom: 0;\n}\n\n.sara-pd-chart-wrap {\n  width: 100%;\n  max-width: 100%;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  border: 1px solid rgba(240,187,181,.42);\n  border-radius: 11px;\n  background: #352925;\n}\n\n.sara-pd-size-table {\n  width: 100%;\n  min-width: 480px;\n  border-collapse: collapse;\n  font-size: 9.5px;\n}\n\n.sara-pd-size-table th,\n.sara-pd-size-table td {\n  padding: 7px 4px;\n  text-align: center;\n  border-right: 1px solid rgba(240,187,181,.16);\n  border-bottom: 1px solid rgba(240,187,181,.16);\n  white-space: nowrap;\n}\n\n.sara-pd-size-table th:last-child,\n.sara-pd-size-table td:last-child {\n  border-right: 0;\n}\n\n.sara-pd-size-table tr:last-child td {\n  border-bottom: 0;\n}\n\n.sara-pd-size-table thead th {\n  color: #fff8f2;\n  background: rgba(201,143,137,.22);\n  font-weight: 700;\n}\n\n.sara-pd-size-table thead tr:first-child th {\n  border-bottom: 1px solid rgba(240,187,181,.28);\n}\n\n.sara-pd-size-table tbody td:first-child {\n  color: #f1bbb4;\n  font-weight: 600;\n}\n\n.sara-pd-size-table tbody td {\n  color: #eee1da;\n}\n\n.sara-pd-chart-note {\n  margin-top: 9px;\n  color: #fff0e9;\n  font-size: 10.5px;\n  font-weight: 700;\n  line-height: 1.55;\n  text-align: center;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n.sara-pd-review-intro {\n  max-width: 580px;\n  margin: -2px auto 11px;\n  text-align: center;\n  color: var(--faint);\n  font-size: 10px;\n}\n\n.sara-pd-review-stage {\n  position: relative;\n  min-height: 230px;\n}\n\n.sara-pd-review {\n  display: none;\n  padding: 14px;\n  border: 1px solid var(--border);\n  border-radius: 15px;\n  background: radial-gradient(\n    circle at 100% 0%,\n    rgba(201,143,137,.12),\n    transparent 38%\n  ), var(--card);\n}\n\n.sara-pd-review.active {\n  display: grid;\n  grid-template-columns: 125px 1fr;\n  gap: 16px;\n  align-items: center;\n  animation: saraReviewIn .35s ease;\n}\n\n@keyframes saraReviewIn {\n  from {\n    opacity: 0;\n    transform: translateY(8px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.sara-pd-review-image {\n  width: 125px;\n  height: 155px;\n  overflow: hidden;\n  border-radius: 11px;\n  border: 1px solid var(--border);\n  background: #191311;\n  cursor: pointer;\n}\n\n.sara-pd-review-image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n}\n\n.sara-pd-review.no-photo {\n  display: none;\n}\n\n.sara-pd-review.no-photo.active {\n  display: block;\n}\n\n.sara-pd-stars {\n  color: var(--blush-light);\n  font-size: 13px;\n  letter-spacing: 2px;\n  margin-bottom: 7px;\n}\n\n.sara-pd-review-quote {\n  margin: 0;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n.sara-pd-review-author {\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 3px;\n  margin-top: 9px;\n  color: var(--muted);\n  font-size: 9px;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sara-pd-flag {\n  display: inline-block;\n  width: 16px;\n  height: 12px;\n  margin-left: 3px;\n  flex: 0 0 auto;\n  border-radius: 2px;\n  vertical-align: -2px;\n  box-shadow: 0 0 0 1px rgba(255,255,255,.15);\n}\n\n.sara-pd-review-controls {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-top: 8px;\n}\n\n.sara-pd-review-arrow {\n  width: 29px;\n  height: 29px;\n  padding: 0;\n  border: 1px solid var(--border);\n  border-radius: 50%;\n  background: var(--card);\n  color: var(--blush-light);\n  cursor: pointer;\n  font-size: 13px;\n}\n\n.sara-pd-review-arrow:hover {\n  border-color: var(--blush);\n  background: rgba(201,143,137,.12);\n}\n\n.sara-pd-review-dot {\n  width: 6px;\n  height: 6px;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  background: rgba(245,239,230,.25);\n  cursor: pointer;\n}\n\n.sara-pd-review-dot.active {\n  width: 18px;\n  border-radius: 10px;\n  background: var(--blush);\n}\n\n.sara-pd-lightbox {\n  position: fixed;\n  inset: 0;\n  z-index: 999999;\n  display: none;\n  align-items: center;\n  justify-content: center;\n  padding: 18px;\n  background: rgba(8,6,5,.94);\n  backdrop-filter: blur(8px);\n}\n\n.sara-pd-lightbox.open {\n  display: flex;\n  animation: saraLightboxIn .25s ease;\n}\n\n@keyframes saraLightboxIn {\n  from {\n    opacity: 0;\n  }\n\n  to {\n    opacity: 1;\n  }\n}\n\n.sara-pd-lightbox img {\n  max-width: min(92vw,700px);\n  max-height: 88vh;\n  width: auto;\n  height: auto;\n  object-fit: contain;\n  border-radius: 14px;\n  box-shadow: 0 30px 80px rgba(0,0,0,.55);\n}\n\n.sara-pd-lightbox-close {\n  position: absolute;\n  top: 17px;\n  right: 17px;\n  width: 40px;\n  height: 40px;\n  padding: 0;\n  border: 1px solid rgba(255,255,255,.35);\n  border-radius: 50%;\n  background: rgba(30,22,20,.85);\n  color: #fff;\n  cursor: pointer;\n  font-size: 19px;\n}\n\n@media (max-width:650px) {\n\n  .sara-pd {\n    padding: 14px 8px 32px;\n  }\n\n  .sara-pd-intro {\n    padding: 24px 14px 21px;\n    border-radius: 15px;\n  }\n\n  .sara-pd-title {\n    font-size: clamp(18px,7vw,24px);\n  }\n\n  .sara-pd-intro-text {\n    font-size: 10.5px;\n  }\n\n  .sara-pd-quick {\n    gap: 5px;\n  }\n\n  .sara-pd-quick-item {\n    padding: 9px 4px;\n  }\n\n  .sara-pd-quick strong {\n    font-size: 9.5px;\n  }\n\n  .sara-pd-quick small {\n    font-size: 7.5px;\n  }\n\n  .sara-pd-videos {\n    display: flex;\n    flex-wrap: nowrap;\n    gap: 6px;\n    overflow-x: auto;\n    overflow-y: hidden;\n    -webkit-overflow-scrolling: touch;\n    scroll-snap-type: x proximity;\n    scrollbar-width: none;\n    padding-bottom: 2px;\n    max-width: 100%;\n  }\n\n  .sara-pd-videos::-webkit-scrollbar {\n    display: none;\n  }\n\n  .sara-pd-video {\n    flex: 0 0 calc((100% - 12px) \/ 3);\n    width: calc((100% - 12px) \/ 3);\n    scroll-snap-align: start;\n  }\n\n  .sara-pd-size-notice-title {\n    font-size: 13px;\n  }\n\n  .sara-pd-size-notice p {\n    font-size: 11.5px;\n  }\n\n  .sara-pd-chart-note {\n    font-size: 10px;\n  }\n\n  .sara-pd-size-table {\n    font-size: 8.4px;\n  }\n\n  .sara-pd-size-table th,\n  .sara-pd-size-table td {\n    padding: 5px 3px;\n  }\n\n  .sara-pd-review-stage {\n    min-height: 285px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 100px 1fr;\n    gap: 12px;\n    align-items: center;\n  }\n\n  .sara-pd-review-image {\n    width: 100px;\n    height: 135px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .sara-pd-review-author {\n    font-size: 8px;\n  }\n}\n\n@media (max-width:390px) {\n\n  .sara-pd-heading span {\n    font-size: 16px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 86px 1fr;\n    gap: 10px;\n  }\n\n  .sara-pd-review-image {\n    width: 86px;\n    height: 120px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sara-pd\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n\u003cmeta itemprop=\"name\" content=\"Fitness Yoga Pants Butt Lifting Leggings Push-Up Leggins Sport Gym\"\u003e\n\u003cmeta itemprop=\"brand\" content=\"Sara Boutique\"\u003e\n\n\u003csection class=\"sara-pd-intro\"\u003e\n\u003cdiv class=\"sara-pd-eyebrow\"\u003eSARA BOUTIQUE\u003c\/div\u003e\n\u003ch1 class=\"sara-pd-title\" itemprop=\"name\"\u003eFitness Yoga Pants — Butt Lifting Push-Up Leggings for Sport \u0026amp; Gym\u003c\/h1\u003e\n\u003cp class=\"sara-pd-intro-text\" itemprop=\"description\"\u003eStretchy, high-waisted push-up leggings built for training. A comfortable polyester-spandex blend that lifts and shapes while moving with you through every workout. A variety of colors, more choice.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"sara-pd-quick\"\u003e\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e✦\u003c\/span\u003e\n\u003cstrong\u003eButt Lifting\u003c\/strong\u003e\n\u003csmall\u003ePush-up design\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e♡\u003c\/span\u003e\n\u003cstrong\u003eStretch Fit\u003c\/strong\u003e\n\u003csmall\u003ePolyester + spandex\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-quick-item\"\u003e\n\u003cspan class=\"sara-pd-quick-icon\"\u003e↕\u003c\/span\u003e\n\u003cstrong\u003eS–XL\u003c\/strong\u003e\n\u003csmall\u003eCheck measurements\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eSee It In Motion\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"sara-pd-video-intro\"\u003eA quick look at the leggings through the product videos.\u003c\/p\u003e\n\n\u003cdiv class=\"sara-pd-videos\"\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c6eaa0482ba44ae3978f33a65d524fd7.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/34f72c43519a47ae9f7465c13b888ae3.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-video\"\u003e\n\u003cvideo autoplay muted loop playsinline preload=\"metadata\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/29e01901a26e4e178bdccfcd308bee77.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion open\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eWhat You're Getting\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\u003cul class=\"sara-pd-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eStyle —\u003c\/strong\u003e Fitness yoga pants with a butt-lifting, push-up design.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFabric —\u003c\/strong\u003e Cloth, polyester and spandex blend.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComposition —\u003c\/strong\u003e 81–90% polyester fiber, under 10% spandex.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFit —\u003c\/strong\u003e Stretch fit, built for sport and gym use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSizes —\u003c\/strong\u003e S, M, L, XL.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePacking list —\u003c\/strong\u003e Trousers × 1.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eProduct Details\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\n\u003ctable class=\"sara-pd-table\"\u003e\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eCloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eProduct Attributes\u003c\/td\u003e\n\u003ctd\u003eClothes\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eFabric Name\u003c\/td\u003e\n\u003ctd\u003ePolyester\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eMain Fabric Composition\u003c\/td\u003e\n\u003ctd\u003ePolyester fiber (polyester), 81%–90%\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eMain Fabric Composition 2\u003c\/td\u003e\n\u003ctd\u003eSpandex, below 10%\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e350 × 400 × 100 mm; 350 × 400 × 50 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003ePacking List\u003c\/td\u003e\n\u003ctd\u003eTrousers × 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eSize Guide\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-size-notice\"\u003e\n\n\u003cdiv class=\"sara-pd-size-notice-title\"\u003e\nPlease check the measurements before ordering\n\u003c\/div\u003e\n\n\u003cp\u003e\nAsian sizes run 1–2 sizes smaller than European and American sizing. If your measurement falls between two sizes, choose the larger size. Please allow a 2–3 cm difference due to manual measurement.\n\u003c\/p\u003e\n\n\u003cp\u003e\nDifferent computers display colors differently, so the actual item color may vary slightly from the images shown.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-wrap\"\u003e\n\n\u003ctable class=\"sara-pd-size-table\"\u003e\n\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth rowspan=\"2\"\u003eSize\u003c\/th\u003e\n\u003cth rowspan=\"2\"\u003eRUS\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eWaist (Stretch)\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eHip (Stretch)\u003c\/th\u003e\n\u003cth colspan=\"2\"\u003eLength\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCM\u003c\/th\u003e\n\u003cth\u003eINCH\u003c\/th\u003e\n\u003cth\u003eCM\u003c\/th\u003e\n\u003cth\u003eINCH\u003c\/th\u003e\n\u003cth\u003eCM\u003c\/th\u003e\n\u003cth\u003eINCH\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eS\u003c\/td\u003e\n\u003ctd\u003e42\u003c\/td\u003e\n\u003ctd\u003e55-70\u003c\/td\u003e\n\u003ctd\u003e22-28\u003c\/td\u003e\n\u003ctd\u003e74-110\u003c\/td\u003e\n\u003ctd\u003e29-43\u003c\/td\u003e\n\u003ctd\u003e80\u003c\/td\u003e\n\u003ctd\u003e31.2\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eM\u003c\/td\u003e\n\u003ctd\u003e44\u003c\/td\u003e\n\u003ctd\u003e59-74\u003c\/td\u003e\n\u003ctd\u003e23-29\u003c\/td\u003e\n\u003ctd\u003e78-114\u003c\/td\u003e\n\u003ctd\u003e31-45\u003c\/td\u003e\n\u003ctd\u003e84\u003c\/td\u003e\n\u003ctd\u003e32.76\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eL\u003c\/td\u003e\n\u003ctd\u003e46\u003c\/td\u003e\n\u003ctd\u003e63-78\u003c\/td\u003e\n\u003ctd\u003e25-31\u003c\/td\u003e\n\u003ctd\u003e82-118\u003c\/td\u003e\n\u003ctd\u003e32-47\u003c\/td\u003e\n\u003ctd\u003e87\u003c\/td\u003e\n\u003ctd\u003e34.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-note\"\u003e\nMeasurements shown exactly as supplied on the size chart, in cm and inches. Please allow a 2–3 cm difference due to manual measurement. Size XL is available — contact customer service for its full measurements.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n\u003cspan\u003eWhat Customers Say\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"sara-pd-review-intro\"\u003e\nCustomer feedback from the supplied review collection.\n\u003c\/p\u003e\n\n\u003cdiv class=\"sara-pd-review-stage\" itemprop=\"review\" itemscope itemtype=\"https:\/\/schema.org\/Review\"\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-10-18\/818f14aa-5ba8-4eaf-918a-fd8cf7f5e780.jpg\" alt=\"Customer review photo, fitness leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"No crazy push-up effect — other leggings give a similar shape — but these really hold you in. Thick fabric, perfect fit at 170cm. High waist, sturdy waistband, won't bother you during training.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nN***a · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Russia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0039A6\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-10-18\/8f9a2f96-15d6-49c8-bfaa-6d5b96bbb8b8.jpg\" alt=\"Customer review photo, fitness leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"These leggings are 10\/10. Highly recommended. So stretchy and comfy — I'll buy them in another color soon. Shipping was fast.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nD***a · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Slovakia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0B4EA2\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#EE1C25\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-10-18\/09f5247e-7632-4c02-a938-5b330c6228c7.jpg\" alt=\"Customer review photo, fitness leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Fast delivery to Ukraine, good quality. The waistband on these is better than the pair I had before — will update after a few washes and more wear at the gym.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nL***l · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Ukraine\"\u003e\n\u003crect width=\"32\" height=\"12\" fill=\"#0057B7\"\u003e\u003c\/rect\u003e\n\u003crect y=\"12\" width=\"32\" height=\"12\" fill=\"#FFD700\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-10-18\/6cb805ab-366d-4e23-8d29-4faaca2ee34d.jpg\" alt=\"Customer review photo, fitness leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Really impressive, good quality)\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\n7***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Russia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0039A6\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review active\"\u003e\n\u003cdiv class=\"sara-pd-review-image\"\u003e\n\u003cimg src=\"https:\/\/cc-west-usa.oss-us-west-1.aliyuncs.com\/comment\/additional\/0001\/image\/2021-10-18\/2c276f91-5be5-404d-9f4a-a6eee22acc1a.jpg\" alt=\"Customer review photo, fitness leggings\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Excellent quality.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nG***g · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Kazakhstan\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#00AFCA\"\u003e\u003c\/rect\u003e\n\u003ccircle cx=\"16\" cy=\"12\" r=\"5.5\" fill=\"#FEC50C\"\u003e\u003c\/circle\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Very good.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nS***i · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"France\"\u003e\n\u003crect width=\"10.67\" height=\"24\" fill=\"#0055A4\"\u003e\u003c\/rect\u003e\n\u003crect x=\"10.67\" width=\"10.67\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"21.33\" width=\"10.67\" height=\"24\" fill=\"#EF4135\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"My second time ordering these leggings! I love them.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nA***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"New Zealand\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#00247D\"\u003e\u003c\/rect\u003e\n\u003cg fill=\"#fff\"\u003e\n\u003ccircle cx=\"23\" cy=\"6\" r=\"1.6\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"27\" cy=\"11\" r=\"1.9\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"22.5\" cy=\"16\" r=\"1.6\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"17.5\" cy=\"13\" r=\"1.2\"\u003e\u003c\/circle\u003e\n\u003c\/g\u003e\n\u003cg fill=\"#CC142B\"\u003e\n\u003ccircle cx=\"23\" cy=\"6\" r=\"1\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"27\" cy=\"11\" r=\"1.2\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"22.5\" cy=\"16\" r=\"1\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"17.5\" cy=\"13\" r=\"0.7\"\u003e\u003c\/circle\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"I like them — the only issue is the seam between the seat sometimes rides up. At 170cm they run a touch short, but the quality is great and delivery was incredibly fast, straight to my door.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nV***n · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Russia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0039A6\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Very beautiful.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nL***y · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Italy\"\u003e\n\u003crect width=\"10.67\" height=\"24\" fill=\"#009246\"\u003e\u003c\/rect\u003e\n\u003crect x=\"10.67\" width=\"10.67\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect x=\"21.33\" width=\"10.67\" height=\"24\" fill=\"#CE2B37\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Very good — feels like a second skin on the body.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nE***n · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Netherlands\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#AE1C28\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#21468B\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Good quality.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nL***r · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Slovakia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0B4EA2\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#EE1C25\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Excellent, very comfortable leggings — I've been wearing them for over 3 weeks with zero issues.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nG***k · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Russia\"\u003e\n\u003crect width=\"32\" height=\"8\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"8\" width=\"32\" height=\"8\" fill=\"#0039A6\"\u003e\u003c\/rect\u003e\n\u003crect y=\"16\" width=\"32\" height=\"8\" fill=\"#D52B1E\"\u003e\u003c\/rect\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Excellent quality, very happy with them.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nK***P · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"New Zealand\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#00247D\"\u003e\u003c\/rect\u003e\n\u003cg fill=\"#fff\"\u003e\n\u003ccircle cx=\"23\" cy=\"6\" r=\"1.6\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"27\" cy=\"11\" r=\"1.9\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"22.5\" cy=\"16\" r=\"1.6\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"17.5\" cy=\"13\" r=\"1.2\"\u003e\u003c\/circle\u003e\n\u003c\/g\u003e\n\u003cg fill=\"#CC142B\"\u003e\n\u003ccircle cx=\"23\" cy=\"6\" r=\"1\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"27\" cy=\"11\" r=\"1.2\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"22.5\" cy=\"16\" r=\"1\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"17.5\" cy=\"13\" r=\"0.7\"\u003e\u003c\/circle\u003e\n\u003c\/g\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sara-pd-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"sara-pd-review-quote\"\u003e\"Good product and fast delivery.\"\u003c\/p\u003e\n\u003cdiv class=\"sara-pd-review-author\"\u003e\nS***m · 5 stars ·\n\u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Israel\"\u003e\n\u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\u003crect y=\"2.4\" width=\"32\" height=\"2.6\" fill=\"#0038B8\"\u003e\u003c\/rect\u003e\n\u003crect y=\"19\" width=\"32\" height=\"2.6\" fill=\"#0038B8\"\u003e\u003c\/rect\u003e\n\u003cpolygon points=\"16,8.5 18.2,12.3 16,16.1 13.8,12.3\" fill=\"none\" stroke=\"#0038B8\" stroke-width=\"1.1\"\u003e\u003c\/polygon\u003e\n\u003cpolygon points=\"16,8.5 13.8,15.5 19.2,11 12.8,11 18.2,15.5\" fill=\"none\" stroke=\"#0038B8\" stroke-width=\"1.1\"\u003e\u003c\/polygon\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-review-controls\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-prev\u003e‹\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot active\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-dot\"\u003e\u003c\/button\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-next\u003e›\u003c\/button\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n\u003cspan\u003eBefore You Order\u003c\/span\u003e\n\u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\u003cul class=\"sara-pd-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSize —\u003c\/strong\u003e Asian sizes run 1 to 2 sizes smaller than European and American sizing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetween sizes —\u003c\/strong\u003e If your measurement falls between two sizes, choose the larger size.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMeasurements —\u003c\/strong\u003e Please allow a 2–3 cm difference due to manual measurement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eColor —\u003c\/strong\u003e Different computers can display colors differently, so the actual color may vary slightly from the image.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNeed help with sizing? —\u003c\/strong\u003e Contact customer service if you are unsure which size to choose.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-lightbox\" id=\"saraReviewLightbox\"\u003e\n\u003cbutton type=\"button\" class=\"sara-pd-lightbox-close\" id=\"saraReviewLightboxClose\"\u003e×\u003c\/button\u003e\n\u003cimg id=\"saraReviewLightboxImage\" alt=\"Customer review photo\"\u003e\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Fitness Yoga Pants Butt Lifting Leggings Push-Up Leggins Sport Gym\",\n  \"brand\": { \"@type\": \"Brand\", \"name\": \"Sara Boutique\" },\n  \"description\": \"Stretchy push-up leggings with a butt-lifting design, polyester-spandex blend, built for yoga, fitness and gym training, sizes S to XL.\",\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"14\"\n  },\n  \"review\": [\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"N***a\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Great hold, thick fabric, high waist stays comfortable during training.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"D***a\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Stretchy and comfy, highly recommended, fast shipping.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"L***l\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Fast delivery, good quality, strong waistband.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"7***r\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Impressive, good quality.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"G***g\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Excellent quality.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"S***i\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Very good.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"A***r\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Ordered a second time, loves them.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"V***n\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Great quality, incredibly fast delivery.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"L***y\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Very beautiful.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"E***n\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Feels like a second skin.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"L***r\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Good quality.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"G***k\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Very comfortable, worn for 3+ weeks with zero issues.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"K***P\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Excellent quality, very happy.\" },\n    { \"@type\": \"Review\", \"author\": { \"@type\": \"Person\", \"name\": \"S***m\" }, \"reviewRating\": { \"@type\": \"Rating\", \"ratingValue\": \"5\" }, \"reviewBody\": \"Good product, fast delivery.\" }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript\u003e\n(function() {\n\nvar accordions = document.querySelectorAll('.sara-pd-accordion');\naccordions.forEach(function(accordion) {\n  var button = accordion.querySelector('.sara-pd-accordion-button');\n  if (!button) return;\n  button.addEventListener('click', function() {\n    accordion.classList.toggle('open');\n  });\n});\n\nvar videoCards = document.querySelectorAll('.sara-pd-video');\nvideoCards.forEach(function(card) {\n  var video = card.querySelector('video');\n  if (!video) return;\n  card.addEventListener('click', function(event) {\n    event.preventDefault();\n    if (video.paused) {\n      video.play().catch(function(){});\n    } else {\n      video.pause();\n    }\n  });\n});\n\nvar reviews = document.querySelectorAll('.sara-pd-review-stage .sara-pd-review');\nvar dots = document.querySelectorAll('.sara-pd-review-dot');\nvar prevButton = document.querySelector('[data-review-prev]');\nvar nextButton = document.querySelector('[data-review-next]');\nvar currentReview = 0;\nvar reviewTimer;\n\nfunction showReview(index) {\n  if (!reviews.length) return;\n  if (index \u003c 0) index = reviews.length - 1;\n  if (index \u003e= reviews.length) index = 0;\n  currentReview = index;\n  reviews.forEach(function(review, i) {\n    review.classList.toggle('active', i === currentReview);\n  });\n  dots.forEach(function(dot, i) {\n    dot.classList.toggle('active', i === currentReview);\n  });\n}\n\nfunction startReviewTimer() {\n  clearInterval(reviewTimer);\n  reviewTimer = setInterval(function() {\n    showReview(currentReview + 1);\n  }, 5000);\n}\n\nif (prevButton) {\n  prevButton.addEventListener('click', function() {\n    showReview(currentReview - 1);\n    startReviewTimer();\n  });\n}\n\nif (nextButton) {\n  nextButton.addEventListener('click', function() {\n    showReview(currentReview + 1);\n    startReviewTimer();\n  });\n}\n\ndots.forEach(function(dot, index) {\n  dot.addEventListener('click', function() {\n    showReview(index);\n    startReviewTimer();\n  });\n});\n\nshowReview(0);\nstartReviewTimer();\n\nvar lightbox = document.getElementById('saraReviewLightbox');\nvar lightboxImage = document.getElementById('saraReviewLightboxImage');\nvar lightboxClose = document.getElementById('saraReviewLightboxClose');\nvar reviewImages = document.querySelectorAll('.sara-pd-review-image');\n\nreviewImages.forEach(function(card) {\n  card.addEventListener('click', function(event) {\n    event.stopPropagation();\n    var img = card.querySelector('img');\n    var imageUrl = img ? img.getAttribute('src') : null;\n    if (!imageUrl) return;\n    lightboxImage.src = imageUrl;\n    lightbox.classList.add('open');\n    document.body.style.overflow = 'hidden';\n  });\n});\n\nfunction closeLightbox() {\n  lightbox.classList.remove('open');\n  lightboxImage.src = '';\n  document.body.style.overflow = '';\n}\n\nif (lightboxClose) {\n  lightboxClose.addEventListener('click', closeLightbox);\n}\n\nif (lightbox) {\n  lightbox.addEventListener('click', function(event) {\n    if (event.target === lightbox) closeLightbox();\n  });\n}\n\ndocument.addEventListener('keydown', function(event) {\n  if (event.key === 'Escape' \u0026\u0026 lightbox.classList.contains('open')) {\n    closeLightbox();\n  }\n});\n\n})();\n\u003c\/script\u003e","brand":"Sara Boutique","offers":[{"title":"2PC Black \/ L","offer_id":47218491228332,"sku":"CJJS109445537KP","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Black \/ M","offer_id":47218491261100,"sku":"CJJS109445538LO","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Black \/ S","offer_id":47218491293868,"sku":"CJJS109445539MN","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Black \/ XL","offer_id":47218491326636,"sku":"CJJS109445540NM","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Blue \/ L","offer_id":47218491359404,"sku":"CJJS109445541OL","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Blue \/ M","offer_id":47218491392172,"sku":"CJJS109445542PK","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Blue \/ S","offer_id":47218491424940,"sku":"CJJS109445543QJ","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Blue \/ XL","offer_id":47218491457708,"sku":"CJJS109445544RI","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Dark gray \/ L","offer_id":47218491490476,"sku":"CJJS109445569QJ","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Dark gray \/ M","offer_id":47218491523244,"sku":"CJJS109445570RI","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Dark gray \/ S","offer_id":47218491556012,"sku":"CJJS109445571SH","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Dark gray \/ XL","offer_id":47218491588780,"sku":"CJJS109445572TG","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Green \/ L","offer_id":47218491621548,"sku":"CJJS109445553AZ","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Green \/ M","offer_id":47218491654316,"sku":"CJJS109445554BY","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Green \/ S","offer_id":47218491687084,"sku":"CJJS109445555CX","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Green \/ XL","offer_id":47218491719852,"sku":"CJJS109445556DW","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Light gray \/ L","offer_id":47218491752620,"sku":"CJJS109445565MN","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Light gray \/ M","offer_id":47218491785388,"sku":"CJJS109445566NM","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Light gray \/ S","offer_id":47218491818156,"sku":"CJJS109445567OL","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Light gray \/ XL","offer_id":47218491850924,"sku":"CJJS109445568PK","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Orange \/ L","offer_id":47218491883692,"sku":"CJJS109445561IR","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Orange \/ M","offer_id":47218491916460,"sku":"CJJS109445562JQ","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Orange \/ S","offer_id":47218491949228,"sku":"CJJS109445563KP","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Orange \/ XL","offer_id":47218491981996,"sku":"CJJS109445564LO","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Pink \/ L","offer_id":47218492014764,"sku":"CJJS109445549WD","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Pink \/ M","offer_id":47218492047532,"sku":"CJJS109445550XC","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Pink \/ S","offer_id":47218492080300,"sku":"CJJS109445551YB","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Pink \/ XL","offer_id":47218492113068,"sku":"CJJS109445552ZA","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Red \/ L","offer_id":47218492145836,"sku":"CJJS109445545SH","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Red \/ M","offer_id":47218492178604,"sku":"CJJS109445546TG","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Red \/ S","offer_id":47218492211372,"sku":"CJJS109445547UF","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Red \/ XL","offer_id":47218492244140,"sku":"CJJS109445548VE","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Yellow \/ L","offer_id":47218492276908,"sku":"CJJS109445557EV","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Yellow \/ M","offer_id":47218492309676,"sku":"CJJS109445558FU","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Yellow \/ S","offer_id":47218492342444,"sku":"CJJS109445559GT","price":69.99,"currency_code":"USD","in_stock":true},{"title":"2PC Yellow \/ XL","offer_id":47218492375212,"sku":"CJJS109445560HS","price":69.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":47218492407980,"sku":"CJJS109445511KP","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":47218492440748,"sku":"CJJS109445510JQ","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":47218492473516,"sku":"CJJS109445509IR","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":47218492506284,"sku":"CJJS109445512LO","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":47218492539052,"sku":"CJJS109445515OL","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":47218492571820,"sku":"CJJS109445514NM","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":47218492604588,"sku":"CJJS109445513MN","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":47218492637356,"sku":"CJJS109445516PK","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ L","offer_id":47218492670124,"sku":"CJJS109445531EV","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ M","offer_id":47218492702892,"sku":"CJJS109445530DW","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ S","offer_id":47218492735660,"sku":"CJJS109445529CX","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Dark gray \/ XL","offer_id":47218492768428,"sku":"CJJS109445532FU","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":47218492801196,"sku":"CJJS109445527AZ","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":47218492833964,"sku":"CJJS109445526ZA","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":47218492866732,"sku":"CJJS109445525YB","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":47218492899500,"sku":"CJJS109445528BY","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ L","offer_id":47218492932268,"sku":"CJJS109445535IR","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ M","offer_id":47218492965036,"sku":"CJJS109445534HS","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ S","offer_id":47218492997804,"sku":"CJJS109445533GT","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Light gray \/ XL","offer_id":47218493030572,"sku":"CJJS109445536JQ","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L","offer_id":47218493063340,"sku":"CJJS109445523WD","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M","offer_id":47218493096108,"sku":"CJJS109445522VE","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S","offer_id":47218493128876,"sku":"CJJS109445521UF","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ XL","offer_id":47218493161644,"sku":"CJJS109445524XC","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":47218493194412,"sku":"CJJS109445503CX","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":47218493227180,"sku":"CJJS109445502BY","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":47218493259948,"sku":"CJJS109445501AZ","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":47218493292716,"sku":"CJJS109445504DW","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":47218493325484,"sku":"CJJS109445507GT","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":47218493358252,"sku":"CJJS109445506FU","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S","offer_id":47218493391020,"sku":"CJJS109445505EV","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":47218493423788,"sku":"CJJS109445508HS","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L","offer_id":47218493456556,"sku":"CJJS109445519SH","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M","offer_id":47218493489324,"sku":"CJJS109445518RI","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ S","offer_id":47218493522092,"sku":"CJJS109445517QJ","price":42.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XL","offer_id":47218493554860,"sku":"CJJS109445520TG","price":42.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/2507\/3580\/files\/1619147238436.jpg?v=1789508885"},{"product_id":"womens-yoga-pants-high-waist-lift-high-elastic-tight-fitness-trousers","title":"Women's Yoga Pants High Waist Lift High Elastic Tight Fitness Trousers","description":"\u003cstyle\u003e\n\/* =========================================================\nSARA BOUTIQUE — PRODUCT DESCRIPTION: WOMEN'S YOGA PANTS\nMASTER TEMPLATE\n========================================================= *\/\n\n.sara-pd {\n  --bg: #211a18;\n  --bg2: #2a211f;\n  --card: #302522;\n  --card2: #382b28;\n  --blush: #c98f89;\n  --blush-light: #f0bbb5;\n  --cream: #fff7ef;\n  --text: #f5ebe4;\n  --muted: #d9cbc3;\n  --faint: #bbaaa1;\n  --border: rgba(240,187,181,.28);\n  --border-strong: rgba(240,187,181,.55);\n\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 18px 14px 40px;\n  color: var(--text);\n  font-family: \"Poppins\", sans-serif;\n  line-height: 1.6;\n  box-sizing: border-box;\n  overflow: hidden;\n}\n\n.sara-pd *,\n.sara-pd *::before,\n.sara-pd *::after {\n  box-sizing: border-box;\n}\n\n.sara-pd img {\n  max-width: 100%;\n}\n\n.sara-pd button {\n  font-family: inherit;\n}\n\n\/* =========================================================\nINTRO\n========================================================= *\/\n\n.sara-pd-intro {\n  position: relative;\n  padding: 28px 20px 24px;\n  margin-bottom: 13px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 17px;\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(201,143,137,.20),\n      transparent 50%\n    ),\n    linear-gradient(145deg,var(--bg2),var(--bg));\n  overflow: hidden;\n}\n\n.sara-pd-intro::before {\n  content: \"\";\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  top: -125px;\n  left: 50%;\n  transform: translateX(-50%);\n  border-radius: 50%;\n  background: rgba(201,143,137,.16);\n  filter: blur(35px);\n  pointer-events: none;\n}\n\n.sara-pd-eyebrow {\n  position: relative;\n  display: inline-block;\n  margin-bottom: 7px;\n  color: var(--blush-light);\n  font-size: 9px;\n  font-weight: 600;\n  letter-spacing: .25em;\n  text-transform: uppercase;\n}\n\n.sara-pd-title {\n  position: relative;\n  max-width: 720px;\n  margin: 0 auto 8px;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: clamp(20px,4.2vw,30px);\n  font-weight: 400;\n  line-height: 1.2;\n}\n\n.sara-pd-intro-text {\n  position: relative;\n  max-width: 620px;\n  margin: 0 auto;\n  color: var(--muted);\n  font-size: 12px;\n  line-height: 1.7;\n}\n\n\/* =========================================================\nQUICK FACTS\n========================================================= *\/\n\n.sara-pd-quick {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 6px;\n  margin-bottom: 15px;\n}\n\n.sara-pd-quick-item {\n  min-width: 0;\n  padding: 10px 6px;\n  text-align: center;\n  border: 1px solid var(--border);\n  border-radius: 11px;\n  background: var(--card);\n}\n\n.sara-pd-quick-icon {\n  display: block;\n  margin-bottom: 2px;\n  color: var(--blush-light);\n  font-size: 14px;\n}\n\n.sara-pd-quick strong {\n  display: block;\n  color: var(--cream);\n  font-size: 10.5px;\n  font-weight: 600;\n}\n\n.sara-pd-quick small {\n  display: block;\n  color: var(--faint);\n  font-size: 8.5px;\n  line-height: 1.3;\n}\n\n\/* =========================================================\nSECTION HEADINGS\n========================================================= *\/\n\n.sara-pd-heading {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin: 21px 0 11px;\n}\n\n.sara-pd-heading::before,\n.sara-pd-heading::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(\n    to right,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading::after {\n  background: linear-gradient(\n    to left,\n    transparent,\n    rgba(240,187,181,.40)\n  );\n}\n\n.sara-pd-heading span {\n  color: var(--blush-light);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 19px;\n  white-space: nowrap;\n}\n\n\/* =========================================================\nACCORDIONS\n========================================================= *\/\n\n.sara-pd-accordion {\n  margin-bottom: 7px;\n  border: 1px solid var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n  background: var(--card);\n}\n\n.sara-pd-accordion-button {\n  width: 100%;\n  padding: 12px 14px;\n  border: 0;\n  background: transparent;\n  color: var(--cream);\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  text-align: left;\n  cursor: pointer;\n  font-size: 11.5px;\n  font-weight: 600;\n}\n\n.sara-pd-accordion-button:hover {\n  background: rgba(201,143,137,.07);\n}\n\n.sara-pd-arrow {\n  color: var(--blush-light);\n  font-size: 16px;\n  transition: transform .3s ease;\n}\n\n.sara-pd-accordion.open .sara-pd-arrow {\n  transform: rotate(180deg);\n}\n\n.sara-pd-accordion-content {\n  display: none;\n  padding: 0 14px 13px;\n  border-top: 1px solid rgba(240,187,181,.12);\n}\n\n.sara-pd-accordion.open .sara-pd-accordion-content {\n  display: block;\n}\n\n.sara-pd-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.sara-pd-list li {\n  position: relative;\n  padding: 7px 0 7px 15px;\n  color: var(--muted);\n  font-size: 11px;\n  line-height: 1.6;\n  border-bottom: 1px solid rgba(255,255,255,.05);\n}\n\n.sara-pd-list li:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-list li::before {\n  content: \"✦\";\n  position: absolute;\n  left: 0;\n  top: 8px;\n  color: var(--blush-light);\n  font-size: 8px;\n}\n\n.sara-pd-list strong {\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n\/* =========================================================\nPRODUCT DETAILS TABLE\n========================================================= *\/\n\n.sara-pd-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 10.5px;\n}\n\n.sara-pd-table tr {\n  border-bottom: 1px solid rgba(255,255,255,.06);\n}\n\n.sara-pd-table tr:last-child {\n  border-bottom: 0;\n}\n\n.sara-pd-table td {\n  padding: 8px 3px;\n  vertical-align: top;\n}\n\n.sara-pd-table td:first-child {\n  width: 42%;\n  color: var(--blush-light);\n  font-weight: 600;\n}\n\n.sara-pd-table td:last-child {\n  color: var(--muted);\n}\n\n\/* =========================================================\nSIZE GUIDE\n========================================================= *\/\n\n.sara-pd-size-notice {\n  padding: 13px 14px;\n  margin-bottom: 10px;\n  border: 1px solid rgba(240,187,181,.48);\n  border-radius: 12px;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(201,143,137,.18),\n      rgba(201,143,137,.06)\n    );\n}\n\n.sara-pd-size-notice-title {\n  margin-bottom: 7px;\n  color: #ffffff;\n  font-size: 14px;\n  font-weight: 800;\n  line-height: 1.4;\n  text-shadow: 0 1px 4px rgba(0,0,0,.35);\n}\n\n.sara-pd-size-notice p {\n  margin: 0 0 6px;\n  color: #fff7f1;\n  font-size: 12px;\n  font-weight: 700;\n  line-height: 1.7;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n.sara-pd-size-notice p:last-child {\n  margin-bottom: 0;\n}\n\n.sara-pd-chart-wrap {\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  border: 1px solid rgba(240,187,181,.42);\n  border-radius: 11px;\n  background: #352925;\n}\n\n.sara-pd-size-table {\n  width: 100%;\n  max-width: 100%;\n  table-layout: fixed;\n  border-collapse: collapse;\n  font-size: 9.5px;\n}\n\n.sara-pd-size-table th,\n.sara-pd-size-table td {\n  padding: 7px 2px;\n  text-align: center;\n  border-right: 1px solid rgba(240,187,181,.16);\n  border-bottom: 1px solid rgba(240,187,181,.16);\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\n.sara-pd-size-table th:last-child,\n.sara-pd-size-table td:last-child {\n  border-right: 0;\n}\n\n.sara-pd-size-table tr:last-child td {\n  border-bottom: 0;\n}\n\n.sara-pd-size-table thead th {\n  color: #fff8f2;\n  background: rgba(201,143,137,.22);\n  font-weight: 700;\n}\n\n.sara-pd-size-table tbody td:first-child {\n  color: #f1bbb4;\n  font-weight: 600;\n}\n\n.sara-pd-size-table tbody td {\n  color: #eee1da;\n}\n\n.sara-pd-size-table tbody td:first-child,\n.sara-pd-size-table thead th:first-child {\n  width: 16%;\n}\n\n.sara-pd-size-table .unit-header {\n  display: block;\n  color: #d9cbc3;\n  font-size: 8px;\n  font-weight: 500;\n  margin-top: 1px;\n}\n\n.sara-pd-chart-note {\n  margin-top: 9px;\n  color: #fff0e9;\n  font-size: 10.5px;\n  font-weight: 700;\n  line-height: 1.55;\n  text-align: center;\n  text-shadow: 0 1px 3px rgba(0,0,0,.30);\n}\n\n\/* =========================================================\nREVIEWS\nPHOTO REVIEWS ARE SHOWN FIRST\n========================================================= *\/\n\n.sara-pd-review-intro {\n  max-width: 580px;\n  margin: -2px auto 11px;\n  text-align: center;\n  color: var(--faint);\n  font-size: 10px;\n}\n\n.sara-pd-review-stage {\n  position: relative;\n  min-height: 230px;\n}\n\n.sara-pd-review {\n  display: none;\n  padding: 14px;\n  border: 1px solid var(--border);\n  border-radius: 15px;\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(201,143,137,.12),\n      transparent 38%\n    ),\n    var(--card);\n}\n\n.sara-pd-review.active {\n  display: grid;\n  grid-template-columns: 125px 1fr;\n  gap: 16px;\n  align-items: center;\n  animation: saraReviewIn .35s ease;\n}\n\n@keyframes saraReviewIn {\n  from {\n    opacity: 0;\n    transform: translateY(8px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.sara-pd-review-image {\n  width: 125px;\n  height: 155px;\n  overflow: hidden;\n  border-radius: 11px;\n  border: 1px solid var(--border);\n  background: #191311;\n  cursor: pointer;\n}\n\n.sara-pd-review-image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n}\n\n.sara-pd-review.no-photo {\n  grid-template-columns: 1fr;\n}\n\n.sara-pd-review.no-photo.active {\n  display: block;\n}\n\n.sara-pd-stars {\n  color: var(--blush-light);\n  font-size: 13px;\n  letter-spacing: 2px;\n  margin-bottom: 7px;\n}\n\n.sara-pd-review-quote {\n  margin: 0;\n  color: var(--cream);\n  font-family: var(--font-display, Georgia, serif);\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n.sara-pd-review-author {\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 3px;\n  margin-top: 9px;\n  color: var(--muted);\n  font-size: 9px;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.sara-pd-flag {\n  display: inline-block;\n  width: 16px;\n  height: 12px;\n  margin-left: 3px;\n  flex: 0 0 auto;\n  border-radius: 2px;\n  vertical-align: -2px;\n  box-shadow: 0 0 0 1px rgba(255,255,255,.15);\n}\n\n.sara-pd-review-controls {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-top: 8px;\n}\n\n.sara-pd-review-arrow {\n  width: 29px;\n  height: 29px;\n  padding: 0;\n  border: 1px solid var(--border);\n  border-radius: 50%;\n  background: var(--card);\n  color: var(--blush-light);\n  cursor: pointer;\n  font-size: 13px;\n}\n\n.sara-pd-review-arrow:hover {\n  border-color: var(--blush);\n  background: rgba(201,143,137,.12);\n}\n\n.sara-pd-review-dot {\n  width: 6px;\n  height: 6px;\n  padding: 0;\n  border: 0;\n  border-radius: 50%;\n  background: rgba(245,239,230,.25);\n  cursor: pointer;\n}\n\n.sara-pd-review-dot.active {\n  width: 18px;\n  border-radius: 10px;\n  background: var(--blush);\n}\n\n\/* =========================================================\nLIGHTBOX\n========================================================= *\/\n\n.sara-pd-lightbox {\n  position: fixed;\n  inset: 0;\n  z-index: 999999;\n  display: none;\n  align-items: center;\n  justify-content: center;\n  padding: 18px;\n  background: rgba(8,6,5,.94);\n  backdrop-filter: blur(8px);\n}\n\n.sara-pd-lightbox.open {\n  display: flex;\n  animation: saraLightboxIn .25s ease;\n}\n\n@keyframes saraLightboxIn {\n  from {\n    opacity: 0;\n  }\n\n  to {\n    opacity: 1;\n  }\n}\n\n.sara-pd-lightbox img {\n  max-width: min(92vw,700px);\n  max-height: 88vh;\n  width: auto;\n  height: auto;\n  object-fit: contain;\n  border-radius: 14px;\n  box-shadow: 0 30px 80px rgba(0,0,0,.55);\n}\n\n.sara-pd-lightbox-close {\n  position: absolute;\n  top: 17px;\n  right: 17px;\n  width: 40px;\n  height: 40px;\n  padding: 0;\n  border: 1px solid rgba(255,255,255,.35);\n  border-radius: 50%;\n  background: rgba(30,22,20,.85);\n  color: #fff;\n  cursor: pointer;\n  font-size: 19px;\n}\n\n\/* =========================================================\nMOBILE\n========================================================= *\/\n\n@media (max-width:650px) {\n\n  .sara-pd {\n    padding: 14px 8px 32px;\n  }\n\n  .sara-pd-intro {\n    padding: 24px 14px 21px;\n    border-radius: 15px;\n  }\n\n  .sara-pd-title {\n    font-size: clamp(18px,7vw,24px);\n  }\n\n  .sara-pd-intro-text {\n    font-size: 10.5px;\n  }\n\n  .sara-pd-quick {\n    gap: 5px;\n  }\n\n  .sara-pd-quick-item {\n    padding: 9px 4px;\n  }\n\n  .sara-pd-quick strong {\n    font-size: 9.5px;\n  }\n\n  .sara-pd-quick small {\n    font-size: 7.5px;\n  }\n\n  .sara-pd-size-notice-title {\n    font-size: 13px;\n  }\n\n  .sara-pd-size-notice p {\n    font-size: 11.5px;\n  }\n\n  .sara-pd-chart-note {\n    font-size: 10px;\n  }\n\n  .sara-pd-size-table {\n    font-size: 7.6px;\n  }\n\n  .sara-pd-size-table th,\n  .sara-pd-size-table td {\n    padding: 5px 1px;\n  }\n\n  .sara-pd-size-table .unit-header {\n    font-size: 6.5px;\n  }\n\n  .sara-pd-review-stage {\n    min-height: 285px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 100px 1fr;\n    gap: 12px;\n    align-items: center;\n  }\n\n  .sara-pd-review.no-photo.active {\n    display: block;\n  }\n\n  .sara-pd-review-image {\n    width: 100px;\n    height: 135px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  .sara-pd-review-author {\n    font-size: 8px;\n  }\n}\n\n@media (max-width:390px) {\n\n  .sara-pd-heading span {\n    font-size: 16px;\n  }\n\n  .sara-pd-review.active {\n    grid-template-columns: 86px 1fr;\n    gap: 10px;\n  }\n\n  .sara-pd-review-image {\n    width: 86px;\n    height: 120px;\n  }\n\n  .sara-pd-review-quote {\n    font-size: 13px;\n  }\n\n  .sara-pd-size-table {\n    font-size: 6.6px;\n  }\n\n  .sara-pd-size-table th,\n  .sara-pd-size-table td {\n    padding: 4px 1px;\n  }\n\n  .sara-pd-size-table .unit-header {\n    font-size: 5.8px;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sara-pd\" itemscope itemtype=\"https:\/\/schema.org\/Product\"\u003e\n\n\u003cmeta itemprop=\"name\" content=\"Women's Yoga Pants High Waist Lift High Elastic Tight Fitness Trousers\"\u003e\n\u003cmeta itemprop=\"brand\" content=\"Sara Boutique\"\u003e\n\n\u003c!-- =========================================================\nINTRO\n========================================================= --\u003e\n\n\u003csection class=\"sara-pd-intro\"\u003e\n\n  \u003cdiv class=\"sara-pd-eyebrow\"\u003eSARA BOUTIQUE\u003c\/div\u003e\n\n  \u003ch1 class=\"sara-pd-title\" itemprop=\"name\"\u003e\n    Women's Yoga Pants High Waist Lift High Elastic Tight Fitness Trousers\n  \u003c\/h1\u003e\n\n  \u003cp class=\"sara-pd-intro-text\" itemprop=\"description\"\u003e\n    Slim-style women's yoga pants made from polyester cloth, with a high waist and high elastic design. Available in a variety of colors.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- =========================================================\nQUICK FACTS\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-quick\"\u003e\n\n  \u003cdiv class=\"sara-pd-quick-item\"\u003e\n    \u003cspan class=\"sara-pd-quick-icon\"\u003e✦\u003c\/span\u003e\n    \u003cstrong\u003eHigh Waist\u003c\/strong\u003e\n    \u003csmall\u003eElastic design\u003c\/small\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sara-pd-quick-item\"\u003e\n    \u003cspan class=\"sara-pd-quick-icon\"\u003e♡\u003c\/span\u003e\n    \u003cstrong\u003eSlim Style\u003c\/strong\u003e\n    \u003csmall\u003eYoga trousers\u003c\/small\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sara-pd-quick-item\"\u003e\n    \u003cspan class=\"sara-pd-quick-icon\"\u003e↕\u003c\/span\u003e\n    \u003cstrong\u003eS–2XL\u003c\/strong\u003e\n    \u003csmall\u003eCheck measurements\u003c\/small\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nWHAT YOU'RE GETTING\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-accordion open\"\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n    \u003cspan\u003eWhat You're Getting\u003c\/span\u003e\n    \u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\n    \u003cul class=\"sara-pd-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eStyle —\u003c\/strong\u003e\n        Slim-style women's yoga pants with a high waist and high elastic design.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMaterial —\u003c\/strong\u003e\n        Polyester cloth.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eColors —\u003c\/strong\u003e\n        Navy blue, black, grey, Burgundy, army green, blue, rose red and dark grey.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSizes —\u003c\/strong\u003e\n        S, M, L, XL and 2XL.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003ePacking list —\u003c\/strong\u003e\n        Pants × 1.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nPRODUCT DETAILS\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n    \u003cspan\u003eProduct Details\u003c\/span\u003e\n    \u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\n    \u003ctable class=\"sara-pd-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003ePolyester\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Attributes\u003c\/td\u003e\n          \u003ctd\u003eClothes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\u003c\/td\u003e\n          \u003ctd\u003eSlim\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eDesign\u003c\/td\u003e\n          \u003ctd\u003eHigh waist, high elastic\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eProduct Type\u003c\/td\u003e\n          \u003ctd\u003eYoga pants \/ fitness trousers\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eColors Listed\u003c\/td\u003e\n          \u003ctd\u003e\n            Navy blue, black, grey, Burgundy, army green, blue, rose red, dark grey\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Size\u003c\/td\u003e\n          \u003ctd\u003e300 × 200 × 50 mm\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003ePacking List\u003c\/td\u003e\n          \u003ctd\u003ePants × 1\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nSIZE GUIDE\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n  \u003cspan\u003eSize Guide\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-size-notice\"\u003e\n\n  \u003cdiv class=\"sara-pd-size-notice-title\"\u003e\n    Please check the measurements before ordering\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    Measurements are shown in both centimeters and inches. Please compare the measurements with your preferred fit before ordering.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The supplied size chart notes that measurements may have a 1–2 cm difference due to measurement accuracy.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-wrap\"\u003e\n\n  \u003ctable class=\"sara-pd-size-table\"\u003e\n\n    \u003cthead\u003e\n\n      \u003ctr\u003e\n        \u003cth rowspan=\"2\"\u003eSize\u003c\/th\u003e\n\n        \u003cth colspan=\"2\"\u003e\n          Length\n        \u003c\/th\u003e\n\n        \u003cth colspan=\"2\"\u003e\n          Waist\n        \u003c\/th\u003e\n\n        \u003cth colspan=\"2\"\u003e\n          Hip\n        \u003c\/th\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n\n        \u003cth\u003e\n          CM\n        \u003c\/th\u003e\n\n        \u003cth\u003e\n          INCH\n        \u003c\/th\u003e\n\n        \u003cth\u003e\n          CM\n        \u003c\/th\u003e\n\n        \u003cth\u003e\n          INCH\n        \u003c\/th\u003e\n\n        \u003cth\u003e\n          CM\n        \u003c\/th\u003e\n\n        \u003cth\u003e\n          INCH\n        \u003c\/th\u003e\n\n      \u003c\/tr\u003e\n\n    \u003c\/thead\u003e\n\n    \u003ctbody\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eS\u003c\/td\u003e\n        \u003ctd\u003e91\u003c\/td\u003e\n        \u003ctd\u003e35.5\u003c\/td\u003e\n        \u003ctd\u003e62\u003c\/td\u003e\n        \u003ctd\u003e24.2\u003c\/td\u003e\n        \u003ctd\u003e76\u003c\/td\u003e\n        \u003ctd\u003e29.6\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eM\u003c\/td\u003e\n        \u003ctd\u003e93\u003c\/td\u003e\n        \u003ctd\u003e36.3\u003c\/td\u003e\n        \u003ctd\u003e66\u003c\/td\u003e\n        \u003ctd\u003e25.7\u003c\/td\u003e\n        \u003ctd\u003e80\u003c\/td\u003e\n        \u003ctd\u003e31.2\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eL\u003c\/td\u003e\n        \u003ctd\u003e95\u003c\/td\u003e\n        \u003ctd\u003e37.1\u003c\/td\u003e\n        \u003ctd\u003e70\u003c\/td\u003e\n        \u003ctd\u003e27.3\u003c\/td\u003e\n        \u003ctd\u003e84\u003c\/td\u003e\n        \u003ctd\u003e32.8\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eXL\u003c\/td\u003e\n        \u003ctd\u003e96\u003c\/td\u003e\n        \u003ctd\u003e37.4\u003c\/td\u003e\n        \u003ctd\u003e74\u003c\/td\u003e\n        \u003ctd\u003e28.9\u003c\/td\u003e\n        \u003ctd\u003e88\u003c\/td\u003e\n        \u003ctd\u003e34.3\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003e2XL\u003c\/td\u003e\n        \u003ctd\u003e97\u003c\/td\u003e\n        \u003ctd\u003e37.8\u003c\/td\u003e\n        \u003ctd\u003e78\u003c\/td\u003e\n        \u003ctd\u003e30.4\u003c\/td\u003e\n        \u003ctd\u003e92\u003c\/td\u003e\n        \u003ctd\u003e35.9\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n    \u003c\/tbody\u003e\n\n  \u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sara-pd-chart-note\"\u003e\n  Measurements shown exactly as supplied on the size chart. The supplied chart notes that measurements may have a 1–2 cm difference.\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nREVIEWS\nPHOTO REVIEW FIRST\nTHEN NO-PHOTO REVIEWS\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-heading\"\u003e\n  \u003cspan\u003eWhat Customers Say\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"sara-pd-review-intro\"\u003e\n  Customer feedback from the supplied review collection.\n\u003c\/p\u003e\n\n\u003cdiv class=\"sara-pd-review-stage\" itemprop=\"review\" itemscope itemtype=\"https:\/\/schema.org\/Review\"\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 1 — HAS PHOTO — FIRST\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review active\"\u003e\n\n    \u003cdiv class=\"sara-pd-review-image\"\u003e\n\n      \u003cimg src=\"https:\/\/oss-cf.cjdropshipping.com\/android\/2026\/08\/15\/02\/2afd74ac-76a1-4e86-83d8-31ffb01e7ba4.jpg\" alt=\"Customer review photo, women's yoga pants\" loading=\"lazy\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"great stitching and quality !\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        YrotiQ · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United States\"\u003e\n          \u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\n          \u003cg fill=\"#B22234\"\u003e\n            \u003crect y=\"0\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"3.7\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"7.4\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"11.1\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"14.8\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"18.5\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"22.15\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n          \u003c\/g\u003e\n\n          \u003crect width=\"13\" height=\"13\" fill=\"#3C3B6E\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 2\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"good quality and ship fast\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        J***r · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United States\"\u003e\n          \u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\n          \u003cg fill=\"#B22234\"\u003e\n            \u003crect y=\"0\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"3.7\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"7.4\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"11.1\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"14.8\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"18.5\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"22.15\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n          \u003c\/g\u003e\n\n          \u003crect width=\"13\" height=\"13\" fill=\"#3C3B6E\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 3\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"The fabric of these tights is high-quality and feels great against the skin. They are breathable. I also love the stretchiness of the fabric.\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        T***q · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United States\"\u003e\n          \u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\n          \u003cg fill=\"#B22234\"\u003e\n            \u003crect y=\"0\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"3.7\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"7.4\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"11.1\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"14.8\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"18.5\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"22.15\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n          \u003c\/g\u003e\n\n          \u003crect width=\"13\" height=\"13\" fill=\"#3C3B6E\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 4\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"Absolutely love these leggings! Great for working out and everyday!\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        H***z · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Poland\"\u003e\n          \u003crect width=\"32\" height=\"12\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n          \u003crect y=\"12\" width=\"32\" height=\"12\" fill=\"#DC143C\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 5\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"very nice. could be thicker. but very comfy.\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        U***p · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"Belgium\"\u003e\n          \u003crect width=\"32\" height=\"24\" fill=\"#000\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"10.67\" width=\"10.66\" height=\"24\" fill=\"#FFD90C\"\u003e\u003c\/rect\u003e\n          \u003crect x=\"21.33\" width=\"10.67\" height=\"24\" fill=\"#EF3340\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- =======================================================\n  REVIEW 6\n  ======================================================== --\u003e\n\n  \u003cdiv class=\"sara-pd-review no-photo\"\u003e\n\n    \u003cdiv\u003e\n\n      \u003cdiv class=\"sara-pd-stars\"\u003e\n        ★★★★★\n      \u003c\/div\u003e\n\n      \u003cp class=\"sara-pd-review-quote\"\u003e\n        \"They are amazing! Compressive waist, naked feeling in the legs. Squat proof and so soft.\"\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"sara-pd-review-author\"\u003e\n\n        W***e · 5 stars ·\n\n        \u003csvg class=\"sara-pd-flag\" viewbox=\"0 0 32 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"United States\"\u003e\n          \u003crect width=\"32\" height=\"24\" fill=\"#fff\"\u003e\u003c\/rect\u003e\n\n          \u003cg fill=\"#B22234\"\u003e\n            \u003crect y=\"0\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"3.7\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"7.4\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"11.1\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"14.8\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"18.5\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n            \u003crect y=\"22.15\" width=\"32\" height=\"1.85\"\u003e\u003c\/rect\u003e\n          \u003c\/g\u003e\n\n          \u003crect width=\"13\" height=\"13\" fill=\"#3C3B6E\"\u003e\u003c\/rect\u003e\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nREVIEW CONTROLS\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-review-controls\"\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-prev aria-label=\"Previous review\"\u003e\n    ‹\n  \u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot active\" aria-label=\"Review 1\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot\" aria-label=\"Review 2\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot\" aria-label=\"Review 3\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot\" aria-label=\"Review 4\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot\" aria-label=\"Review 5\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-dot\" aria-label=\"Review 6\"\u003e\u003c\/button\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-review-arrow\" data-review-next aria-label=\"Next review\"\u003e\n    ›\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nBEFORE YOU ORDER\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-accordion\"\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-accordion-button\"\u003e\n    \u003cspan\u003eBefore You Order\u003c\/span\u003e\n    \u003cspan class=\"sara-pd-arrow\"\u003e⌄\u003c\/span\u003e\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"sara-pd-accordion-content\"\u003e\n\n    \u003cul class=\"sara-pd-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSize —\u003c\/strong\u003e\n        Please check the supplied measurements in the size chart before ordering.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMeasurements —\u003c\/strong\u003e\n        The supplied size chart notes that measurements may have a 1–2 cm difference.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eColors —\u003c\/strong\u003e\n        Available colors are navy blue, black, grey, Burgundy, army green, blue, rose red and dark grey.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003ePackage —\u003c\/strong\u003e\n        Pants × 1.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nREVIEW PHOTO LIGHTBOX\n========================================================= --\u003e\n\n\u003cdiv class=\"sara-pd-lightbox\" id=\"saraReviewLightbox\"\u003e\n\n  \u003cbutton type=\"button\" class=\"sara-pd-lightbox-close\" id=\"saraReviewLightboxClose\" aria-label=\"Close image\"\u003e\n    ×\n  \u003c\/button\u003e\n\n  \u003cimg id=\"saraReviewLightboxImage\" alt=\"Customer review photo\"\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nSTRUCTURED DATA\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Women's Yoga Pants High Waist Lift High Elastic Tight Fitness Trousers\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Sara Boutique\"\n  },\n  \"description\": \"Women's slim-style yoga pants made from polyester cloth with a high waist and high elastic design. Available in a variety of colors and sizes S to 2XL.\",\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"5.0\",\n    \"reviewCount\": \"6\"\n  },\n  \"review\": [\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"YrotiQ\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"great stitching and quality !\"\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"J***r\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"good quality and ship fast\"\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"T***q\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"The fabric of these tights is high-quality and feels great against the skin. They are breathable. I also love the stretchiness of the fabric.\"\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"H***z\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"Absolutely love these leggings! Great for working out and everyday!\"\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"U***p\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"very nice. could be thicker. but very comfy.\"\n    },\n    {\n      \"@type\": \"Review\",\n      \"author\": {\n        \"@type\": \"Person\",\n        \"name\": \"W***e\"\n      },\n      \"reviewRating\": {\n        \"@type\": \"Rating\",\n        \"ratingValue\": \"5\"\n      },\n      \"reviewBody\": \"They are amazing! Compressive waist, naked feeling in the legs. Squat proof and so soft.\"\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!-- =========================================================\nJAVASCRIPT\n========================================================= --\u003e\n\n\u003cscript\u003e\n(function() {\n\n  var root = document.currentScript\n    ? document.currentScript.previousElementSibling\n    : null;\n\n  var container = document.querySelector('.sara-pd');\n\n  if (!container) return;\n\n  \/* =======================================================\n     ACCORDIONS\n  ======================================================= *\/\n\n  var accordions = container.querySelectorAll('.sara-pd-accordion');\n\n  accordions.forEach(function(accordion) {\n\n    var button = accordion.querySelector('.sara-pd-accordion-button');\n\n    if (!button) return;\n\n    button.addEventListener('click', function() {\n      accordion.classList.toggle('open');\n    });\n\n  });\n\n  \/* =======================================================\n     REVIEWS\n  ======================================================= *\/\n\n  var reviews = container.querySelectorAll(\n    '.sara-pd-review-stage .sara-pd-review'\n  );\n\n  var dots = container.querySelectorAll(\n    '.sara-pd-review-dot'\n  );\n\n  var prevButton = container.querySelector(\n    '[data-review-prev]'\n  );\n\n  var nextButton = container.querySelector(\n    '[data-review-next]'\n  );\n\n  var currentReview = 0;\n  var reviewTimer;\n\n  function showReview(index) {\n\n    if (!reviews.length) return;\n\n    if (index \u003c 0) {\n      index = reviews.length - 1;\n    }\n\n    if (index \u003e= reviews.length) {\n      index = 0;\n    }\n\n    currentReview = index;\n\n    reviews.forEach(function(review, i) {\n\n      review.classList.toggle(\n        'active',\n        i === currentReview\n      );\n\n    });\n\n    dots.forEach(function(dot, i) {\n\n      dot.classList.toggle(\n        'active',\n        i === currentReview\n      );\n\n    });\n\n  }\n\n  function startReviewTimer() {\n\n    clearInterval(reviewTimer);\n\n    reviewTimer = setInterval(function() {\n\n      showReview(currentReview + 1);\n\n    }, 5000);\n\n  }\n\n  if (prevButton) {\n\n    prevButton.addEventListener('click', function() {\n\n      showReview(currentReview - 1);\n      startReviewTimer();\n\n    });\n\n  }\n\n  if (nextButton) {\n\n    nextButton.addEventListener('click', function() {\n\n      showReview(currentReview + 1);\n      startReviewTimer();\n\n    });\n\n  }\n\n  dots.forEach(function(dot, index) {\n\n    dot.addEventListener('click', function() {\n\n      showReview(index);\n      startReviewTimer();\n\n    });\n\n  });\n\n  showReview(0);\n  startReviewTimer();\n\n  \/* =======================================================\n     REVIEW IMAGE LIGHTBOX\n  ======================================================= *\/\n\n  var lightbox = document.getElementById(\n    'saraReviewLightbox'\n  );\n\n  var lightboxImage = document.getElementById(\n    'saraReviewLightboxImage'\n  );\n\n  var lightboxClose = document.getElementById(\n    'saraReviewLightboxClose'\n  );\n\n  var reviewImages = container.querySelectorAll(\n    '.sara-pd-review-image'\n  );\n\n  reviewImages.forEach(function(card) {\n\n    card.addEventListener('click', function(event) {\n\n      event.stopPropagation();\n\n      var img = card.querySelector('img');\n\n      var imageUrl = img\n        ? img.getAttribute('src')\n        : null;\n\n      if (!imageUrl || !lightbox || !lightboxImage) {\n        return;\n      }\n\n      lightboxImage.src = imageUrl;\n\n      lightbox.classList.add('open');\n\n      document.body.style.overflow = 'hidden';\n\n    });\n\n  });\n\n  function closeLightbox() {\n\n    if (!lightbox || !lightboxImage) return;\n\n    lightbox.classList.remove('open');\n\n    lightboxImage.src = '';\n\n    document.body.style.overflow = '';\n\n  }\n\n  if (lightboxClose) {\n\n    lightboxClose.addEventListener(\n      'click',\n      closeLightbox\n    );\n\n  }\n\n  if (lightbox) {\n\n    lightbox.addEventListener(\n      'click',\n      function(event) {\n\n        if (event.target === lightbox) {\n          closeLightbox();\n        }\n\n      }\n    );\n\n  }\n\n  document.addEventListener(\n    'keydown',\n    function(event) {\n\n      if (\n        event.key === 'Escape' \u0026\u0026\n        lightbox \u0026\u0026\n        lightbox.classList.contains('open')\n      ) {\n        closeLightbox();\n      }\n\n    }\n  );\n\n})();\n\u003c\/script\u003e","brand":"Sara Boutique","offers":[{"title":"Army Green \/ 2XL","offer_id":47227742191788,"sku":"CJDD195277525YB","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ L","offer_id":47227742224556,"sku":"CJDD195277523WD","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ M","offer_id":47227742257324,"sku":"CJDD195277522VE","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ S","offer_id":47227742290092,"sku":"CJDD195277521UF","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Army Green \/ XL","offer_id":47227742322860,"sku":"CJDD195277524XC","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2XL","offer_id":47227742355628,"sku":"CJDD195277510JQ","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ L","offer_id":47227742388396,"sku":"CJDD195277508HS","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ M","offer_id":47227742421164,"sku":"CJDD195277507GT","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ S","offer_id":47227742453932,"sku":"CJDD195277506FU","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ XL","offer_id":47227742486700,"sku":"CJDD195277509IR","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2XL","offer_id":47227742519468,"sku":"CJDD195277530DW","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L","offer_id":47227742552236,"sku":"CJDD195277528BY","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M","offer_id":47227742585004,"sku":"CJDD195277527AZ","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S","offer_id":47227742617772,"sku":"CJDD195277526ZA","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL","offer_id":47227742650540,"sku":"CJDD195277529CX","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 2XL","offer_id":47227742683308,"sku":"CJDD195277515OL","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ L","offer_id":47227742716076,"sku":"CJDD195277513MN","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ M","offer_id":47227742748844,"sku":"CJDD195277512LO","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ S","offer_id":47227742781612,"sku":"CJDD195277511KP","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Grey \/ XL","offer_id":47227742814380,"sku":"CJDD195277514NM","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ 2XL","offer_id":47227742847148,"sku":"CJDD195277505EV","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ L","offer_id":47227742879916,"sku":"CJDD195277503CX","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ M","offer_id":47227742912684,"sku":"CJDD195277502BY","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ S","offer_id":47227742945452,"sku":"CJDD195277501AZ","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ XL","offer_id":47227742978220,"sku":"CJDD195277504DW","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Rose Red \/ 2XL","offer_id":47227743010988,"sku":"CJDD195277535IR","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Rose Red \/ L","offer_id":47227743043756,"sku":"CJDD195277533GT","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Rose Red \/ M","offer_id":47227743076524,"sku":"CJDD195277532FU","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Rose Red \/ S","offer_id":47227743109292,"sku":"CJDD195277531EV","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Rose Red \/ XL","offer_id":47227743142060,"sku":"CJDD195277534HS","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Wine Red \/ 2XL","offer_id":47227743174828,"sku":"CJDD195277520TG","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Wine Red \/ L","offer_id":47227743207596,"sku":"CJDD195277518RI","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Wine Red \/ M","offer_id":47227743240364,"sku":"CJDD195277517QJ","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Wine Red \/ S","offer_id":47227743273132,"sku":"CJDD195277516PK","price":49.99,"currency_code":"USD","in_stock":true},{"title":"Wine Red \/ XL","offer_id":47227743305900,"sku":"CJDD195277519SH","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/2507\/3580\/files\/f9421960-6760-439d-83c1-2ff6a2059654.jpg?v=1789583803"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/2507\/3580\/collections\/WhatsApp_Image_2026-09-14_at_01.11.30_2.jpg?v=1789396332","url":"https:\/\/saraboutiquefashion.com\/collections\/bottoms.oembed","provider":"Sara Boutique","version":"1.0","type":"link"}