Hi,
I suppose that you have already configured several shipping methods with weight restrictions. For example something like that:
from 0 to 2kg => €10 of shipping
from 2 to 4 kg => €15 of shipping
...etc...
So instead of adding a fixed weight to the total weight of the cart (for which there is no option in HikaShop), you could do the reverse and reduce the weight restriction of your shipping methods by that fixed weight, like that:
from 0 to 1.5kg => €10 of shipping
from 1.5 to 3.5 kg => €15 of shipping
...etc...