A non-numbing, cooling menthol foot comfort spray made to keep you comfortable in high heels/stilettos. Loved by stylists, high heel enthusiasts, fashionistas, Mother-in-laws (MIL), Mothers of the bride (MOB), personal attendants, bridesmaids, brides, dancers, cat-walkers, 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.” This Large 3.4 fl oz (100 mL) bottle is ideal as your primary, first application for the most even coverage and longest-lasting comfort. 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: 3.4 fl oz (100 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 - Large) const SHARE_URL = "https://stillstandingspray.com/products/still-standing-spray-large"; const SHARE_TEXT = "Still Standing® Spray - Large:"; 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": // Pinterest prefers a direct image URL for best results 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); }); })();