.theme-product-details-container:hover .theme-product-quick-view-button{
    display: none!important;
}
    .theme-product-details-style-05 .theme-product-details-area-container .theme-product-details-column .theme-product-name-and-availability .theme-product-name-area .theme-prod-non-returnable
    {
        display:none!important;
    }
.theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-success, .theme-cart-add-failure-message.theme-cart-message-collection.theme-cart-failure, .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-success, .theme-cart-add-success-message.theme-cart-message-collection.theme-cart-failure {
    max-block-size: max-content !important;
}
<script>
  document.addEventListener("DOMContentLoaded", function () {
    // Hide the dropdown menu entirely if it appears
    const style = document.createElement("style");
    style.innerHTML = `
      .theme-user-name-dropdown:hover .theme-dropdown-menu {
        display: none !important;
        visibility: hidden !important;
      }
    `;
    document.head.appendChild(style);
  });
</script>
