Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
A closing-bracket tag is missing in your base.css on the following css-rule:
@media (prefers-reduced-motion: no-preference) and (hover: hover) { ..
You could give this fix a try:
.animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
--border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
}
} /* <- add curly-bracket (close) */
details-modal.header__search {
display: none !important;
}