Build a holiday shopping list with total cost.
Holiday budgets fail on the extras rather than the gifts. Wrapping, cards, tax and postage are individually trivial and collectively add a fifth to the bill, which is why the true cost per recipient always exceeds the gift budget you set. Working from a recipient count and a per-gift average rather than a lump sum also makes the honest lever visible: trimming the list by two people saves more than trimming every gift by a few units of currency.
Holiday shopping total
Total = (recipients x gift budget + recipients x wrapping) x (1 + tax rate) + shipping
Because wrapping, tax and shipping are spread over the same people. A 35-unit gift budget with wrapping, 8% tax and postage typically lands near 42 per recipient — that gap is what breaks December budgets.
Cutting the list. Each removed recipient saves the gift, the wrapping, the tax and a share of postage, whereas trimming gift values saves only a fraction of one line.
Yes, because it rarely scales per gift — combined orders and free-delivery thresholds mean postage behaves as a lump sum. Enter what you expect to pay across all orders.