Your choice has been saved!
Thank You!
Your clothes will be safely stored at the location where you dropped them off.
You can now select payout method for your transaction:
(function () { const params = new URLSearchParams(location.search); if (params.get('step') === 'payment_choice') { /* Show the message */ document.querySelectorAll('.payment-choice') .forEach(el => el.style.display = 'block'); /* Hide the form or any block carrying this class */ document.querySelectorAll('.main-text') .forEach(el => el.style.display = 'none'); } })();