Skip to main content
Jewelry
Activewear
FREE SHIPPING ON ORDERS OVER $50
VISIT US
Main Menu
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
{ if ($modal.id !== `megamenu--jewelry-best`) { e.preventDefault(); $modal.setId(`megamenu--jewelry-best`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--jewelry-best`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--jewelry-best` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
BEST SELLERS
{ if ($modal.id !== `megamenu--new`) { e.preventDefault(); $modal.setId(`megamenu--new`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--new`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--new` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
NEW
{ if ($modal.id !== `megamenu--earrings`) { e.preventDefault(); $modal.setId(`megamenu--earrings`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--earrings`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--earrings` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
EARRINGS
{ if ($modal.id !== `megamenu--rings`) { e.preventDefault(); $modal.setId(`megamenu--rings`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--rings`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--rings` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
RINGS
{ if ($modal.id !== `megamenu--necklaces`) { e.preventDefault(); $modal.setId(`megamenu--necklaces`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--necklaces`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--necklaces` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
NECKLACES
{ if ($modal.id !== `megamenu--bracelets`) { e.preventDefault(); $modal.setId(`megamenu--bracelets`); $modal.setSubId(`megamenu-submenu--`) } }" @pointerenter="$modal.setId(`megamenu--bracelets`, true); $modal.setSubId(`megamenu-submenu--`, true)" :class="$modal.id === `megamenu--bracelets` && $modal.sub_id === `megamenu-submenu--` ? 'active' :'' " class="group relative shrink-0 flex gap-0.5 items-center group whitespace-nowrap">
BRACELETS
{ if (e.key === 'k' && e.ctrlKey) { e.preventDefault(); e.stopPropagation(); if (!hasFocus) { hasFocus = true; $modal.setId('search') $nextTick(() => $el.querySelector('input')?.focus()) } } if (e.key === 'Escape' && hasFocus) { e.preventDefault(); e.stopPropagation(); hasFocus = false; $modal.id = ''; $refs.navSearchButton.focus() } }">
Search
{ hasFocus = false }, 300) }; " class="appearance-none flex-1 bg-transparent !outline-none">
{ if (hasFocus && $modal.id !== 'search') { $refs.navSearchForm.classList.remove('active'); setTimeout(()=> { hasFocus = false }, 300) return; } hasFocus = true; $modal.setId('search') if (window.innerWidth > 768) { $nextTick(()=> $refs.navSearchForm.querySelector('input').focus()) } }">
Search
0
Home
Best sellers Active
High-Waisted Butt Lifting Full-Length Seasonal Yoga Leggings
{ content_slider.handleScroll(e); const mediaId = [...$el.querySelectorAll(':scope > div:not(.hidden):not(.\\!hidden)')].find(pic => pic?.classList?.contains('centered'))?.getAttribute('data-media-id'); if (mediaId && mediaId !== pdp.selected_media_id) { pdp.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (pdp.selected_variant?.id && pdp.selected_variant?.id !== pdp.initial_variant_id && !pdp.thumbnail_images_cleaned) { $el.querySelectorAll(':scope > button:not([\\:data-media-id])').forEach(el => el.remove()) pdp.thumbnail_images_cleaned = true } const prev_target = $el.querySelector(`[data-media-id='${pdp.previous_selected_media_id}']`); const target = $el.querySelector(`[data-media-id='${pdp.selected_media_id}']`); const paddingTop = parseFloat(getComputedStyle($el)?.paddingTop?.replace('auto', '0')); const paddingLeft = parseFloat(getComputedStyle($el)?.paddingLeft?.replace('auto', '0')); if (target && content_slider.state.slide_count > 1 && !pdp.scrolling_to_image && !utils.isElementFullyVisible(target)) { if (prev_target && parseInt(getComputedStyle(prev_target)?.order) > parseInt(getComputedStyle(target)?.order)) { let pastOrEqualTarget = false const newTarget =[...$el.querySelectorAll(':scope > button:not(.hidden):not(.\\!hidden)')].reverse().find((child) => { pastOrEqualTarget ||= child.getAttribute('data-media-id') === `${pdp.selected_media_id}`; if (pastOrEqualTarget) { if (getComputedStyle(child)?.scrollSnapAlign !== 'none') return true } return false }) $el.scrollTo({ top: newTarget?.offsetTop - paddingTop, left: newTarget?.offsetLeft - paddingLeft, behavior: 'instant' }) return; } $el.scrollTo({ top: target?.offsetTop - paddingTop, left: target?.offsetLeft - paddingLeft, behavior: 'instant' }) } }" x-ref="scrollContainer">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" :style="`--order: ${i * 10};`" x-effect="$el.classList.toggle('active', +pdp.selected_media_id === +pdp.thumbnail_media[i].id || (i === 0 && ![...$el.parentElement.querySelectorAll(':scope > button[data-media-id]')].some(el => +el.getAttribute('data-media-id') === +pdp.selected_media_id)))" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order]">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 0;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34928125739261')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] active">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 10;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35271111999741')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 20;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725335527677')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 30;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34996219445501')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 40;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35271112065277')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 50;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34928125772029')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 60;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35271112687869')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 70;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725335298301')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 80;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34996219314429')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 90;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35271112720637')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 100;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34993320296701')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 110;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725341032701')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 120;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725340967165')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 130;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725340934397')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 140;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'35725340999933')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
$data.scrollToMediaById(+$el.getAttribute('data-media-id'))" @mouseenter="() => { const mediaId = +$el.getAttribute('data-media-id'); if (window.matchMedia('(min-width: 768px)').matches && true) { $data.scrollToMediaById(mediaId) } }" tabindex="-1" style="--order: 150;" x-effect="document.contains($el) && $el.classList.toggle('active', +pdp?.selected_media_id === +'34928125804797')" class="image-wrapper snap-start relative flex shrink-0 overflow-hidden order-[--order] ">
{ content_slider.handleScroll(e); const mediaId = [...$el.querySelectorAll(':scope > div:not(.hidden):not(.\\!hidden)')].find(pic => pic?.classList?.contains('centered'))?.getAttribute('data-media-id'); if (mediaId && mediaId !== pdp.selected_media_id) { pdp.selected_media_id = mediaId }}" @scrollend="content_slider.handleInfiniteScroll" x-effect="() => { if (pdp.selected_variant?.id && pdp.selected_variant?.id !== pdp.initial_variant_id && !pdp.images_cleaned) { $el.querySelectorAll(':scope > div:not([\\:data-media-id])').forEach(el => el.remove()) pdp.images_cleaned = true } }" x-ref="scrollContainer">
High-Waisted Butt Lifting Full-Length Seasonal Yoga Leggings
$31.95
Color:
Caribbean Sea
Size
Large
Add to Cart
Notify Me
PAIR WITH
Get your steps in style in super-soft, smooth full-length leggings designed to give you a lift with flattering back detail. Features moisture-wicking fabric and high-waisted support for rest days, coffee walks, and your favorite yoga poses.
® "}' data-sheets-userformat='{"2":4993,"3":{"1":0},"10":1,"11":4,"12":0,"15":"Arial"}' data-mce-fragment="1">✦FLEXFLOW COLLECTION✦ Athleisure staples for looking good and feeling good from yoga class to the coffee shop with ease and nonstop comfort.
✦BODY HUGGING✦ A soft, comfy feel meets flattering support for light-impact activities and recovery days.
✦FIT AND DESIGN✦ Flattering full-length leggings for extra lift and sculpting support during low-impact workout classes and rest days.
✦ALL-DAY COMFORT✦ Comfortable high waistband and double-layered gusset for no camel toes or chafing.
✦FEATURES✦ 27-28" inseams and squat-proof (not see-through!) dark colors for peace of mind at the gym.
✦PREMIUM FABRICS✦ Active by PAVOI styles are made of PFA- and BPA-free silky-soft fabrics that never pill. 70% NYLON 30% LYCRA
®
VIEW FULL DETAILS
{ document.documentElement.style.setProperty(`--height-template--21368699060477__main_product_bar_G6a8zB`, $el.offsetHeight + 'px') });" x-cloak x-show="progress > 0" :class="progress > 0 ? ($modal.id ? 'z-[10]' : 'z-[2147483645] pointer-events-auto') : 'pointer-events-none'" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="fixed bottom-0 inset-x-0 transition-opacity px-container-md" x-data="{ ..._sections.initMainProduct($el, $refs, $el.getAttribute('data-product-handle')), ..._sections.initParallax($el), progress: $scrollProgress.progress.get($el.closest(`.shopify-section`)), initiated: false }" x-effect="() => { progress = $scrollProgress.progress.get($el.closest(`.shopify-section`)); if (progress && progress > 0 ) { $nextTick(() => { requestAnimationFrame(() => { document.documentElement.style.setProperty(`--height-template--21368699060477__main_product_bar_G6a8zB`, $el.offsetHeight + 'px') }) }); } if (!initiated && _stores.main_product) { initiated = true; state = _stores.main_product?.state; pdp = _stores.main_product?.pdp; handleAddToCart = _stores.main_product?.handleAddToCart; handleBackInStockNotification = _stores.main_product?.handleBackInStockNotification; styleDynamicBuyButton = _stores.main_product?.styleDynamicBuyButton; setSelectedVariant = _stores.main_product?.setSelectedVariant; setProductOption = _stores.main_product?.setProductOption; setSiblingProduct = _stores.main_product?.setSiblingProduct; setSellingPlan = _stores.main_product?.setSellingPlan; scrollToMediaById = _stores.main_product?.scrollToMediaById; getContentLabels = _stores.main_product?.getContentLabels; getDiscountLabel = _stores.main_product?.getDiscountLabel; getDynamicText = _stores.main_product?.getDynamicText; getDynamicValue = _stores.main_product?.getDynamicValue; getDynamicValueWithFallbacks = _stores.main_product?.getDynamicValueWithFallbacks; getCTAButtonProps = _stores.main_product?.getCTAButtonProps; updateProductState = _stores.main_product?.updateProductState; setDynamicPrice = _stores.main_product?.setDynamicPrice; handleImageSelection = _stores.main_product?.handleImageSelection; } }" data-product-handle="high-waisted-butt-lifting-full-length-seasonal-yoga-leggings">
Recommended
Community
Reviews
High-Waisted Butt Lifting Full-Length Seasonal Yoga Leggings
Caribbean Sea / Large
Add to Cart
Out of Stock
YOU MAY ALSO LIKE
content_slider?.scrollToIndex(index)">
RECENTLY VIEWED
content_slider?.scrollToIndex(index)">
{}">