Black Core Pocket Leggings

$56.00
Size :
Size Guide
Add to cart

These all-new core leggings were built to push your performance in style, offering a high-waisted grip and functional side pocket to hold your phone or other belongings. The fabric is stretchable and easy to breathe with zero transparency (squat proof).

Fabric:
86% Polyester, 14% Elastane

Weight:
260gsm

Size:
UK Size Guide: XXS/XS 6/8 S/M 10/12 L/XL 16/16 2XL/3XL 18/20
US Size Guide: XXS/XS 2/4 S/M 6/8 L/XL 10/12 2XL/3XL 14/16
EU Size Guide: XXS/XS 34/36 S/M 38/40 L/XL 42/44 2XL/3XL 46/48


Free Delivery Over $80/£60 Worldwide

30 Day Returns & Exchange Policy

All Major Debit / Credit Cards Accepted Including AfterPay / ClearPay

Customer Reviews

Customer Reviews
4.7 Based on 6 Reviews
5 ★
67% 
4
4 ★
33% 
2
3 ★
0% 
0
2 ★
0% 
0
1 ★
0% 
0
Customer Photos
100reviewers would recommend this product Write a Review Ask a Question

Thank you for submitting a review!

Your input is very much appreciated. Share it with your friends so they can enjoy it too!

Filter Reviews:
  • Leggings
  • pocket
  • place
  • workout sessions
  • cell phone
  • squat test
  • ways
  • side
  • Just Strong
  • everything
SD
11/25/2021
Shona D.
United Kingdom United Kingdom
I recommend this product
  • Instagram handle (optional) @shonadarley

The best leggings

The black core pocket leggings was one of the first pieces I bought from Just Strong. I normally use a well known other brand for my running tights. However these leggings are the best ones I’ve had. Really good fit I’m a size 8/10 and bought the small. Nice high waist and has a good size pocket for my phone. I highly recommend these leggings.

CM
02/08/2022
Crystal M.
Canada Canada
I recommend this product
  • Instagram handle (optional) cupcakemom101

Black Core pocket leggings

One of my favourite leggings to wear while hula hooping. They stay in place and I’m not constantly having to pull them up. The pocket is the perfect size to hold my cell phone.

Just Strong Black Core Pocket Leggings Review
AG
02/08/2022
Amanda G.
Sweden Sweden

Love them

They are so comfy and the pocket is perfect

A Just Strong Customer
CM
07/16/2021
Cassie M.
Canada Canada
I recommend this product
  • Instagram handle (optional) cassiemakrides

Black Core Pocket Leggings

Wonderful product! Very comfortable. The pocket is an added bonus and is very useful when exercising. When you are exercising, the leggings are stretchable enough that your workout sessions are smooth and easy. Highly recommend !

