Search tool is not responding correctly

When I search something this is what happens

Please help.

https://yoga-spirit-mauritius.myshopify.com/

rtewth

Hello @TBS2023
Go to online store ---------> themes --------------> actions ------> edit code ------->base.css
add this code at the end of the file.

details-modal.header__search {
position: static !important;
}
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
top: 56px !important;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks