HELP: Inexplicable custom code error

Hi all,

In order to remove Webflow’s standard quantity arrows, I have added this piece of custom code in a global embed:

/* remove form styles & set margin at 0 */ input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input[type="number"] { -moz-appearance: textfield; }

It works perfectly, only one very weird problem occurs: on the home page, my cart suddenly opens as if it were bound by the nav container. On all other pages, this doesn’t happen. Super strange, since the code is embedded on all pages… Can anybody please help??


Here is my site Read-Only: [LINK](Webflow - Nature Leaf Organics)
(how to share your site Read-Only link)