Adding product to your cart
JJ is 2.5 years old wearing a size 2y
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [{"id":322927001758,"handle":"all","title":"All","updated_at":"2026-03-01T02:13:44-10:00","body_html":"","published_at":"2025-05-13T15:58:44-10:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"all"}],"published_scope":"global"},{"id":268349210782,"handle":"boys-swim-1","title":"Boys","updated_at":"2026-03-01T02:13:44-10:00","body_html":"","published_at":"2021-05-31T15:15:58-10:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"boys"}],"published_scope":"global"},{"id":322927263902,"handle":"summer-25","title":"Summer 25","updated_at":"2026-03-01T02:13:44-10:00","body_html":"","published_at":"2025-05-13T16:16:31-10:00","sort_order":"best-selling","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"summer25"}],"published_scope":"global"},{"id":329178153118,"handle":"warehouse-sale","updated_at":"2026-02-18T02:10:48-10:00","published_at":"2025-09-09T10:39:54-10:00","sort_order":"manual","template_suffix":"","published_scope":"global","title":"Warehouse SALE","body_html":"","image":{"created_at":"2025-09-09T10:39:52-10:00","alt":null,"width":2048,"height":1365,"src":"\/\/rukithelabel.com\/cdn\/shop\/collections\/D99A4855-C3CD-46E2-ABFE-3CFE1DD2D783.jpg?v=1757456591"}}];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device