Hair Bandana-Brown

Hair Bandana-Brown

Regular price
LE 150.00 EGP
Sale price
LE 150.00 EGP
Regular price
Sold out
Unit price
per 

// Override default values of shop.strings for each template. // Alternate product templates can change values of // add to cart button, sold out, and unavailable states here. theme.productStrings = { addToCart: "Add to cart", soldOut: "Sold out", unavailable: "Unavailable" }; if(sessionStorage.backToCollection) { theme.backToCollection = {}; theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection); var productCollections = [{"id":434498863322,"handle":"girls","updated_at":"2026-05-29T14:12:49+03:00","published_at":"2024-09-17T15:48:17+03:00","sort_order":"manual","template_suffix":"","published_scope":"web","title":"Girls' Collection","body_html":""},{"id":435288768730,"handle":"casual-wear","updated_at":"2026-05-29T14:12:49+03:00","published_at":"2026-02-24T18:24:22+02:00","sort_order":"manual","template_suffix":"","published_scope":"web","title":"Women's Casual Wear","body_html":""}]; 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); } }