A non-numbing, cooling menthol foot comfort spray made to keep you comfortable in high heels/stilettos while on the go. Loved by stylists, high heel enthusiasts, fashionistas, Mother-in-laws (MIL), Mothers of the bride (MOB), personal attendants, bridesmaids, brides, dancers, catwalkers, and stiletto lovers, this advanced formula combines cooling menthol with plant-derived, anti-inflammatory ingredients to help reduce the swelling and discomfort that lead to “stiletto suffering.” Perfect for your clutch or pocket, this 0.5 fl oz (15 mL) bottle is for the additional applications you may need throughout the day or night, for when you don’t want to carry the large spray bottle. Still Standing® is Paraben-free Cruelty-free Made without numbing agents It’s designed to support comfort without “deadening” sensation. Packaging may vary slightly from photos. TSA-friendly size: 0.5 fl oz (15 mL) DISCLAIMER: Packaging my differ from what you see here. CLICK TO SHARE: Facebook Instagram LinkedIn Pinterest X (function () { // ✅ Your link to share (Still Standing® Spray - Mini) const SHARE_URL = "https://stillstandingspray.com/products/still-standing-spray-mini"; const SHARE_TEXT = "Check out Still Standing® Spray - Mini:"; const PIN_IMAGE = SHARE_URL; // optional placeholder; Pinterest works best with a direct image URL const wrap = document.getElementById("share-game-on"); const status = document.getElementById("share-status-game-on"); if (!wrap) return; function openPopup(url) { window.open(url, "_blank", "noopener,noreferrer,width=700,height=650"); } async function copyLink() { try { await navigator.clipboard.writeText(SHARE_URL); if (status) status.textContent = "Link copied! Paste it into Instagram."; } catch (e) { // Fallback if clipboard is blocked const temp = document.createElement("input"); temp.value = SHARE_URL; document.body.appendChild(temp); temp.select(); document.execCommand("copy"); document.body.removeChild(temp); if (status) status.textContent = "Link copied! Paste it into Instagram."; } } function handleShare(network) { const u = encodeURIComponent(SHARE_URL); const t = encodeURIComponent(SHARE_TEXT); switch (network) { case "facebook": openPopup("https://www.facebook.com/sharer/sharer.php?u=" + u); break; case "linkedin": openPopup("https://www.linkedin.com/sharing/share-offsite/?url=" + u); break; case "pinterest": openPopup( "https://pinterest.com/pin/create/button/?url=" + u + "&description=" + t + "&media=" + encodeURIComponent(PIN_IMAGE) ); break; case "x": openPopup("https://twitter.com/intent/tweet?url=" + u + "&text=" + t); break; case "instagram": // Instagram doesn't support direct web share URLs like the others copyLink(); break; } } wrap.addEventListener("click", function (e) { const btn = e.target.closest(".share-btn"); if (!btn) return; const network = btn.getAttribute("data-network"); handleShare(network); }); })();