This is our double walled vacuum insulated water bottle. Keeps drinks cold for up 24+ hours and keeps drinks warm for 12+ hours. It's a black colour with a easy screw top featuring the bold statement JUSTSTRONG print
Our insulation maintains temperatures inside regardless of the temperature outside
Food safe stainless steel materials: Rust resistant and built to last
Leak proof lid. An airtight seal eliminates accidental spills and maintains a leak-proof drinking bottle; BPA-free, phthalate-free, and toxin-free
Condenstation elmination features. There's no water bottle, mess or slippery hands
Durable. The stylish design has a narrow mouth for spill-free drinking, fitting most cup holders making it a great accessory to travel with
These bottles are amazing. During coaching (especially when cold) they keep my tea warm for literally 12 hours and my cold drinks longer! Such a great buy! Definitely would recommend. Especially to any coaches out there in any kind of weather!
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 = {
"40158710890550":"564",
};
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":4541279338550,"title":"Just Strong Vacuum Sealed Water Bottle","handle":"just-strong-stainless-steel-water-bottle","description":"\u003cdiv class=\"p-rich_text_section\"\u003eThis is our double walled vacuum insulated water bottle. Keeps drinks cold for up 24+ hours and keeps drinks warm for 12+ hours. It's a black colour with a easy screw top featuring the bold statement \u003cstrong\u003eJUSTSTRONG\u003c\/strong\u003e print\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p-rich_text_section\"\u003e\u003c\/div\u003e\n\u003cul data-stringify-type=\"unordered-list\" class=\"p-rich_text_list p-rich_text_list__bullet\" data-indent=\"0\"\u003e\n\u003cli\u003eOur insulation maintains temperatures inside regardless of the temperature outside\u003c\/li\u003e\n\u003cli\u003eFood safe stainless steel materials: Rust resistant and built to last\u003c\/li\u003e\n\u003cli\u003eLeak proof lid. An airtight seal eliminates accidental spills and maintains a leak-proof drinking bottle; BPA-free, phthalate-free, and toxin-free\u003c\/li\u003e\n\u003cli\u003eCondenstation elmination features. There's no water bottle, mess or slippery hands\u003c\/li\u003e\n\u003cli\u003eDurable. The stylish design has a narrow mouth for spill-free drinking, fitting most cup holders making it a great accessory to travel with\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2020-05-01T14:04:27+01:00","created_at":"2020-05-01T14:36:46+01:00","vendor":"Just Strong","type":"Gym Accessories","tags":["Accessories","Black"],"price":3500,"price_min":3500,"price_max":3500,"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":40158710890550,"title":"One Size","option1":"One Size","option2":null,"option3":null,"sku":"JSSTEELBO","requires_shipping":true,"taxable":true,"featured_image":{"id":15733247475766,"product_id":4541279338550,"position":1,"created_at":"2020-05-01T14:48:37+01:00","updated_at":"2020-05-01T14:48:37+01:00","alt":null,"width":720,"height":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","variant_ids":[40158710890550]},"available":true,"name":"Just Strong Vacuum Sealed Water Bottle - One Size","public_title":"One Size","options":["One Size"],"price":3500,"weight":360,"compare_at_price":null,"inventory_quantity":564,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":7901848043574,"position":1,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919","\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919"],"featured_image":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","options":["Option"],"media":[{"alt":null,"id":7901848043574,"position":1,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","width":720},{"alt":null,"id":7901848109110,"position":2,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919","width":720},{"alt":null,"id":7901848076342,"position":3,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919","width":720}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cdiv class=\"p-rich_text_section\"\u003eThis is our double walled vacuum insulated water bottle. Keeps drinks cold for up 24+ hours and keeps drinks warm for 12+ hours. It's a black colour with a easy screw top featuring the bold statement \u003cstrong\u003eJUSTSTRONG\u003c\/strong\u003e print\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p-rich_text_section\"\u003e\u003c\/div\u003e\n\u003cul data-stringify-type=\"unordered-list\" class=\"p-rich_text_list p-rich_text_list__bullet\" data-indent=\"0\"\u003e\n\u003cli\u003eOur insulation maintains temperatures inside regardless of the temperature outside\u003c\/li\u003e\n\u003cli\u003eFood safe stainless steel materials: Rust resistant and built to last\u003c\/li\u003e\n\u003cli\u003eLeak proof lid. An airtight seal eliminates accidental spills and maintains a leak-proof drinking bottle; BPA-free, phthalate-free, and toxin-free\u003c\/li\u003e\n\u003cli\u003eCondenstation elmination features. There's no water bottle, mess or slippery hands\u003c\/li\u003e\n\u003cli\u003eDurable. The stylish design has a narrow mouth for spill-free drinking, fitting most cup holders making it a great accessory to travel with\u003c\/li\u003e\n\u003c\/ul\u003e"},
onVariantSelected: selectCallback,
enableHistoryState: true
});
}
Shopify.linkOptionSelectors({"id":4541279338550,"title":"Just Strong Vacuum Sealed Water Bottle","handle":"just-strong-stainless-steel-water-bottle","description":"\u003cdiv class=\"p-rich_text_section\"\u003eThis is our double walled vacuum insulated water bottle. Keeps drinks cold for up 24+ hours and keeps drinks warm for 12+ hours. It's a black colour with a easy screw top featuring the bold statement \u003cstrong\u003eJUSTSTRONG\u003c\/strong\u003e print\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p-rich_text_section\"\u003e\u003c\/div\u003e\n\u003cul data-stringify-type=\"unordered-list\" class=\"p-rich_text_list p-rich_text_list__bullet\" data-indent=\"0\"\u003e\n\u003cli\u003eOur insulation maintains temperatures inside regardless of the temperature outside\u003c\/li\u003e\n\u003cli\u003eFood safe stainless steel materials: Rust resistant and built to last\u003c\/li\u003e\n\u003cli\u003eLeak proof lid. An airtight seal eliminates accidental spills and maintains a leak-proof drinking bottle; BPA-free, phthalate-free, and toxin-free\u003c\/li\u003e\n\u003cli\u003eCondenstation elmination features. There's no water bottle, mess or slippery hands\u003c\/li\u003e\n\u003cli\u003eDurable. The stylish design has a narrow mouth for spill-free drinking, fitting most cup holders making it a great accessory to travel with\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2020-05-01T14:04:27+01:00","created_at":"2020-05-01T14:36:46+01:00","vendor":"Just Strong","type":"Gym Accessories","tags":["Accessories","Black"],"price":3500,"price_min":3500,"price_max":3500,"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":40158710890550,"title":"One Size","option1":"One Size","option2":null,"option3":null,"sku":"JSSTEELBO","requires_shipping":true,"taxable":true,"featured_image":{"id":15733247475766,"product_id":4541279338550,"position":1,"created_at":"2020-05-01T14:48:37+01:00","updated_at":"2020-05-01T14:48:37+01:00","alt":null,"width":720,"height":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","variant_ids":[40158710890550]},"available":true,"name":"Just Strong Vacuum Sealed Water Bottle - One Size","public_title":"One Size","options":["One Size"],"price":3500,"weight":360,"compare_at_price":null,"inventory_quantity":564,"inventory_management":"shopify","inventory_policy":"deny","barcode":"","featured_media":{"alt":null,"id":7901848043574,"position":1,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917"}},"requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919","\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919"],"featured_image":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","options":["Option"],"media":[{"alt":null,"id":7901848043574,"position":1,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle.jpg?v=1588340917","width":720},{"alt":null,"id":7901848109110,"position":2,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-side.jpg?v=1588340919","width":720},{"alt":null,"id":7901848076342,"position":3,"preview_image":{"aspect_ratio":1.0,"height":720,"width":720,"src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919"},"aspect_ratio":1.0,"height":720,"media_type":"image","src":"\/\/us.juststrong.com\/cdn\/shop\/products\/water-bottle-back.jpg?v=1588340919","width":720}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cdiv class=\"p-rich_text_section\"\u003eThis is our double walled vacuum insulated water bottle. Keeps drinks cold for up 24+ hours and keeps drinks warm for 12+ hours. It's a black colour with a easy screw top featuring the bold statement \u003cstrong\u003eJUSTSTRONG\u003c\/strong\u003e print\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"p-rich_text_section\"\u003e\u003c\/div\u003e\n\u003cul data-stringify-type=\"unordered-list\" class=\"p-rich_text_list p-rich_text_list__bullet\" data-indent=\"0\"\u003e\n\u003cli\u003eOur insulation maintains temperatures inside regardless of the temperature outside\u003c\/li\u003e\n\u003cli\u003eFood safe stainless steel materials: Rust resistant and built to last\u003c\/li\u003e\n\u003cli\u003eLeak proof lid. An airtight seal eliminates accidental spills and maintains a leak-proof drinking bottle; BPA-free, phthalate-free, and toxin-free\u003c\/li\u003e\n\u003cli\u003eCondenstation elmination features. There's no water bottle, mess or slippery hands\u003c\/li\u003e\n\u003cli\u003eDurable. The stylish design has a narrow mouth for spill-free drinking, fitting most cup holders making it a great accessory to travel with\u003c\/li\u003e\n\u003c\/ul\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);
});