/* Completely hide the Order Type button (including its space) */
.header-buttons .ns-button.default:has(i.las.la-truck) {
    display: none !important;
}
