{"title":"Signature Shaker","description":"\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-model-slug=\"gpt-4o\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+\u0026amp;]:mt-5\" dir=\"auto\" data-message-id=\"4d269d98-326a-4f99-9201-a978506705e8\" data-message-author-role=\"assistant\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eThe Hack Athletics Premium Shaker Bottle is crafted from durable, kitchen-grade 304 stainless steel, ensuring long-lasting performance and resistance to odors and stains. Featuring double-wall vacuum insulation, it keeps drinks cold for over 24 hours without condensation. The innovative design includes a removable agitator with a rounded bottom for smooth mixing, eliminating clumps and noise. With its ergonomic, leak-proof pop-top lid and integrated handle, this shaker is easy to carry and clean. Perfect for protein shakes, smoothies, water, and more, it's a versatile solution for hydration on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"hack-athletics-premium-stainless-steel-insulated-shaker-bottles-709ml-white","title":"Hack Athletics Premium Stainless Steel Insulated Shaker Bottles - White","description":"\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-model-slug=\"gpt-4o\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+\u0026amp;]:mt-5\" dir=\"auto\" data-message-id=\"4d269d98-326a-4f99-9201-a978506705e8\" data-message-author-role=\"assistant\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eThe Hack Athletics Premium Shaker Bottle is crafted from durable, kitchen-grade 304 stainless steel, ensuring long-lasting performance and resistance to odors and stains. Featuring double-wall vacuum insulation, it keeps drinks cold for over 24 hours without condensation. The innovative design includes a removable agitator with a rounded bottom for smooth mixing, eliminating clumps and noise. With its ergonomic, leak-proof pop-top lid and integrated handle, this shaker is easy to carry and clean. Perfect for protein shakes, smoothies, water, and more, it's a versatile solution for hydration on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!----\u003e","brand":"Hack Athletics","offers":[{"title":"White","offer_id":48787742556445,"sku":"5Z-NCLJ-8YC5","price":1399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/6141\/9037\/files\/white-1.png?v=1720675620"},{"product_id":"hack-athletics-premium-stainless-steel-insulated-shaker-bottles-709ml-black","title":"Hack Athletics Premium Stainless Steel Insulated Shaker Bottles - Black","description":"\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-model-slug=\"gpt-4o\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+\u0026amp;]:mt-5\" dir=\"auto\" data-message-id=\"4d269d98-326a-4f99-9201-a978506705e8\" data-message-author-role=\"assistant\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eThe Hack Athletics Premium Shaker Bottle is crafted from durable, kitchen-grade 304 stainless steel, ensuring long-lasting performance and resistance to odors and stains. Featuring double-wall vacuum insulation, it keeps drinks cold for over 24 hours without condensation. The innovative design includes a removable agitator with a rounded bottom for smooth mixing, eliminating clumps and noise. With its ergonomic, leak-proof pop-top lid and integrated handle, this shaker is easy to carry and clean. Perfect for protein shakes, smoothies, water, and more, it's a versatile solution for hydration on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!----\u003e\n\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"@id\": {{ shop.url | append: product.url | append: \"#product\" | json }},\n  \"name\": {{ product.title | strip_html | json }},\n  \"description\": {{ product.description | strip_html | json }},\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": {{ product.vendor | default: shop.name | json }}\n  },\n  \"image\": [\n    {% for image in product.images %}\n      {{ image | image_url: width: 800 | prepend: \"https:\" | json }}{% unless forloop.last %},{% endunless %}\n    {% endfor %}\n  ],\n  \"sku\": {{ product.selected_or_first_available_variant.sku | json }},\n  \"mpn\": {{ product.selected_or_first_available_variant.sku | json }},\n\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": {{ shop.url | append: product.url | json }},\n    \"priceCurrency\": {{ shop.currency | json }},\n    \"price\": {{ product.selected_or_first_available_variant.price | money_without_currency | replace: ',', '' | json }},\n    \"availability\": \"https:\/\/schema.org\/{% if product.available %}InStock{% else %}OutOfStock{% endif %}\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\"\n  }\n\n  {% if product.metafields.reviews.rating.value != blank %}\n  ,\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": {{ product.metafields.reviews.rating.value | json }},\n    \"reviewCount\": {{ product.metafields.reviews.rating_count | default: 1 | json }}\n  }\n  {% endif %}\n}\n\u003c\/script\u003e","brand":"Hack Athletics","offers":[{"title":"Black","offer_id":48787766444317,"sku":"XO-EBUM-BDJ3","price":1399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/6141\/9037\/files\/Black-1.png?v=1720675609"},{"product_id":"hack-athletics-premium-stainless-steel-insulated-shaker-bottles-709ml-green","title":"Hack Athletics Premium Stainless Steel Insulated Shaker Bottles - Green","description":"\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-model-slug=\"gpt-4o\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+\u0026amp;]:mt-5\" dir=\"auto\" data-message-id=\"4d269d98-326a-4f99-9201-a978506705e8\" data-message-author-role=\"assistant\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eThe Hack Athletics Premium Shaker Bottle is crafted from durable, kitchen-grade 304 stainless steel, ensuring long-lasting performance and resistance to odors and stains. Featuring double-wall vacuum insulation, it keeps drinks cold for over 24 hours without condensation. The innovative design includes a removable agitator with a rounded bottom for smooth mixing, eliminating clumps and noise. With its ergonomic, leak-proof pop-top lid and integrated handle, this shaker is easy to carry and clean. Perfect for protein shakes, smoothies, water, and more, it's a versatile solution for hydration on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!----\u003e","brand":"Hack Athletics","offers":[{"title":"Green","offer_id":48787772211485,"sku":"J8-9UA6-KOZ1","price":1399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/6141\/9037\/files\/Green-1.png?v=1720675633"},{"product_id":"hack-athletics-premium-stainless-steel-insulated-shaker-bottles-709ml-blue","title":"Hack Athletics Premium Stainless Steel Insulated Shaker Bottles - Blue","description":"\u003cdiv class=\"flex max-w-full flex-col flex-grow\"\u003e\n\u003cdiv data-message-model-slug=\"gpt-4o\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+\u0026amp;]:mt-5\" dir=\"auto\" data-message-id=\"4d269d98-326a-4f99-9201-a978506705e8\" data-message-author-role=\"assistant\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"\u003e\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert light\"\u003e\n\u003cp\u003eThe Hack Athletics Premium Shaker Bottle is crafted from durable, kitchen-grade 304 stainless steel, ensuring long-lasting performance and resistance to odors and stains. Featuring double-wall vacuum insulation, it keeps drinks cold for over 24 hours without condensation. The innovative design includes a removable agitator with a rounded bottom for smooth mixing, eliminating clumps and noise. With its ergonomic, leak-proof pop-top lid and integrated handle, this shaker is easy to carry and clean. Perfect for protein shakes, smoothies, water, and more, it's a versatile solution for hydration on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!----\u003e","brand":"Hack Athletics","offers":[{"title":"Blue","offer_id":51104870236445,"sku":"T9-4WIA-FOWT","price":1399.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/6141\/9037\/files\/Main_5579e71f-6b1a-470f-b162-214639c23b6d.jpg?v=1774874870"}],"url":"https:\/\/hackathletics.com\/collections\/signature-shaker.oembed","provider":"Hack Athletics ","version":"1.0","type":"link"}