Just Strong Black Core Pocket Leggings Review
function updateContent(variantId) { var container = $('#store_availability')[0]; var variantSectionUrl = container.dataset.baseUrl + 'variants/' + variantId + '/?section_id=store-availability'; $.ajax({ type: "get", url: variantSectionUrl, success: function(data) { if ($(data).find('.store-availability-container').html() != '') { $('#store_availability').html(data); var title = $('#store_availability').data('product-title'); $('[data-store-availability-modal-product-title]').text(title); } } }); }; var buttonSlt = '[data-minus-qtt], [data-plus-qtt]', buttonElm = $(buttonSlt); $(document).on('click', buttonSlt, function(e) { e.preventDefault(); e.stopPropagation(); var self = $(this), input = $('.quantity input[name="quantity"]').not('.item-quantity').not('.custom-input-quantity'), oldVal = parseInt(input.val()), newVal = 1; switch (true) { case (self.hasClass('plus')): { newVal = oldVal + 1; break; } case (self.hasClass('minus') && oldVal > 1): { newVal = oldVal - 1; break; } } input.val(newVal); updatePricing(); }); var inven_array = { "39410765791286":"-54", "39410765824054":"-215", "39410765856822":"-211", "39410765889590":"-113", }; var inven_num = ''; var selectCallback = function(variant, selector) { var addToCartBtn = $('#product-add-to-cart'), productPrice = $('.product .price'), comparePrice = $('.product .compare-price'), productInventory = $('.product-inventory'), productSku = $('.product .sku-product'), labelSave = $('.product-photos .sale-label'), max_stock = $('[data-stock-hot]').data('value'); if(variant) { // addToCartbtn if (variant.available) { if (variant.inventory_management!=null) { for( variant_id in inven_array){ if(variant.id == variant_id ){ inven_num = inven_array[variant_id]; var inventoryQuantity = parseInt(inven_num); } } // Hot stock if(inventoryQuantity > 0 && inventoryQuantity <= max_stock){ var text_stock = window.inventory_text.hotStock.replace('[inventory]', inventoryQuantity); $('[data-stock-hot]').text(text_stock).show(); productInventory.find('span').text(inventoryQuantity + ' ' + window.inventory_text.in_stock); }else if (inventoryQuantity > 0) { productInventory.find('span').text(inventoryQuantity + ' ' + window.inventory_text.in_stock); $('[data-stock-hot]').hide(); } else{ productInventory.find('span').text(window.inventory_text.out_of_stock); $('[data-stock-hot]').hide(); } // Button Text if(inventoryQuantity > 0){ // We have a valid product variant, so enable the submit button addToCartBtn.removeClass('disabled').removeAttr('disabled').val(window.inventory_text.add_to_cart); $('.groups-btn').removeClass('remove'); }else{ addToCartBtn.removeClass('disabled').removeAttr('disabled').val(window.inventory_text.pre_order); $('.groups-btn').addClass('remove'); } } else { addToCartBtn.removeClass('disabled').removeAttr('disabled').val(window.inventory_text.add_to_cart); } $('[data-form-notify]').slideUp(); $('[data-soldOut-product]').show(); } else { $('[data-soldOut-product]').hide(); addToCartBtn.val(window.inventory_text.sold_out).addClass('disabled').attr('disabled', 'disabled'); $('[data-stock-hot]').hide(); $('[data-form-notify]').slideDown(); var url = window.location.href.split('?variant')[0]; $('[data-value-email]').val(url + '?variant=' + variant.id); productInventory.find('span').text(window.inventory_text.out_of_stock); $('[data-stock-hot]').hide(); }; // Prices $('.product-template .swatch').each(function(){ $(this).find('[data-option-select]').text($(this).find('input:checked').val()); }) $('.product #product_regular_price').val(variant.price); productPrice.html(Shopify.formatMoney(variant.price, "${{amount}}")); if(variant.compare_at_price > variant.price) { productPrice.addClass("on-sale"); comparePrice .html(Shopify.formatMoney(variant.compare_at_price, "${{amount}}")) .show(); } else { comparePrice.hide(); productPrice.removeClass("on-sale"); }; var form = $('#' + selector.domIdPrefix).closest('form'); for (var i=0,length=variant.options.length; i 0){ new Shopify.OptionSelectors('product-selectors', { product: {"id":6584682184758,"title":"Black Core Pocket Leggings","handle":"black-core-pocket-leggings","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eThese all-new core leggings were built to push your \u003cstrong\u003eperformance\u003c\/strong\u003e in style, offering a \u003cstrong\u003ehigh-waisted grip\u003c\/strong\u003e and \u003cstrong\u003efunctional side pocket\u003c\/strong\u003e to hold your phone or other belongings. The \u003cstrong\u003efabric is stretchable\u003c\/strong\u003e and \u003cstrong\u003eeasy to breathe\u003c\/strong\u003e with zero transparency (\u003cstrong\u003esquat proof\u003c\/strong\u003e).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e86% Polyester, 14% Elastane\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e260gsm\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUK Size Guide: \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 6\/8 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 10\/12 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 16\/16 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 18\/20\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUS Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e 2\/4 \u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e 6\/8 \u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e 10\/12 \u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e 14\/16\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eEU Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 34\/36 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 38\/40 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 42\/44 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 46\/48\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2021-05-14T12:18:50+01:00","created_at":"2021-05-10T13:46:40+01:00","vendor":"Just Strong","type":"Leggings","tags":["Black","Leggings","M","S","size-guide | size17","XL","XS","XXL","XXXL","XYZ2"],"price":5600,"price_min":5600,"price_max":5600,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":39410765791286,"title":"2XS\/XS","option1":"2XS\/XS","option2":null,"option3":null,"sku":"JS9686","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - 2XS\/XS","public_title":"2XS\/XS","options":["2XS\/XS"],"price":5600,"weight":200,"compare_at_price":null,"inventory_quantity":-54,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765824054,"title":"S\/M","option1":"S\/M","option2":null,"option3":null,"sku":"JS9687","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - S\/M","public_title":"S\/M","options":["S\/M"],"price":5600,"weight":210,"compare_at_price":null,"inventory_quantity":-215,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765856822,"title":"L\/XL","option1":"L\/XL","option2":null,"option3":null,"sku":"JS9688","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - L\/XL","public_title":"L\/XL","options":["L\/XL"],"price":5600,"weight":220,"compare_at_price":null,"inventory_quantity":-211,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765889590,"title":"2XL\/3XL","option1":"2XL\/3XL","option2":null,"option3":null,"sku":"JS9689","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - 2XL\/3XL","public_title":"2XL\/3XL","options":["2XL\/3XL"],"price":5600,"weight":240,"compare_at_price":null,"inventory_quantity":-113,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803"],"featured_image":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","options":["Size"],"media":[{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","width":1000},{"alt":null,"id":20727135993910,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517","width":1000},{"alt":null,"id":20727135961142,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517","width":1000},{"alt":null,"id":20727136026678,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803","width":1000},{"alt":null,"id":20727136059446,"position":5,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803","width":1000},{"alt":null,"id":20727136092214,"position":6,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eThese all-new core leggings were built to push your \u003cstrong\u003eperformance\u003c\/strong\u003e in style, offering a \u003cstrong\u003ehigh-waisted grip\u003c\/strong\u003e and \u003cstrong\u003efunctional side pocket\u003c\/strong\u003e to hold your phone or other belongings. The \u003cstrong\u003efabric is stretchable\u003c\/strong\u003e and \u003cstrong\u003eeasy to breathe\u003c\/strong\u003e with zero transparency (\u003cstrong\u003esquat proof\u003c\/strong\u003e).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e86% Polyester, 14% Elastane\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e260gsm\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUK Size Guide: \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 6\/8 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 10\/12 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 16\/16 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 18\/20\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUS Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e 2\/4 \u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e 6\/8 \u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e 10\/12 \u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e 14\/16\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eEU Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 34\/36 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 38\/40 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 42\/44 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 46\/48\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e"}, onVariantSelected: selectCallback, enableHistoryState: true }); } Shopify.linkOptionSelectors({"id":6584682184758,"title":"Black Core Pocket Leggings","handle":"black-core-pocket-leggings","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eThese all-new core leggings were built to push your \u003cstrong\u003eperformance\u003c\/strong\u003e in style, offering a \u003cstrong\u003ehigh-waisted grip\u003c\/strong\u003e and \u003cstrong\u003efunctional side pocket\u003c\/strong\u003e to hold your phone or other belongings. The \u003cstrong\u003efabric is stretchable\u003c\/strong\u003e and \u003cstrong\u003eeasy to breathe\u003c\/strong\u003e with zero transparency (\u003cstrong\u003esquat proof\u003c\/strong\u003e).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e86% Polyester, 14% Elastane\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e260gsm\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUK Size Guide: \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 6\/8 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 10\/12 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 16\/16 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 18\/20\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUS Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e 2\/4 \u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e 6\/8 \u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e 10\/12 \u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e 14\/16\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eEU Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 34\/36 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 38\/40 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 42\/44 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 46\/48\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","published_at":"2021-05-14T12:18:50+01:00","created_at":"2021-05-10T13:46:40+01:00","vendor":"Just Strong","type":"Leggings","tags":["Black","Leggings","M","S","size-guide | size17","XL","XS","XXL","XXXL","XYZ2"],"price":5600,"price_min":5600,"price_max":5600,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":39410765791286,"title":"2XS\/XS","option1":"2XS\/XS","option2":null,"option3":null,"sku":"JS9686","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - 2XS\/XS","public_title":"2XS\/XS","options":["2XS\/XS"],"price":5600,"weight":200,"compare_at_price":null,"inventory_quantity":-54,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765824054,"title":"S\/M","option1":"S\/M","option2":null,"option3":null,"sku":"JS9687","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - S\/M","public_title":"S\/M","options":["S\/M"],"price":5600,"weight":210,"compare_at_price":null,"inventory_quantity":-215,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765856822,"title":"L\/XL","option1":"L\/XL","option2":null,"option3":null,"sku":"JS9688","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - L\/XL","public_title":"L\/XL","options":["L\/XL"],"price":5600,"weight":220,"compare_at_price":null,"inventory_quantity":-211,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]},{"id":39410765889590,"title":"2XL\/3XL","option1":"2XL\/3XL","option2":null,"option3":null,"sku":"JS9689","requires_shipping":true,"taxable":true,"featured_image":{"id":28449796948022,"product_id":6584682184758,"position":1,"created_at":"2021-05-10T13:46:42+01:00","updated_at":"2021-05-10T13:46:42+01:00","alt":null,"width":1000,"height":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","variant_ids":[39410765791286,39410765824054,39410765856822,39410765889590]},"available":true,"name":"Black Core Pocket Leggings - 2XL\/3XL","public_title":"2XL\/3XL","options":["2XL\/3XL"],"price":5600,"weight":240,"compare_at_price":null,"inventory_quantity":-113,"inventory_management":null,"inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803","\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803"],"featured_image":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","options":["Size"],"media":[{"alt":null,"id":20727135928374,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings.jpg?v=1620650802","width":1000},{"alt":null,"id":20727135993910,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-side.jpg?v=1621265517","width":1000},{"alt":null,"id":20727135961142,"position":3,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-back.jpg?v=1621265517","width":1000},{"alt":null,"id":20727136026678,"position":4,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-leggings-pocket.jpg?v=1620650803","width":1000},{"alt":null,"id":20727136059446,"position":5,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-full.jpg?v=1620650803","width":1000},{"alt":null,"id":20727136092214,"position":6,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/black-core-legging-side.jpg?v=1620650803","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eThese all-new core leggings were built to push your \u003cstrong\u003eperformance\u003c\/strong\u003e in style, offering a \u003cstrong\u003ehigh-waisted grip\u003c\/strong\u003e and \u003cstrong\u003efunctional side pocket\u003c\/strong\u003e to hold your phone or other belongings. The \u003cstrong\u003efabric is stretchable\u003c\/strong\u003e and \u003cstrong\u003eeasy to breathe\u003c\/strong\u003e with zero transparency (\u003cstrong\u003esquat proof\u003c\/strong\u003e).\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e86% Polyester, 14% Elastane\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e260gsm\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUK Size Guide: \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 6\/8 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 10\/12 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 16\/16 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e 18\/20\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eUS Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e 2\/4 \u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e 6\/8 \u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e 10\/12 \u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e 14\/16\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eEU Size Guide: \u003cb data-mce-fragment=\"1\"\u003eXXS\/XS\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 34\/36 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eS\/M\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 38\/40 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003eL\/XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 42\/44 \u003c\/span\u003e\u003cb data-mce-fragment=\"1\"\u003e2XL\/3XL\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e 46\/48\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e"}, '.product'); $('.selector-wrapper:eq(0)').prepend(''); $('.product-shop .selector-wrapper label').append('*'); // Add Data Countdown Sticky var countdown_different = $('.product-shop .countdown-item').data('countdown-value'); $('[data-sticky-add-to-cart] .countdown-item').attr('data-countdown-value',countdown_different); });
You have successfully subscribed!
This email has been registered